Home
last modified time | relevance | path

Searched refs:actionMgr (Results 1 – 18 of 18) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/plugins/RemoteControl/src/
H A DStelActionService.cpp34 actionMgr = StelApp::getInstance().getStelActionManager(); in StelActionService()
45 for (auto group : actionMgr->getGroupList()) in get()
48 for (const auto* action : actionMgr->getActionList(group)) in get()
78 StelAction* action = actionMgr->findAction(id); in post()
H A DStelActionService.hpp47 StelActionMgr* actionMgr; member in StelActionService
H A DMainService.cpp51 actionMgr = StelApp::getInstance().getStelActionManager(); in MainService()
62 connect(actionMgr,SIGNAL(actionToggled(QString,bool)),this,SLOT(actionToggled(QString,bool))); in MainService()
672 for (const auto* ac : actionMgr->getActionList()) in getActionChangesSinceID()
688 for (const auto* ac : actionMgr->getActionList()) in getActionChangesSinceID()
H A DMainService.hpp93 StelActionMgr* actionMgr; member in MainService
/dports/astro/stellarium/stellarium-0.21.3/src/gui/
H A DShortcutsDialog.cpp69 actionMgr = StelApp::getInstance().getStelActionManager(); in ShortcutsDialog()
257 StelAction* action = actionMgr->findAction(actionId); in applyChanges()
263 actionMgr->saveShortcuts(); in applyChanges()
318 …connect(ui->primaryShortcutEdit, SIGNAL(focusChanged(bool)), actionMgr, SLOT(setAllActionsEnabled(… in createDialogContent()
319 …connect(ui->altShortcutEdit, SIGNAL(focusChanged(bool)), actionMgr, SLOT(setAllActionsEnabled(bool… in createDialogContent()
460 actionMgr->restoreDefaultShortcuts(); in restoreAllDefaultShortcuts()
478 StelAction* action = actionMgr->findAction(actionId); in restoreDefaultShortcuts()
481 actionMgr->restoreDefaultShortcut(action); in restoreDefaultShortcuts()
494 QStringList groups = actionMgr->getGroupList(); in updateTreeData()
499 QList<StelAction*> actions = actionMgr->getActionList(group); in updateTreeData()
H A DShortcutsDialog.hpp107 class StelActionMgr* actionMgr; member in ShortcutsDialog
H A DHelpDialog.cpp306 StelActionMgr* actionMgr = StelApp::getInstance().getStelActionManager(); in updateHelpText() local
309 for (const auto &group : actionMgr->getGroupList()) in updateHelpText()
318 for (auto* action : actionMgr->getActionList(group.second)) in updateHelpText()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Oculars/src/gui/
H A DOcularsGuiPanel.cpp188 StelActionMgr* actionMgr = StelApp::getInstance().getStelActionManager(); in OcularsGuiPanel() local
190actionMgr->addAction("actionToggle_Oculars_Previous_Ocular", ocularsGroup, N_("Previous ocular"), … in OcularsGuiPanel()
191actionMgr->addAction("actionToggle_Oculars_Next_Ocular", ocularsGroup, N_("Next ocular"), this, "u… in OcularsGuiPanel()
192actionMgr->addAction("actionToggle_Oculars_Previous_Lens", ocularsGroup, N_("Previous lens"), this… in OcularsGuiPanel()
193actionMgr->addAction("actionToggle_Oculars_Next_Lens", ocularsGroup, N_("Next lens"), this, "updat… in OcularsGuiPanel()
194actionMgr->addAction("actionToggle_Oculars_Previous_CCD", ocularsGroup, N_("Previous CCD frame"), … in OcularsGuiPanel()
195actionMgr->addAction("actionToggle_Oculars_Next_CCD", ocularsGroup, N_("Next CCD frame"), this, "u… in OcularsGuiPanel()
196actionMgr->addAction("actionToggle_Oculars_Previous_Telescope", ocularsGroup, N_("Previous telesco… in OcularsGuiPanel()
197actionMgr->addAction("actionToggle_Oculars_Next_Telescope", ocularsGroup, N_("Next telescope"), th… in OcularsGuiPanel()
199actionMgr->addAction("actionToggle_Oculars_Rotate_Frame_Reset", ocularsGroup, N_("Reset the sensor… in OcularsGuiPanel()
[all …]
/dports/astro/stellarium/stellarium-0.21.3/src/
H A DStelMainView.cpp286 StelActionMgr* actionMgr = StelApp::getInstance().getStelActionManager(); in keyPressEvent() local
287 if (actionMgr->pushKey(event->key() + event->modifiers(), true)) { in keyPressEvent()
817 StelActionMgr *actionMgr = stelApp->getStelActionManager(); in init() local
818actionMgr->addAction("actionSave_Screenshot_Global", N_("Miscellaneous"), N_("Save screenshot"), t… in init()
819actionMgr->addAction("actionReload_Shaders", N_("Miscellaneous"), N_("Reload shaders (for developm… in init()
820actionMgr->addAction("actionSet_Full_Screen_Global", N_("Display Options"), N_("Full-screen mode")… in init()
908 QStringList defaultShortcuts = actionMgr->getShortcutsList(); in init()
939 StelAction *action = actionMgr->findAction(actionName); in init()
940 …if (action && defaultShortcuts.contains(customKey) && actionMgr->findActionFromShortcut(customKey)… in init()
/dports/graphics/krita/krita-4.4.8/plugins/extensions/resourcemanager/
H A Ddlg_bundle_manager.h41 …explicit DlgBundleManager(ResourceManager *resourceManager, KisActionManager* actionMgr, QWidget *…
H A Ddlg_bundle_manager.cpp40 DlgBundleManager::DlgBundleManager(ResourceManager *resourceManager, KisActionManager* actionMgr, Q… in DlgBundleManager() argument
73 m_actionManager = actionMgr; in DlgBundleManager()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelApp.hpp154 StelActionMgr* getStelActionManager() const {return actionMgr;} in getStelActionManager()
377 StelActionMgr* actionMgr; member in StelApp
H A DStelApp.cpp226 , actionMgr(Q_NULLPTR) in StelApp()
303 delete actionMgr; actionMgr = Q_NULLPTR; in ~StelApp()
462 actionMgr = new StelActionMgr(); in init()
622actionMgr->addAction("actionShow_Night_Mode", N_("Display Options"), N_("Night mode"), this, "nigh… in init()
H A DStelMovementMgr.cpp259 StelActionMgr* actionMgr = StelApp::getInstance().getStelActionManager(); in bindingFOVActions() local
269 StelAction* action = actionMgr->findAction(actionName); in bindingFOVActions()
271 actionMgr->findAction(actionName)->setText(actionDescription); in bindingFOVActions()
/dports/astro/stellarium/stellarium-0.21.3/plugins/TelescopeControl/src/
H A DTelescopeControl.cpp228 StelActionMgr* actionMgr = StelApp::getInstance().getStelActionManager(); in translateActionDescriptions() local
237 actionMgr->findAction(name)->setText(description); in translateActionDescriptions()
241 actionMgr->findAction(name)->setText(description); in translateActionDescriptions()
245 actionMgr->findAction(name)->setText(description); in translateActionDescriptions()
249 actionMgr->findAction(name)->setText(description); in translateActionDescriptions()
/dports/astro/stellarium/stellarium-0.21.3/plugins/MeteorShowers/src/
H A DMeteorShowersMgr.cpp453 StelActionMgr* actionMgr = StelApp::getInstance().getStelActionManager(); in setEnablePlugin() local
454 StelAction* action = actionMgr->findAction("actionShow_MeteorShowers"); in setEnablePlugin()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/
H A DSatellites.cpp241 StelActionMgr* actionMgr = StelApp::getInstance().getStelActionManager(); in bindingGroups() local
252 StelAction* actionShow = actionMgr->findAction(actionShowName); in bindingGroups()
254 actionMgr->findAction(actionShowName)->setText(actionShowDescription); in bindingGroups()
260 StelAction* actionHide = actionMgr->findAction(actionHideName); in bindingGroups()
262 actionMgr->findAction(actionHideName)->setText(actionHideDescription); in bindingGroups()
/dports/astro/stellarium/stellarium-0.21.3/src/scripting/
H A DStelScriptMgr.cpp364 StelActionMgr* actionMgr = StelApp::getInstance().getStelActionManager(); in initActions() local
369 actionMgr->addAction(actionId, N_("Scripts"), q_(getName(script).trimmed()), in initActions()