FBAssetItem Class Reference

FBAssetItem Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBAssetItem:

Public Member Functions

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

Public Attributes

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

Python Docstring:

CheckIn( (FBAssetItem)arg1 [, (str)arg2 [, (object)arg3 [, (object)arg4]]]) -> bool 
CheckOut ( )

Python Docstring:

CheckOut( (FBAssetItem)arg1 [, (str)arg2 [, (object)arg3 [, (object)arg4]]]) -> bool 
GetLatest ( )

Python Docstring:

GetLatest( (FBAssetItem)arg1 [, (object)arg2 [, (object)arg3]]) -> bool 
GetLocalPath ( )

Python Docstring:

GetLocalPath( (FBAssetItem)arg1) -> str 
GetName ( )

Python Docstring:

GetName( (FBAssetItem)arg1) -> str 
GetParent ( )

Python Docstring:

GetParent( (FBAssetItem)arg1) -> object 
GetServerPath ( )

Python Docstring:

GetServerPath( (FBAssetItem)arg1) -> str 
ShowHistory ( )

Python Docstring:

ShowHistory( (FBAssetItem)arg1) -> None 
ShowProperties ( )

Python Docstring:

ShowProperties( (FBAssetItem)arg1) -> None 
UndoCheckOut ( )

Python Docstring:

UndoCheckOut( (FBAssetItem)arg1 [, (object)arg2 [, (object)arg3]]) -> bool 

Member Data Documentation

object LastError