Parameter description types.
Enumerations |
|
enum |
DTYPE
{
DTYPE_NONE , DTYPE_CHILDREN , DTYPE_GROUP , DTYPE_COLOR , DTYPE_SUBCONTAINER , DTYPE_MULTIPLEDATA , DTYPE_TEXTURE , DTYPE_BUTTON , DTYPE_DYNAMIC , DTYPE_SEPARATOR , DTYPE_STATICTEXT , DTYPE_POPUP , DTYPE_LONG , DTYPE_REAL , DTYPE_TIME , DTYPE_VECTOR , DTYPE_MATRIX , DTYPE_STRING , DTYPE_FILENAME , DTYPE_BASELISTLINK , DTYPE_BOOL , DTYPE_NORMAL , DTYPE_COLORA , DTYPE_VECTOR4D , DTYPE_VECTOR2D , DTYPE_ } |
enum DTYPE |
Enumerator | |
---|---|
DTYPE_NONE |
None. |
DTYPE_CHILDREN |
Children. |
DTYPE_GROUP |
Group. |
DTYPE_COLOR |
Color. |
DTYPE_SUBCONTAINER |
Sub-container. |
DTYPE_MULTIPLEDATA |
Multiple data entry. |
DTYPE_TEXTURE |
Texture name. |
DTYPE_BUTTON |
Button. |
DTYPE_DYNAMIC |
GV dynamic. |
DTYPE_SEPARATOR |
Separator. |
DTYPE_STATICTEXT |
Static text. |
DTYPE_POPUP |
Popup. |
DTYPE_LONG | |
DTYPE_REAL | |
DTYPE_TIME |
BaseTime . |
DTYPE_VECTOR | |
DTYPE_MATRIX | |
DTYPE_STRING |
String . |
DTYPE_FILENAME |
Filename . |
DTYPE_BASELISTLINK |
BaseLink . |
DTYPE_BOOL |
GV Bool. ID_GV_DATA_TYPE_BOOL . |
DTYPE_NORMAL |
GV Normal. ID_GV_DATA_TYPE_NORMAL . |
DTYPE_COLORA |
Color with Alpha. |
DTYPE_VECTOR4D |
Vector with 4 components. |
DTYPE_VECTOR2D |
Private . |
DTYPE_ |