Searched refs:CommandStack (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/src/apps/icon-o-matic/generic/command/
H A DCommandStack.h21 class CommandStack : public BLocker, class in inherits:BLocker,Observable
24 CommandStack();
25 virtual ~CommandStack();
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...]
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DIconObjectListView.h15 class CommandStack;
39 void SetCommandStack(CommandStack* stack);
47 CommandStack* fCommandStack;
H A DStyleView.h20 class CommandStack;
55 void SetCommandStack(CommandStack* stack);
69 CommandStack* fCommandStack;
H A DTransformerListView.h17 class CommandStack;
63 void SetCommandStack(CommandStack* stack);
79 CommandStack* fCommandStack;
H A DPathListView.h25 class CommandStack;
73 void SetCommandStack(CommandStack* stack);
107 CommandStack* fCommandStack;
H A DShapeListView.h18 class CommandStack;
75 void SetCommandStack(CommandStack* stack);
91 CommandStack* fCommandStack;
H A DStyleListView.h15 class CommandStack;
71 void SetCommandStack(CommandStack* stack);
93 CommandStack* fCommandStack;
H A DIconObjectListView.cpp18 #include "CommandStack.h"
172 IconObjectListView::SetCommandStack(CommandStack* stack)
H A DStyleView.cpp26 #include "CommandStack.h"
279 StyleView::SetCommandStack(CommandStack* stack)
H A DTransformerListView.cpp25 #include "CommandStack.h"
431 TransformerListView::SetCommandStack(CommandStack* stack)
/haiku-fatelf/src/apps/mediaplayer/support/
H A DCommandStack.h19 class CommandStack : public Notifier { class in inherits:Notifier
21 CommandStack(RWLocker* locker);
22 virtual ~CommandStack();
H A DCommandStack.cpp9 #include "CommandStack.h"
21 CommandStack::CommandStack(RWLocker* locker) function in class:CommandStack
29 CommandStack::~CommandStack()
36 CommandStack::Perform(Command* command)
64 CommandStack::Undo()
88 CommandStack::Redo()
112 CommandStack::GetUndoName(BString& name)
128 CommandStack
[all...]
/haiku-fatelf/src/apps/icon-o-matic/document/
H A DDocument.h25 class CommandStack;
35 inline ::CommandStack* CommandStack() const function in class:Document
62 ::CommandStack* fCommandStack;
H A DDocument.cpp12 #include "CommandStack.h"
34 fCommandStack(new (nothrow) ::CommandStack()),
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.h18 class CommandStack;
67 void SetCommandStack(::CommandStack* stack);
68 ::CommandStack* CommandStack() const function in class:StateView
95 ::CommandStack* fCommandStack;
H A DStateView.cpp19 #include "CommandStack.h"
448 StateView::SetCommandStack(::CommandStack* stack)
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylistListView.h13 class CommandStack;
25 CommandStack* stack);
69 CommandStack* fCommandStack;
H A DPlaylistWindow.h21 class CommandStack;
71 CommandStack* fCommandStack;
H A DPlaylistWindow.cpp35 #include "CommandStack.h"
84 fCommandStack(new CommandStack(fLocker)),
H A DPlaylistListView.cpp20 #include "CommandStack.h"
203 Controller* controller, CommandStack* stack)
/haiku-fatelf/src/apps/icon-o-matic/
H A DMainWindow.cpp38 #include "CommandStack.h"
139 fDocument->CommandStack()->RemoveObserver(this);
196 fDocument->CommandStack()->Perform(styleCommand);
349 fDocument->CommandStack()->Undo();
352 fDocument->CommandStack()->Redo();
358 fUndoMI->SetEnabled(fDocument->CommandStack()->GetUndoName(label));
368 fRedoMI->SetEnabled(fDocument->CommandStack()->GetRedoName(label));
450 fDocument->CommandStack()->Perform(command);
601 if (object == fDocument->CommandStack())
914 fCanvasView->SetCommandStack(fDocument->CommandStack());
[all...]
H A DCanvasView.cpp20 #include "CommandStack.h"
380 CommandStack()->Redo();
382 CommandStack()->Undo();
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.h21 class CommandStack;
/haiku-fatelf/src/apps/icon-o-matic/import_export/
H A DExporter.cpp23 #include "CommandStack.h"
127 fDocument->CommandStack()->Save();
128 // NOTE: CommandStack is thread safe

Completed in 71 milliseconds

12