FBProperty Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBProperty:

Public Member Functions

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
 
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__ ( )
AllowsLocking ( )

Python Docstring:

AllowsLocking( (FBProperty)arg1) -> bool 
AsString ( )

Python Docstring:

AsString( (FBProperty)arg1 [, (FBDataAsStringFlag)arg2]) -> str 
EnumList ( )

Python Docstring:

EnumList( (FBProperty)arg1, (object)arg2) -> str 
GetEnumStringList ( )

Python Docstring:

GetEnumStringList( (FBProperty)arg1 [, (object)arg2]) -> FBStringList 
GetMax ( )

Python Docstring:

GetMax( (FBProperty)arg1) -> float 
GetMin ( )

Python Docstring:

GetMin( (FBProperty)arg1) -> float 
GetName ( )

Python Docstring:

GetName( (FBProperty)arg1) -> str 
GetPropertyFlag ( )

Python Docstring:

GetPropertyFlag( (FBProperty)arg1, (FBPropertyFlag)arg2) -> bool 
GetPropertyFlags ( )

Python Docstring:

GetPropertyFlags( (FBProperty)arg1) -> int 
GetPropertyType ( )

Python Docstring:

GetPropertyType( (FBProperty)arg1) -> FBPropertyType 
GetPropertyTypeName ( )

Python Docstring:

GetPropertyTypeName( (FBProperty)arg1) -> str 
GetSubMemberCount ( )

Python Docstring:

GetSubMemberCount( (FBProperty)arg1) -> int 
HasSomethingLocked ( )

Python Docstring:

HasSomethingLocked( (FBProperty)arg1) -> bool 
IsAnimatable ( )

Python Docstring:

IsAnimatable( (FBProperty)arg1) -> bool 
IsInternal ( )

Python Docstring:

IsInternal( (FBProperty)arg1) -> bool 
IsList ( )

Python Docstring:

IsList( (FBProperty)arg1) -> bool 
IsLocked ( )

Python Docstring:

IsLocked( (FBProperty)arg1) -> bool 
IsMaxClamp ( )

Python Docstring:

IsMaxClamp( (FBProperty)arg1) -> bool 
IsMemberLocked ( )

Python Docstring:

IsMemberLocked( (FBProperty)arg1, (object)arg2) -> bool 
IsMinClamp ( )

Python Docstring:

IsMinClamp( (FBProperty)arg1) -> bool 
IsObjectList ( )

Python Docstring:

IsObjectList( (FBProperty)arg1) -> bool 
IsReadOnly ( )

Python Docstring:

IsReadOnly( (FBProperty)arg1) -> bool 
IsReferenceProperty ( )

Python Docstring:

IsReferenceProperty( (FBProperty)arg1) -> bool 
IsTextureConnectableProperty ( )

Python Docstring:

IsTextureConnectableProperty( (FBProperty)arg1) -> bool 
IsUserProperty ( )

Python Docstring:

IsUserProperty( (FBProperty)arg1) -> bool 
ModifyPropertyFlag ( )

Python Docstring:

ModifyPropertyFlag( (FBProperty)arg1, (FBPropertyFlag)arg2, (object)arg3) -> None 
NotifyEnumStringListChanged ( )

Python Docstring:

NotifyEnumStringListChanged( (FBProperty)arg1) -> None 
OriValueAsString ( )

Python Docstring:

OriValueAsString( (FBProperty)arg1) -> str 
SetLocked ( )

Python Docstring:

SetLocked( (FBProperty)arg1, (object)arg2) -> None 
SetMax ( )

Python Docstring:

SetMax( (FBProperty)arg1, (object)arg2 [, (object)arg3]) -> None 
SetMemberLocked ( )

Python Docstring:

SetMemberLocked( (FBProperty)arg1, (object)arg2, (object)arg3) -> None 
SetMin ( )

Python Docstring:

SetMin( (FBProperty)arg1, (object)arg2 [, (object)arg3]) -> None 
SetName ( )

Python Docstring:

SetName( (FBProperty)arg1, (str)arg2) -> None 
SetString ( )

Python Docstring:

SetString( (FBProperty)arg1, (str)arg2) -> bool 

Member Data Documentation

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

Name

Read Property: (str) The property's name.