![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <shmserverbufferintegration.h>
Public Member Functions | |
| ShmServerBuffer (const QString &key, const QSize &size, int bytesPerLine, QWaylandServerBuffer::Format format) | |
| ~ShmServerBuffer () override | |
| QOpenGLTexture * | toOpenGlTexture () override |
| Public Member Functions inherited from QtWaylandClient::QWaylandServerBuffer | |
| QWaylandServerBuffer () | |
| virtual | ~QWaylandServerBuffer () |
| Format | format () const |
| QSize | size () const |
| void | setUserData (void *userData) |
| void * | userData () const |
Additional Inherited Members | |
| Public Types inherited from QtWaylandClient::QWaylandServerBuffer | |
| enum | Format { RGBA32 , A8 , Custom } |
| Protected Attributes inherited from QtWaylandClient::QWaylandServerBuffer | |
| Format | m_format = RGBA32 |
| QSize | m_size |
Definition at line 21 of file shmserverbufferintegration.h.
| ShmServerBuffer::ShmServerBuffer | ( | const QString & | key, |
| const QSize & | size, | ||
| int | bytesPerLine, | ||
| QWaylandServerBuffer::Format | format ) |
Definition at line 56 of file shmserverbufferintegration.cpp.
References ShmServerBuffer().
Referenced by ShmServerBuffer().
|
override |
Definition at line 64 of file shmserverbufferintegration.cpp.
|
overridevirtual |
Implements QtWaylandClient::QWaylandServerBuffer.
Definition at line 68 of file shmserverbufferintegration.cpp.