Home
last modified time | relevance | path

Searched refs:commandItem (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcommandbarpopup.cpp361 CommandBarCommandItem* commandItem = in mousePressEvent() local
366 if (commandItem || separatorItem) { in mousePressEvent()
369 if (commandItem) { in mousePressEvent()
371 CommandManager::instance()->getIdFromAction(commandItem->getAction()); in mousePressEvent()
372 dragPixmapTxt = commandItem->getAction()->text(); in mousePressEvent()
H A Dmenubarpopup.cpp419 MenuBarCommandItem* commandItem = in mousePressEvent() local
424 if (commandItem || separatorItem) { in mousePressEvent()
427 if (commandItem) { in mousePressEvent()
429 CommandManager::instance()->getIdFromAction(commandItem->getAction()); in mousePressEvent()
430 dragPixmapTxt = commandItem->getAction()->text(); in mousePressEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/qmake/generators/symbian/
H A Dsymmake_sbsv2.cpp659 …QString commandItem = project->values(QLatin1String("QMAKE_INTERNAL_ET_PARSED_CMD.") + item + tar… local
674 if (commandItem.indexOf("$(INCPATH)") != -1)
675 commandItem.replace("$(INCPATH)", incPath.join(" "));
676 if (commandItem.indexOf("$(DEFINES)") != -1)
677 commandItem.replace("$(DEFINES)", defines.join(" "));
679 fixFlmCmd(&commandItem, commandsToReplace);
681 t << "OPTION COMMAND " << commandItem << endl;
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/controls/
H A Dcoptionmenu.cpp382 CCommandMenuItem* commandItem = menuItem.cast<CCommandMenuItem> ();
383 if (commandItem)
384 commandItem->validate ();
440 if (auto commandItem = dynamic_cast<CCommandMenuItem*> (
442 commandItem->execute ();
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceTool.java365 popup.add(commandItem("Clear Breakpoint", in showPopupMenu()
369 popup.add(commandItem("Set Breakpoint", in showPopupMenu()
381 private JMenuItem commandItem(String label, final String cmd) { in commandItem() method in SourceTool.STMouseListener
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceTool.java365 popup.add(commandItem("Clear Breakpoint", in showPopupMenu()
369 popup.add(commandItem("Set Breakpoint", in showPopupMenu()
381 private JMenuItem commandItem(String label, final String cmd) { in commandItem() method in SourceTool.STMouseListener
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/controls/
H A Dcoptionmenu.cpp452 CCommandMenuItem* commandItem = menuItem.cast<CCommandMenuItem> (); in beforePopup() local
453 if (commandItem) in beforePopup()
454 commandItem->validate (); in beforePopup()
513 if (auto commandItem = dynamic_cast<CCommandMenuItem*> ( in popup() local
515 commandItem->execute (); in popup()
/dports/x11/conlecterm/conlecterm-1.4.3.0/src/
H A DConfigurationParser.hs250 cmds <- braces $ many commandItem
257 commandItem :: MyParser CommandItem
258 commandItem = function
/dports/net-im/neochat/neochat-1.2.0/imports/NeoChat/Component/ChatBox/
H A DCompletionMenu.qml121 id: commandItem
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/plugin-bindings/
H A Dvst3editor.cpp776 auto* commandItem = (*it).cast<CCommandMenuItem>(); in addCOptionMenuEntriesToIContextMenu() local
777 if (commandItem) in addCOptionMenuEntriesToIContextMenu()
778 commandItem->validate (); in addCOptionMenuEntriesToIContextMenu()
799 if (commandItem) in addCOptionMenuEntriesToIContextMenu()
805 auto* target = new ContextMenuTarget (commandItem); in addCOptionMenuEntriesToIContextMenu()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/plugin-bindings/
H A Dvst3editor.cpp752 auto* commandItem = (*it).cast<CCommandMenuItem>();
753 if (commandItem)
754 commandItem->validate ();
775 if (commandItem)
781 auto* target = new ContextMenuTarget (commandItem);
/dports/deskutils/kalarm/kalarm-21.12.3/src/
H A Deditdlgtypes.cpp141 const QString commandItem = i18nc("@item:inlistbox", "Command output"); in type_init() local
144 mTypeCombo->addItem(commandItem); // index = tCOMMAND in type_init()
165 textItem, fileItem, commandItem)); in type_init()
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dxmlcopyeditor.cpp5258 wxMenuItem *commandItem = in getMenuBar() local
5264 commandItem->SetBitmap ( wxNullBitmap ); in getMenuBar()
5270 toolsMenu->Append ( commandItem ); in getMenuBar()