ckb-next  v0.2.8 at branch master
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 14160 of file qrc_image.cpp.

#define QT_RCC_PREPEND_NAMESPACE (   name)    name

Definition at line 14159 of file qrc_image.cpp.

Referenced by qCleanupResources_image(), and qInitResources_image().

Function Documentation

int qCleanupResources_image ( )

Definition at line 14184 of file qrc_image.cpp.

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

14185 {
14188  return 1;
14189 }
#define QT_RCC_PREPEND_NAMESPACE(name)
static const unsigned char qt_resource_name[]
bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *)
static const unsigned char qt_resource_struct[]
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 14176 of file qrc_image.cpp.

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

14177 {
14180  return 1;
14181 }
#define QT_RCC_PREPEND_NAMESPACE(name)
static const unsigned char qt_resource_name[]
bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *)
static const unsigned char qt_resource_struct[]
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 14007 of file qrc_image.cpp.

Referenced by qCleanupResources_image(), and qInitResources_image().

const unsigned char qt_resource_struct[]
static

Definition at line 14109 of file qrc_image.cpp.

Referenced by qCleanupResources_image(), and qInitResources_image().