![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwaylandxdgshell_p.h>
Static Public Member Functions | |
static QWaylandXdgShellPrivate * | get (QWaylandXdgShell *xdgShell) |
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 | xdg_wm_base_destroy (Resource *resource) override |
void | xdg_wm_base_create_positioner (Resource *resource, uint32_t id) override |
void | xdg_wm_base_get_xdg_surface (Resource *resource, uint32_t id, struct ::wl_resource *surface) override |
void | xdg_wm_base_pong (Resource *resource, uint32_t serial) override |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Definition at line 43 of file qwaylandxdgshell_p.h.
QT_BEGIN_NAMESPACE QWaylandXdgShellPrivate::QWaylandXdgShellPrivate | ( | ) |
Definition at line 26 of file qwaylandxdgshell.cpp.
|
inlinestatic |
Definition at line 53 of file qwaylandxdgshell_p.h.
void QWaylandXdgShellPrivate::ping | ( | Resource * | resource, |
uint32_t | serial ) |
Definition at line 30 of file qwaylandxdgshell.cpp.
void QWaylandXdgShellPrivate::registerXdgSurface | ( | QWaylandXdgSurface * | xdgSurface | ) |
Definition at line 36 of file qwaylandxdgshell.cpp.
void QWaylandXdgShellPrivate::unregisterXdgSurface | ( | QWaylandXdgSurface * | xdgSurface | ) |
Definition at line 41 of file qwaylandxdgshell.cpp.
|
overrideprotected |
Definition at line 66 of file qwaylandxdgshell.cpp.
|
overrideprotected |
Definition at line 57 of file qwaylandxdgshell.cpp.
|
overrideprotected |
Definition at line 74 of file qwaylandxdgshell.cpp.
|
overrideprotected |
Definition at line 93 of file qwaylandxdgshell.cpp.
QWaylandXdgSurface * QWaylandXdgShellPrivate::xdgSurfaceFromSurface | ( | QWaylandSurface * | surface | ) |
Definition at line 48 of file qwaylandxdgshell.cpp.
QSet<uint32_t> QWaylandXdgShellPrivate::m_pings |
Definition at line 55 of file qwaylandxdgshell_p.h.
QMultiMap<struct wl_client *, QWaylandXdgSurface *> QWaylandXdgShellPrivate::m_xdgSurfaces |
Definition at line 56 of file qwaylandxdgshell_p.h.