#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_QmitkExtApplication () |
| int QT_MANGLE_NAMESPACE() | qCleanupResources_QmitkExtApplication () |
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_QmitkExtApplication | ( | ) |
Definition at line 207 of file qrc_QmitkExtApplication.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_QmitkExtApplication | ( | ) |
Definition at line 198 of file qrc_QmitkExtApplication.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_QmitkExtApplication.cxx.
Referenced by qCleanupResources_QmitkExtApplication(), and qInitResources_QmitkExtApplication().
const unsigned char qt_resource_name[] [static] |
{
0x0,0x13,
0x1,0x8a,0xff,0xfe,
0x0,0x51,
0x0,0x6d,0x0,0x69,0x0,0x74,0x0,0x6b,0x0,0x45,0x0,0x78,0x0,0x74,0x0,0x41,0x0,0x70,0x0,0x70,0x0,0x6c,0x0,0x69,0x0,0x63,0x0,0x61,0x0,0x74,0x0,0x69,
0x0,0x6f,0x0,0x6e,
0x0,0x11,
0x4,0x3c,0xf1,0x6d,
0x0,0x69,
0x0,0x63,0x0,0x6f,0x0,0x6e,0x0,0x5f,0x0,0x72,0x0,0x65,0x0,0x73,0x0,0x65,0x0,0x61,0x0,0x72,0x0,0x63,0x0,0x68,0x0,0x2e,0x0,0x78,0x0,0x70,0x0,0x6d,
}
Definition at line 161 of file qrc_QmitkExtApplication.cxx.
Referenced by qCleanupResources_QmitkExtApplication(), and qInitResources_QmitkExtApplication().
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,0x1,0x0,0x0,0x0,0x2,
0x0,0x0,0x0,0x2c,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
}
Definition at line 177 of file qrc_QmitkExtApplication.cxx.
Referenced by qCleanupResources_QmitkExtApplication(), and qInitResources_QmitkExtApplication().
1.7.2