Home
last modified time | relevance | path

Searched refs:action_select_all (Results 1 – 17 of 17) sorted by relevance

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/matrix/
H A Dfuture_Matrix.cpp532 menu->addAction(action_select_all); in createMatrixMenu()
610 action_select_all = new QAction(*icon_temp, tr("Select All"), this); in createActions()
611 actionManager()->addAction(action_select_all, "select_all"); in createActions()
730 connect(action_select_all, SIGNAL(triggered()), this, SLOT(selectAll())); in connectActions()
762 d_view->addAction(action_select_all); in addActionsToView()
791 action_select_all->setText(tr("Select All")); in translateActionsStrings()
H A Dfuture_Matrix.h328 QAction *action_select_all; variable
/dports/graphics/gtkam/gtkam-1.0/src/
H A Dgtkam-main.c217 action_select_all (GtkAction *action, gpointer callback_data) in action_select_all() function
561 { "SelectAll", NULL, N_("_All"), NULL, NULL, G_CALLBACK (action_select_all) },
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dmodelwidget.h233 *action_select_all, variable
H A Dmodelwidget.cpp233action_select_all=new QAction(QIcon(PgModelerUiNs::getIconPath("seltodos")), tr("Select all"), thi… in ModelWidget()
234 action_select_all->setToolTip(tr("Selects all the graphical objects in the model")); in ModelWidget()
235 action_select_all->setMenu(&select_all_menu); in ModelWidget()
467 connect(action_select_all, SIGNAL(triggered(bool)),this,SLOT(selectAllObjects())); in ModelWidget()
3471 action_select_all->setEnabled(value); in enableModelActions()
4328 popup_menu.addAction(action_select_all); in configureDatabaseActions()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/table/
H A Dfuture_Table.h423 QAction *action_select_all; variable
H A Dfuture_Table.cpp1226 action_select_all = new QAction(*icon_temp, tr("Select All"), this); in createActions()
1227 actionManager()->addAction(action_select_all, "select_all"); in createActions()
1425 connect(action_select_all, SIGNAL(triggered()), this, SLOT(selectAll())); in connectActions()
1486 d_view->addAction(action_select_all); in addActionsToView()
1536 action_select_all->setText(tr("Select All")); in translateActionsStrings()
1828 menu->addAction(action_select_all); in createTableMenu()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DTableStatistics.cpp381 context_menu.addAction(d_future_table->action_select_all); in eventFilter()
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dmain_window.cpp181 ui.action_select_all->setShortcut(QKeySequence::SelectAll); in MainWindow()
196 addAction(ui.action_select_all); in MainWindow()
1308 ui.action_select_all->setEnabled(select_all_supported); in current_editor_changed()
/dports/graphics/drawing/drawing-0.8.4/src/
H A Dwindow.py565 self.add_action_simple('select_all', self.action_select_all, ['<Ctrl>a'])
1105 def action_select_all(self, *args): member in DrWindow
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dgtkui.c1322 static DB_plugin_action_t action_select_all = { variable
1335 .next = &action_select_all
/dports/deskutils/gnome-system-log/gnome-system-log-3.9.90/src/
H A Dlogview-window.c1045 action_select_all (GSimpleAction *action, in action_select_all() function
1211 { "select_all", action_select_all, NULL, NULL, NULL },
/dports/graphics/elementary-photos/photos-2.7.1/src/
H A DAppWindow.vala51 public const string ACTION_SELECT_ALL = "action_select_all";
/dports/x11/elementary-terminal/terminal-6.0.1/src/
H A DMainWindow.vala107 { ACTION_SELECT_ALL, action_select_all },
1319 private void action_select_all () {
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dcomments_editor.py1104 self.toolbar.add_action(self.editor.action_select_all)
/dports/graphics/ipe/ipe-7.2.23/src/ipe/lua/
H A Dactions.lua1213 function MODEL:action_select_all() function
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-files-view.c1709 action_select_all (GSimpleAction *action, in action_select_all() function
7198 { "select-all", action_select_all },