Functions | Variables

qrc_imagecropper.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_imagecropper ()
int QT_MANGLE_NAMESPACE() qCleanupResources_imagecropper ()

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_imagecropper (  )

Definition at line 304 of file qrc_imagecropper.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_imagecropper (  )

Definition at line 295 of file qrc_imagecropper.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,0x5,0x0,0x0,0x0,0x2,
  
  0x0,0x0,0x0,0x9a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0xa,0x52,
  
  0x0,0x0,0x0,0x1e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
  
  0x0,0x0,0x0,0x40,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x2,0x3b,
  
  0x0,0x0,0x0,0x74,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x8,0x15,
  
  0x0,0x0,0x0,0x5e,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x7,0x1d,

}

Definition at line 266 of file qrc_imagecropper.cxx.

Referenced by qCleanupResources_imagecropper(), and qInitResources_imagecropper().

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