Home
last modified time | relevance | path

Searched refs:invertSelection (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/
H A DTreePaneSelector.java141 boolean invertSelection = isCommandKeyDown(mouseEvent); in mouseClicked()
143 if (!extendSelection && !invertSelection) { in mouseClicked()
158 treePane.addSelectedNode(selectedNode, invertSelection, extendSelection); in mouseClicked()
161 treePane.addSelectedClade(selectedNode, invertSelection, extendSelection); in mouseClicked()
164 treePane.addSelectedTip(selectedNode, invertSelection, extendSelection); in mouseClicked()
192 boolean invertSelection = isCommandKeyDown(mouseEvent); in mouseReleased()
194 if (!extendSelection && !invertSelection) { in mouseReleased()
210 … treePane.addSelectedNode(selectedNode, invertSelection, extendSelection); in mouseReleased()
213 … treePane.addSelectedClade(selectedNode, invertSelection, extendSelection); in mouseReleased()
216 treePane.addSelectedTip(selectedNode, invertSelection, extendSelection); in mouseReleased()
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/render/
H A Dselectionmode.cpp46 connect(mInvertSelection, SIGNAL(triggered()), this, SLOT(invertSelection())); in SelectionMode()
76 void SelectionMode::invertSelection() in invertSelection() function in CSVRender::SelectionMode
78 getWorldspaceWidget().invertSelection(mInteractionMask); in invertSelection()
H A Dselectionmode.hpp47 virtual void invertSelection();
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/
H A Dviewactions.cpp48 … Selection"), "edit-select-invert", Qt::ALT + Qt::Key_Asterisk, SLOT(invertSelection()), "invert"); in ViewActions()
133 void ViewActions::invertSelection() in invertSelection() function in ViewActions
135 view()->invertSelection(); in invertSelection()
H A Dviewactions.h53 void invertSelection();
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic/baseline/
H A Dmainwindow.ui.h63 QPushButton *invertSelection; variable
203 invertSelection = new QPushButton(groupBox_2); in setupUi()
204 invertSelection->setObjectName(QString::fromUtf8("invertSelection")); in setupUi()
206 hboxLayout1->addWidget(invertSelection); in setupUi()
355 …QObject::connect(chooseFromCodePoints, SIGNAL(toggled(bool)), invertSelection, SLOT(setEnabled(boo… in setupUi()
378invertSelection->setText(QApplication::translate("MainWindow", "&Invert Selection", 0, QApplicatio… in retranslateUi()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/select/
H A Dselect.cpp49 connect(action, SIGNAL(triggered()), SLOT(invertSelection())); in Select()
97 void Select::invertSelection() in invertSelection() function in Avogadro::QtPlugins::Select
H A Dselect.h46 void invertSelection();
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/select/
H A Dselect.cpp49 connect(action, SIGNAL(triggered()), SLOT(invertSelection())); in Select()
97 void Select::invertSelection() in invertSelection() function in Avogadro::QtPlugins::Select
H A Dselect.h46 void invertSelection();
/dports/graphics/qcomicbook/QComicBook-0.9.1/src/
H A DBookmarkManager.cpp34 connect(b_selrev, SIGNAL(clicked()), this, SLOT(invertSelection())); in BookmarkManager()
70 void BookmarkManager::invertSelection() in invertSelection() function in BookmarkManager
H A DBookmarkManager.h49 void invertSelection();
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qtc_texteditor/generichighlighter/
H A Dmanagedefinitionsdialog.cpp73 connect(ui.invertButton, SIGNAL(clicked()), this, SLOT(invertSelection())); in ManageDefinitionsDialog()
138 void ManageDefinitionsDialog::invertSelection() in invertSelection() function in ManageDefinitionsDialog
H A Dmanagedefinitionsdialog.h60 void invertSelection();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/
H A DWorkbenchEditorsDialog.java87 private Button invertSelection; field in WorkbenchEditorsDialog
285 invertSelection = new Button(selectionButtons, SWT.PUSH); in createDialogArea()
286 invertSelection.setText(WorkbenchMessages.WorkbenchEditorsDialog_invertSelection); in createDialogArea()
287 invertSelection.addSelectionListener(widgetSelectedAdapter(e -> { in createDialogArea()
291 invertSelection.setFont(font); in createDialogArea()
292 setButtonLayoutData(invertSelection); in createDialogArea()
394 invertSelection.setEnabled(allItems.length > 0); in updateButtons()
/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DLayer.cpp141 void Layer::invertSelection() in invertSelection() function in Layer
143 vac()->invertSelection(); in invertSelection()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/selection/algorithm/
H A DGeneral.h45 void invertSelection();
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actionselectinvert.cpp48 s.invertSelection(); in trigger()
/dports/graphics/libkexiv2/libkexiv2-21.12.3/src/
H A Dkexiv2.h592 …xifTagsDataList(const QStringList& exifKeysFilter=QStringList(), bool invertSelection=false) const;
692 …ptcTagsDataList(const QStringList& iptcKeysFilter=QStringList(), bool invertSelection=false) const;
806 …tXmpTagsDataList(const QStringList& xmpKeysFilter=QStringList(), bool invertSelection=false) const;
/dports/graphics/digikam/digikam-7.4.0/core/libs/metadataengine/engine/
H A Dmetaengine.h739 bool invertSelection = false,
856 bool invertSelection = false) const;
985 bool invertSelection = false) const;
/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Ddolphinpart.cpp185 QAction* invertSelection = actionCollection()->addAction(QStringLiteral("invert_selection")); in createActions() local
186 invertSelection->setText(i18nc("@action:inmenu Edit", "Invert Selection")); in createActions()
187 actionCollection()->setDefaultShortcut(invertSelection, Qt::CTRL | Qt::SHIFT | Qt::Key_A); in createActions()
188 connect(invertSelection, &QAction::triggered, m_view, &DolphinView::invertSelection); in createActions()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/modification/
H A Drs_selection.h53 void invertSelection();
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dfilmstripselection.h46 void invertSelection();
/dports/polish/qnapi/qnapi-0.2.3/gui/src/
H A Dqcheckedlistwidget.h48 void invertSelection() { in invertSelection() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/dialogs/
H A DSelectionDialogModel.h58 void invertSelection();

12345678910>>...14