Available flags for FBProperty objects.
Static Public Attributes | |
static const | kFBPropertyFlagNotSet = 0 |
static const | kFBPropertyFlagHideProperty = (1 << 0) |
static const | kFBPropertyFlagForceStaticProperty = (1 << 1) |
static const | kFBPropertyFlagDisableProperty = (1 << 2) |
static const | kFBPropertyFlagSlavedProperty = (1 << 3) |
static const | kFBPropertyFlagAnimated = (1 << 4) |
static const | kFBPropertyFlagNotSavable = (1 << 5) |
static const | kFBPropertyFlagReadOnly = (1 << 6) |
static const | kFBPropertyFlagNotUserDeletable = (1 << 7) |
static const | kFBValueAllocated = (1 << 8) |
static const | kFBDynamicHidden = (1 << 9) |
static const | kFBSlaveSetByMaster = (1 << 10) |
static const | kFBLoadedUserProperty = (1 << 11) |
const kFBPropertyFlagNotSet = 0 [static] |
const kFBPropertyFlagHideProperty = (1 << 0) [static] |
const kFBPropertyFlagForceStaticProperty = (1 << 1) [static] |
const kFBPropertyFlagDisableProperty = (1 << 2) [static] |
const kFBPropertyFlagSlavedProperty = (1 << 3) [static] |
const kFBPropertyFlagAnimated = (1 << 4) [static] |
const kFBPropertyFlagNotSavable = (1 << 5) [static] |
const kFBPropertyFlagReadOnly = (1 << 6) [static] |
const kFBPropertyFlagNotUserDeletable = (1 << 7) [static] |
const kFBValueAllocated = (1 << 8) [static] |
const kFBDynamicHidden = (1 << 9) [static] |
const kFBSlaveSetByMaster = (1 << 10) [static] |
const kFBLoadedUserProperty = (1 << 11) [static] |