#include <buttonEvent.h>
Public Types | |
enum | Type { T_down, T_resume_down, T_up, T_keystroke } |
Public Member Functions | |
INLINE | ButtonEvent () |
INLINE | ButtonEvent (ButtonHandle button, Type type) |
INLINE | ButtonEvent (short keycode) |
INLINE | ButtonEvent (const ButtonEvent ©) |
INLINE void | operator= (const ButtonEvent ©) |
INLINE bool | operator== (const ButtonEvent &other) const |
INLINE bool | operator!= (const ButtonEvent &other) const |
INLINE bool | operator< (const ButtonEvent &other) const |
void | output (ostream &out) const |
Public Attributes | |
ButtonHandle | _button |
short | _keycode |
Type | _type |
|
Definition at line 54 of file buttonEvent.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 27 of file buttonEvent.cxx. References _button, _keycode, T_down, T_keystroke, T_resume_down, and T_up. Referenced by operator<<(). |
|
Definition at line 87 of file buttonEvent.h. Referenced by MouseWatcher::do_transmit_data(), DriveInterface::do_transmit_data(), ButtonThrower::do_transmit_data(), and output(). |
|
Definition at line 91 of file buttonEvent.h. Referenced by MouseWatcher::do_transmit_data(), and output(). |
|
Definition at line 93 of file buttonEvent.h. Referenced by MouseWatcher::do_transmit_data(), DriveInterface::do_transmit_data(), and ButtonThrower::do_transmit_data(). |