Searched refs:CommandStack (Results 1 - 25 of 28) sorted by last modified time

12

/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp29 #include "CommandStack.h"
720 StyleListView::SetCommandStack(CommandStack* stack)
H A DPathListView.cpp27 #include "CommandStack.h"
769 PathListView::SetCommandStack(CommandStack* stack)
H A DShapeListView.cpp28 #include "CommandStack.h"
728 ShapeListView::SetCommandStack(CommandStack* stack)
H A DTransformerListView.cpp26 #include "CommandStack.h"
499 TransformerListView::SetCommandStack(CommandStack* stack)
H A DTransformerListView.h20 class CommandStack;
68 void SetCommandStack(CommandStack* stack);
84 CommandStack* fCommandStack;
H A DStyleListView.h19 class CommandStack;
71 void SetCommandStack(CommandStack* stack);
93 CommandStack* fCommandStack;
H A DShapeListView.h20 class CommandStack;
76 void SetCommandStack(CommandStack* stack);
92 CommandStack* fCommandStack;
H A DPathListView.h27 class CommandStack;
73 void SetCommandStack(CommandStack* stack);
107 CommandStack* fCommandStack;
H A DIconObjectListView.cpp18 #include "CommandStack.h"
178 IconObjectListView::SetCommandStack(CommandStack* stack)
H A DStyleView.cpp26 #include "CommandStack.h"
283 StyleView::SetCommandStack(CommandStack* stack)
H A DStyleView.h21 class CommandStack;
56 void SetCommandStack(CommandStack* stack);
70 CommandStack* fCommandStack;
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp47 #include "CommandStack.h"
151 fDocument->CommandStack()->RemoveObserver(this);
209 fDocument->CommandStack()->Perform(styleCommand);
394 fDocument->CommandStack()->Undo();
397 fDocument->CommandStack()->Redo();
404 fUndoMI->SetEnabled(fDocument->CommandStack()->GetUndoName(temp));
416 fRedoMI->SetEnabled(fDocument->CommandStack()->GetRedoName(temp));
496 fDocument->CommandStack()->Perform(command);
654 if (object == fDocument->CommandStack())
896 fDocument->CommandStack()
[all...]
H A DCanvasView.cpp20 #include "CommandStack.h"
380 CommandStack()->Redo();
382 CommandStack()->Undo();
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp23 #include "CommandStack.h"
127 fDocument->CommandStack()->Save();
128 // NOTE: CommandStack is thread safe
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp20 #include "CommandStack.h"
469 StateView::SetCommandStack(::CommandStack* stack)
H A DStateView.h19 class CommandStack;
70 void SetCommandStack(::CommandStack* stack);
71 ::CommandStack* CommandStack() const function in class:StateView
100 ::CommandStack* fCommandStack;
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.h21 class CommandStack;
/haiku/src/apps/icon-o-matic/document/
H A DDocument.cpp12 #include "CommandStack.h"
31 fCommandStack(new (nothrow) ::CommandStack()),
H A DDocument.h25 class CommandStack;
35 inline ::CommandStack* CommandStack() const function in class:Document
62 ::CommandStack* fCommandStack;
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp23 #include "CommandStack.h"
227 Controller* controller, CommandStack* stack)
H A DPlaylistListView.h15 class CommandStack;
27 CommandStack* stack);
77 CommandStack* fCommandStack;
H A DPlaylistWindow.cpp36 #include "CommandStack.h"
85 fCommandStack(new CommandStack(fLocker)),
H A DPlaylistWindow.h23 class CommandStack;
99 CommandStack* fCommandStack;
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommandStack.cpp9 #include "CommandStack.h"
20 CommandStack::CommandStack() function in class:CommandStack
28 CommandStack::~CommandStack()
35 CommandStack::Perform(Command* command)
61 CommandStack::Undo()
85 CommandStack::Redo()
109 CommandStack::GetUndoName(BString& name)
125 CommandStack
[all...]
H A DCommandStack.h21 class CommandStack : public BLocker, class in inherits:BLocker,Observable
24 CommandStack();
25 virtual ~CommandStack();

Completed in 126 milliseconds

12