Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQnxBuffer Class Reference

#include <qqnxbuffer.h>

+ Collaboration diagram for QQnxBuffer:

Public Member Functions

 QQnxBuffer ()
 
 QQnxBuffer (screen_buffer_t buffer)
 
 QQnxBuffer (const QQnxBuffer &other)
 
virtual ~QQnxBuffer ()
 
screen_buffer_t nativeBuffer () const
 
const QImageimage () const
 
QImageimage ()
 
QRect rect () const
 
void invalidateInCache ()
 

Detailed Description

Definition at line 16 of file qqnxbuffer.h.

Constructor & Destructor Documentation

◆ QQnxBuffer() [1/3]

QQnxBuffer::QQnxBuffer ( )

Definition at line 17 of file qqnxbuffer.cpp.

References Q_FUNC_INFO, and qCDebug.

◆ QQnxBuffer() [2/3]

◆ QQnxBuffer() [3/3]

QQnxBuffer::QQnxBuffer ( const QQnxBuffer & other)

Definition at line 83 of file qqnxbuffer.cpp.

References Q_FUNC_INFO, and qCDebug.

◆ ~QQnxBuffer()

QQnxBuffer::~QQnxBuffer ( )
virtual

Definition at line 90 of file qqnxbuffer.cpp.

References Q_FUNC_INFO, and qCDebug.

Member Function Documentation

◆ image() [1/2]

QImage * QQnxBuffer::image ( )
inline

Definition at line 26 of file qqnxbuffer.h.

◆ image() [2/2]

const QImage * QQnxBuffer::image ( ) const
inline

Definition at line 25 of file qqnxbuffer.h.

Referenced by QQnxRasterBackingStore::paintDevice().

+ Here is the caller graph for this function:

◆ invalidateInCache()

void QQnxBuffer::invalidateInCache ( )

Definition at line 95 of file qqnxbuffer.cpp.

References QImage::bits(), QImage::bytesPerLine(), QImage::height(), Q_FUNC_INFO, Q_UNLIKELY, qCDebug, and qFatal.

Referenced by QQnxRasterWindow::blitPreviousToCurrent().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ nativeBuffer()

screen_buffer_t QQnxBuffer::nativeBuffer ( ) const
inline

Definition at line 24 of file qqnxbuffer.h.

Referenced by QQnxRasterWindow::blitPreviousToCurrent(), and QQnxRasterWindow::post().

+ Here is the caller graph for this function:

◆ rect()

QRect QQnxBuffer::rect ( ) const
inline

Definition at line 28 of file qqnxbuffer.h.

Referenced by QQnxRasterWindow::blitPreviousToCurrent().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: