CommandStack
CommandStack()->Redo();
CommandStack()->Undo();
fCanvasView->SetCommandStack(fDocument->CommandStack());
fPathListView->SetCommandStack(fDocument->CommandStack());
fStyleListView->SetCommandStack(fDocument->CommandStack());
fStyleView->SetCommandStack(fDocument->CommandStack());
fShapeListView->SetCommandStack(fDocument->CommandStack());
fTransformerListView->SetCommandStack(fDocument->CommandStack());
fPropertyListView->SetCommandStack(fDocument->CommandStack());
fDocument->CommandStack()->AddObserver(this);
if (fDocument->IsEmpty() || fDocument->CommandStack()->IsSaved())
fDocument->CommandStack()->Save();
fDocument->CommandStack()->RemoveObserver(this);
fDocument->CommandStack()->Perform(styleCommand);
fDocument->CommandStack()->Undo();
fDocument->CommandStack()->Redo();
fUndoMI->SetEnabled(fDocument->CommandStack()->GetUndoName(temp));
fRedoMI->SetEnabled(fDocument->CommandStack()->GetRedoName(temp));
fDocument->CommandStack()->Perform(command);
if (object == fDocument->CommandStack())
fDocument->CommandStack()->Perform(shapeCommand);
fCommandStack(new (nothrow) ::CommandStack()),
class CommandStack;
inline ::CommandStack* CommandStack() const
::CommandStack* fCommandStack;
CommandStack::GetUndoName(BString& name)
CommandStack::GetRedoName(BString& name)
CommandStack::Clear()
CommandStack::Save()
CommandStack::IsSaved()
CommandStack::_AddCommand(Command* command)
CommandStack::CommandStack()
CommandStack::~CommandStack()
CommandStack::Perform(Command* command)
CommandStack::Undo()
CommandStack::Redo()
class CommandStack : public BLocker,
CommandStack();
virtual ~CommandStack();
StateView::SetCommandStack(::CommandStack* stack)
::CommandStack* fCommandStack;
class CommandStack;
void SetCommandStack(::CommandStack* stack);
::CommandStack* CommandStack() const
class CommandStack;
IconObjectListView::SetCommandStack(CommandStack* stack)
class CommandStack;
void SetCommandStack(CommandStack* stack);
CommandStack* fCommandStack;
PathListView::SetCommandStack(CommandStack* stack)
CommandStack* fCommandStack;
class CommandStack;
void SetCommandStack(CommandStack* stack);
ShapeListView::SetCommandStack(CommandStack* stack)
class CommandStack;
void SetCommandStack(CommandStack* stack);
CommandStack* fCommandStack;
StyleListView::SetCommandStack(CommandStack* stack)
class CommandStack;
void SetCommandStack(CommandStack* stack);
CommandStack* fCommandStack;
StyleView::SetCommandStack(CommandStack* stack)
class CommandStack;
void SetCommandStack(CommandStack* stack);
CommandStack* fCommandStack;
TransformerListView::SetCommandStack(CommandStack* stack)
class CommandStack;
void SetCommandStack(CommandStack* stack);
CommandStack* fCommandStack;
fDocument->CommandStack()->Save();
Controller* controller, CommandStack* stack)
class CommandStack;
CommandStack* stack);
CommandStack* fCommandStack;
fCommandStack(new CommandStack(fLocker)),
class CommandStack;
CommandStack* fCommandStack;
CommandStack::GetUndoName(BString& name)
CommandStack::GetRedoName(BString& name)
CommandStack::Clear()
CommandStack::Save()
CommandStack::IsSaved()
CommandStack::_AddCommand(Command* command)
CommandStack::CommandStack(RWLocker* locker)
CommandStack::~CommandStack()
CommandStack::Perform(Command* command)
CommandStack::Undo()
CommandStack::Redo()
class CommandStack : public Notifier {
CommandStack(RWLocker* locker);
virtual ~CommandStack();