Searched refs:shortcut (Results 1 - 25 of 36) sorted by last modified time

12

/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 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);
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 DContainerWindow.h190 void EachAddOn(bool (*)(const Model*, const char*, uint32 shortcut,
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
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp506 char shortcut, uint32 modifier, const BHandler* target, bool enabled)
508 BMenuItem* item = new BMenuItem(label, new BMessage(what), shortcut,
772 char shortcut = 0; local
774 shortcut = '0' + i;
780 shortcut, B_SHIFT_KEY);
505 _AddItemMenu(BMenu* menu, const char* label, uint32 what, char shortcut, uint32 modifier, const BHandler* target, bool enabled) argument
H A DShowImageWindow.h77 uint32 what, char shortcut, uint32 modifier,
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp673 // TODO: Should be a different shortcut, H is usually for Find selection.
685 // Add shortcut to cycle through tabs like in every other web browser
697 // Add semantic zoom in shortcut, bug #7428
2405 // standard shortcut handling is always wrapped inside MenusBeginning()
2618 if (kSearchEngines[i].shortcut == searchPrefix) {
H A DSettingsKeys.h46 const char* shortcut; member in struct:SearchEngine
/haiku/src/kits/interface/
H A DMenuItem.cpp63 BMenuItem::BMenuItem(const char* label, BMessage* message, char shortcut, argument
72 fShortcutChar = shortcut;
74 if (shortcut != 0)
113 int32 shortcut, mods; local
115 data->FindInt32("_shortcut", &shortcut);
118 SetShortcut(shortcut, mods);
277 BMenuItem::SetShortcut(char shortcut, uint32 modifiers) argument
284 fShortcutChar = shortcut;
286 if (shortcut != 0)
829 BMenuItem::_DrawControlChar(char shortcut, BPoin argument
[all...]
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...]
H A DColorMenuItem.cpp33 rgb_color color, char shortcut, uint32 modifiers)
35 BMenuItem(label, message, shortcut, modifiers),
32 BColorMenuItem(const char* label, BMessage* message, rgb_color color, char shortcut, uint32 modifiers) argument
/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...]
/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/headers/private/tracker/
H A DIconMenuItem.h87 char shortcut = '\0', uint32 modifiers = 0,
/haiku/src/preferences/media/
H A DMediaViews.h43 BMessage* message, char shortcut = 0,
58 BMessage* message, char shortcut = 0,
H A DMediaViews.cpp206 char shortcut, uint32 modifiers)
208 BMenuItem(info->name, message, shortcut, modifiers),
225 char shortcut, uint32 modifiers)
227 BMenuItem(input->name, message, shortcut, modifiers),
205 NodeMenuItem(const dormant_node_info* info, BMessage* message, char shortcut, uint32 modifiers) argument
224 ChannelMenuItem(media_input* input, BMessage* message, char shortcut, uint32 modifiers) argument
/haiku/headers/os/interface/
H A DLayoutBuilder.h382 char shortcut = 0, uint32 modifiers = 0);
384 char shortcut = 0, uint32 modifiers = 0);
1737 char shortcut, uint32 modifiers)
1739 BMenuItem* item = new BMenuItem(label, message, shortcut, modifiers);
1752 char shortcut, uint32 modifiers)
1757 item = new BMenuItem(label, message, shortcut, modifiers);
1736 AddItem(const char* label, BMessage* message, char shortcut, uint32 modifiers) argument
1751 AddItem(const char* label, uint32 messageWhat, char shortcut, uint32 modifiers) argument
H A DMenuItem.h25 char shortcut = 0, uint32 modifiers = 0);
39 virtual void SetShortcut(char shortcut, uint32 modifiers);
96 void _DrawControlChar(char shortcut, BPoint where);
/haiku/src/apps/deskbar/
H A DTruncatableMenuItem.cpp56 char shortcut, uint32 modifiers)
58 BMenuItem(label, message, shortcut, modifiers)
55 TTruncatableMenuItem(const char* label, BMessage* message, char shortcut, uint32 modifiers) argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTypeHandlerMenuItem.h18 BMessage* message, char shortcut = 0,
H A DTypeHandlerMenuItem.cpp13 char shortcut, uint32 modifiers)
15 ActionMenuItem(label, message, shortcut, modifiers),
12 TypeHandlerMenuItem(const char* label, BMessage* message, char shortcut, uint32 modifiers) argument
/haiku/src/apps/debugger/user_interface/gui/util/
H A DSettingsMenu.cpp37 BMessage* message, char shortcut, uint32 modifiers)
39 BMenuItem(label, message, shortcut, modifiers),
90 char shortcut = 0, uint32 modifiers = 0)
92 SettingMenuItem(setting, label, message, shortcut, modifiers)
36 SettingMenuItem(Setting* setting, const char* label, BMessage* message, char shortcut, uint32 modifiers) argument

Completed in 762 milliseconds

12