Home
last modified time | relevance | path

Searched refs:Wrapland (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dtext_input.cpp64 Wrapland::Server::Surface* waitForSurface();
65 Wrapland::Client::TextInputV2* createTextInput();
66 Wrapland::Server::Display* m_display = nullptr;
67 Wrapland::Server::Seat* m_serverSeat = nullptr;
72 Wrapland::Client::EventQueue* m_queue = nullptr;
73 Wrapland::Client::Seat* m_seat = nullptr;
74 Wrapland::Client::Keyboard* m_keyboard = nullptr;
83 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
85 m_display = new Wrapland::Server::Display(this); in init()
112 m_queue = new Wrapland::Client::EventQueue(this); in init()
[all …]
H A Dplasma_shell.cpp55 Wrapland::Server::Display* m_display = nullptr;
56 Wrapland::Server::Compositor* m_serverCompositor = nullptr;
60 Wrapland::Client::Compositor* m_compositor = nullptr;
61 Wrapland::Client::EventQueue* m_queue = nullptr;
63 Wrapland::Client::Registry* m_registry = nullptr;
64 Wrapland::Client::PlasmaShell* m_plasmaShell = nullptr;
71 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
72 m_display = new Wrapland::Server::Display(this); in init()
82 m_connection = new Wrapland::Client::ConnectionThread; in init()
95 m_queue = new Wrapland::Client::EventQueue(this); in init()
[all …]
H A Dsubsurface.cpp68 Wrapland::Server::Display* m_display;
73 Wrapland::Client::ShmPool* m_shm;
75 Wrapland::Client::EventQueue* m_queue;
123 Wrapland::Client::Registry registry; in init()
488 using namespace Wrapland::Server; in testPlaceBelow()
831 using namespace Wrapland::Client; in testMainSurfaceFromTree()
832 using namespace Wrapland::Server; in testMainSurfaceFromTree()
905 using namespace Wrapland::Client; in testRemoveSurface()
906 using namespace Wrapland::Server; in testRemoveSurface()
944 using namespace Wrapland::Client; in testMappingOfSurfaceTree()
[all …]
H A Dsurface.cpp74 Wrapland::Server::Display* m_display;
79 Wrapland::Client::ShmPool* m_shm;
138 Wrapland::Client::Registry registry; in init()
519 using namespace Wrapland::Client; in testMultipleSurfaces()
520 using namespace Wrapland::Server; in testMultipleSurfaces()
616 using namespace Wrapland::Client; in testOpaque()
617 using namespace Wrapland::Server; in testOpaque()
673 using namespace Wrapland::Client; in testInput()
674 using namespace Wrapland::Server; in testInput()
831 using namespace Wrapland::Client; in testDestroy()
[all …]
H A Ddrag_and_drop.cpp64 Wrapland::Server::Surface* get_server_surface();
66 Wrapland::Server::Display* m_display = nullptr;
69 Wrapland::Server::Seat* m_server_seat = nullptr;
74 Wrapland::Client::EventQueue* queue = nullptr;
76 Wrapland::Client::Registry* registry = nullptr;
80 Wrapland::Client::Seat* seat = nullptr;
81 Wrapland::Client::Pointer* pointer = nullptr;
82 Wrapland::Client::Touch* touch = nullptr;
84 Wrapland::Client::ShmPool* shm = nullptr;
94 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
[all …]
H A Dxdg_foreign.cpp37 using namespace Wrapland::Client;
60 Wrapland::Server::Display* m_display;
62 Wrapland::Server::XdgForeign* m_serverForeign;
64 Wrapland::Client::Compositor* m_compositor;
65 Wrapland::Client::EventQueue* m_queue;
66 Wrapland::Client::XdgExporter* m_exporter;
67 Wrapland::Client::XdgImporter* m_importer;
69 Wrapland::Client::Surface* m_exportedSurface;
72 Wrapland::Client::XdgExported* m_exported;
73 Wrapland::Client::XdgImported* m_imported;
[all …]
H A Dprimary_selection.cpp47 Wrapland::Server::Display* m_display = nullptr;
51 Wrapland::Server::Seat* m_serverSeat = nullptr;
54 Wrapland::Client::Compositor* m_compositor = nullptr;
55 Wrapland::Client::Seat* m_seat = nullptr;
56 Wrapland::Client::EventQueue* m_queue = nullptr;
66 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
69 m_display = new Wrapland::Server::Display(this); in init()
86 m_queue = new Wrapland::Client::EventQueue(this); in init()
91 Wrapland::Client::Registry registry; in init()
590 &Wrapland::Client::Seat::release); in testDestroy()
[all …]
H A Ddata_device.cpp64 Wrapland::Server::Display* m_display = nullptr;
67 Wrapland::Server::Seat* m_server_seat = nullptr;
72 Wrapland::Client::Seat* m_seat = nullptr;
73 Wrapland::Client::EventQueue* m_queue = nullptr;
81 qRegisterMetaType<Wrapland::Server::DataDevice*>(); in init()
82 qRegisterMetaType<Wrapland::Server::DataSource*>(); in init()
83 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
85 m_display = new Wrapland::Server::Display(this); in init()
102 m_queue = new Wrapland::Client::EventQueue(this); in init()
107 Wrapland::Client::Registry registry; in init()
[all …]
H A Ddrm_lease_v1.cpp31 Wrapland::Server::Display* display{nullptr};
32 Wrapland::Server::drm_lease_device_v1* lease_device{nullptr};
36 Wrapland::Client::ConnectionThread* connection{nullptr};
37 Wrapland::Client::EventQueue* queue{nullptr};
38 Wrapland::Client::Registry* registry{nullptr};
39 Wrapland::Client::drm_lease_device_v1* lease_device{nullptr};
50 client_connector(Wrapland::Client::drm_lease_connector_v1* con) in client_connector()
66 server.display = new Wrapland::Server::Display(this); in init()
74 client1.connection = new Wrapland::Client::ConnectionThread; in init()
88 client1.queue = new Wrapland::Client::EventQueue(this); in init()
[all …]
H A Derror.cpp50 Wrapland::Server::Display* m_display = nullptr;
52 Wrapland::Server::XdgShell* m_serverXdgShell = nullptr;
53 Wrapland::Server::PlasmaShell* m_psi = nullptr;
57 Wrapland::Client::EventQueue* m_queue = nullptr;
58 Wrapland::Client::Compositor* m_compositor = nullptr;
59 Wrapland::Client::XdgShell* m_shell = nullptr;
60 Wrapland::Client::PlasmaShell* m_plasmaShell = nullptr;
67 m_display = new Wrapland::Server::Display(this); in init()
78 m_connection = new Wrapland::Client::ConnectionThread; in init()
91 m_queue = new Wrapland::Client::EventQueue(this); in init()
[all …]
H A Dselection.cpp49 Wrapland::Server::Display* m_display = nullptr;
51 Wrapland::Server::Seat* m_serverSeat = nullptr;
57 Wrapland::Client::EventQueue* queue = nullptr;
58 Wrapland::Client::Compositor* compositor = nullptr;
59 Wrapland::Client::Seat* seat = nullptr;
60 Wrapland::Client::DataDeviceManager* ddm = nullptr;
61 Wrapland::Client::Keyboard* keyboard = nullptr;
75 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
77 m_display = new Wrapland::Server::Display(this); in init()
111 c->queue = new Wrapland::Client::EventQueue(this); in setupConnection()
[all …]
H A Ddata_source.cpp55 Wrapland::Server::Display* m_display = nullptr;
57 Wrapland::Client::ConnectionThread* m_connection = nullptr;
59 Wrapland::Client::EventQueue* m_queue = nullptr;
68 m_display = new Wrapland::Server::Display(this); in init()
73 m_connection = new Wrapland::Client::ConnectionThread; in init()
85 m_queue = new Wrapland::Client::EventQueue(this); in init()
90 Wrapland::Client::Registry registry; in init()
135 qRegisterMetaType<Wrapland::Server::DataSource*>(); in test_offer()
146 QPointer<Wrapland::Server::DataSource> server_source in test_offer()
320 &Wrapland::Client::EventQueue::release); in test_destroy()
[all …]
H A Dplasma_virtual_desktop.cpp59 Wrapland::Server::Display* m_display;
60 Wrapland::Server::Compositor* m_serverCompositor;
63 Wrapland::Server::PlasmaWindow* m_windowInterface;
65 Wrapland::Client::ConnectionThread* m_connection;
66 Wrapland::Client::Compositor* m_compositor;
68 Wrapland::Client::EventQueue* m_queue;
70 Wrapland::Client::PlasmaWindow* m_window;
91 m_display = new Wrapland::Server::Display(this); in init()
109 m_queue = new Wrapland::Client::EventQueue(this); in init()
114 Wrapland::Client::Registry registry; in init()
[all …]
H A Dregion.cpp53 Wrapland::Server::Display* m_display;
54 Wrapland::Server::Compositor* m_serverCompositor;
55 Wrapland::Client::ConnectionThread* m_connection;
56 Wrapland::Client::Compositor* m_compositor;
57 Wrapland::Client::EventQueue* m_queue;
76 qRegisterMetaType<Wrapland::Server::Region*>(); in init()
78 m_display = new Wrapland::Server::Display(this); in init()
95 m_queue = new Wrapland::Client::EventQueue(this); in init()
100 Wrapland::Client::Registry registry; in init()
162 std::unique_ptr<Wrapland::Client::Region> region( in testCreateWithRegion()
[all …]
H A Dshadow.cpp49 Wrapland::Server::Display* m_display = nullptr;
51 Wrapland::Client::ConnectionThread* m_connection = nullptr;
55 Wrapland::Client::EventQueue* m_queue = nullptr;
56 Wrapland::Client::ShmPool* m_shm = nullptr;
57 Wrapland::Client::Compositor* m_compositor = nullptr;
58 Wrapland::Client::ShadowManager* m_shadow = nullptr;
65 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
67 m_display = new Wrapland::Server::Display(this); in init()
76 m_connection = new Wrapland::Client::ConnectionThread; in init()
89 m_queue = new Wrapland::Client::EventQueue(this); in init()
[all …]
H A Dinput_method_v2.cpp42 Wrapland::Client::input_method_v2* get_input_method();
45 Wrapland::Server::Display* display{nullptr};
46 Wrapland::Server::Compositor* compositor{nullptr};
47 Wrapland::Server::Seat* seat{nullptr};
54 Wrapland::Client::EventQueue* queue{nullptr};
55 Wrapland::Client::Registry* registry{nullptr};
56 Wrapland::Client::Compositor* compositor{nullptr};
57 Wrapland::Client::Seat* seat{nullptr};
68 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
71 server.display = new Wrapland::Server::Display(this); in init()
[all …]
H A Dregistry.cpp204 Wrapland::Client::ConnectionThread connection; in testCreate()
211 Wrapland::Client::Registry registry; in testCreate()
454 using namespace Wrapland::Client; in testRemoval()
467 Wrapland::Client::Registry registry; in testRemoval()
753 using namespace Wrapland::Client; in testOutOfSyncRemoval()
766 Wrapland::Client::Registry registry; in testOutOfSyncRemoval()
836 using namespace Wrapland::Client; in testDestroy()
877 using namespace Wrapland::Client; in testGlobalSync()
900 using namespace Wrapland::Client; in testGlobalSyncThreaded()
935 using namespace Wrapland::Client; in testAnnounceMultiple()
[all …]
H A Dappmenu.cpp51 Wrapland::Server::Display* m_display;
52 Wrapland::Server::Compositor* m_serverCompositor;
54 Wrapland::Client::ConnectionThread* m_connection;
55 Wrapland::Client::Compositor* m_compositor;
56 Wrapland::Client::AppMenuManager* m_appmenuManager;
57 Wrapland::Client::EventQueue* m_queue;
77 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
79 m_display = new Wrapland::Server::Display(this); in init()
84 m_connection = new Wrapland::Client::ConnectionThread; in init()
97 m_queue = new Wrapland::Client::EventQueue(this); in init()
[all …]
H A Dcontrast.cpp52 Wrapland::Server::Display* m_display;
53 Wrapland::Server::Compositor* m_serverCompositor;
55 Wrapland::Client::ConnectionThread* m_connection;
56 Wrapland::Client::Compositor* m_compositor;
57 Wrapland::Client::ContrastManager* m_contrastManager;
58 Wrapland::Client::EventQueue* m_queue;
77 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
78 m_display = new Wrapland::Server::Display(this); in init()
83 m_connection = new Wrapland::Client::ConnectionThread; in init()
95 m_queue = new Wrapland::Client::EventQueue(this); in init()
[all …]
H A Dslide.cpp36 using namespace Wrapland::Client;
51 Wrapland::Server::Display* m_display;
52 Wrapland::Server::Compositor* m_serverCompositor;
54 Wrapland::Client::ConnectionThread* m_connection;
55 Wrapland::Client::Compositor* m_compositor;
56 Wrapland::Client::SlideManager* m_slideManager;
57 Wrapland::Client::EventQueue* m_queue;
76 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
77 m_display = new Wrapland::Server::Display(this); in init()
82 m_connection = new Wrapland::Client::ConnectionThread; in init()
[all …]
H A Dtext_input_v3.cpp41 Wrapland::Server::Surface* wait_for_surface();
42 Wrapland::Client::text_input_v3* create_text_input();
45 Wrapland::Server::Display* display{nullptr};
46 Wrapland::Server::Compositor* compositor{nullptr};
47 Wrapland::Server::Seat* seat{nullptr};
53 Wrapland::Client::EventQueue* queue{nullptr};
54 Wrapland::Client::Registry* registry{nullptr};
56 Wrapland::Client::Seat* seat{nullptr};
66 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
69 server.display = new Wrapland::Server::Display(this); in init()
[all …]
H A Dlinux_dmabuf.cpp55 : Wrapland::Server::LinuxDmabufV1::Impl() in DmabufImpl()
60 Wrapland::Server::LinuxDmabufBufferV1*
86 Wrapland::Server::Display* m_display;
87 Wrapland::Server::LinuxDmabufV1* m_serverDmabuf;
88 Wrapland::Client::ConnectionThread* m_connection;
89 Wrapland::Client::Compositor* m_compositor;
90 Wrapland::Client::LinuxDmabufV1* m_dmabuf;
91 Wrapland::Client::EventQueue* m_queue;
111 m_display = new Wrapland::Server::Display(this); in init()
128 m_queue = new Wrapland::Client::EventQueue(this); in init()
[all …]
H A Dblur.cpp36 using namespace Wrapland::Client;
51 Wrapland::Server::Display* m_display;
52 Wrapland::Server::Compositor* m_serverCompositor;
53 Wrapland::Server::BlurManager* m_blurManagerInterface;
54 Wrapland::Client::ConnectionThread* m_connection;
55 Wrapland::Client::Compositor* m_compositor;
56 Wrapland::Client::BlurManager* m_blurManager;
57 Wrapland::Client::EventQueue* m_queue;
76 using namespace Wrapland::Server; in init()
77 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
[all …]
H A Dserver_side_decoration_palette.cpp38 using namespace Wrapland::Client;
52 Wrapland::Server::Display* m_display;
53 Wrapland::Server::Compositor* m_serverCompositor;
55 Wrapland::Client::ConnectionThread* m_connection;
56 Wrapland::Client::Compositor* m_compositor;
57 Wrapland::Client::ServerSideDecorationPaletteManager* m_paletteManager;
58 Wrapland::Client::EventQueue* m_queue;
77 qRegisterMetaType<Wrapland::Server::Surface*>(); in init()
79 m_display = new Wrapland::Server::Display(this); in init()
84 m_connection = new Wrapland::Client::ConnectionThread; in init()
[all …]
H A Doutput_device.cpp34 namespace Srv = Wrapland::Server;
35 namespace Clt = Wrapland::Client;
67 Wrapland::Client::EventQueue* m_queue;
172 Wrapland::Client::Registry registry; in testRegistry()
220 using namespace Wrapland::Client; in testModeChanges()
221 Wrapland::Client::Registry registry; in testModeChanges()
347 using namespace Wrapland::Client; in testTransform()
348 using namespace Wrapland::Server; in testTransform()
353 Wrapland::Client::Registry registry; in testTransform()
385 Wrapland::Client::Registry registry; in testEnabled()
[all …]

12345678910>>...17