Public Member Functions | |
| Shortcut () | |
| Shortcut (Window *pWindow, unsigned int uiVKey, unsigned int uiUnicode, KeyQualifiers nKeyQualifiers) | |
| Shortcut (const Shortcut &pShortcut) | |
| bool | Match (unsigned int uiVKey, unsigned int uiUnicode, KeyQualifiers nKeyQualifiers) |
| bool | Match (const Window *pWindow) |
| ~Shortcut () | |
| Window * | GetWindow () |
| bool | operator== (const Shortcut &pShortcut) |
| void | operator= (const Shortcut &pShortcut) |
| String | ToString () const |
| bool | MakeGlobal (bool bMakeGlobal) |
Public Attributes | |
| signal0 | Fire |
Friends | |
| class | Window |
Classes | |
| class | Private |
Window::AddShortcut(unsigned int uiVKey, unsigned int uiUnicode, KeyQualifiers nKeyQualifiers)
Shortcut pShortcut(unsigned int uiVKey, unsigned int uiUnicode, KeyQualifiers nKeyQualifiers); pShortcut.Fire.Connect(Class, &Class::Memberfunction); Window::AddShortcut(pShortcut);
| Shortcut::Shortcut | ( | ) |
| Shortcut::Shortcut | ( | Window * | pWindow, | |
| unsigned int | uiVKey, | |||
| unsigned int | uiUnicode, | |||
| KeyQualifiers | nKeyQualifiers | |||
| ) |
| Shortcut::Shortcut | ( | const Shortcut & | pShortcut | ) |
| Shortcut::~Shortcut | ( | ) |
| bool Shortcut::Match | ( | unsigned int | uiVKey, | |
| unsigned int | uiUnicode, | |||
| KeyQualifiers | nKeyQualifiers | |||
| ) |
| bool Shortcut::Match | ( | const Window * | pWindow | ) |
| Window * Shortcut::GetWindow | ( | ) |
| bool Shortcut::operator== | ( | const Shortcut & | pShortcut | ) |
| void Shortcut::operator= | ( | const Shortcut & | pShortcut | ) |
| String Shortcut::ToString | ( | ) | const |
| bool Shortcut::MakeGlobal | ( | bool | bMakeGlobal | ) |
friend class Window [friend] |
| signal0 SkyGI::Shortcut::Fire |
1.5.1-p1