|
KWin
|
Public Member Functions | |
| TestDisplay (QObject *parent) | |
| bool | allowInterface (KWin::ClientConnection *client, const QByteArray &interfaceName) override |
Public Member Functions inherited from KWin::FilteredDisplay | |
| FilteredDisplay (QObject *parent) | |
| ~FilteredDisplay () override | |
Public Member Functions inherited from KWin::Display | |
| Display (QObject *parent=nullptr) | |
| virtual | ~Display () |
| bool | addSocketFileDescriptor (int fileDescriptor, const QString &socketName=QString()) |
| bool | addSocketName (const QString &name=QString()) |
| QStringList | socketNames () const |
| quint32 | serial () |
| quint32 | nextSerial () |
| bool | start () |
| void | dispatchEvents () |
| ClientConnection * | createClient (int fd) |
| operator wl_display * () | |
| operator wl_display * () const | |
| bool | isRunning () const |
| void | createShm () |
| QList< SeatInterface * > | seats () const |
| QList< OutputDeviceV2Interface * > | outputDevices () const |
| QList< OutputInterface * > | outputs () const |
| QList< OutputInterface * > | outputsIntersecting (const QRect &rect) const |
| OutputInterface * | largestIntersectingOutput (const QRect &rect) const |
| ClientConnection * | getConnection (wl_client *client) |
| QList< ClientConnection * > | connections () const |
Public Attributes | |
| QList< wl_client * > | m_allowedClients |
Additional Inherited Members | |
Signals inherited from KWin::Display | |
| void | socketNamesChanged () |
| void | runningChanged (bool) |
| void | clientConnected (KWin::ClientConnection *) |
| void | clientDisconnected (KWin::ClientConnection *) |
Static Public Member Functions inherited from KWin::Display | |
| static GraphicsBuffer * | bufferForResource (wl_resource *resource) |
Properties inherited from KWin::Display | |
| bool | running |
Definition at line 49 of file test_wayland_filter.cpp.
| TestDisplay::TestDisplay | ( | QObject * | parent | ) |
Definition at line 57 of file test_wayland_filter.cpp.
|
overridevirtual |
Return whether the
When false will not see these globals for a given interface in the registry, and any manual attempts to bind will fail
Implements KWin::FilteredDisplay.
Definition at line 62 of file test_wayland_filter.cpp.
| QList<wl_client *> TestDisplay::m_allowedClients |
Definition at line 54 of file test_wayland_filter.cpp.