#include <QtCore/qglobal.h>Go to the source code of this file.
Functions | |
| QT_BEGIN_NAMESPACE Q_CORE_EXPORT bool | qRegisterResourceData (int, const unsigned char *, const unsigned char *, const unsigned char *) |
| Q_CORE_EXPORT bool | qUnregisterResourceData (int, const unsigned char *, const unsigned char *, const unsigned char *) |
| QT_END_NAMESPACE int QT_MANGLE_NAMESPACE() | qInitResources_resources () |
| int QT_MANGLE_NAMESPACE() | qCleanupResources_resources () |
Variables | |
| static const unsigned char | qt_resource_data [] |
| static const unsigned char | qt_resource_name [] |
| static const unsigned char | qt_resource_struct [] |
| int QT_MANGLE_NAMESPACE() qCleanupResources_resources | ( | ) |
Definition at line 1560 of file qrc_resources.cxx.
References qt_resource_data, qt_resource_name, qt_resource_struct, and qUnregisterResourceData().
{
QT_PREPEND_NAMESPACE(qUnregisterResourceData)
(0x01, qt_resource_struct, qt_resource_name, qt_resource_data);
return 1;
}
| QT_END_NAMESPACE int QT_MANGLE_NAMESPACE() qInitResources_resources | ( | ) |
Definition at line 1551 of file qrc_resources.cxx.
References qRegisterResourceData(), qt_resource_data, qt_resource_name, and qt_resource_struct.
{
QT_PREPEND_NAMESPACE(qRegisterResourceData)
(0x01, qt_resource_struct, qt_resource_name, qt_resource_data);
return 1;
}
| QT_BEGIN_NAMESPACE Q_CORE_EXPORT bool qRegisterResourceData | ( | int | , |
| const unsigned char * | , | ||
| const unsigned char * | , | ||
| const unsigned char * | |||
| ) |
| Q_CORE_EXPORT bool qUnregisterResourceData | ( | int | , |
| const unsigned char * | , | ||
| const unsigned char * | , | ||
| const unsigned char * | |||
| ) |
const unsigned char qt_resource_data[] [static] |
Definition at line 12 of file qrc_resources.cxx.
Referenced by qCleanupResources_resources(), and qInitResources_resources().
const unsigned char qt_resource_name[] [static] |
Definition at line 1477 of file qrc_resources.cxx.
Referenced by qCleanupResources_resources(), and qInitResources_resources().
const unsigned char qt_resource_struct[] [static] |
{
0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,
0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x2,
0x0,0x0,0x0,0x32,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
0x0,0x0,0x0,0xca,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x4b,0xd2,
0x0,0x0,0x0,0x82,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x3d,0xd6,
0x0,0x0,0x0,0xfc,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x54,0x27,
0x0,0x0,0x0,0x5c,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x6,0xc1,
0x0,0x0,0x0,0xa2,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x44,0x1b,
}
Definition at line 1520 of file qrc_resources.cxx.
Referenced by qCleanupResources_resources(), and qInitResources_resources().
1.7.2