FBPropertyAnimatable Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBPropertyAnimatable:

Public Member Functions

SetMuted ()
 
GetDataTypeName ()
 
IsMuted ()
 
OriIsAnimated ()
 
IsFocusedChild ()
 
GetBox ()
 
KeyAt ()
 
IsMemberMuted ()
 
AllowsMuting ()
 
SetAnimated ()
 
SetColor ()
 
IsAnimated ()
 
Key ()
 
IsFocused ()
 
GetColor ()
 
SetFocus ()
 
HasSomethingMuted ()
 
GetAnimationNode ()
 
KeyRemoveAt ()
 
ResetColor ()
 
SetFocusChild ()
 
SetMemberMuted ()
 
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBProperty
GetMax ()
 
SetMax ()
 
HasSomethingLocked ()
 
GetPropertyType ()
 
IsLocked ()
 
SetName ()
 
GetPropertyTypeName ()
 
SetString ()
 
IsMaxClamp ()
 
IsUserProperty ()
 
GetMin ()
 
AsString ()
 
IsMemberLocked ()
 
ModifyPropertyFlag ()
 
SetLocked ()
 
GetName ()
 
IsTextureConnectableProperty ()
 
SetMin ()
 
AllowsLocking ()
 
IsReferenceProperty ()
 
IsInternal ()
 
IsMinClamp ()
 
IsReadOnly ()
 
GetPropertyFlag ()
 
GetEnumStringList ()
 
OriValueAsString ()
 
IsAnimatable ()
 
IsList ()
 
GetPropertyFlags ()
 
IsObjectList ()
 
EnumList ()
 
NotifyEnumStringListChanged ()
 
GetSubMemberCount ()
 
SetMemberLocked ()
 
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBPlug
ClassName ()
 
ConnectDstAt ()
 
ConnectSrc ()
 
ConnectSrcAt ()
 
DisconnectAllDst ()
 
DisconnectAllSrc ()
 
BeginChange ()
 
DisconnectDst ()
 
ConnectDst ()
 
GetSrcCount ()
 
SetContentModified ()
 
DisconnectDstAt ()
 
DisconnectSrcAt ()
 
GetDst ()
 
GetPlugConnectionModifiedList ()
 
GetDstType ()
 
GetSrcType ()
 
RevertModification ()
 
GetSrc ()
 
GetDstCount ()
 
IsSDKComponent ()
 
ReplaceSrcAt ()
 
MoveSrcAt ()
 
GetContentModified ()
 
SwapSrc ()
 
GetSelfModified ()
 
EndChange ()
 
GetOwner ()
 
ReplaceDstAt ()
 
GetOwnedCount ()
 
SetSelfModified ()
 
DisconnectSrc ()
 
Is ()
 
GetOwned ()
 
__reduce__ ()
 
__init__ ()
 
PrintClassDefinitions ()
 
- Public Member Functions inherited from FBPythonWrapper
__reduce__ ()
 
__init__ ()
 

Public Attributes

object Data
 
- Public Attributes inherited from FBProperty
object Data
 
object Name
 
- Public Attributes inherited from FBPythonWrapper
object OnUnbind
 

Member Function Documentation

__init__ ( )

Python Docstring:

Raises an exception
This class cannot be instantiated from Python 
__reduce__ ( )
AllowsMuting ( )

Python Docstring:

AllowsMuting( (FBPropertyAnimatable)arg1) -> bool 
GetAnimationNode ( )

Python Docstring:

GetAnimationNode( (FBPropertyAnimatable)arg1) -> object 
Returns
In Python, None is returned if property is not animated.
GetBox ( )

Python Docstring:

GetBox( (FBPropertyAnimatable)arg1) -> object 
GetColor ( )

Python Docstring:

GetColor( (FBPropertyAnimatable)arg1, (object)arg2) -> FBColor 
GetDataTypeName ( )

Python Docstring:

GetDataTypeName( (FBPropertyAnimatable)arg1) -> str 
HasSomethingMuted ( )

Python Docstring:

HasSomethingMuted( (FBPropertyAnimatable)arg1) -> bool 
IsAnimated ( )

Python Docstring:

IsAnimated( (FBPropertyAnimatable)arg1) -> bool 
IsFocused ( )

Python Docstring:

IsFocused( (FBPropertyAnimatable)arg1) -> bool 
IsFocusedChild ( )

Python Docstring:

IsFocusedChild( (FBPropertyAnimatable)arg1, (object)arg2) -> bool 
IsMemberMuted ( )

Python Docstring:

IsMemberMuted( (FBPropertyAnimatable)arg1, (object)arg2) -> bool 
IsMuted ( )

Python Docstring:

IsMuted( (FBPropertyAnimatable)arg1) -> bool 
Key ( )

Python Docstring:

Key( (FBPropertyAnimatable)arg1) -> None 
KeyAt ( )

Python Docstring:

KeyAt( (FBPropertyAnimatable)arg1, (FBTime)arg2) -> None 
KeyRemoveAt ( )

Python Docstring:

KeyRemoveAt( (FBPropertyAnimatable)arg1, (FBTime)arg2) -> None 
OriIsAnimated ( )

Python Docstring:

OriIsAnimated( (FBPropertyAnimatable)arg1) -> bool 
ResetColor ( )

Python Docstring:

ResetColor( (FBPropertyAnimatable)arg1, (object)arg2) -> bool 
SetAnimated ( )

Python Docstring:

SetAnimated( (FBPropertyAnimatable)arg1, (object)arg2 [, (object)arg3]) -> None 
SetColor ( )

Python Docstring:

SetColor( (FBPropertyAnimatable)arg1, (FBColor)arg2, (object)arg3) -> bool 
SetFocus ( )

Python Docstring:

SetFocus( (FBPropertyAnimatable)arg1, (object)arg2) -> None 
SetFocusChild ( )

Python Docstring:

SetFocusChild( (FBPropertyAnimatable)arg1, (object)arg2, (object)arg3) -> None 
SetMemberMuted ( )

Python Docstring:

SetMemberMuted( (FBPropertyAnimatable)arg1, (object)arg2, (object)arg3) -> None 
SetMuted ( )

Python Docstring:

SetMuted( (FBPropertyAnimatable)arg1, (object)arg2) -> None 

Member Data Documentation

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).