Inheritance diagram for os::ShortcutKey:

Public Member Functions | |
| ShortcutKey (const String &cKey, uint32 nQualifiers=0) | |
| ShortcutKey (const uint32 nKey, uint32 nQualifiers=0) | |
| ShortcutKey (const ShortcutKey &cShortcut) | |
| ShortcutKey () | |
| ~ShortcutKey () | |
| void | SetFromLabel (const String &cLabel) |
| void | SetFromLabel (const char *pzLabel) |
| bool | IsValid () const |
| uint32 | GetKeyCode () const |
| uint32 | GetQualifiers () const |
| bool | operator< (const ShortcutKey &c) const |
| bool | operator== (const ShortcutKey &c) const |
| virtual int | GetType (void) const |
| virtual size_t | GetFlattenedSize (void) const |
| virtual status_t | Flatten (uint8 *pBuffer, size_t nSize) const |
| virtual status_t | Unflatten (const uint8 *pBuffer) |
| ShortcutKey::ShortcutKey | ( | const String & | cKey, | |
| uint32 | nQualifiers = 0 | |||
| ) |
| ShortcutKey::ShortcutKey | ( | const uint32 | nKey, | |
| uint32 | nQualifiers = 0 | |||
| ) |
| ShortcutKey::ShortcutKey | ( | const ShortcutKey & | cShortcut | ) |
| ShortcutKey::ShortcutKey | ( | ) |
| ShortcutKey::~ShortcutKey | ( | ) |
| void ShortcutKey::SetFromLabel | ( | const String & | cLabel | ) |
| void ShortcutKey::SetFromLabel | ( | const char * | pzLabel | ) |
| bool ShortcutKey::IsValid | ( | ) | const |
| uint32 ShortcutKey::GetKeyCode | ( | ) | const |
| uint32 ShortcutKey::GetQualifiers | ( | ) | const |
| bool ShortcutKey::operator< | ( | const ShortcutKey & | c | ) | const |
| bool ShortcutKey::operator== | ( | const ShortcutKey & | c | ) | const |
| virtual int os::ShortcutKey::GetType | ( | void | ) | const [inline, virtual] |
Implements os::Flattenable.
| virtual size_t os::ShortcutKey::GetFlattenedSize | ( | void | ) | const [inline, virtual] |
Implements os::Flattenable.
| status_t ShortcutKey::Flatten | ( | uint8 * | pBuffer, | |
| size_t | nSize | |||
| ) | const [virtual] |
Implements os::Flattenable.
| status_t ShortcutKey::Unflatten | ( | const uint8 * | pBuffer | ) | [virtual] |
Implements os::Flattenable.
1.5.1