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
QQnxWindowGrabber::BufferView Struct Reference

#include <qqnxwindowgrabber_p.h>

+ Collaboration diagram for QQnxWindowGrabber::BufferView:

Public Attributes

int width = -1
 
int height = -1
 
int stride = -1
 
unsigned char * data = nullptr
 

Static Public Attributes

static constexpr int pixelSize = 4
 

Detailed Description

Definition at line 42 of file qqnxwindowgrabber_p.h.

Member Data Documentation

◆ data

unsigned char* QQnxWindowGrabber::BufferView::data = nullptr

Definition at line 48 of file qqnxwindowgrabber_p.h.

◆ height

int QQnxWindowGrabber::BufferView::height = -1

Definition at line 45 of file qqnxwindowgrabber_p.h.

◆ pixelSize

constexpr int QQnxWindowGrabber::BufferView::pixelSize = 4
staticconstexpr

Definition at line 50 of file qqnxwindowgrabber_p.h.

◆ stride

int QQnxWindowGrabber::BufferView::stride = -1

Definition at line 46 of file qqnxwindowgrabber_p.h.

Referenced by QnxRasterBuffer::map().

◆ width

int QQnxWindowGrabber::BufferView::width = -1

Definition at line 44 of file qqnxwindowgrabber_p.h.

Referenced by QQnxWindowGrabberImage::getBuffer().


The documentation for this struct was generated from the following file: