![]() |
Qt 6.x
The Qt SDK
|
#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) | |
| #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.
| Q_DECLARE_TYPEINFO | ( | ICNSEntry | , |
| Q_RELOCATABLE_TYPE | |||
| ) |