Home
last modified time | relevance | path

Searched defs:parentApp (Results 1 – 14 of 14) sorted by relevance

/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/
H A Dpluginloader.cpp248 QStringList PluginLoader::listAllEngines(const QString &parentApp) in listAllEngines()
275 KPluginInfo::List PluginLoader::listEngineInfo(const QString &parentApp) in listEngineInfo()
445 QList<KPluginMetaData> listAppletMetaDataInternal(const QString &category, const QString &parentApp) in listAppletMetaDataInternal()
520 KPluginInfo::List PluginLoader::listAppletInfo(const QString &category, const QString &parentApp) in listAppletInfo()
563 QString parentApp; in listAppletMetaDataForUrl() local
598 QStringList PluginLoader::listAppletCategories(const QString &parentApp, bool visibleOnly) in listAppletCategories()
649 KPluginInfo::List PluginLoader::listContainments(const QString &category, const QString &parentApp) in listContainments()
734 KPluginInfo::List PluginLoader::listDataEngineInfo(const QString &parentApp) in listDataEngineInfo()
740 QVector<KPluginMetaData> PluginLoader::listDataEngineMetaData(const QString &parentApp) in listDataEngineMetaData()
757 KPluginInfo::List PluginLoader::listContainmentActionsInfo(const QString &parentApp) in listContainmentActionsInfo()
[all …]
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/PEngine/
H A Daudio.cpp75 PSSAudio::PSSAudio(PApp &parentApp) : PSubsystem(parentApp) in PSSAudio()
154 PSSAudio::PSSAudio(PApp &parentApp) : PSubsystem(parentApp) in PSSAudio()
373 PSSAudio::PSSAudio(PApp &parentApp): in PSSAudio()
544 PSSAudio::PSSAudio(PApp &parentApp) : PSubsystem(parentApp) in PSSAudio()
H A Drender.cpp9 PSSRender::PSSRender(PApp &parentApp) : PSubsystem(parentApp) in PSSRender()
H A Dmodel.cpp11 PSSModel::PSSModel(PApp &parentApp) : PSubsystem(parentApp) in PSSModel()
H A Dfxman.cpp18 PSSEffect::PSSEffect(PApp &parentApp) : PSubsystem(parentApp) in PSSEffect()
H A Dtexture.cpp18 PSSTexture::PSSTexture(PApp &parentApp) : PSubsystem(parentApp) in PSSTexture()
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/include/
H A Dsubsys.h89 PSubsystem(PApp &parentApp): in PSubsystem()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/browser-element/
H A DBrowserElementParent.cpp68 nsAutoString parentApp; in CreateIframe() local
/dports/x11/kf5-krunner/krunner-5.89.0/src/
H A Drunnermanager.cpp768 QVector<KPluginMetaData> RunnerManager::runnerMetaDataList(const QString &parentApp) in runnerMetaDataList()
859 KPluginInfo::List RunnerManager::listRunnerInfo(const QString &parentApp) in listRunnerInfo()
/dports/devel/kf5-kpackage/kpackage-5.89.0/src/kpackagetool/
H A Dkpackagetool.cpp425 QString parentApp = i.value(QLatin1String("X-KDE-ParentApp")); in showAppstreamInfo() local
/dports/devel/kf5-kservice/kservice-5.89.0/src/services/
H A Dkservice.cpp755 QString KService::parentApp() const in parentApp() function in KService
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dplasma.py2976 def listToolBoxInfo(self, parentApp = QString()): argument
3009 def listEngineInfoByCategory(self, category, parentApp = QString()): argument
3012 def listEngineInfo(self, parentApp = QString()): argument
3015 def listAllEngines(self, parentApp = QString()): argument
3313 def listRunnerInfo(self, parentApp = QString()): argument
3316 def listDataEngineInfo(self, parentApp = QString()): argument
3319 def listAppletInfo(self, category, parentApp = QString()): argument
4251 def listContainments(self, category = QString(), parentApp = QString()): argument
4967 def listRunnerInfo(self, parentApp = QString()): argument
5297 def listCategories(self, parentApp = QString(), visibleOnly = True): argument
[all …]
H A Dkdecore.py5579 def parentApp(self): member in KService
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/ipc/
H A DContentParent.cpp1175 nsCOMPtr<mozIApplication> parentApp; in CreateBrowserOrApp() local