Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 83 of file qimage_p.h.

Member Function Documentation

◆ isValid()

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

Definition at line 86 of file qimage_p.h.

Member Data Documentation

◆ bytesPerLine

qsizetype QImageData::ImageSizeParameters::bytesPerLine

Definition at line 84 of file qimage_p.h.

◆ totalSize

qsizetype QImageData::ImageSizeParameters::totalSize

Definition at line 85 of file qimage_p.h.


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