#include <mock_input_device_observer.h>
|
| MOCK_METHOD1 (device_added, void(std::shared_ptr< input::Device > const &device)) |
|
| MOCK_METHOD1 (device_changed, void(std::shared_ptr< input::Device > const &device)) |
|
| MOCK_METHOD1 (device_removed, void(std::shared_ptr< input::Device > const &device)) |
|
| MOCK_METHOD0 (changes_complete, void()) |
|
◆ MOCK_METHOD0()
mir::test::doubles::MockInputDeviceObserver::MOCK_METHOD0 |
( |
changes_complete |
, |
|
|
void() |
|
|
) |
| |
◆ MOCK_METHOD1() [1/3]
mir::test::doubles::MockInputDeviceObserver::MOCK_METHOD1 |
( |
device_added |
, |
|
|
void(std::shared_ptr< input::Device > const &device) |
|
|
) |
| |
◆ MOCK_METHOD1() [2/3]
mir::test::doubles::MockInputDeviceObserver::MOCK_METHOD1 |
( |
device_changed |
, |
|
|
void(std::shared_ptr< input::Device > const &device) |
|
|
) |
| |
◆ MOCK_METHOD1() [3/3]
mir::test::doubles::MockInputDeviceObserver::MOCK_METHOD1 |
( |
device_removed |
, |
|
|
void(std::shared_ptr< input::Device > const &device) |
|
|
) |
| |
The documentation for this struct was generated from the following file:
Copyright © 2012-2017
Canonical Ltd.
Generated on Mon Oct 30 19:44:55 UTC 2017