Defined Types
Type identifier for an element.
typedef TQ3Int32 TQ3ElementType;
End cap flag word, see TQ3EndCapMasks for specific values.
typedef TQ3Uns32 TQ3EndCap;
32-bit floating-point number.
typedef float TQ3Float32;
64-bit floating-point number.
typedef double TQ3Float64;
Group position opaque pointer.
typedef struct OpaqueTQ3GroupPosition *TQ3GroupPosition;
Signed 16-bit integer.
typedef int16_t TQ3Int16;
Signed 32-bit integer.
typedef int32_t TQ3Int32;
Signed 64-bit integer.
typedef struct TQ3Int64 {
TQ3Int32 hi;
TQ3Uns32 lo;
} TQ3Int64;
Signed 8-bit integer.
typedef int8_t TQ3Int8;
Quesa object opaque pointer.
typedef struct OpaqueTQ3Object *TQ3Object;
Class name C string.
typedef char TQ3ObjectClassNameString[kQ3StringMaximumLength];
Numeric type code for a class of Quesa objects.
typedef TQ3Int32 TQ3ObjectType;
Size type.
typedef TQ3Uns32 TQ3Size;
Unsigned 16-bit integer.
typedef uint16_t TQ3Uns16;
Unsigned 32-bit integer.
typedef uint32_t TQ3Uns32;
Unsigned 64-bit integer.
typedef struct TQ3Uns64 {
TQ3Uns32 hi;
TQ3Uns32 lo;
} TQ3Uns64;
Unsigned 8-bit integer.
typedef uint8_t TQ3Uns8;
Type identifier for an element.
typedef TQ3Uns32 TQ3XMethodType;
Object class opaque pointer.
typedef struct OpaqueTQ3XObjectClass *TQ3XObjectClass;
© 1999-2008 Quesa Developers (Last Updated 5/10/2008)