Mir
|
#include <mock_shell.h>
Public Member Functions | |
MOCK_METHOD2 (open_session, std::shared_ptr< frontend::Session >(std::string const &, std::shared_ptr< frontend::EventSink > const &)) | |
MOCK_METHOD1 (close_session, void(std::shared_ptr< frontend::Session > const &)) | |
MOCK_METHOD2 (create_surface_for, frontend::SurfaceId(std::shared_ptr< frontend::Session > const &, shell::SurfaceCreationParameters const &)) | |
MOCK_METHOD1 (handle_surface_created, void(std::shared_ptr< frontend::Session > const &)) | |
![]() | |
virtual | ~Shell () |
virtual std::shared_ptr< Session > | open_session (std::string const &name, std::shared_ptr< EventSink > const &sink)=0 |
virtual void | close_session (std::shared_ptr< Session > const &session)=0 |
virtual SurfaceId | create_surface_for (std::shared_ptr< Session > const &session, shell::SurfaceCreationParameters const ¶ms)=0 |
virtual void | handle_surface_created (std::shared_ptr< Session > const &session)=0 |
Additional Inherited Members | |
![]() | |
Shell ()=default | |
Shell (const Shell &)=delete | |
Shell & | operator= (const Shell &)=delete |
mir::test::doubles::MockShell::MOCK_METHOD1 | ( | close_session | , |
void(std::shared_ptr< frontend::Session > const &) | |||
) |
mir::test::doubles::MockShell::MOCK_METHOD1 | ( | handle_surface_created | , |
void(std::shared_ptr< frontend::Session > const &) | |||
) |
mir::test::doubles::MockShell::MOCK_METHOD2 | ( | open_session | , |
std::shared_ptr< frontend::Session > | std::string const &, std::shared_ptr< frontend::EventSink > const & | ||
) |
mir::test::doubles::MockShell::MOCK_METHOD2 | ( | create_surface_for | , |
frontend:: | SurfaceIdstd::shared_ptr< frontend::Session > const &, shell::SurfaceCreationParameters const & | ||
) |
Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Oct 15 00:23:28 UTC 2013