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
ICNSBlockHeader Struct Reference

#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
 

Detailed Description

Definition at line 17 of file qicnshandler_p.h.

Member Enumeration Documentation

◆ OS

Enumerator
TypeIcns 
TypeToc 
TypeIcnv 
TypeClut 
TypeTile 
TypeOver 
TypeOpen 
TypeDrop 
TypeOdrp 

Definition at line 19 of file qicnshandler_p.h.

Member Data Documentation

◆ length

quint32 ICNSBlockHeader::length

Definition at line 33 of file qicnshandler_p.h.

Referenced by QICNSHandler::write().

◆ ostype

quint32 ICNSBlockHeader::ostype

Definition at line 32 of file qicnshandler_p.h.

Referenced by QICNSHandler::write().


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