Eneboo - Documentación para desarrolladores
|
#include "qobjectdefs.h"
#include "qstring.h"
#include "qnamespace.h"
Ir al código fuente de este archivo.
'typedefs' | |
typedef Q_INT32 | QCOORD |
typedef unsigned int | QRgb |
typedef void(* | QtCleanUpFunction )() |
typedef QtCleanUpFunction | Q_CleanUpFunction |
Funciones | |
Q_EXPORT const char * | qAppName () |
Q_EXPORT void | qAddPostRoutine (QtCleanUpFunction) |
Q_EXPORT void | qRemovePostRoutine (QtCleanUpFunction) |
Variables | |
const QCOORD | QCOORD_MAX = 2147483647 |
const QCOORD | QCOORD_MIN = -QCOORD_MAX - 1 |
typedef QtCleanUpFunction Q_CleanUpFunction |
typedef Q_INT32 QCOORD |
typedef void(* QtCleanUpFunction)() |
Q_EXPORT void qAddPostRoutine | ( | QtCleanUpFunction | ) | [related] |
Q_EXPORT const char* qAppName | ( | ) |
Q_EXPORT void qRemovePostRoutine | ( | QtCleanUpFunction | ) |
const QCOORD QCOORD_MAX = 2147483647 |
const QCOORD QCOORD_MIN = -QCOORD_MAX - 1 |