Searched refs:shortcut (Results 26 - 36 of 36) sorted by path

12

/haiku/src/kits/interface/
H A DWindow.cpp949 // Used by the minimize shortcut
955 // Used by the zoom shortcut
1687 Shortcut* shortcut = new(std::nothrow) Shortcut(key, modifiers, item); local
1688 if (shortcut == NULL)
1691 // removes the shortcut if it already exists!
1694 fShortcuts.AddItem(shortcut);
1712 Shortcut* shortcut = new(std::nothrow) Shortcut(key, modifiers, message,
1714 if (shortcut == NULL)
1717 // removes the shortcut if it already exists!
1720 fShortcuts.AddItem(shortcut);
1734 Shortcut* shortcut = _FindShortcut(key, modifiers); local
3728 Shortcut* shortcut = _FindShortcut(key, modifiers); local
3889 Shortcut* shortcut = (Shortcut*)fShortcuts.ItemAt(index); local
[all...]
/haiku/src/kits/tracker/
H A DContainerWindow.cpp241 AddOneAddOn(const Model* model, const char* name, uint32 shortcut, argument
251 (char)shortcut, modifiers);
815 // Add semantic zoom in shortcut, bug #6692
2040 // it is ok to add a global Edit query shortcut here, PoseView will
2066 // don't commit active pose if only a keyboard shortcut is
2895 uint32 shortcut, uint32 modifiers, bool primary, void* context,
2894 EachAddOn(bool (eachAddOn)const Model*, const char*, uint32 shortcut, uint32 modifiers, bool primary, void* context, BContainerWindow* window, BMenu* menu), void* passThru, BStringList& mimeTypes, BMenu* menu) argument
H A DContainerWindow.h190 void EachAddOn(bool (*)(const Model*, const char*, uint32 shortcut,
H A DDeskWindow.cpp159 char* shortcut = (char*)resources.LoadResource(B_STRING_TYPE, local
161 if (shortcut == NULL || strlen(shortcut) > 1)
164 item->key = shortcut[0];
343 const char* shortcut = GetKeyName(key); local
344 if (strlen(shortcut) != 1)
367 item->key = shortcut[0];
H A DIconMenuItem.cpp71 BMessage* message, char shortcut, uint32 modifiers,
74 BMenuItem(title, message, shortcut, modifiers),
70 ModelMenuItem(const Model* model, const char* title, BMessage* message, char shortcut, uint32 modifiers, bool drawText, bool extraPad) argument
H A DUtilities.cpp1572 BMessage* message, char shortcut, uint32 modifiers)
1574 BMenuItem(title, message, shortcut, modifiers)
1571 PositionPassingMenuItem(const char* title, BMessage* message, char shortcut, uint32 modifiers) argument
H A DUtilities.h274 char shortcut = 0, uint32 modifiers = 0);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1301 BMessage* message, char shortcut, uint32 modifiers)
1302 : BMenuItem(label, message, shortcut, modifiers),
1300 BGImageMenuItem(const char* label, int32 imageIndex, BMessage* message, char shortcut, uint32 modifiers) argument
H A DBackgroundsView.h44 BMessage* message, char shortcut = 0,
/haiku/src/preferences/media/
H A DMediaViews.h43 BMessage* message, char shortcut = 0,
58 BMessage* message, char shortcut = 0,
/haiku/src/system/boot/loader/
H A Dmenu.cpp392 Menu::shortcut* shortcut = new(std::nothrow) Menu::shortcut; local
393 if (shortcut == NULL)
396 shortcut->key = key;
397 shortcut->function = function;
399 shortcut->next = fShortcuts;
400 fShortcuts = shortcut;
410 const Menu::shortcut* shortcut local
[all...]

Completed in 109 milliseconds

12