Mir
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
mir::input::receiver::InputPlatform Class Referenceabstract

#include <input_platform.h>

Inheritance diagram for mir::input::receiver::InputPlatform:
[legend]

Public Member Functions

virtual ~InputPlatform ()=default
 
virtual std::shared_ptr< dispatch::Dispatchablecreate_input_receiver (int fd, std::shared_ptr< XKBMapper > const &xkb_mapper, std::function< void(MirEvent *)> const &callback)=0
 

Static Public Member Functions

static std::shared_ptr< InputPlatformcreate ()
 
static std::shared_ptr< InputPlatformcreate (std::shared_ptr< InputReceiverReport > const &report)
 

Protected Member Functions

 InputPlatform ()=default
 
 InputPlatform (const InputPlatform &)=delete
 
InputPlatformoperator= (const InputPlatform &)=delete
 

Constructor & Destructor Documentation

virtual mir::input::receiver::InputPlatform::~InputPlatform ( )
virtualdefault
mir::input::receiver::InputPlatform::InputPlatform ( )
protecteddefault
mir::input::receiver::InputPlatform::InputPlatform ( const InputPlatform )
protecteddelete

Member Function Documentation

std::shared_ptr< mircv::InputPlatform > mir::input::receiver::InputPlatform::create ( )
static
static std::shared_ptr<InputPlatform> mir::input::receiver::InputPlatform::create ( std::shared_ptr< InputReceiverReport > const &  report)
static
virtual std::shared_ptr<dispatch::Dispatchable> mir::input::receiver::InputPlatform::create_input_receiver ( int  fd,
std::shared_ptr< XKBMapper > const &  xkb_mapper,
std::function< void(MirEvent *)> const &  callback 
)
pure virtual
InputPlatform& mir::input::receiver::InputPlatform::operator= ( const InputPlatform )
protecteddelete

The documentation for this class was generated from the following files:

Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Oct 8 16:20:16 UTC 2015