FBAssetFolder Class Reference

FBAssetFolder Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBAssetFolder:

Public Member Functions

__reduce__ ()
 
AddFile ()
 
AddFolder ()
 
FBCreate ()
 
FBDestroy ()
 
GetChild ()
 
GetChildCount ()
 
GetFile ()
 
GetFolder ()
 
__init__ ()
 
- Public Member Functions inherited from FBAssetItem
__reduce__ ()
 
GetParent ()
 
GetServerPath ()
 
ShowProperties ()
 
CheckIn ()
 
ShowHistory ()
 
UndoCheckOut ()
 
GetLatest ()
 
CheckOut ()
 
GetLocalPath ()
 
GetName ()
 
__init__ ()
 
- Public Member Functions inherited from FBComponent
HardSelect ()
 
GetObjectStatus ()
 
SetObjectStatus ()
 
DisableObjectFlags ()
 
GetOwnerFileReference ()
 
SetObjectFlags ()
 
GetObjectFlags ()
 
EnableObjectFlags ()
 
FBDelete ()
 
PropertyRemove ()
 
ProcessNamespaceHierarchy ()
 
PropertyCreate ()
 
HasObjectFlags ()
 
Is ()
 
ProcessObjectNamespace ()
 
PropertyAddReferenceProperty ()
 
ClassName ()
 
FBDestroy ()
 
FBCreate ()
 
PropertyAdd ()
 
PropertyGetModifiedList ()
 
__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 FBAssetItem
object LastError
 
- Public Attributes inherited from FBComponent
object OwnerNamespace
 
object Components
 
object Name
 
object LongName
 
object FullName
 
object Parents
 
object PropertyList
 
object Selected
 
- Public Attributes inherited from FBPythonWrapper
object OnUnbind
 

Member Function Documentation

__init__ ( )

Python Docstring:

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

Python Docstring:

AddFile( (FBAssetFolder)arg1, (str)arg2, (str)arg3, (object)arg4, (object)arg5) -> object 
AddFolder ( )

Python Docstring:

AddFolder( (FBAssetFolder)arg1, (str)arg2, (str)arg3, (object)arg4) -> object 
FBCreate ( )

Python Docstring:

FBCreate( (FBAssetFolder)arg1) -> bool 
FBDestroy ( )

Python Docstring:

FBDestroy( (FBAssetFolder)arg1) -> None 
GetChild ( )

Python Docstring:

GetChild( (FBAssetFolder)arg1, (object)arg2) -> object 
GetChildCount ( )

Python Docstring:

GetChildCount( (FBAssetFolder)arg1) -> int 
GetFile ( )

Python Docstring:

GetFile( (FBAssetFolder)arg1, (str)arg2) -> object 
GetFolder ( )

Python Docstring:

GetFolder( (FBAssetFolder)arg1, (str)arg2) -> object