![]() |
Qt 6.x
The Qt SDK
|
#include <qwaylandwlshell_p.h>
Inheritance diagram for QWaylandWlShellPrivate:
Collaboration diagram for QWaylandWlShellPrivate:Static Public Member Functions | |
| static QWaylandWlShellPrivate * | get (QWaylandWlShell *shell) |
Static Public Member Functions inherited from QWaylandCompositorExtensionPrivate | |
| static QWaylandCompositorExtensionPrivate * | get (QWaylandCompositorExtension *extension) |
Static Public Member Functions inherited from QObjectPrivate | |
| static bool | removeConnection (Connection *c) |
| static QObjectPrivate * | get (QObject *o) |
| static const QObjectPrivate * | get (const QObject *o) |
| template<typename Func1 , typename Func2 > | |
| static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
| template<typename Func1 , typename Func2 > | |
| static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
| static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
| static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Protected Member Functions | |
| void | shell_get_shell_surface (Resource *resource, uint32_t id, struct ::wl_resource *surface) override |
Protected Attributes | |
| QList< QWaylandWlShellSurface * > | m_shellSurfaces |
Definition at line 34 of file qwaylandwlshell_p.h.
| QWaylandWlShellPrivate::QWaylandWlShellPrivate | ( | ) |
Definition at line 25 of file qwaylandwlshell.cpp.
|
inlinestatic |
Definition at line 44 of file qwaylandwlshell_p.h.
Referenced by QWaylandWlShellSurface::~QWaylandWlShellSurface().
Here is the caller graph for this function:
|
overrideprotected |
Definition at line 29 of file qwaylandwlshell.cpp.
References QList< T >::append(), emit, QWaylandSurface::fromResource(), QWaylandWlShellSurface::fromResource(), m_shellSurfaces, QWaylandResource::resource(), QWaylandWlShellSurface::role(), and QWaylandSurface::setRole().
Here is the call graph for this function:| void QWaylandWlShellPrivate::unregisterShellSurface | ( | QWaylandWlShellSurface * | shellSurface | ) |
Definition at line 61 of file qwaylandwlshell.cpp.
References m_shellSurfaces, qWarning, and QList< T >::removeOne().
Referenced by QWaylandWlShellSurface::~QWaylandWlShellSurface().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 49 of file qwaylandwlshell_p.h.
Referenced by shell_get_shell_surface(), and unregisterShellSurface().