#include
<kfbxpropertydef.h>

Definition at line 72 of file kfbxpropertydef.h.
Public Types |
|
| enum | eFbxPropertyFlags
{ eNO_FLAG = 0, eANIMATABLE = 1, eUSER = 1<<1, eTEMPORARY = 1<<2, ePUBLISHED = 1<<3, ePSTATIC = 1<<4, eNOT_SAVABLE = 1<<5, eHIDDEN = 1<<6, eUI_DISABLED = 1<<7, eUI_GROUP = 1<<8, eUI_BOOLGROUP = 1<<9, eUI_EXPANDED = 1<<10, eUI_NOCAPTION = 1<<11, eUI_PANEL = 1<<12, eUI_LEFTLABEL = 1<<13, eUI_HIDDEN = 1<<14 } |
Static Public Member Functions |
|
| static int | GetFlagCount () |
| static eFbxPropertyFlags | AllFlags () |
| enum eFbxPropertyFlags |
| eNO_FLAG | |
| eANIMATABLE | |
| eUSER | |
| eTEMPORARY | |
| ePUBLISHED | |
| ePSTATIC | |
| eNOT_SAVABLE | |
| eHIDDEN | |
| eUI_DISABLED | |
| eUI_GROUP | |
| eUI_BOOLGROUP | |
| eUI_EXPANDED | |
| eUI_NOCAPTION | |
| eUI_PANEL | |
| eUI_LEFTLABEL | |
| eUI_HIDDEN |
Definition at line 75 of file kfbxpropertydef.h.
| static int GetFlagCount | ( | ) | [inline, static] |
Definition at line 101 of file kfbxpropertydef.h.
Referenced by AllFlags().
| static eFbxPropertyFlags AllFlags | ( | ) | [inline, static] |
Definition at line 103 of file kfbxpropertydef.h.
References eNO_FLAG, and GetFlagCount().