ckb-next  beta-v0.2.8 at branch testing
ckb-next driver for corsair devices
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
qrc_image.cpp File Reference

Go to the source code of this file.

Macros

#define QT_RCC_PREPEND_NAMESPACE(name)   name
 
#define QT_RCC_MANGLE_NAMESPACE(name)   name
 

Functions

bool qRegisterResourceData (int, const unsigned char *, const unsigned char *, const unsigned char *)
 
bool qUnregisterResourceData (int, const unsigned char *, const unsigned char *, const unsigned char *)
 
int qInitResources_image ()
 
int qCleanupResources_image ()
 

Variables

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

Macro Definition Documentation

#define QT_RCC_MANGLE_NAMESPACE (   name)    name

Definition at line 9796 of file qrc_image.cpp.

#define QT_RCC_PREPEND_NAMESPACE (   name)    name

Definition at line 9795 of file qrc_image.cpp.

Referenced by qCleanupResources_image(), and qInitResources_image().

Function Documentation

int qCleanupResources_image ( )

Definition at line 9820 of file qrc_image.cpp.

References QT_RCC_PREPEND_NAMESPACE, qt_resource_data, qt_resource_name, qt_resource_struct, and qUnregisterResourceData().

9821 {
9824  return 1;
9825 }
#define QT_RCC_PREPEND_NAMESPACE(name)
Definition: qrc_image.cpp:9795
static const unsigned char qt_resource_name[]
Definition: qrc_image.cpp:9659
bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *)
static const unsigned char qt_resource_struct[]
Definition: qrc_image.cpp:9749
static const unsigned char qt_resource_data[]
Definition: qrc_image.cpp:9

+ Here is the call graph for this function:

int qInitResources_image ( )

Definition at line 9812 of file qrc_image.cpp.

References qRegisterResourceData(), QT_RCC_PREPEND_NAMESPACE, qt_resource_data, qt_resource_name, and qt_resource_struct.

9813 {
9816  return 1;
9817 }
#define QT_RCC_PREPEND_NAMESPACE(name)
Definition: qrc_image.cpp:9795
static const unsigned char qt_resource_name[]
Definition: qrc_image.cpp:9659
bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *)
static const unsigned char qt_resource_struct[]
Definition: qrc_image.cpp:9749
static const unsigned char qt_resource_data[]
Definition: qrc_image.cpp:9

+ Here is the call graph for this function:

bool qRegisterResourceData ( int  ,
const unsigned char *  ,
const unsigned char *  ,
const unsigned char *   
)

Referenced by qInitResources_image().

+ Here is the caller graph for this function:

bool qUnregisterResourceData ( int  ,
const unsigned char *  ,
const unsigned char *  ,
const unsigned char *   
)

Referenced by qCleanupResources_image().

+ Here is the caller graph for this function:

Variable Documentation

const unsigned char qt_resource_data[]
static

Definition at line 9 of file qrc_image.cpp.

Referenced by qCleanupResources_image(), and qInitResources_image().

const unsigned char qt_resource_name[]
static

Definition at line 9659 of file qrc_image.cpp.

Referenced by qCleanupResources_image(), and qInitResources_image().

const unsigned char qt_resource_struct[]
static

Definition at line 9749 of file qrc_image.cpp.

Referenced by qCleanupResources_image(), and qInitResources_image().