#include <mock_session_listener.h>
|
virtual | ~MockSessionListener () noexcept(true) |
|
| MOCK_METHOD1 (starting, void(std::shared_ptr< shell::Session > const &)) |
|
| MOCK_METHOD1 (stopping, void(std::shared_ptr< shell::Session > const &)) |
|
| MOCK_METHOD1 (focused, void(std::shared_ptr< shell::Session > const &)) |
|
| MOCK_METHOD0 (unfocused, void()) |
|
| MOCK_METHOD2 (surface_created, void(shell::Session &, std::shared_ptr< shell::Surface > const &)) |
|
| MOCK_METHOD2 (destroying_surface, void(shell::Session &, std::shared_ptr< shell::Surface > const &)) |
|
virtual void | starting (std::shared_ptr< Session > const &session)=0 |
|
virtual void | stopping (std::shared_ptr< Session > const &session)=0 |
|
virtual void | focused (std::shared_ptr< Session > const &session)=0 |
|
virtual void | unfocused ()=0 |
|
virtual void | surface_created (Session &session, std::shared_ptr< Surface > const &surface)=0 |
|
virtual void | destroying_surface (Session &session, std::shared_ptr< Surface > const &surface)=0 |
|
virtual mir::test::doubles::MockSessionListener::~MockSessionListener |
( |
) | |
|
|
inlinevirtualnoexcept |
mir::test::doubles::MockSessionListener::MOCK_METHOD0 |
( |
unfocused |
, |
|
|
void() |
|
|
) |
| |
mir::test::doubles::MockSessionListener::MOCK_METHOD1 |
( |
starting |
, |
|
|
void(std::shared_ptr< shell::Session > const &) |
|
|
) |
| |
mir::test::doubles::MockSessionListener::MOCK_METHOD1 |
( |
stopping |
, |
|
|
void(std::shared_ptr< shell::Session > const &) |
|
|
) |
| |
mir::test::doubles::MockSessionListener::MOCK_METHOD1 |
( |
focused |
, |
|
|
void(std::shared_ptr< shell::Session > const &) |
|
|
) |
| |
The documentation for this struct was generated from the following file:
Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Oct 15 00:23:28 UTC 2013