Home
last modified time | relevance | path

Searched refs:OutputManagementV1 (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Doutput_management_v1.cpp33 class Q_DECL_HIDDEN OutputManagementV1::Private
43 OutputManagementV1::OutputManagementV1(QObject* parent) in OutputManagementV1() function in Wrapland::Client::OutputManagementV1
49 OutputManagementV1::~OutputManagementV1() in ~OutputManagementV1()
54 void OutputManagementV1::setup(zkwinft_output_management_v1* outputManagement) in setup()
61 void OutputManagementV1::release() in release()
66 void OutputManagementV1::setEventQueue(EventQueue* queue) in setEventQueue()
71 EventQueue* OutputManagementV1::eventQueue() in eventQueue()
76 OutputManagementV1::operator zkwinft_output_management_v1*() in operator zkwinft_output_management_v1*()
81 OutputManagementV1::operator zkwinft_output_management_v1*() const in operator zkwinft_output_management_v1*()
86 bool OutputManagementV1::isValid() const in isValid()
[all …]
H A Doutput_management_v1.h64 class WRAPLANDCLIENT_EXPORT OutputManagementV1 : public QObject
74 explicit OutputManagementV1(QObject* parent = nullptr);
75 ~OutputManagementV1() override;
H A Doutput_configuration_v1.h218 friend class OutputManagementV1;
H A Dregistry.h94 class OutputManagementV1; variable
190 OutputManagementV1, ///< Refers to the zkwinft_output_management_v1 interface enumerator
889 OutputManagementV1*
H A Dregistry.cpp299 Registry::Interface::OutputManagementV1,
878 BIND(OutputManagementV1, zkwinft_output_management_v1) in BIND()
951 CREATE(OutputManagementV1)
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Doutput_management_v1.cpp35 using OutputManagementV1Global = Wayland::Global<OutputManagementV1, OutputManagementV1Version>;
38 class OutputManagementV1::Private : public OutputManagementV1Global
41 Private(OutputManagementV1* q, Display* display);
52 struct zkwinft_output_management_v1_interface const OutputManagementV1::Private::s_interface
55 OutputManagementV1::Private::Private(OutputManagementV1* q, Display* display) in Private()
61 OutputManagementV1::Private::~Private() in ~Private()
68 void OutputManagementV1::Private::createConfigurationCallback(OutputManagementV1Bind* bind, in createConfigurationCallback()
83 OutputManagementV1::OutputManagementV1(Display* display, QObject* parent) in OutputManagementV1() function in Wrapland::Server::OutputManagementV1
89 OutputManagementV1::~OutputManagementV1() = default;
H A Doutput_management_v1.h36 class WRAPLANDSERVER_EXPORT OutputManagementV1 : public QObject
40 ~OutputManagementV1() override;
46 explicit OutputManagementV1(Display* display, QObject* parent = nullptr);
H A Doutput_configuration_v1.h31 class OutputManagementV1; variable
51 OutputManagementV1* manager);
52 friend class OutputManagementV1; variable
H A Doutput_configuration_v1_p.h39 OutputManagementV1* manager,
49 OutputManagementV1* manager;
H A Doutput_configuration_v1.cpp46 OutputManagementV1* manager, in Private()
214 OutputManagementV1* manager) in OutputConfigurationV1()
H A Ddisplay.h47 class OutputManagementV1; variable
132 OutputManagementV1* createOutputManagementV1(QObject* parent = nullptr);
H A Ddisplay.cpp208 OutputManagementV1* Display::createOutputManagementV1(QObject* parent) in createOutputManagementV1()
210 return new OutputManagementV1(this, parent); in createOutputManagementV1()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Doutput_management.cpp73 Srv::OutputManagementV1* m_outputManagementInterface;
78 Clt::OutputManagementV1* m_outputManagement = nullptr;
303 &Srv::OutputManagementV1::configurationChangeRequested); in testBasicMemoryManagement()
306 &Srv::OutputManagementV1::configurationChangeRequested, in testBasicMemoryManagement()
333 QVERIFY(!m_registry->hasInterface(Clt::Registry::Interface::OutputManagementV1)); in testRemoval()
344 &Srv::OutputManagementV1::configurationChangeRequested, in testApplied()
360 &Srv::OutputManagementV1::configurationChangeRequested, in testFailed()
403 &Srv::OutputManagementV1::configurationChangeRequested, in testMultipleSettings()
409 &Srv::OutputManagementV1::configurationChangeRequested); in testMultipleSettings()
471 &Srv::OutputManagementV1::configurationChangeRequested, in testConfigFailed()
[all …]
H A Dwlr_output_management.cpp51 Srv::OutputManagementV1* m_outputManagementInterface;
H A Dregistry.cpp140 std::unique_ptr<Wrapland::Server::OutputManagementV1> m_outputManagement;
524 QVERIFY(registry.hasInterface(Wrapland::Client::Registry::Interface::OutputManagementV1)); in testRemoval()
541 !registry.interfaces(Wrapland::Client::Registry::Interface::OutputManagementV1).isEmpty()); in testRemoval()
668 QVERIFY(!registry.hasInterface(Wrapland::Client::Registry::Interface::OutputManagementV1)); in testRemoval()
670 registry.interfaces(Wrapland::Client::Registry::Interface::OutputManagementV1).isEmpty()); in testRemoval()
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/backends/wayland/plugins/kwinft/
H A Dkwinft_interface.h30 class OutputManagementV1; variable
80 Wrapland::Client::OutputManagementV1* m_outputManagement;