Mir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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:
Inheritance graph
[legend]

Public Member Functions

virtual ~InputPlatform ()
 
virtual std::shared_ptr
< InputReceiverThread
create_input_thread (int fd, std::function< void(MirEvent *)> const &callback)=0
 

Static Public Member Functions

static std::shared_ptr
< InputPlatform
create ()
 
static std::shared_ptr
< InputPlatform
create (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 ( )
inlinevirtual
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<InputReceiverThread> mir::input::receiver::InputPlatform::create_input_thread ( int  fd,
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,2013 Canonical Ltd.
Generated on Fri Apr 11 21:14:53 UTC 2014