Home
last modified time | relevance | path

Searched refs:MenuCommand (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/gtkui/
H A Dmenus.cc116 MenuCommand (N_("By _Title"), nullptr, NONE, rm_dupes_title),
123 MenuCommand (N_("By _Title"), nullptr, NONE, sort_title),
124 MenuCommand (N_("By _Artist"), nullptr, NONE, sort_artist),
125 MenuCommand (N_("By Al_bum"), nullptr, NONE, sort_album),
128 MenuCommand (N_("By _Genre"), nullptr, NONE, sort_genre),
129 MenuCommand (N_("By _Length"), nullptr, NONE, sort_length),
130 MenuCommand (N_("By _File Path"), nullptr, NONE, sort_path),
164 MenuCommand (N_("_New"), "document-new", 't', CTRL, pl_new),
214 MenuCommand (N_("Cu_t"), "edit-cut", NONE, pl_cut),
215 MenuCommand (N_("_Copy"), "edit-copy", NONE, pl_copy),
[all …]
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/qtui/
H A Dmenus.cc117 audqt::MenuCommand( in qtui_build_menubar()
123 audqt::MenuCommand({N_("A_bout ..."), "help-about"}, in qtui_build_menubar()
128 audqt::MenuCommand({N_("_Log Inspector ...")}, in qtui_build_menubar()
161 audqt::MenuCommand( in qtui_build_menubar()
180 audqt::MenuCommand({N_("By _Title")}, sort_title), in qtui_build_menubar()
182 audqt::MenuCommand({N_("By Al_bum")}, sort_album), in qtui_build_menubar()
185 audqt::MenuCommand({N_("By _Genre")}, sort_genre), in qtui_build_menubar()
213 audqt::MenuCommand( in qtui_build_menubar()
234 audqt::MenuCommand( in qtui_build_menubar()
246 audqt::MenuCommand( in qtui_build_menubar()
[all …]
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins-qt/
H A Dmenus.cc164 audqt::MenuCommand ({N_("By Title")}, rm_dupes_title),
190 audqt::MenuCommand ({N_("By Title")}, sort_title),
191 audqt::MenuCommand ({N_("By Artist")}, sort_artist),
192 audqt::MenuCommand ({N_("By Album")}, sort_album),
195 audqt::MenuCommand ({N_("By Genre")}, sort_genre),
196 audqt::MenuCommand ({N_("By Length")}, sort_length),
198 audqt::MenuCommand ({N_("By File Path")}, sort_path),
200 audqt::MenuCommand ({N_("By Comment")}, sort_comment)
205 audqt::MenuCommand ({N_("By Title")}, sort_sel_title),
207 audqt::MenuCommand ({N_("By Album")}, sort_sel_album),
[all …]
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins/
H A Dmenus.cc196 MenuCommand (N_("By Title"), nullptr, NO_KEY, sort_title),
197 MenuCommand (N_("By Artist"), nullptr, NO_KEY, sort_artist),
198 MenuCommand (N_("By Album"), nullptr, NO_KEY, sort_album),
201 MenuCommand (N_("By Genre"), nullptr, NO_KEY, sort_genre),
202 MenuCommand (N_("By Length"), nullptr, NO_KEY, sort_length),
204 MenuCommand (N_("By File Path"), nullptr, NO_KEY, sort_path),
206 MenuCommand (N_("By Comment"), nullptr, NO_KEY, sort_comment)
221 MenuCommand (N_("By Comment"), nullptr, NO_KEY, sort_comment)
236 MenuCommand (N_("Cut"), "edit-cut", 'x', CTRL, pl_cut),
237 MenuCommand (N_("Copy"), "edit-copy", 'c', CTRL, pl_copy),
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/config/
H A Duseractionsconfig.cpp120 UserActionsConfig::MenuCommand( in setDefaultUserActions()
125 UserActionsConfig::MenuCommand( in setDefaultUserActions()
130 UserActionsConfig::MenuCommand( in setDefaultUserActions()
138 UserActionsConfig::MenuCommand( in setDefaultUserActions()
143 UserActionsConfig::MenuCommand( in setDefaultUserActions()
153 UserActionsConfig::MenuCommand( in setDefaultUserActions()
160 UserActionsConfig::MenuCommand( in setDefaultUserActions()
168 UserActionsConfig::MenuCommand( in setDefaultUserActions()
289 QList<MenuCommand> commands; in setContextMenuCommandVariantList()
305 UserActionsConfig::MenuCommand::MenuCommand( in MenuCommand() function in UserActionsConfig::MenuCommand
[all …]
H A Duseractionsconfig.h49 class MenuCommand { in Q_PROPERTY()
59 explicit MenuCommand(const QString& name = QString(), in Q_PROPERTY()
68 explicit MenuCommand(const QStringList& strList); in Q_PROPERTY()
130 bool operator==(const MenuCommand& rhs) const { in Q_PROPERTY()
167 QList<MenuCommand> contextMenuCommands() const { in contextMenuCommands()
172 void setContextMenuCommands(const QList<MenuCommand>& contextMenuCommands);
194 QList<MenuCommand> m_contextMenuCommands;
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/config/
H A Duseractionsconfig.cpp120 UserActionsConfig::MenuCommand( in setDefaultUserActions()
125 UserActionsConfig::MenuCommand( in setDefaultUserActions()
130 UserActionsConfig::MenuCommand( in setDefaultUserActions()
138 UserActionsConfig::MenuCommand( in setDefaultUserActions()
143 UserActionsConfig::MenuCommand( in setDefaultUserActions()
153 UserActionsConfig::MenuCommand( in setDefaultUserActions()
160 UserActionsConfig::MenuCommand( in setDefaultUserActions()
168 UserActionsConfig::MenuCommand( in setDefaultUserActions()
289 QList<MenuCommand> commands; in setContextMenuCommandVariantList()
305 UserActionsConfig::MenuCommand::MenuCommand( in MenuCommand() function in UserActionsConfig::MenuCommand
[all …]
H A Duseractionsconfig.h49 class MenuCommand { in Q_PROPERTY()
59 explicit MenuCommand(const QString& name = QString(), in Q_PROPERTY()
68 explicit MenuCommand(const QStringList& strList); in Q_PROPERTY()
130 bool operator==(const MenuCommand& rhs) const { in Q_PROPERTY()
167 QList<MenuCommand> contextMenuCommands() const { in contextMenuCommands()
172 void setContextMenuCommands(const QList<MenuCommand>& contextMenuCommands);
194 QList<MenuCommand> m_contextMenuCommands;
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/Game/Menu/
H A DMenu.SingleMenu.cs96 Items[0] = new MenuCommand("Open Route File", MenuTag.RouteList, 0); in SingleMenu()
187 Items[1] = new MenuCommand("...", MenuTag.ParentDirectory, 0); in SingleMenu()
196 Items[totalEntries] = new MenuCommand(directoryInfo.Name, MenuTag.Directory, 0); in SingleMenu()
216 Items[totalEntries] = new MenuCommand(fileName, MenuTag.File, 0); in SingleMenu()
297 Items[1] = new MenuCommand("...", MenuTag.ParentDirectory, 0); in SingleMenu()
306 Items[totalEntries] = new MenuCommand(directoryInfo.Name, MenuTag.Directory, 0); in SingleMenu()
328 Items[totalEntries] = new MenuCommand(fileName, MenuTag.RouteFile, 0); in SingleMenu()
365 Items[1] = new MenuCommand("...", MenuTag.ParentDirectory, 0); in SingleMenu()
385 Items[totalEntries] = new MenuCommand(directoryInfo.Name, MenuTag.Directory, 0); in SingleMenu()
503 Items[0] = new MenuCommand(loadedControl.Command.ToString() + " - " + in SingleMenu()
[all …]
H A DMenu.MenuCommand.cs8 private class MenuCommand : MenuEntry class in OpenBve.Menu
15 internal MenuCommand(string Text, MenuTag Tag, object Data) in MenuCommand() method in OpenBve.Menu.MenuCommand
23 internal MenuCommand(string Text, MenuTag Tag, object Data, Texture Icon) in MenuCommand() method in OpenBve.Menu.MenuCommand
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DMenuCommandService.cs47 private Dictionary <CommandID, MenuCommand> _commands;
74 public virtual void AddCommand (MenuCommand command) in AddCommand()
80 _commands = new Dictionary <CommandID, MenuCommand> (); in AddCommand()
163 protected MenuCommand FindCommand (Guid guid, int id) in FindCommand()
168 public MenuCommand FindCommand (CommandID commandID) in FindCommand()
173 MenuCommand command = null; in FindCommand()
180 command = (MenuCommand) verb; in FindCommand()
190 List<MenuCommand> list = new List<MenuCommand> (); in GetCommandList()
192 foreach (MenuCommand command in _commands.Values) { in GetCommandList()
205 MenuCommand command = this.FindCommand (commandID); in GlobalInvoke()
[all …]
H A DMenuCommandsChangedEventArgs.cs37 MenuCommand command;
39 public MenuCommandsChangedEventArgs (MenuCommandsChangedType changeType, MenuCommand command) in MenuCommandsChangedEventArgs()
49 public MenuCommand Command {
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/menu/
H A Dmenuedit.py63 (MenuCommand, 'inCommandID', InMode),
69 (MenuCommand, 'inCommandID', InMode),
78 (MenuCommand, 'inCommandID', InMode),
84 (MenuCommand, 'inCommandID', InMode),
90 (MenuCommand, 'inCommandID', InMode),
96 (MenuCommand, 'inCommandID', InMode),
103 (MenuCommand, 'inCommandID', InMode),
110 (MenuCommand, 'inCommandID', InMode),
119 (MenuCommand, 'inCommandID', InMode),
/dports/lang/python27/Python-2.7.18/Mac/Modules/menu/
H A Dmenuedit.py63 (MenuCommand, 'inCommandID', InMode),
69 (MenuCommand, 'inCommandID', InMode),
78 (MenuCommand, 'inCommandID', InMode),
84 (MenuCommand, 'inCommandID', InMode),
90 (MenuCommand, 'inCommandID', InMode),
96 (MenuCommand, 'inCommandID', InMode),
103 (MenuCommand, 'inCommandID', InMode),
110 (MenuCommand, 'inCommandID', InMode),
119 (MenuCommand, 'inCommandID', InMode),
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/statusicon-qt/
H A Dstatusicon.cc106 audqt::MenuCommand ({N_("_Play"), "media-playback-start"}, aud_drct_play),
107 audqt::MenuCommand ({N_("Paus_e"), "media-playback-pause"}, aud_drct_pause),
108 audqt::MenuCommand ({N_("_Stop"), "media-playback-stop"}, aud_drct_stop),
109 audqt::MenuCommand ({N_("Pre_vious"), "media-skip-backward"}, aud_drct_pl_prev),
110 audqt::MenuCommand ({N_("_Next"), "media-skip-forward"}, aud_drct_pl_next),
112 audqt::MenuCommand ({N_("_Open Files ..."), "document-open"}, StatusIcon::open_files),
113 audqt::MenuCommand ({N_("Se_ttings ..."), "preferences-system"}, audqt::prefswin_show),
114 audqt::MenuCommand ({N_("_Quit"), "application-exit"}, aud_quit),
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DCommandSet.cs286 MenuCommand menuCommand = (MenuCommand)sender; in OnZoom()
307 MenuCommand menuCommand = (MenuCommand)sender; in OnPageLayout()
325 MenuCommand menuCommand = (MenuCommand)sender; in OnMessageFilterChanged()
353 MenuCommand cmd = (MenuCommand)sender; in OnStatusCopy()
389 MenuCommand cmd = (MenuCommand)sender; in OnStatusDelete()
421 MenuCommand cmd = (MenuCommand)sender; in OnStatusPaste()
478 MenuCommand cmd = (MenuCommand)sender; in OnStatusAnySelection()
486 MenuCommand cmd = (MenuCommand)sender; in OnStatusAlways()
492 MenuCommand menuCommand = (MenuCommand)sender; in OnStatusExpandCollapse()
515 MenuCommand menuCommand = (MenuCommand)sender; in OnStatusEnable()
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/model/
H A Dcommandstablemodel.cpp81 const UserActionsConfig::MenuCommand& item = m_cmdList.at(index.row()); in data()
117 UserActionsConfig::MenuCommand& item = m_cmdList[index.row()]; // clazy:exclude=detaching-member in setData()
214 m_cmdList.insert(row, UserActionsConfig::MenuCommand()); in insertRows()
263 const QList<UserActionsConfig::MenuCommand>& cmdList) in setCommandList()
274 QList<UserActionsConfig::MenuCommand> CommandsTableModel::getCommandList() const in getCommandList()
276 QList<UserActionsConfig::MenuCommand> cmdList; in getCommandList()
287 cmdList.append(UserActionsConfig::MenuCommand()); in getCommandList()
H A Dcommandstablemodel.h144 void setCommandList(const QList<UserActionsConfig::MenuCommand>& cmdList);
150 QList<UserActionsConfig::MenuCommand> getCommandList() const;
153 QList<UserActionsConfig::MenuCommand> m_cmdList;
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/model/
H A Dcommandstablemodel.cpp81 const UserActionsConfig::MenuCommand& item = m_cmdList.at(index.row()); in data()
117 UserActionsConfig::MenuCommand& item = m_cmdList[index.row()]; // clazy:exclude=detaching-member in setData()
214 m_cmdList.insert(row, UserActionsConfig::MenuCommand()); in insertRows()
263 const QList<UserActionsConfig::MenuCommand>& cmdList) in setCommandList()
274 QList<UserActionsConfig::MenuCommand> CommandsTableModel::getCommandList() const in getCommandList()
276 QList<UserActionsConfig::MenuCommand> cmdList; in getCommandList()
287 cmdList.append(UserActionsConfig::MenuCommand()); in getCommandList()
H A Dcommandstablemodel.h144 void setCommandList(const QList<UserActionsConfig::MenuCommand>& cmdList);
150 QList<UserActionsConfig::MenuCommand> getCommandList() const;
153 QList<UserActionsConfig::MenuCommand> m_cmdList;
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/statusicon/
H A Dstatusicon.cc276 MenuCommand (N_("_Play"), "media-playback-start", 0, (GdkModifierType) 0, aud_drct_play), in si_menu_create()
277 MenuCommand (N_("Paus_e"), "media-playback-pause", 0, (GdkModifierType) 0, aud_drct_pause), in si_menu_create()
278 MenuCommand (N_("_Stop"), "media-playback-stop", 0, (GdkModifierType) 0, aud_drct_stop), in si_menu_create()
279MenuCommand (N_("Pre_vious"), "media-skip-backward", 0, (GdkModifierType) 0, aud_drct_pl_prev), in si_menu_create()
280 MenuCommand (N_("_Next"), "media-skip-forward", 0, (GdkModifierType) 0, aud_drct_pl_next), in si_menu_create()
282 MenuCommand (N_("_Open Files ..."), "document-open", 0, (GdkModifierType) 0, open_files), in si_menu_create()
283MenuCommand (N_("Se_ttings ..."), "preferences-system", 0, (GdkModifierType) 0, audgui_show_prefs_… in si_menu_create()
284 MenuCommand (N_("_Quit"), "application-exit", 0, (GdkModifierType) 0, aud_quit) in si_menu_create()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DIMenuCommandService.cs25 void AddCommand(MenuCommand command); in AddCommand()
41 MenuCommand FindCommand(CommandID commandID); in FindCommand()
53 void RemoveCommand(MenuCommand command); in RemoveCommand()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DIMenuCommandService.cs35 void AddCommand(MenuCommand command); in AddCommand()
51 MenuCommand FindCommand(CommandID commandID); in FindCommand()
63 void RemoveCommand(MenuCommand command); in RemoveCommand()
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DwxMaxima.cpp6169 MenuCommand(cmd); in MaximaMenu()
6173 MenuCommand(cmd); in MaximaMenu()
6291 MenuCommand(cmd); in EquationsMenu()
6295 MenuCommand(cmd); in EquationsMenu()
6299 MenuCommand(cmd); in EquationsMenu()
6532 MenuCommand(cmd); in EquationsMenu()
6536 MenuCommand(cmd); in EquationsMenu()
6554 MenuCommand(cmd); in AlgebraMenu()
6558 MenuCommand(cmd); in AlgebraMenu()
6562 MenuCommand(cmd); in AlgebraMenu()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DDefaultMenuCommands.cs59 commands.AddCommand (new MenuCommand (Copy, StandardCommands.Copy)); in AddTo()
60 commands.AddCommand (new MenuCommand (Cut, StandardCommands.Cut)); in AddTo()
61 commands.AddCommand (new MenuCommand (Paste, StandardCommands.Paste)); in AddTo()
62 commands.AddCommand (new MenuCommand (Delete, StandardCommands.Delete)); in AddTo()
63 commands.AddCommand (new MenuCommand (SelectAll, StandardCommands.SelectAll)); in AddTo()

12345678910