Mir
|
An interface used to register input targets and take care of input assosciation (i.e. create input channels). More...
#include <input_registrar.h>
Public Member Functions | |
virtual | ~InputRegistrar ()=default |
virtual void | input_channel_opened (std::shared_ptr< input::InputChannel > const &opened_channel, std::shared_ptr< input::Surface > const &info, input::InputReceptionMode input_mode)=0 |
virtual void | input_channel_closed (std::shared_ptr< input::InputChannel > const &closed_channel)=0 |
Protected Member Functions | |
InputRegistrar ()=default | |
InputRegistrar (InputRegistrar const &)=delete | |
InputRegistrar & | operator= (InputRegistrar const &)=delete |
An interface used to register input targets and take care of input assosciation (i.e. create input channels).
|
virtualdefault |
|
protecteddefault |
|
protecteddelete |
|
pure virtual |
Implemented in mir::test::doubles::StubInputRegistrar.
|
pure virtual |
|
protecteddelete |
Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Oct 15 00:23:28 UTC 2013