Home
last modified time | relevance | path

Searched refs:refreshActionProperties (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/src/
H A Dkxmlguifactory.cpp79 …void refreshActionProperties(KXMLGUIClient *client, const QList<QAction *> &actions, const QDomDoc…
252 d->refreshActionProperties(client, client->actionCollection()->actions(), doc); in addClient()
296 void KXMLGUIFactory::refreshActionProperties() in refreshActionProperties() function in KXMLGUIFactory
305 d->refreshActionProperties(client, client->actionCollection()->actions(), doc); in refreshActionProperties()
331 void KXMLGUIFactoryPrivate::refreshActionProperties(KXMLGUIClient *client, const QList<QAction *> &… in refreshActionProperties() function in KXMLGUIFactoryPrivate
395 refreshActionProperties(); in changeShortcutScheme()
563 d->refreshActionProperties(client, actionList, client->domDocument()); in plugActionList()
H A Dkxmlguifactory.h169 void refreshActionProperties();
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/xmlgui/
H A Dkxmlguifactory.cpp96 …void refreshActionProperties(KXMLGUIClient *client, const QList<QAction *> &actions, const QDomDoc…
291 d->refreshActionProperties(client, client->actionCollection()->actions(), doc); in addClient()
349 void KXMLGUIFactoryPrivate::refreshActionProperties(KXMLGUIClient *client, const QList<QAction *> &… in refreshActionProperties() function in KXMLGUIFactoryPrivate
569 d->refreshActionProperties(client, actionList, client->domDocument()); in plugActionList()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/usermenu/
H A Dusermenu.h51 void refreshActionProperties();
H A Dusermenu.cpp294 void UserMenu::refreshActionProperties() in refreshActionProperties() function in KileMenu::UserMenu
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/autotests/
H A Dkxmlgui_unittest.cpp1147 factory.refreshActionProperties(); in testSaveShortcutsAndRefresh()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Dkile.cpp400 m_userMenu->refreshActionProperties(); in Kile()
2305 m_userMenu->refreshActionProperties(); in quickUserMenuDialog()
/dports/graphics/gwenview/gwenview-21.12.3/app/
H A Dmainwindow.cpp508 q->guiFactory()->refreshActionProperties(); in setupActions()
/dports/graphics/okular/okular-21.12.3/part/
H A Dpart.cpp2908 factory()->refreshActionProperties(); in slotNewConfig()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py12723 def refreshActionProperties(self): member in KXMLGUIFactory