Public Member Functions | |
str | EnumList (int pIdx) |
![]() | |
FBAnimationNode | GetAnimationNode () |
Get the animation node for the property. More... | |
FBPropertyAnimatable () | |
Constructor. More... | |
bool | AllowsMuting () |
AllowsMuting. More... | |
FBBox | GetBox () |
Get the owner box. More... | |
FBColor | GetColor (int pIndex) |
Get the color of a particular FCurve of the property. More... | |
str | GetDataTypeName () |
Get the property datatype name. More... | |
bool | HasSomethingMuted () |
HasSomethingMuted. More... | |
bool | IsAnimated () |
Is the property animated. More... | |
bool | IsFocused () |
Is the property focused (keyable). More... | |
bool | IsFocusedChild (int pIndex) |
Get the focus (keyable) state of child component. More... | |
bool | IsMemberMuted (int pIndex) |
IsMemberMuted. More... | |
bool | IsMuted () |
IsMuted. More... | |
Key () | |
Key the property. More... | |
KeyAt (FBTime pTime) | |
Key the property at time (t). More... | |
KeyRemoveAt (FBTime pTime) | |
Remove the key at time (t). More... | |
bool | ResetColor (int pIndex) |
Revert the FCurves to their default color. More... | |
SetAnimated (bool pState, bool pCheckLocked=False) | |
Set the animation state of the property. More... | |
bool | SetColor (FBColor pColor, int pIndex) |
Set the color of the FCurves for the property. More... | |
SetFocus (bool pState) | |
Set the property's focus (keyable) state. More... | |
bool | SetFocusChild (int pIndex, bool pState) |
Set the focus (keyable) state of child component. More... | |
SetMemberMuted (int pIndex, bool pMuted) | |
SetMemberMuted. More... | |
SetMuted (bool pMuted) | |
SetMuted. More... | |
![]() | |
FBProperty () | |
Constructor. More... | |
bool | AllowsLocking () |
AllowsLocking. More... | |
str | AsString (FBDataAsStringFlag pFlag=kFBDataAsStringUI) |
Get the property value as a string. More... | |
str | EnumList (int pIndex) |
Return the string of an enum value. More... | |
FBStringList | GetEnumStringList (bool pCreateIt=False) |
String list for enum properties. More... | |
float | GetMax () |
GetMax. More... | |
float | GetMin () |
GetMin. More... | |
str | GetName () |
Get the property's name. More... | |
bool | GetPropertyFlag (FBFlag pFlag) |
GetPropertyFlag. More... | |
FBFlag | GetPropertyFlags () |
GetPropertyFlags. More... | |
FBType | GetPropertyType () |
Get the property's type. More... | |
str | GetPropertyTypeName () |
Get the property's type name. More... | |
FBProperty | GetReferencedProperty () |
Get the referenced property, in the case of this property is a reference property (see the IsReferenceProperty() method). More... | |
int | GetSubMemberCount () |
GetSubMemberCount. More... | |
bool | HasSomethingLocked () |
HasSomethingLocked. More... | |
bool | IsAnimatable () |
bool | IsInternal () |
bool | IsList () |
Verify if property is of this type. More... | |
bool | IsLocked () |
IsLocked. More... | |
bool | IsMaxClamp () |
Indicate if maximum value clamping will be applied on user input value. More... | |
bool | IsMemberLocked (int pIndex) |
IsMemberLocked. More... | |
bool | IsMinClamp () |
Indicate if minimum value clamping will be applied on user input value. More... | |
bool | IsObjectList () |
Indicate if is an instance of FBPropertyListObject. More... | |
bool | IsReadOnly () |
Is property read-only? More... | |
bool | IsReferenceProperty () |
bool | IsTextureConnectableProperty () |
bool | IsUserProperty () |
ModifyPropertyFlag (FBFlag pFlag, bool pValue) | |
ModifyPropertyFlag. More... | |
NotifyEnumStringListChanged () | |
Notify system that the enum list was modified. More... | |
str | OriValueAsString () |
Get the property original value (before any modification) as string. More... | |
SetLocked (bool pLocked) | |
SetLocked. More... | |
SetMax (float pMax, bool pForceMaxClamp=False) | |
SetMax. More... | |
SetMemberLocked (int pIndex, bool pLocked) | |
SetMemberLocked. More... | |
SetMin (float pMin, bool pForceMinClamp=False) | |
SetMin. More... | |
SetName (str pName) | |
Set the property's name. More... | |
bool | SetString (str pString) |
Set the property value from a string. More... | |
Public Attributes | |
Enumeration | Data |
Return the string associated with the index. Will return None when no value is associated. More... | |
![]() | |
object | Data |
Read Write Property: The property data value. Type of this depends on the subclass of FBPropertyAnimatable (ex: in a FBPropertyAnimatableInt, Data is of type int). More... | |
![]() | |
str | Name |
Read Property: The property's name. More... | |
object | Data |
Read Write Property: The property data value. Type of this depends on the subclass of FBProperty (ex: in a FBPropertyInt, Data is of type int). More... | |
![]() | |
str | ClassGroupName |
ClassGroupName of the object. More... | |
int | TypeInfo |
TypeInfo. More... | |
Enumeration Data |
Return the string associated with the index. Will return None when no value is associated.