|
GblObjectClass | base |
|
GBL_RESULT(* | pFnEnqueueTask )(GblMainLoop *pSelf, GblTask *pTask) |
|
GBL_RESULT(* | pFnExecTask )(GblMainLoop *pSelf, GblTask *pTask) |
|
GBL_RESULT(* | pFnCancelTask )(GblMainLoop *pSelf, GblTask *pTask) |
|
GBL_RESULT(* | pFnExecIdle )(GblMainLoop *pSelf) |
|
GblBoxClass | base |
|
GblITableVariantClass | GblITableVariantImpl |
|
GblIEventHandlerClass | GblIEventHandlerImpl |
|
| GblIEventFilter |
|
GBL_RESULT(* | pFnConstructor )(GblObject *pSelf) |
|
GBL_RESULT(* | pFnConstructed )(GblObject *pSelf) |
|
GBL_RESULT(* | pFnProperty )(const GblObject *pSelf, const GblProperty *pProp, GblVariant *pValue) |
|
GBL_RESULT(* | pFnSetProperty )(GblObject *pSelf, const GblProperty *pProp, GblVariant *pValue) |
|
GblClass | base |
|
GblIVariantClass | GblIVariantImpl |
|
struct { | |
|
GblArrayMap * pFields | |
|
} | private_ | |
|
GBL_RESULT(* | pFnDestructor )(GblBox *pSelf) |
|
struct { | |
|
uintptr_t metaClassInfo | |
|
} | private_ | |
|
GblInterface | base |
|
const GblIVariantVTable * | pVTable |
|
GblClass | base |
|
size_t | outerClassOffset_ |
|
GblInterface | base |
|
GBL_RESULT(* | pFnIndex )(const GblVariant *pSelf, const GblVariant *pKey, GblVariant *pValue) |
|
GBL_RESULT(* | pFnSetIndex )(const GblVariant *pSelf, const GblVariant *pKey, GblVariant *pValue) |
|
GBL_RESULT(* | pFnNext )(const GblVariant *pSelf, GblVariant *pKey, GblVariant *pValue) |
|
GBL_RESULT(* | pFnCount )(const GblVariant *pSelf, size_t *pSize) |
|
Data Fields inherited from GblIEventHandlerClass |
GblInterface | base |
|
GBL_RESULT(* | pFnEvent )(GblIEventHandler *pSelf, GblEvent *pEvent) |
|
GblInterface | base |
|
GBL_RESULT(* | pFnEventFilter )(GblIEventFilter *pSelf, GblIEventHandler *pHandler, GblEvent *pEvent) |
|
|
| GBL_MAP_NEXT (GblIEventFilter, GBL_MAP1)(GBL_CLASS_IMPL_INTERFACE |
|
GblType | GblBox_type (void) |
|
void * | GblBoxClass_userdata (const GblBoxClass *pSelf) |
|
GBL_RESULT | GblBoxClass_setUserdata (GblBoxClass *pSelf, void *pUserdata) |
|
GBL_RESULT | GblBoxClass_setUserDestructor (GblBoxClass *pSelf, GblArrayMapDtorFn pFnUdDtor) |
|
uintptr_t | GblBoxClass_field (const GblBoxClass *pSelf, GblQuark key) |
|
uintptr_t | GblBoxClass_takeField (GblBoxClass *pSelf, GblQuark key) |
|
GblBool | GblBoxClass_clearField (GblBoxClass *pSelf, GblQuark key) |
|
GblBool | GblBoxClass_hasField (const GblBoxClass *pSelf, GblQuark key) |
|
GBL_RESULT | GblBoxClass_setField (GblBoxClass *pSelf, GblQuark key, uintptr_t ud, GblArrayMapDtorFn pFnDtor) |
|
| GBL_CLASS_SUPER (klass) |
|
| GBL_CLASS_DEFAULT (klass) |
|
#define | GBL_CLASS_PRIVATE(cType, klass) |
|
#define | GBL_CLASS_PUBLIC(cType, priv) |
|
#define | GBL_CLASS_TYPECHECK(cType, klass) |
|
| GBL_CLASS_TYPECHECK_PREFIX (klass, typePrefix) |
|
#define | GBL_CLASS_CAST(cType, klass) |
|
| GBL_CLASS_CAST_PREFIX (klass, typePrefix) |
|
| GBL_CLASS_TRY (klass, toType, cType) |
|
| GBL_CLASS_TRY_PREFIX (klass, typePrefix) |
|
GblClass * | GblClass_refDefault (GblType type) |
|
GblRefCount | GblClass_unrefDefault (GblClass *pSelf) |
|
GblClass * | GblClass_weakRefDefault (GblType type) |
|
GblClass * | GblClass_createFloating (GblType type) |
|
GBL_RESULT | GblClass_destroyFloating (GblClass *pSelf) |
|
GBL_RESULT | GblClass_constructFloating (GblClass *pSelf, GblType type) |
|
GBL_RESULT | GblClass_destructFloating (GblClass *pSelf) |
|
#define | GBL_CLASS(klass) |
|
#define | GBL_CLASS_TYPEOF(klass) |
|
#define | GBL_CLASS_PRIVATE(cType, klass) |
|
#define | GBL_CLASS_PUBLIC(cType, priv) |
|
#define | GBL_CLASS_TYPECHECK(cType, klass) |
|
#define | GBL_CLASS_CAST(cType, klass) |
|
#define | GBL_CLASS_AS(cType, klass) |
|
#define | GBL_STATIC_CLASS_TYPE |
|
#define | GBL_STATIC_CLASS(klass) |
|
GblBool | GblClass_check (const GblClass *pSelf, GblType toType) |
|
GblClass * | GblClass_cast (GblClass *pSelf, GblType toType) |
|
GblClass * | GblClass_as (GblClass *pSelf, GblType toType) |
|
void * | GblClass_private (const GblClass *pSelf, GblType base) |
|
GblClass * | GblClass_public (const void *pPrivate, GblType base) |
|
GblType | GblClass_typeOf (const GblClass *pSelf) |
|
size_t | GblClass_size (const GblClass *pSelf) |
|
size_t | GblClass_privateSize (const GblClass *pSelf) |
|
size_t | GblClass_totalSize (const GblClass *pSelf) |
|
GblBool | GblClass_isDefault (const GblClass *pSelf) |
|
GblBool | GblClass_isOverridden (const GblClass *pSelf) |
|
GblBool | GblClass_isInterface (const GblClass *pSelf) |
|
GblBool | GblClass_isInterfaceImpl (const GblClass *pSelf) |
|
GblBool | GblClass_isFloating (const GblClass *pSelf) |
|
GblBool | GblClass_isOwned (const GblClass *pSelf) |
|
GblBool | GblClass_isInPlace (const GblClass *pSelf) |
|
GblClass * | GblClass_super (const GblClass *pSelf) |
|
GblClass * | GblClass_default (const GblClass *pSelf) |
|
#define | GBL_INTERFACE(klass) |
|
#define | GBL_INTERFACE_TRY(klass) |
|
#define | GBL_INTERFACE_OUTER_CLASS(iface) |
|
#define | GBL_INTERFACE_OUTER_MOST_CLASS(iface) |
|
| GblInterface_outerClass (GblInterface *pSelf) |
|
GblClass * | GblInterface_outerMostClass (GblInterface *pSelf) |
|
GblClass VTable structure for GblMainLoop.
WIP
- See also
- GblMainLoop
Definition at line 43 of file gimbal_main_loop.h.