![]() |
Qt 6.x
The Qt SDK
|
#include <qqnxbuffer.h>
Public Member Functions | |
QQnxBuffer () | |
QQnxBuffer (screen_buffer_t buffer) | |
QQnxBuffer (const QQnxBuffer &other) | |
virtual | ~QQnxBuffer () |
screen_buffer_t | nativeBuffer () const |
const QImage * | image () const |
QImage * | image () |
QRect | rect () const |
void | invalidateInCache () |
Definition at line 13 of file qqnxbuffer.h.
QT_BEGIN_NAMESPACE QQnxBuffer::QQnxBuffer | ( | ) |
Definition at line 21 of file qqnxbuffer.cpp.
References qBufferDebug.
QQnxBuffer::QQnxBuffer | ( | screen_buffer_t | buffer | ) |
Definition at line 27 of file qqnxbuffer.cpp.
References QImage::Format_ARGB32_Premultiplied, QImage::Format_ARGB4444_Premultiplied, QImage::Format_Invalid, QImage::Format_RGB16, QImage::Format_RGB32, QImage::Format_RGB444, QImage::Format_RGB555, Q_SCREEN_CHECKERROR, Q_SCREEN_CRITICALERROR, Q_UNLIKELY, qBufferDebug, and qFatal.
QQnxBuffer::QQnxBuffer | ( | const QQnxBuffer & | other | ) |
Definition at line 87 of file qqnxbuffer.cpp.
References qBufferDebug.
|
virtual |
Definition at line 94 of file qqnxbuffer.cpp.
References qBufferDebug.
|
inline |
Definition at line 23 of file qqnxbuffer.h.
|
inline |
Definition at line 22 of file qqnxbuffer.h.
Referenced by QQnxRasterBackingStore::paintDevice().
void QQnxBuffer::invalidateInCache | ( | ) |
Definition at line 99 of file qqnxbuffer.cpp.
References QImage::bits(), QImage::bytesPerLine(), QImage::height(), Q_UNLIKELY, qBufferDebug, and qFatal.
Referenced by QQnxRasterWindow::blitPreviousToCurrent().
|
inline |
Definition at line 21 of file qqnxbuffer.h.
Referenced by QQnxRasterWindow::blitPreviousToCurrent(), and QQnxRasterWindow::post().
|
inline |
Definition at line 25 of file qqnxbuffer.h.
References QImage::rect().
Referenced by QQnxRasterWindow::blitPreviousToCurrent().