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
QImageData::ImageSizeParameters Struct Reference

#include <qimage_p.h>

+ Collaboration diagram for QImageData::ImageSizeParameters:

Public Member Functions

bool isValid () const
 

Public Attributes

qsizetype bytesPerLine
 
qsizetype totalSize
 

Detailed Description

Definition at line 80 of file qimage_p.h.

Member Function Documentation

◆ isValid()

bool QImageData::ImageSizeParameters::isValid ( ) const
inline

Definition at line 83 of file qimage_p.h.

Member Data Documentation

◆ bytesPerLine

qsizetype QImageData::ImageSizeParameters::bytesPerLine

Definition at line 81 of file qimage_p.h.

◆ totalSize

qsizetype QImageData::ImageSizeParameters::totalSize

Definition at line 82 of file qimage_p.h.


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