Home
last modified time | relevance | path

Searched refs:actionsList (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/graphics/qgis/qgis-3.22.3/tests/src/gui/
H A Dtestqgsrasterhistogram.cpp65 QStringList actionsList = QStringList(),
144 QStringList actionsList; in testGray1() local
151 QStringList actionsList( "Show RGB" ); in testGray2() local
158 QStringList actionsList; in testRGB1() local
165 QStringList actionsList( "Show RGB" ); in testRGB2() local
172 QStringList actionsList( "Show selected" ); in testRGB3() local
179 QStringList actionsList; in testRGB4() local
180 actionsList << "Show selected" << "Show markers" << "Load 1 stddev"; in testRGB4()
187 QStringList actionsList; in testPseudo1() local
244 QStringList actionsList, int selectedBand ) in testFile() argument
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/gui/
H A Dtestqgsrasterhistogram.cpp65 QStringList actionsList = QStringList(),
144 QStringList actionsList; in testGray1() local
151 QStringList actionsList( "Show RGB" ); in testGray2() local
158 QStringList actionsList; in testRGB1() local
165 QStringList actionsList( "Show RGB" ); in testRGB2() local
172 QStringList actionsList( "Show selected" ); in testRGB3() local
179 QStringList actionsList; in testRGB4() local
180 actionsList << "Show selected" << "Show markers" << "Load 1 stddev"; in testRGB4()
187 QStringList actionsList; in testPseudo1() local
244 QStringList actionsList, int selectedBand ) in testFile() argument
[all …]
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/common/libkipiplugins/dialogs/
H A Dkpbatchprogressdialog.cpp97 actionsList = nullptr; in Private()
100 QListWidget* actionsList; member in KIPIPlugins::KPBatchProgressWidget::Private
111 d->actionsList = new QListWidget(this); in KPBatchProgressWidget()
112 d->actionsList->setSortingEnabled(false); in KPBatchProgressWidget()
113 d->actionsList->setWhatsThis(i18n("<p>This is the current processing status.</p>")); in KPBatchProgressWidget()
149 KPBatchProgressItem* const item = new KPBatchProgressItem(d->actionsList, text, type); in addedAction()
150 d->actionsList->setCurrentItem(item); in addedAction()
156 d->actionsList->clear(); in reset()
202 for (int i=0 ; i < d->actionsList->count() ; ++i) in slotCopy2ClipBoard()
204 textInfo.append(d->actionsList->item(i)->text()); in slotCopy2ClipBoard()
/dports/graphics/digikam/digikam-7.4.0/core/showfoto/folderview/
H A Dshowfotofolderviewbar.cpp121 d->actionsList << btnAction; in ShowfotoFolderViewBar()
138 d->actionsList << btnAction; in ShowfotoFolderViewBar()
155 d->actionsList << btnAction; in ShowfotoFolderViewBar()
172 d->actionsList << btnAction; in ShowfotoFolderViewBar()
210 d->actionsList << d->shortAction; in ShowfotoFolderViewBar()
219 d->actionsList << d->detailedAction; in ShowfotoFolderViewBar()
229 d->actionsList << d->showBookmarksAction; in ShowfotoFolderViewBar()
236 d->actionsList << d->moreSettingsAction; in ShowfotoFolderViewBar()
262 d->actionsList << btnAction; in ShowfotoFolderViewBar()
273 d->actionsList << btnAction; in ShowfotoFolderViewBar()
[all …]
/dports/x11/konsole/konsole-21.12.3/src/profile/
H A DProfileList.cpp67 const QList<QAction *> actionsList = _group->actions(); in actionForProfile() local
68 for (QAction *action : actionsList) { in actionForProfile()
165 auto actionsList = _group->actions(); in actions() local
166 std::sort(actionsList.begin(), actionsList.end(), [](QAction *a, QAction *b) { in actions()
180 return actionsList; in actions()
/dports/astro/merkaartor/merkaartor-0.19.0/src/Tools/
H A DActionsDialog.cpp42 actionsList.append(action); in ActionsDialog()
83 for (int row = 0; row < (int)actionsList.size(); ++row) { in resetToDefault()
84 QAction *action = actionsList[row]; in resetToDefault()
92 for (int row = 0; row < (int)actionsList.size(); ++row) { in accept()
93 QAction *action = actionsList[row]; in accept()
134 for (int row = 0; row < (int)actionsList.size(); ++row) { in importShortcuts()
170 for (int row = 0; row < (int)actionsList.size(); ++row) { in exportShortcuts()
/dports/databases/kexi/kexi-3.2.0/src/main/
H A DKexiMenuWidget.cpp539 QList<QAction*> actionsList = q->actions(); in updateActionRects() local
540 actionRects.resize(actionsList.count()); in updateActionRects()
578 QAction *action = actionsList.at(i); in updateActionRects()
593 QAction *action = actionsList.at(i); in updateActionRects()
694 int index = actionsList.indexOf(act); in actionRect()
776 QAction *act = actionsList.at(i); in setFirstActionActive()
862 return actionsList.at(i); in actionAt()
990 if (actionsList.at(i) == action) { in scrollMenu()
1098 QAction *act = actionsList.at(i); in scrollMenu()
1113 QAction *act = actionsList.at(i); in scrollMenu()
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/crengine/
H A DReaderViewLayout.java96 ArrayList<ReaderAction> actionsList = ReaderAction.createList( in ReaderViewLayout() local
116 actionsList.add(7, ReaderAction.SHOW_SYSTEM_BACKLIGHT_DIALOG); in ReaderViewLayout()
121 actionsList.add(ReaderAction.GDRIVE_SYNCTO); in ReaderViewLayout()
122 actionsList.add(ReaderAction.GDRIVE_SYNCFROM); in ReaderViewLayout()
124 actionsList.add(ReaderAction.ABOUT); in ReaderViewLayout()
125 actionsList.add(ReaderAction.EXIT); in ReaderViewLayout()
126 this.toolbarView = new CRToolBar(context, actionsList, false); in ReaderViewLayout()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlab/
H A Dml_render_gui.h208 virtual void actionsList(QList<MLRenderingAction*>& actions) = 0;
275 void actionsList(QList<MLRenderingAction*>& actions);
302 void actionsList(QList<MLRenderingAction*>& actions);
330 void actionsList(QList<MLRenderingAction*>& actions);
353 void actionsList(QList<MLRenderingAction*>& actions);
371 void actionsList(QList<MLRenderingAction*>& actions);
409 void actionsList(QList<MLRenderingAction*>& actions);
433 void actionsList(QList<MLRenderingAction*>& actions);
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core/interfaces/
H A DTestMetaCapability.cpp64 static QList<QAction*> actionsList; member in MetaCapabilityMock
68 QList<QAction*> MetaCapabilityMock::actionsList; member in MetaCapabilityMock
71 …bility *MetaCapabilityMock::actionsCapability = new Capabilities::ActionsCapability( actionsList );
/dports/finance/skrooge/skrooge-2.26.1/skgbasegui/
H A Dskgshow.cpp61 QList<QAction*> actionsList = m_menu->actions(); in getState() local
62 int nb = actionsList.count(); in getState()
65 QAction* act = actionsList.at(i); in getState()
125 QList<QAction*> actionsList = m_menu->actions(); in getWhereClause() local
126 int nb = actionsList.count(); in getWhereClause()
129 QAction* act = actionsList.at(i); in getWhereClause()
493 QList<QAction*> actionsList = m_menu->actions(); in getAction() local
494 int nb = actionsList.count(); in getAction()
496 QAction* act = actionsList.at(i); in getAction()
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DGrip.c78 static XtActionsRec actionsList[] = variable
97 /* actions */ actionsList,
98 /* num_actions */ XtNumber(actionsList),
H A DMenuButton.c82 static XtActionsRec actionsList[] = variable
98 actionsList, /* actions */
99 XtNumber(actionsList), /* num_actions */
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DGrip.c79 static XtActionsRec actionsList[] = variable
98 /* actions */ actionsList,
99 /* num_actions */ XtNumber(actionsList),
H A DMenuButton.c83 static XtActionsRec actionsList[] = variable
99 actionsList, /* actions */
100 XtNumber(actionsList), /* num_actions */
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DGrip.c78 static XtActionsRec actionsList[] = variable
97 /* actions */ actionsList,
98 /* num_actions */ XtNumber(actionsList),
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DGrip.c117 static XtActionsRec actionsList[] = variable
136 actionsList, /* actions */
137 XtNumber(actionsList), /* num_actions */
/dports/print/gv/gv-3.7.4/src/
H A DSwitch.c66 static XtActionsRec actionsList[] = { variable
81 actionsList, /* actions */
82 XtNumber(actionsList), /* num_actions */
/dports/graphics/libkipi/libkipi-21.12.3/tests/kipicmd/
H A Dmain.cpp221 const QList<QPair<int, QAction*> > actionsList = FlattenActionList(plugin->actions()); in ListPlugins() local
227 for (QList<QPair<int, QAction*> >::ConstIterator it = actionsList.constBegin(); in ListPlugins()
228 it!=actionsList.constEnd(); ++it) in ListPlugins()
276 const QList<QPair<int, QAction*> > actionsList = FlattenActionList(plugin->actions()); in CallAction() local
278 for (QList<QPair<int, QAction*> >::ConstIterator it = actionsList.constBegin(); in CallAction()
279 it!=actionsList.constEnd(); ++it) in CallAction()
/dports/sysutils/plasma5-systemsettings/systemsettings-5.23.5/core/
H A DBaseMode.cpp27 QList<QAction *> actionsList; member in BaseMode::Private
92 QList<QAction *> &BaseMode::actionsList() const in actionsList() function in BaseMode
94 return d->actionsList; in actionsList()
/dports/x11/screengrab/screengrab-2.3.0/src/modules/extedit/
H A Dmoduleextedit.cpp47 const QList<XdgAction*> actionsList = _extEdit->getActions(); in initModuleMenu() local
49 for (XdgAction *appAction : actionsList) in initModuleMenu()
/dports/cad/xcircuit/xcircuit-3.10.30/Xw/
H A DWorkSpace.c60 static XtActionsRec actionsList[] = variable
124 actionsList, /* actions */
125 XtNumber(actionsList), /* num_actions */
/dports/games/3dc/3Dc/src/
H A DDrawingA.c25 static XtActionsRec actionsList[] = { variable
60 actionsList, /* actions */
61 XtNumber(actionsList), /* num_actions */
/dports/x11/libsx/libsx/src/
H A DDrawingA.c25 static XtActionsRec actionsList[] = { variable
60 actionsList, /* actions */
61 XtNumber(actionsList), /* num_actions */
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dactionseditor.cpp256 return actionsList.isEmpty(); in isEmpty()
260 actionsList.clear(); in clear()
275 actionsList.append(action); in addActions()
286 table->setRowCount( actionsList.count() ); in updateView()
296 for (int n = 0; n < actionsList.count(); n++) { in updateView()
297 action = static_cast<QAction*> (actionsList[n]); in updateView()
360 for (int row = 0; row < (int)actionsList.size(); ++row) { in applyChanges()
361 QAction *action = actionsList[row]; in applyChanges()

1234567