Eneboo - Documentación para desarrolladores
|
#include <qucom_p.h>
Métodos públicos | |
QUObject () | |
~QUObject () | |
QUObject () | |
~QUObject () | |
Atributos públicos | |
QUType * | type |
union { | |
bool b | |
char c | |
short s | |
int i | |
long l | |
unsigned char uc | |
unsigned short us | |
unsigned int ui | |
unsigned long ul | |
float f | |
double d | |
char byte [16] | |
struct { | |
char * data | |
unsigned long size | |
} bytearray | |
void * ptr | |
struct { | |
void * ptr | |
bool owner | |
} voidstar | |
struct { | |
char * ptr | |
bool owner | |
} charstar | |
struct { | |
char * ptr | |
bool owner | |
} utf8 | |
struct { | |
char * ptr | |
bool owner | |
} local8bit | |
QUnknownInterface * iface | |
QDispatchInterface * idisp | |
} | payload |
union { | |
bool b | |
char c | |
short s | |
int i | |
long l | |
unsigned char uc | |
unsigned short us | |
unsigned int ui | |
unsigned long ul | |
float f | |
double d | |
char byte [16] | |
struct { | |
char * data | |
unsigned long size | |
} bytearray | |
void * ptr | |
struct { | |
void * ptr | |
bool owner | |
} voidstar | |
struct { | |
char * ptr | |
bool owner | |
} charstar | |
struct { | |
char * ptr | |
bool owner | |
} utf8 | |
struct { | |
char * ptr | |
bool owner | |
} local8bit | |
QUnknownInterface * iface | |
QDispatchInterface * idisp | |
} | payload |
QUObject::QUObject | ( | ) | [inline] |
QUObject::~QUObject | ( | ) | [inline] |
QUObject::QUObject | ( | ) | [inline] |
QUObject::~QUObject | ( | ) | [inline] |
char QUObject::byte[16] |
struct { ... } QUObject::bytearray |
struct { ... } QUObject::bytearray |
char QUObject::c |
struct { ... } QUObject::charstar |
struct { ... } QUObject::charstar |
double QUObject::d |
char* QUObject::data |
float QUObject::f |
long QUObject::l |
struct { ... } QUObject::local8bit |
struct { ... } QUObject::local8bit |
union { ... } QUObject::payload |
union { ... } QUObject::payload |
void* QUObject::ptr |
char* QUObject::ptr |
short QUObject::s |
unsigned long QUObject::size |
unsigned char QUObject::uc |
unsigned int QUObject::ui |
unsigned long QUObject::ul |
unsigned short QUObject::us |
struct { ... } QUObject::utf8 |
struct { ... } QUObject::utf8 |
struct { ... } QUObject::voidstar |
struct { ... } QUObject::voidstar |