Home
last modified time | relevance | path

Searched refs:appletId (Results 26 – 37 of 37) sorted by relevance

12

/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/
H A Dcontainment.h345 Containment(const KPluginMetaData &md, uint appletId);
H A Dcontainment.cpp69 Containment::Containment(const KPluginMetaData &md, uint appletId) in Containment() argument
70 : Applet(md, nullptr, appletId) in Containment()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layouts/
H A Dstorage.cpp381 for (const auto &appletId : appletsEntries.groupList()) { in newUniqueIdsFile() local
382 int subId = subContainmentId(appletsEntries.group(appletId)); in newUniqueIdsFile()
389 subAppletIds[tSubIdStr] = appletId; in newUniqueIdsFile()
1334 for (const auto &appletId : appletGroups.groupList()) { in plugins() local
1335 KConfigGroup appletCfg = appletGroups.group(appletId); in plugins()
1352 for (const auto &appletId : appletGroups.groupList()) { in plugins() local
1353 KConfigGroup appletCfg = appletGroups.group(appletId); in plugins()
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dmuscle.h47 int msc_select_applet(sc_card_t *card, u8 *appletId, size_t appletIdLength);
H A Dmuscle.c259 int msc_select_applet(sc_card_t *card, u8 *appletId, size_t appletIdLength) in msc_select_applet() argument
266 apdu.data = appletId; in msc_select_applet()
/dports/www/kf5-khtml/khtml-5.89.0/src/java/org/kde/kjas/server/
H A DKJASAppletContext.java87 public Applet getAppletById(String appletId) { in getAppletById() argument
88 return ((KJASAppletStub) stubs.get( appletId )).getApplet(); in getAppletById()
/dports/www/kf5-khtml/khtml-5.89.0/src/java/
H A Dkjavaapplet.cpp203 int KJavaApplet::appletId() in appletId() function in KJavaApplet
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/
H A Dlattecorona.h203 bool appletExists(uint containmentId, uint appletId) const;
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/
H A Dmain.qml599 function appletContainsPos(appletId, pos){
603 if (child && child.applet && child.applet.id === appletId && child.containsPos(pos))
610 if (child && child.applet && child.applet.id === appletId && child.containsPos(pos))
617 if (child && child.applet && child.applet.id === appletId && child.containsPos(pos))
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dplasma.py3305 def internalLoadApplet(self, name, appletId = 0, args = QVariantList()): argument
3331 def loadApplet(self, name, appletId = 0, args = QVariantList()): argument
5048 def __init__(self, parent, serviceId, appletId): argument
5070 def __init__(self, parent = None, serviceId = QString(), appletId = 0): argument
5072 def __init__(self, parent, serviceId, appletId, args): argument
5076 def __init__(self, info, parent = None, appletId = 0): argument
5283 def load(self, name, appletId = 0, args = QVariantList()): argument
5286 def load(self, info, appletId = 0, args = QVariantList()): argument
5289 def loadPlasmoid(self, path, appletId = 0, args = QVariantList()): argument
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layout/
H A Dgenericlayout.cpp664 for (const auto &appletId : appletsWithShortcuts) { in viewsWithPlasmaShortcuts() local
668 if (appletId == applet->id()) { in viewsWithPlasmaShortcuts()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/shell/
H A Dshellcorona.cpp469 for (const QString &appletId : appletsOrderStrings) { in dumpCurrentLayoutJS() local
471 appletConfig = KConfigGroup(&appletConfig, appletId); in dumpCurrentLayoutJS()

12