Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qicnshandler_p.h File Reference
#include <QtGui/qimageiohandler.h>
#include <QtCore/qlist.h>
+ Include dependency graph for qicnshandler_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ICNSBlockHeader
 
struct  ICNSEntry
 
class  QICNSHandler
 

Macros

#define MAKEOSTYPE(c0, c1, c2, c3)   (((quint8)c0 << 24) | ((quint8)c1 << 16) | ((quint8)c2 << 8) | (quint8)c3)
 

Functions

 Q_DECLARE_TYPEINFO (ICNSEntry, Q_RELOCATABLE_TYPE)
 

Macro Definition Documentation

◆ MAKEOSTYPE

#define MAKEOSTYPE (   c0,
  c1,
  c2,
  c3 
)    (((quint8)c0 << 24) | ((quint8)c1 << 16) | ((quint8)c2 << 8) | (quint8)c3)

Definition at line 13 of file qicnshandler_p.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( ICNSEntry  ,
Q_RELOCATABLE_TYPE   
)