Home
last modified time | relevance | path

Searched refs:showContextMenu (Results 1 – 25 of 871) sorted by relevance

12345678910>>...35

/dports/security/fwbuilder/fwbuilder-5.3.7/src/unit_tests/RuleSetViewTest/
H A DRuleSetViewTest.cpp71 view->showContextMenu(view->pos() + point); in showContextMenu()
251 showContextMenu(getViewBottomPoint()); in test_add_remove()
257 showContextMenu(getViewBottomPoint()); in test_add_remove()
265 showContextMenu(getViewBottomPoint()); in test_add_remove()
275 showContextMenu(findRulePosition(rule1)); in test_add_remove()
285 showContextMenu(findRulePosition(rule2)); in test_add_remove()
294 showContextMenu(findRulePosition(rule3)); in test_add_remove()
302 showContextMenu(findRulePosition(rule4)); in test_add_remove()
314 showContextMenu(getViewBottomPoint()); in test_group()
443 showContextMenu(getViewBottomPoint()); in test_move()
[all …]
H A DRuleSetViewTest.h61 void showContextMenu(QPoint point);
62 void showContextMenu(int,int);
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/content-src/components/ContextMenu/
H A DContextMenuButton.jsx11 showContextMenu: false, property in ContextMenuButton.constructor.state
24 showContextMenu: true,
41 onUpdate(showContextMenu) { argument
43 this.props.onUpdate(showContextMenu);
45 this.setState({ showContextMenu });
50 const { showContextMenu, contextMenuKeyboard } = this.state;
63 {showContextMenu
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/newtab/content-src/components/ContextMenu/
H A DContextMenuButton.jsx11 showContextMenu: false, property in ContextMenuButton.constructor.state
24 showContextMenu: true,
41 onUpdate(showContextMenu) { argument
43 this.props.onUpdate(showContextMenu);
45 this.setState({ showContextMenu });
50 const { showContextMenu, contextMenuKeyboard } = this.state;
63 {showContextMenu
/dports/www/firefox/firefox-99.0/browser/components/newtab/content-src/components/ContextMenu/
H A DContextMenuButton.jsx11 showContextMenu: false, property in ContextMenuButton.constructor.state
24 showContextMenu: true,
41 onUpdate(showContextMenu) { argument
43 this.props.onUpdate(showContextMenu);
45 this.setState({ showContextMenu });
50 const { showContextMenu, contextMenuKeyboard } = this.state;
63 {showContextMenu
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/content-src/components/ContextMenu/
H A DContextMenuButton.jsx11 showContextMenu: false, property in ContextMenuButton.constructor.state
24 showContextMenu: true,
41 onUpdate(showContextMenu) { argument
43 this.props.onUpdate(showContextMenu);
45 this.setState({ showContextMenu });
50 const { showContextMenu, contextMenuKeyboard } = this.state;
63 {showContextMenu
/dports/security/fwbuilder/fwbuilder-5.3.7/src/unit_tests/RuleSetViewContextMenuTest/
H A DRuleSetViewContextMenuTest.cpp50 #define showContextMenu( x ) view->showContextMenu(view->pos() + x); macro
356 showContextMenu(getViewBottomPoint()); in test_menus()
366 showContextMenu(findCell(rule, i)); in test_menus()
376 showContextMenu(findRulePosition(rule)); in test_menus()
386 showContextMenu(getViewBottomPoint()); in test_group_menus()
391 showContextMenu(getViewBottomPoint()); in test_group_menus()
447 showContextMenu(findCell(rules[i],0)) in test_group_menus()
453 showContextMenu(findCell(rules[i],0)) in test_group_menus()
462 showContextMenu(getViewBottomPoint()); in test_platforms()
473 showContextMenu(findCell(rule, 6)); in test_platforms()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/sequence_selection/
H A DGTTestsSequenceSelection.cpp99 GTMenu::showContextMenu(os, GTUtilsSequenceView::getPanOrDetView(os)); in GUI_TEST_CLASS_DEFINITION()
117 GTMenu::showContextMenu(os, GTUtilsSequenceView::getPanOrDetView(os)); in GUI_TEST_CLASS_DEFINITION()
298 GTMenu::showContextMenu(os, GTUtilsSequenceView::getPanOrDetView(os)); in GUI_TEST_CLASS_DEFINITION()
309 GTMenu::showContextMenu(os, GTUtilsSequenceView::getPanOrDetView(os)); in GUI_TEST_CLASS_DEFINITION()
320 GTMenu::showContextMenu(os, GTUtilsSequenceView::getPanOrDetView(os)); in GUI_TEST_CLASS_DEFINITION()
331 GTMenu::showContextMenu(os, GTUtilsSequenceView::getPanOrDetView(os)); in GUI_TEST_CLASS_DEFINITION()
342 GTMenu::showContextMenu(os, GTUtilsSequenceView::getPanOrDetView(os)); in GUI_TEST_CLASS_DEFINITION()
353 GTMenu::showContextMenu(os, GTUtilsSequenceView::getPanOrDetView(os)); in GUI_TEST_CLASS_DEFINITION()
384 GTMenu::showContextMenu(os, GTUtilsSequenceView::getPanOrDetView(os)); in GUI_TEST_CLASS_DEFINITION()
391 GTMenu::showContextMenu(os, GTUtilsSequenceView::getPanOrDetView(os)); in GUI_TEST_CLASS_DEFINITION()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/msa_editor/overview/
H A DGTTestsMSAEditorOverview.cpp55 GTMenu::showContextMenu(os, GTWidget::findWidget(os, "msa_overview_area")); in GUI_TEST_CLASS_DEFINITION()
107 GTMenu::showContextMenu(os, GTWidget::findWidget(os, "msa_overview_area")); in GUI_TEST_CLASS_DEFINITION()
131 GTMenu::showContextMenu(os, GTWidget::findWidget(os, "msa_overview_area")); in GUI_TEST_CLASS_DEFINITION()
160 GTMenu::showContextMenu(os, GTWidget::findWidget(os, "msa_overview_area")); in GUI_TEST_CLASS_DEFINITION()
185 GTMenu::showContextMenu(os, GTWidget::findWidget(os, "msa_overview_area")); in GUI_TEST_CLASS_DEFINITION()
216 GTMenu::showContextMenu(os, GTWidget::findWidget(os, "msa_overview_area")); in GUI_TEST_CLASS_DEFINITION()
397 GTMenu::showContextMenu(os, overviewGraph); in GUI_TEST_CLASS_DEFINITION()
406 GTMenu::showContextMenu(os, overviewGraph); in GUI_TEST_CLASS_DEFINITION()
421 GTMenu::showContextMenu(os, overviewGraph); in GUI_TEST_CLASS_DEFINITION()
438 GTMenu::showContextMenu(os, overviewGraph); in GUI_TEST_CLASS_DEFINITION()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/msa_editor/consensus/
H A DGTTestsMSAEditorConsensus.cpp54 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
81 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
111 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
136 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
161 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
191 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
217 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
242 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
271 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
296 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
/dports/www/firefox/firefox-99.0/browser/components/newtab/content-src/components/CollapsibleSection/
H A DCollapsibleSection.jsx23 showContextMenu: false, property in _CollapsibleSection.constructor.state
44 onMenuUpdate(showContextMenu) { argument
45 this.setState({ showContextMenu });
53 showContextMenu,
56 const active = menuButtonHover || showContextMenu;
/dports/net-im/beebeep/beebeep-code-r1476/src/desktop/
H A DGuiPluginManager.cpp72 … SIGNAL( customContextMenuRequested ( const QPoint& ) ), this, SLOT( showContextMenu( const QPoint… in GuiPluginManager()
81 void GuiPluginManager::showContextMenu( const QPoint& pos ) in showContextMenu() function in GuiPluginManager
85 showContextMenu( item, QCursor::pos() ); in showContextMenu()
91 showContextMenu( item, QCursor::pos() ); in pluginSelected()
94 void GuiPluginManager::showContextMenu( QTreeWidgetItem* item, const QPoint& pos ) in showContextMenu() function in GuiPluginManager
H A DGuiPluginManager.h43 void showContextMenu( const QPoint& );
55 void showContextMenu( QTreeWidgetItem*, const QPoint& );
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/msa_editor/
H A DGTTestsMsaEditor.cpp170 GTMenu::showContextMenu(os, GTUtilsMdi::activeWindow(os)); in GUI_TEST_CLASS_DEFINITION()
177 GTMenu::showContextMenu(os, GTUtilsMdi::activeWindow(os)); in GUI_TEST_CLASS_DEFINITION()
189 GTMenu::showContextMenu(os, GTUtilsMdi::activeWindow(os)); in GUI_TEST_CLASS_DEFINITION()
327 GTMenu::showContextMenu(os, msaWindow); in GUI_TEST_CLASS_DEFINITION()
348 GTMenu::showContextMenu(os, mdiWindow); in GUI_TEST_CLASS_DEFINITION()
369 GTMenu::showContextMenu(os, mdiWindow); in GUI_TEST_CLASS_DEFINITION()
645 GTMenu::showContextMenu(os, mdiWindow); in GUI_TEST_CLASS_DEFINITION()
657 GTMenu::showContextMenu(os, mdiWindow); in GUI_TEST_CLASS_DEFINITION()
4189 GTMenu::showContextMenu(os, overview); in GUI_TEST_CLASS_DEFINITION()
4198 GTMenu::showContextMenu(os, overview); in GUI_TEST_CLASS_DEFINITION()
[all …]
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/viewcontextmenu/
H A Dviewcontextmenucontroller.cpp38 this, &ViewContextMenuController::showContextMenu); in setTargetModel()
42 void ViewContextMenuController::showContextMenu(QPoint pos) in showContextMenu() function in Kasten::ViewContextMenuController
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/msa_editor/edit/
H A DGTTestsMSAEditorEdit.cpp113 GTMenu::showContextMenu(os, seq); in test_3()
156 GTMenu::showContextMenu(os, seq); in test_4()
252 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
292 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
334 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
387 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
454 GTMenu::showContextMenu(os, seq); in test_9()
622 GTMenu::showContextMenu(os, seq); in GUI_TEST_CLASS_DEFINITION()
725 GTMenu::showContextMenu(os, seq); in test_13()
738 GTMenu::showContextMenu(os, seq); in test_13()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/dp_view/
H A DGTTestsDpView.cpp74 GTMenu::showContextMenu(os, GTWidget::findWidget(os, "dotplot widget")); in GUI_TEST_CLASS_DEFINITION()
93 GTMenu::showContextMenu(os, GTWidget::findWidget(os, "dotplot widget")); in GUI_TEST_CLASS_DEFINITION()
176 GTMenu::showContextMenu(os, dpWidget); in GUI_TEST_CLASS_DEFINITION()
196 GTMenu::showContextMenu(os, dpWidget); in GUI_TEST_CLASS_DEFINITION()
216 GTMenu::showContextMenu(os, dpWidget); in GUI_TEST_CLASS_DEFINITION()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DContextMenuController.h56 void showContextMenu(Event*, PassRefPtr<ContextMenuProvider>);
69 void showContextMenu(Event*);
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DPopupLabel.cpp54 void PopupLabel::showContextMenu( const QPoint & pos ) in showContextMenu() function in PopupLabel
75 showContextMenu( event->globalPos() ); in mousePressEvent()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/behaviors/spelling/
H A Dspelling-realtime.ts271 if (!ui.display.showContextMenu) {
287 const showContextMenu = (menuItems: EditorMenuItem[]) => { constant
290 ui.display.showContextMenu!(menuItems, clientX, clientY);
337 showContextMenu(menuItems);
359 showContextMenu([
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/PanelView/
H A Dkrmousehandler.cpp47 connect(&_contextMenuTimer, SIGNAL(timeout()), this, SLOT(showContextMenu())); in KrMouseHandler()
127 if (KrSelectionMode::getSelectionHandler()->showContextMenu() >= 0) { in mousePressEvent()
285 …&& KrSelectionMode::getSelectionHandler()->showContextMenu() >= 0 && e->buttons() == Qt::RightButt… in mouseMoveEvent()
316 void KrMouseHandler::showContextMenu() in showContextMenu() function in KrMouseHandler
330 int i = KrSelectionMode::getSelectionHandler()->showContextMenu(); in handleContextMenu()
/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3gui/src/
H A Dbmkdlg.h43 void showContextMenu();
60 void showContextMenu();
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/widgets/util/
H A Dstatus_box.cpp52 void StatusBox::showContextMenu() { in showContextMenu() function in ScIDE::StatusBox
67 void StatusBox::mousePressEvent(QMouseEvent*) { showContextMenu(); } in mousePressEvent()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/undo_redo/
H A DGTTestsUndoRedo.cpp153 GTMenu::showContextMenu(os, GTUtilsMdi::activeWindow(os)); in GUI_TEST_CLASS_DEFINITION()
440 GTMenu::showContextMenu(os, GTUtilsMdi::activeWindow(os)); in GUI_TEST_CLASS_DEFINITION()
480 GTMenu::showContextMenu(os, GTUtilsMdi::activeWindow(os)); in GUI_TEST_CLASS_DEFINITION()
520 GTMenu::showContextMenu(os, GTUtilsMdi::activeWindow(os)); in GUI_TEST_CLASS_DEFINITION()
559 GTMenu::showContextMenu(os, GTUtilsMdi::activeWindow(os)); in GUI_TEST_CLASS_DEFINITION()
627 GTMenu::showContextMenu(os, GTUtilsMdi::activeWindow(os)); in GUI_TEST_CLASS_DEFINITION()
667 GTMenu::showContextMenu(os, GTUtilsMdi::activeWindow(os)); in GUI_TEST_CLASS_DEFINITION()
707 GTMenu::showContextMenu(os, GTUtilsMdi::activeWindow(os)); in GUI_TEST_CLASS_DEFINITION()
748 GTMenu::showContextMenu(os, GTUtilsMdi::activeWindow(os)); in GUI_TEST_CLASS_DEFINITION()
/dports/graphics/kgeotag/kgeotag-1.2.0/src/
H A DTracksListView.cpp37 connect(this, &QListView::customContextMenuRequested, this, &TracksListView::showContextMenu); in TracksListView()
48 void TracksListView::showContextMenu(const QPoint &point) in showContextMenu() function in TracksListView

12345678910>>...35