Mir
Classes | Public Member Functions | List of all members
mir::input::KeyRepeatDispatcher Class Reference

#include <key_repeat_dispatcher.h>

Inheritance diagram for mir::input::KeyRepeatDispatcher:
[legend]

Public Member Functions

 KeyRepeatDispatcher (std::shared_ptr< InputDispatcher > const &next_dispatcher, std::shared_ptr< time::AlarmFactory > const &factory, std::shared_ptr< cookie::Authority > const &cookie_authority, bool repeat_enabled, std::chrono::milliseconds repeat_timeout, std::chrono::milliseconds repeat_delay, bool disable_repeat_on_touchscreen)
 
bool dispatch (MirEvent const &event) override
 
void start () override
 
void stop () override
 
void set_input_device_hub (std::shared_ptr< InputDeviceHub > const &hub)
 
void set_touch_button_device (MirInputDeviceId id)
 
void remove_device (MirInputDeviceId id)
 
- Public Member Functions inherited from mir::input::InputDispatcher
virtual ~InputDispatcher ()=default
 

Constructor & Destructor Documentation

mir::input::KeyRepeatDispatcher::KeyRepeatDispatcher ( std::shared_ptr< InputDispatcher > const &  next_dispatcher,
std::shared_ptr< time::AlarmFactory > const &  factory,
std::shared_ptr< cookie::Authority > const &  cookie_authority,
bool  repeat_enabled,
std::chrono::milliseconds  repeat_timeout,
std::chrono::milliseconds  repeat_delay,
bool  disable_repeat_on_touchscreen 
)

Member Function Documentation

bool mir::input::KeyRepeatDispatcher::dispatch ( MirEvent const &  event)
overridevirtual
void mir::input::KeyRepeatDispatcher::remove_device ( MirInputDeviceId  id)
void mir::input::KeyRepeatDispatcher::set_input_device_hub ( std::shared_ptr< InputDeviceHub > const &  hub)
void mir::input::KeyRepeatDispatcher::set_touch_button_device ( MirInputDeviceId  id)
void mir::input::KeyRepeatDispatcher::start ( )
overridevirtual
void mir::input::KeyRepeatDispatcher::stop ( )
overridevirtual

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

Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016