Home
last modified time | relevance | path

Searched refs:destroyedChanged (Results 1 – 13 of 13) sorted by relevance

/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/private/
H A Dapplet_p.cpp232 Q_EMIT q->destroyedChanged(destroyed); in setDestroyed()
288 Q_EMIT containmentApplet->destroyedChanged(false); in askDestroy()
334 Q_EMIT q->destroyedChanged(true); in askDestroy()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/view/
H A Dtasksmodel.cpp68 …connect(plasmoid->applet(), &Plasma::Applet::destroyedChanged, this, [&, plasmoid](const bool &des… in addTask()
H A Dview.cpp1227 …< connect(containment(), &Plasma::Applet::destroyedChanged, m_layout, &Layout::GenericLayout::dest… in setLayout()
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/scriptengines/qml/plasmoid/
H A Dappletinterface.cpp56 connect(applet(), &Plasma::Applet::destroyedChanged, this, &AppletInterface::destroyedChanged); in AppletInterface()
171 void AppletInterface::destroyedChanged(bool destroyed) in destroyedChanged() function in AppletInterface
H A Dappletinterface.h512 void destroyedChanged(bool destroyed);
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layout/
H A Dgenericlayout.cpp773 void GenericLayout::destroyedChanged(bool destroyed) in destroyedChanged() function in Latte::Layout::GenericLayout
1077 … connect(containment, &Plasma::Applet::destroyedChanged, this, &GenericLayout::destroyedChanged); in assignToLayout()
1113 …disconnect(containment, &Plasma::Applet::destroyedChanged, this, &GenericLayout::destroyedChanged); in unassignFromLayout()
H A Dgenericlayout.h175 void destroyedChanged(bool destroyed);
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasmaquick/
H A Dview.cpp92 QObject::connect(cont, SIGNAL(destroyedChanged(bool)), q, SLOT(updateDestroyed(bool))); in setContainment()
H A Dcontainmentview.cpp92 QObject::connect(cont, SIGNAL(destroyedChanged(bool)), q, SLOT(updateDestroyed(bool))); in setContainment()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/appmenu/lib/
H A Dappmenuapplet.cpp47 connect(this, &Applet::destroyedChanged, this, [](bool destroyed) { in AppMenuApplet()
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/
H A Dapplet.h528 void destroyedChanged(bool destroyed);
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/
H A Dlattecorona.cpp1003 connect(applet, &Plasma::Applet::destroyedChanged, this, [this, qmlObj](bool destroyed) { in showAlternativesForApplet()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/shell/
H A Dshellcorona.cpp821 connect(applet, &Plasma::Applet::destroyedChanged, qmlObj, [qmlObj](bool destroyed) { in showAlternativesForApplet()