Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qicnshandler_p.h File Reference

(d59c5eb8ccc5777ab99c96c733eafb1405fcb808)

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

Functions

 Q_DECLARE_TYPEINFO (ICNSEntry, Q_RELOCATABLE_TYPE)

Macro Definition Documentation

◆ MAKEOSTYPE

#define MAKEOSTYPE ( c0,
c1,
c2,
c3 )
Value:
(((quint8)c0 << 24) | ((quint8)c1 << 16) | ((quint8)c2 << 8) | (quint8)c3)
unsigned char quint8
Definition qtypes.h:51

Definition at line 14 of file qicnshandler_p.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( ICNSEntry ,
Q_RELOCATABLE_TYPE  )