![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdrawhelper_p.h>
Public Types | |
| enum | Type { Plain , Tiled , Pattern } |
Public Member Functions | |
| const uchar * | scanLine (int y) const |
Public Attributes | |
| const uchar * | imageData |
| int | width |
| int | height |
| int | x1 |
| int | y1 |
| int | x2 |
| int | y2 |
| qsizetype | bytesPerLine |
| QImage::Format | format |
| const QList< QRgb > * | colorTable |
| bool | hasAlpha |
| Type | type |
| int | const_alpha |
Definition at line 278 of file qdrawhelper_p.h.
| enum QTextureData::Type |
| Enumerator | |
|---|---|
| Plain | |
| Tiled | |
| Pattern | |
Definition at line 294 of file qdrawhelper_p.h.
|
inline |
Definition at line 281 of file qdrawhelper_p.h.
| qsizetype QTextureData::bytesPerLine |
Definition at line 290 of file qdrawhelper_p.h.
Definition at line 292 of file qdrawhelper_p.h.
| int QTextureData::const_alpha |
Definition at line 300 of file qdrawhelper_p.h.
| QImage::Format QTextureData::format |
Definition at line 291 of file qdrawhelper_p.h.
| bool QTextureData::hasAlpha |
Definition at line 293 of file qdrawhelper_p.h.
| int QTextureData::height |
Definition at line 284 of file qdrawhelper_p.h.
| const uchar* QTextureData::imageData |
Definition at line 280 of file qdrawhelper_p.h.
| Type QTextureData::type |
Definition at line 299 of file qdrawhelper_p.h.
| int QTextureData::width |
Definition at line 283 of file qdrawhelper_p.h.
| int QTextureData::x1 |
Definition at line 286 of file qdrawhelper_p.h.
| int QTextureData::x2 |
Definition at line 288 of file qdrawhelper_p.h.
| int QTextureData::y1 |
Definition at line 287 of file qdrawhelper_p.h.
| int QTextureData::y2 |
Definition at line 289 of file qdrawhelper_p.h.