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
qicnshandler_p.h File Reference

(8a62fb36a8c456fb4e1229cca8bfca88f6e57890)

#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  )