![]() |
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, wl_event_queue *customEventQueue=nullptr) | |
| ~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) |
| Public Member Functions inherited from QtWaylandClient::QWaylandBuffer | |
| 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 | |
| Protected Attributes inherited from QtWaylandClient::QWaylandBuffer | |
| 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, | ||
| wl_event_queue * | customEventQueue = nullptr ) |
Definition at line 52 of file qwaylandshmbackingstore.cpp.
|
override |
Definition at line 108 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 117 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.