FBPropertyAnimatableDouble Class Reference

FBPropertyAnimatableDouble Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBPropertyAnimatableDouble:

Public Member Functions

__add__ ()
 
__sub__ ()
 
__rsub__ ()
 
__rmul__ ()
 
__rdiv__ ()
 
__repr__ ()
 
__float__ ()
 
__radd__ ()
 
__mul__ ()
 
__div__ ()
 
__str__ ()
 
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBPropertyAnimatable
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 FBPropertyAnimatable
object Data
 
- Public Attributes inherited from FBProperty
object Data
 
object Name
 
- Public Attributes inherited from FBPythonWrapper
object OnUnbind
 

Member Function Documentation

__add__ ( )

Python Docstring:

__add__( (FBPropertyAnimatableDouble)arg1, (FBPropertyAnimatableDouble)arg2) -> object

__add__( (FBPropertyAnimatableDouble)arg1, (object)arg2) -> object 
__div__ ( )

Python Docstring:

__div__( (FBPropertyAnimatableDouble)arg1, (FBPropertyAnimatableDouble)arg2) -> object

__div__( (FBPropertyAnimatableDouble)arg1, (object)arg2) -> object 
__float__ ( )

Python Docstring:

__float__( (FBPropertyAnimatableDouble)arg1) -> object 
__init__ ( )

Python Docstring:

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

Python Docstring:

__mul__( (FBPropertyAnimatableDouble)arg1, (FBPropertyAnimatableDouble)arg2) -> object

__mul__( (FBPropertyAnimatableDouble)arg1, (object)arg2) -> object 
__radd__ ( )

Python Docstring:

__radd__( (FBPropertyAnimatableDouble)arg1, (object)arg2) -> object 
__rdiv__ ( )

Python Docstring:

__rdiv__( (FBPropertyAnimatableDouble)arg1, (object)arg2) -> object 
__reduce__ ( )
__repr__ ( )

Python Docstring:

__repr__( (FBPropertyAnimatableDouble)arg1) -> str 
__rmul__ ( )

Python Docstring:

__rmul__( (FBPropertyAnimatableDouble)arg1, (object)arg2) -> object 
__rsub__ ( )

Python Docstring:

__rsub__( (FBPropertyAnimatableDouble)arg1, (object)arg2) -> object 
__str__ ( )

Python Docstring:

__str__( (FBPropertyAnimatableDouble)arg1) -> object 
__sub__ ( )

Python Docstring:

__sub__( (FBPropertyAnimatableDouble)arg1, (FBPropertyAnimatableDouble)arg2) -> object

__sub__( (FBPropertyAnimatableDouble)arg1, (object)arg2) -> object 

Member Data Documentation

object Data