![]() |
Qt 6.x
The Qt SDK
|
#include <qicnshandler_p.h>
Collaboration diagram for ICNSBlockHeader:Public Types | |
| enum | OS { TypeIcns = MAKEOSTYPE('i', 'c', 'n', 's') , TypeToc = MAKEOSTYPE('T', 'O', 'C', ' ') , TypeIcnv = MAKEOSTYPE('i', 'c', 'n', 'V') , TypeClut = MAKEOSTYPE('c', 'l', 'u', 't') , TypeTile = MAKEOSTYPE('t', 'i', 'l', 'e') , TypeOver = MAKEOSTYPE('o', 'v', 'e', 'r') , TypeOpen = MAKEOSTYPE('o', 'p', 'e', 'n') , TypeDrop = MAKEOSTYPE('d', 'r', 'o', 'p') , TypeOdrp = MAKEOSTYPE('o', 'd', 'r', 'p') } |
Public Attributes | |
| quint32 | ostype |
| quint32 | length |
Definition at line 17 of file qicnshandler_p.h.
| enum ICNSBlockHeader::OS |
| Enumerator | |
|---|---|
| TypeIcns | |
| TypeToc | |
| TypeIcnv | |
| TypeClut | |
| TypeTile | |
| TypeOver | |
| TypeOpen | |
| TypeDrop | |
| TypeOdrp | |
Definition at line 19 of file qicnshandler_p.h.
| quint32 ICNSBlockHeader::length |
Definition at line 33 of file qicnshandler_p.h.
Referenced by QICNSHandler::write().
| quint32 ICNSBlockHeader::ostype |
Definition at line 32 of file qicnshandler_p.h.
Referenced by QICNSHandler::write().