

Public Types | |
| enum | ActionType_t { kDown, kUp } |
Public Member Functions | |
| EvtKey (intf_thread_t *I, int key, ActionType_t actn, int mod=kModNone) | |
| virtual | ~EvtKey () |
| virtual const string | getAsString () const |
| Return the type of the event. | |
| int | getKey () const |
| int | getModKey () const |
| ActionType_t | getKeyState () const |
| enum EvtKey::ActionType_t |
| EvtKey::EvtKey | ( | intf_thread_t * | I, | |
| int | key, | |||
| ActionType_t | actn, | |||
| int | mod = kModNone | |||
| ) | [inline] |
| virtual EvtKey::~EvtKey | ( | ) | [inline, virtual] |
| const string EvtKey::getAsString | ( | ) | const [virtual] |
Return the type of the event.
Implements EvtGeneric.
References EvtInput::addModifier(), SkinObject::getIntf(), kDown, KeyToString(), kUp, and msg_Warn.
| int EvtKey::getKey | ( | ) | const [inline] |
Referenced by TopWindow::processEvent().
| int EvtKey::getModKey | ( | ) | const [inline] |
References EvtInput::getMod().
Referenced by CtrlTree::handleEvent(), VoutWindow::processEvent(), VoutMainWindow::processEvent(), and TopWindow::processEvent().
| ActionType_t EvtKey::getKeyState | ( | ) | const [inline] |
Referenced by VoutWindow::processEvent(), VoutMainWindow::processEvent(), and TopWindow::processEvent().
1.5.6