Home
last modified time | relevance | path

Searched refs:AnnouncedInterface (Results 1 – 9 of 9) sorted by relevance

/dports/x11/plasma5-kwayland-integration/kwayland-integration-5.23.5/src/windowsystem/
H A Dwaylandintegration.cpp83 …const KWayland::Client::Registry::AnnouncedInterface wmInterface = m_registry->interface(KWayland:… in waylandBlurManager()
102 …const KWayland::Client::Registry::AnnouncedInterface wmInterface = m_registry->interface(KWayland:… in waylandContrastManager()
120 …const KWayland::Client::Registry::AnnouncedInterface wmInterface = m_registry->interface(KWayland:… in waylandSlideManager()
139 …const KWayland::Client::Registry::AnnouncedInterface wmInterface = m_registry->interface(KWayland:… in waylandShadowManager()
166 …const Registry::AnnouncedInterface wmInterface = m_registry->interface(Registry::Interface::Plasma… in plasmaWindowManagement()
188 …const KWayland::Client::Registry::AnnouncedInterface wmInterface = m_registry->interface(KWayland:… in waylandPlasmaShell()
202 …const KWayland::Client::Registry::AnnouncedInterface wmInterface = m_registry->interface(KWayland:… in createShmPool()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Dregistry.cpp596 AnnouncedInterface interface(Interface interface) const;
597 QVector<AnnouncedInterface> interfaces(Interface interface) const;
806 QVector<Registry::AnnouncedInterface> Registry::Private::interfaces(Interface interface) const in interfaces()
808 QVector<Registry::AnnouncedInterface> retVal; in interfaces()
812 retVal << AnnouncedInterface{data.name, data.version}; in interfaces()
818 Registry::AnnouncedInterface Registry::Private::interface(Interface interface) const in interface()
824 return AnnouncedInterface{0, 0}; in interface()
843 QVector<Registry::AnnouncedInterface> Registry::interfaces(Interface interface) const in interfaces()
848 Registry::AnnouncedInterface Registry::interface(Interface interface) const in interface()
H A Dregistry.h275 struct AnnouncedInterface { struct
300 AnnouncedInterface interface(Interface interface) const; argument
312 QVector<AnnouncedInterface> interfaces(Interface interface) const;
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/client/
H A Dregistry.cpp403 AnnouncedInterface interface(Interface interface) const;
404 QVector<AnnouncedInterface> interfaces(Interface interface) const;
599 QVector<Registry::AnnouncedInterface> Registry::Private::interfaces(Interface interface) const in interfaces()
601 QVector<Registry::AnnouncedInterface> retVal; in interfaces()
605 retVal << AnnouncedInterface{data.name, data.version}; in interfaces()
611 Registry::AnnouncedInterface Registry::Private::interface(Interface interface) const in interface()
617 return AnnouncedInterface{0, 0}; in interface()
636 QVector<Registry::AnnouncedInterface> Registry::interfaces(Interface interface) const in interfaces()
641 Registry::AnnouncedInterface Registry::interface(Interface interface) const in interface()
H A Dregistry.h249 struct AnnouncedInterface { struct
273 AnnouncedInterface interface(Interface interface) const; argument
285 QVector<AnnouncedInterface> interfaces(Interface interface) const;
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasmaquick/
H A Dwaylandintegration.cpp42 …const KWayland::Client::Registry::AnnouncedInterface interface = m_registry->interface(KWayland::C… in waylandPlasmaShell()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/tests/
H A Ddpmstest.cpp56 setupOutput(Registry::AnnouncedInterface outputInterface, Registry* registry, DpmsManager* manager) in setupOutput()
/dports/x11/kf5-kwayland/kwayland-5.89.0/tests/
H A Ddpmstest.cpp41 static QLayout *setupOutput(Registry::AnnouncedInterface outputInterface, Registry *registry, DpmsM… in setupOutput()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/tests/
H A Ddpmstest.cpp41 static QLayout *setupOutput(Registry::AnnouncedInterface outputInterface, Registry *registry, DpmsM… in setupOutput()