![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwaylandshmbackingstore_p.h>
Public Member Functions | |
QWaylandShmBuffer (QWaylandDisplay *display, const QSize &size, QImage::Format format, qreal scale=1) | |
~QWaylandShmBuffer () override | |
QSize | size () const override |
int | scale () const override |
QImage * | image () |
QImage * | imageInsideMargins (const QMargins &margins) |
QRegion & | dirtyRegion () |
uint | age () const |
void | setAge (uint age) |
![]() | |
QWaylandBuffer () | |
virtual | ~QWaylandBuffer () |
void | init (wl_buffer *buf) |
wl_buffer * | buffer () |
void | setBusy (bool busy) |
bool | busy () const |
void | setCommitted () |
bool | committed () const |
void | setDeleteOnRelease (bool deleteOnRelease) |
Additional Inherited Members | |
![]() | |
struct wl_buffer * | mBuffer = nullptr |
Definition at line 33 of file qwaylandshmbackingstore_p.h.
QtWaylandClient::QWaylandShmBuffer::QWaylandShmBuffer | ( | QWaylandDisplay * | display, |
const QSize & | size, | ||
QImage::Format | format, | ||
qreal | scale = 1 ) |
Definition at line 50 of file qwaylandshmbackingstore.cpp.
|
override |
Definition at line 104 of file qwaylandshmbackingstore.cpp.
|
inline |
Definition at line 46 of file qwaylandshmbackingstore_p.h.
|
inline |
Definition at line 44 of file qwaylandshmbackingstore_p.h.
|
inline |
Definition at line 40 of file qwaylandshmbackingstore_p.h.
Definition at line 113 of file qwaylandshmbackingstore.cpp.
|
inlineoverridevirtual |
Reimplemented from QtWaylandClient::QWaylandBuffer.
Definition at line 39 of file qwaylandshmbackingstore_p.h.
Definition at line 47 of file qwaylandshmbackingstore_p.h.
|
inlineoverridevirtual |
Implements QtWaylandClient::QWaylandBuffer.
Definition at line 38 of file qwaylandshmbackingstore_p.h.