Functions | Variables

qrc_segmentation.cxx File Reference

#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_segmentation ()
int QT_MANGLE_NAMESPACE() qCleanupResources_segmentation ()

Variables

static const unsigned char qt_resource_data []
static const unsigned char qt_resource_name []
static const unsigned char qt_resource_struct []

Function Documentation

int QT_MANGLE_NAMESPACE() qCleanupResources_segmentation (  )

Definition at line 701 of file qrc_segmentation.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_segmentation (  )

Definition at line 692 of file qrc_segmentation.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 *   
)

Variable Documentation

const unsigned char qt_resource_data[] [static]
const unsigned char qt_resource_name[] [static]
const unsigned char qt_resource_struct[] [static]
Initial value:
 {
  
  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,0xbc,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x22,0xd2,
  
  0x0,0x0,0x0,0x64,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x1b,0xa1,
  
  0x0,0x0,0x0,0x80,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x1e,0x45,
  
  0x0,0x0,0x0,0xa0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x1f,0x3f,
  
  0x0,0x0,0x0,0x3e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x2,0xac,
  
  0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,

}

Definition at line 661 of file qrc_segmentation.cxx.

Referenced by qCleanupResources_segmentation(), and qInitResources_segmentation().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines