Public Member Functions | |
KeyboardEvent () | |
KeyboardEvent (const os::ShortcutKey &cKey, const os::String &cEvent) | |
void | SetShortcutKey (const os::ShortcutKey &cKey) |
void | SetEventName (const os::String &cName) |
os::String | GetEventName () const |
os::ShortcutKey | GetShortcutKey () const |
os::String | GetApplicationName () const |
Protected Member Functions | |
void | SetApplicationName (const os::String &cApp) |
Friends | |
class | Application |
os::KeyboardEvent::KeyboardEvent | ( | ) | [inline] |
os::KeyboardEvent::KeyboardEvent | ( | const os::ShortcutKey & | cKey, | |
const os::String & | cEvent | |||
) | [inline] |
void os::KeyboardEvent::SetShortcutKey | ( | const os::ShortcutKey & | cKey | ) | [inline] |
void os::KeyboardEvent::SetEventName | ( | const os::String & | cName | ) | [inline] |
os::String os::KeyboardEvent::GetEventName | ( | ) | const [inline] |
os::ShortcutKey os::KeyboardEvent::GetShortcutKey | ( | ) | const [inline] |
os::String os::KeyboardEvent::GetApplicationName | ( | ) | const [inline] |
void os::KeyboardEvent::SetApplicationName | ( | const os::String & | cApp | ) | [inline, protected] |
friend class Application [friend] |