33 #ifndef DOXYGEN_SHOULD_IGNORE_THIS
35 void _SetOwner(
FCUndoBlock* pOwner) { _pOwner = pOwner; }
__FCBase()
The constructor.
Definition: ff_base.h:247
Class that handles Undo records for modeless plug-in interfaces.
Definition: ff_undo.h:52
The base class for the block handler. Intented for inheritance for use with the FCUndoBlock utility c...
Definition: ff_undo.h:19
virtual bool Execute()=0
Virtual method that will be called by FCUndoBlock::Execute.
FCUndoBlock * GetOwner()
Returns the executing owner.
Definition: ff_undo.h:42
Base class for the Finale Framework classes.
Definition: ff_base.h:47
Class that provides storage for text. This is to achieve platform-transparent text handling...
Definition: ff_base.h:1473
bool Execute(__FCUndoBlockHandler *pHandler, FCString *pUndoString)
Executes the code within an undoable edit record.
Definition: finaleframework.cpp:31046
bool AddSession(FCString *pUndoString, bool storecurrentblock)
Starts a new Undo/Redo block within a running Execute() session.
Definition: finaleframework.cpp:31070