Searched refs:Shortcut (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/os/interface/
H A DMenuItem.h45 char Shortcut(uint32* _modifiers = NULL) const;
H A DAlert.h67 char Shortcut(int32 buttonIndex) const;
H A DWindow.h293 class Shortcut;
351 Shortcut* _FindShortcut(uint32 key, uint32 modifiers);
/haiku/src/kits/interface/
H A DWindow.cpp92 class BWindow::Shortcut { class in class:BWindow
94 Shortcut(uint32 key, uint32 modifiers,
96 Shortcut(uint32 key, uint32 modifiers,
98 ~Shortcut();
239 // #pragma mark - BWindow::Shortcut
242 BWindow::Shortcut::Shortcut(uint32 key, uint32 modifiers, BMenuItem* item) function in class:BWindow::Shortcut
253 BWindow::Shortcut::Shortcut(uint32 key, uint32 modifiers, BMessage* message, function in class:BWindow::Shortcut
265 BWindow::Shortcut
[all...]
H A DAlert.cpp258 BAlert::Shortcut(int32 index) const function in class:BAlert
788 if (byte == fAlert->Shortcut(i) && fAlert->ButtonAt(i)) {
H A DMenuItem.cpp340 BMenuItem::Shortcut(uint32* modifiers) const function in class:BMenuItem
/haiku/headers/private/kernel/boot/
H A Dmenu.h57 char Shortcut() const { return fShortcut; } function in class:MenuItem
/haiku/src/system/boot/loader/
H A Dmenu.cpp435 if (item->Shortcut() == key)

Completed in 156 milliseconds