FBUndoManager Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBUndoManager:

Public Member Functions

Redo ()
 
TransactionIsOpen ()
 
TransactionBegin ()
 
Clear ()
 
ActiveOperation ()
 
TransactionAddProperty ()
 
Undo ()
 
TransactionEnd ()
 
__init__ ()
 
TransactionAddObjectDestroy ()
 
TransactionAddModelTRS ()
 
__reduce__ ()
 
- 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 OnUndo
 
object OnUndoCompleted
 
object OnRedo
 
object OnRedoCompleted
 
- 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:

__init__( (object)arg1) -> None 
__reduce__ ( )
ActiveOperation ( )

Python Docstring:

ActiveOperation( (FBUndoManager)arg1) -> bool 
Clear ( )

Python Docstring:

Clear( (FBUndoManager)arg1) -> bool 
Redo ( )

Python Docstring:

Redo( (FBUndoManager)arg1) -> None 
TransactionAddModelTRS ( )

Python Docstring:

TransactionAddModelTRS( (FBUndoManager)arg1, (FBModel)arg2) -> bool 
TransactionAddObjectDestroy ( )

Python Docstring:

TransactionAddObjectDestroy( (FBUndoManager)arg1, (FBComponent)arg2) -> bool 
TransactionAddProperty ( )

Python Docstring:

TransactionAddProperty( (FBUndoManager)arg1, (FBProperty)arg2) -> bool 
TransactionBegin ( )

Python Docstring:

TransactionBegin( (FBUndoManager)arg1, (str)arg2) -> bool 
TransactionEnd ( )

Python Docstring:

TransactionEnd( (FBUndoManager)arg1) -> bool 
TransactionIsOpen ( )

Python Docstring:

TransactionIsOpen( (FBUndoManager)arg1) -> bool 
Undo ( )

Python Docstring:

Undo( (FBUndoManager)arg1 [, (object)arg2]) -> None 

Member Data Documentation

object OnRedo
object OnRedoCompleted
object OnUndo
object OnUndoCompleted