FBPropertyListTreeNode Class Reference

FBPropertyListTreeNode Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBPropertyListTreeNode:

Public Member Functions

pop ()
 
count ()
 
__setitem__ ()
 
removeAll ()
 
__contains__ ()
 
append ()
 
insert ()
 
__len__ ()
 
__getitem__ ()
 
remove ()
 
__delitem__ ()
 
__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__ ()
 

Additional Inherited Members

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

Member Function Documentation

__contains__ ( )

Python Docstring:

__contains__( (FBPropertyListTreeNode)arg1, (object)arg2) -> bool 
__delitem__ ( )

Python Docstring:

__delitem__( (FBPropertyListTreeNode)arg1, (int)arg2) -> None 
__getitem__ ( )

Python Docstring:

__getitem__( (FBPropertyListTreeNode)arg1, (object)arg2) -> object 
__init__ ( )

Python Docstring:

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

Python Docstring:

__len__( (FBPropertyListTreeNode)arg1) -> int 
__reduce__ ( )
__setitem__ ( )

Python Docstring:

__setitem__( (FBPropertyListTreeNode)arg1, (object)arg2, (object)arg3) -> None 
append ( )

Python Docstring:

append( (FBPropertyListTreeNode)arg1, (object)arg2) -> None 
count ( )

Python Docstring:

count( (FBPropertyListTreeNode)arg1, (object)arg2) -> int 
insert ( )

Python Docstring:

insert( (FBPropertyListTreeNode)arg1, (int)arg2, (object)arg3) -> None 
pop ( )

Python Docstring:

pop( (FBPropertyListTreeNode)arg1) -> object

pop( (FBPropertyListTreeNode)arg1, (object)arg2) -> object 
remove ( )

Python Docstring:

remove( (FBPropertyListTreeNode)arg1, (object)arg2) -> None 
removeAll ( )

Python Docstring:

removeAll( (FBPropertyListTreeNode)arg1) -> None