![]() |
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 QWaylandXdgSurfacePrivate * | get (QWaylandXdgSurface *xdgSurface) |
![]() | |
static QWaylandCompositorExtensionPrivate * | get (QWaylandCompositorExtension *extension) |
![]() | |
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) |
Private Member Functions | |
void | xdg_surface_destroy_resource (Resource *resource) override |
void | xdg_surface_destroy (Resource *resource) override |
void | xdg_surface_get_toplevel (Resource *resource, uint32_t id) override |
void | xdg_surface_get_popup (Resource *resource, uint32_t id, struct ::wl_resource *parent, struct ::wl_resource *positioner) override |
void | xdg_surface_ack_configure (Resource *resource, uint32_t serial) override |
void | xdg_surface_set_window_geometry (Resource *resource, int32_t x, int32_t y, int32_t width, int32_t height) override |
Definition at line 68 of file qwaylandxdgshell_p.h.
QWaylandXdgSurfacePrivate::QWaylandXdgSurfacePrivate | ( | ) |
Definition at line 251 of file qwaylandxdgshell.cpp.
QRect QWaylandXdgSurfacePrivate::calculateFallbackWindowGeometry | ( | ) | const |
Definition at line 278 of file qwaylandxdgshell.cpp.
|
inlinestatic |
Definition at line 78 of file qwaylandxdgshell_p.h.
void QWaylandXdgSurfacePrivate::handleFocusLost | ( | ) |
Definition at line 266 of file qwaylandxdgshell.cpp.
void QWaylandXdgSurfacePrivate::handleFocusReceived | ( | ) |
Definition at line 272 of file qwaylandxdgshell.cpp.
void QWaylandXdgSurfacePrivate::setWindowType | ( | Qt::WindowType | windowType | ) |
Definition at line 255 of file qwaylandxdgshell.cpp.
void QWaylandXdgSurfacePrivate::updateFallbackWindowGeometry | ( | ) |
Definition at line 285 of file qwaylandxdgshell.cpp.
|
overrideprivate |
Definition at line 390 of file qwaylandxdgshell.cpp.
|
overrideprivate |
Definition at line 307 of file qwaylandxdgshell.cpp.
|
overrideprivate |
Definition at line 299 of file qwaylandxdgshell.cpp.
|
overrideprivate |
Definition at line 336 of file qwaylandxdgshell.cpp.
|
overrideprivate |
Definition at line 312 of file qwaylandxdgshell.cpp.
|
overrideprivate |
Definition at line 402 of file qwaylandxdgshell.cpp.