Home
last modified time | relevance | path

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

/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/plasma-windowed/
H A Dplasmawindowedview.cpp59 m_appletInterface = applet->property("_plasma_graphicObject").value<QQuickItem *>(); in setApplet()
61 if (!m_appletInterface) { in setApplet()
65 m_appletInterface->setParentItem(m_rootObject); in setApplet()
66 m_rootObject->setProperty("appletInterface", QVariant::fromValue(m_appletInterface.data())); in setApplet()
67 m_appletInterface->setVisible(true); in setApplet()
71 …const QSize switchSize(m_appletInterface->property("switchWidth").toInt(), m_appletInterface->prop… in setApplet()
81 foreach (QObject *child, m_appletInterface->children()) { in setApplet()
249 if (!m_layout || !m_appletInterface) { in minimumWidthChanged()
254 …qMax(m_appletInterface->property("switchWidth").toInt() + 1, qMax((int)KIconLoader::SizeEnormous, … in minimumWidthChanged()
259 if (!m_layout || !m_appletInterface) { in minimumHeightChanged()
[all …]
H A Dplasmawindowedview.h51 QPointer<QQuickItem> m_appletInterface; variable
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/kicker/plugin/
H A Dcomputermodel.cpp131 , m_appletInterface(nullptr) in ComputerModel()
170 return m_appletInterface; in appletInterface()
175 if (m_appletInterface != appletInterface) { in setAppletInterface()
176 m_appletInterface = appletInterface; in setAppletInterface()
H A Drunnermodel.cpp20 , m_appletInterface(nullptr) in RunnerModel()
61 return m_appletInterface; in appletInterface()
66 if (m_appletInterface != appletInterface) { in setAppletInterface()
67 m_appletInterface = appletInterface; in setAppletInterface()
H A Dappsmodel.cpp29 , m_appletInterface(nullptr) in AppsModel()
53 , m_appletInterface(nullptr) in AppsModel()
424 return m_appletInterface; in appletInterface()
429 if (m_appletInterface != appletInterface) { in setAppletInterface()
430 m_appletInterface = appletInterface; in setAppletInterface()
453 if (rootModel() == this && !m_appletInterface) { in refresh()
H A Drunnermodel.h85 QObject *m_appletInterface; variable
H A Dcomputermodel.h103 QObject *m_appletInterface; variable
H A Dappsmodel.h126 QObject *m_appletInterface; variable
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/containments/desktop/plugins/folder/
H A Dfoldermodel.h349 QObject *m_appletInterface = nullptr; variable
H A Dfoldermodel.cpp1961 return m_appletInterface; in appletInterface()
1966 if (m_appletInterface != appletInterface) { in setAppletInterface()
1967 Q_ASSERT(!m_appletInterface); in setAppletInterface()
1969 m_appletInterface = appletInterface; in setAppletInterface()