Home
last modified time | relevance | path

Searched refs:s_privates (Results 1 – 3 of 3) sorted by relevance

/dports/x11/kf5-kwayland/kwayland-5.89.0/src/server/
H A Doutput_interface.cpp59 static QVector<Private *> s_privates; member in KWayland::Server::OutputInterface::Private
64 QVector<OutputInterface::Private *> OutputInterface::Private::s_privates; member in KWayland::Server::OutputInterface::Private
71 s_privates << this; in Private()
76 s_privates.removeAll(this); in ~Private()
99 for (auto it = s_privates.constBegin(); it != s_privates.constEnd(); ++it) { in cast()
H A Doutputdevice_interface.cpp78 static QVector<Private *> s_privates; member in KWayland::Server::OutputDeviceInterface::Private
83 QVector<OutputDeviceInterface::Private *> OutputDeviceInterface::Private::s_privates; member in KWayland::Server::OutputDeviceInterface::Private
89 s_privates << this; in Private()
94 s_privates.removeAll(this); in ~Private()
107 for (auto it = s_privates.constBegin(); it != s_privates.constEnd(); ++it) { in cast()
/dports/x11/kf5-kactivities-stats/kactivities-stats-5.89.0/src/
H A Dresultmodel.cpp57 s_privates << this; in ResultModelPrivate()
62 s_privates.removeAll(this); in ~ResultModelPrivate()
173 for (const auto& other: s_privates) { in setLinkedResultPosition()
967 static QList<ResultModelPrivate*> s_privates; member in KActivities::Stats::ResultModelPrivate
971 QList<ResultModelPrivate*> ResultModelPrivate::s_privates; member in KActivities::Stats::ResultModelPrivate