Symbol: fCommandStack
src/apps/icon-o-matic/document/Document.cpp
103
fCommandStack->Clear();
src/apps/icon-o-matic/document/Document.cpp
31
fCommandStack(new (nothrow) ::CommandStack()),
src/apps/icon-o-matic/document/Document.cpp
44
delete fCommandStack;
src/apps/icon-o-matic/document/Document.h
36
{ return fCommandStack; }
src/apps/icon-o-matic/document/Document.h
62
::CommandStack* fCommandStack;
src/apps/icon-o-matic/generic/gui/stateview/StateView.cpp
113
fCommandStack(NULL),
src/apps/icon-o-matic/generic/gui/stateview/StateView.cpp
471
fCommandStack = stack;
src/apps/icon-o-matic/generic/gui/stateview/StateView.cpp
508
if (fCommandStack)
src/apps/icon-o-matic/generic/gui/stateview/StateView.cpp
509
return fCommandStack->Perform(command);
src/apps/icon-o-matic/generic/gui/stateview/StateView.h
100
::CommandStack* fCommandStack;
src/apps/icon-o-matic/generic/gui/stateview/StateView.h
72
{ return fCommandStack; }
src/apps/icon-o-matic/gui/IconObjectListView.cpp
100
if (!fCommandStack || !fObject)
src/apps/icon-o-matic/gui/IconObjectListView.cpp
119
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/IconObjectListView.cpp
180
fCommandStack = stack;
src/apps/icon-o-matic/gui/IconObjectListView.cpp
39
fCommandStack(NULL),
src/apps/icon-o-matic/gui/IconObjectListView.h
47
CommandStack* fCommandStack;
src/apps/icon-o-matic/gui/PathListView.cpp
287
fCommandStack(NULL),
src/apps/icon-o-matic/gui/PathListView.cpp
348
if (itemFrame.Contains(where) && fCommandStack) {
src/apps/icon-o-matic/gui/PathListView.cpp
359
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/PathListView.cpp
374
if (fCommandStack != NULL) {
src/apps/icon-o-matic/gui/PathListView.cpp
378
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/PathListView.cpp
383
if (fCommandStack != NULL) {
src/apps/icon-o-matic/gui/PathListView.cpp
394
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/PathListView.cpp
400
if (fCommandStack != NULL) {
src/apps/icon-o-matic/gui/PathListView.cpp
431
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/PathListView.cpp
436
if (fCommandStack != NULL) {
src/apps/icon-o-matic/gui/PathListView.cpp
445
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/PathListView.cpp
450
if (fCommandStack != NULL) {
src/apps/icon-o-matic/gui/PathListView.cpp
458
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/PathListView.cpp
463
if (fCommandStack != NULL) {
src/apps/icon-o-matic/gui/PathListView.cpp
471
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/PathListView.cpp
477
if (fCommandStack != NULL) {
src/apps/icon-o-matic/gui/PathListView.cpp
486
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/PathListView.cpp
526
|| fCommandStack == NULL || fPathContainer == NULL)
src/apps/icon-o-matic/gui/PathListView.cpp
563
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/PathListView.cpp
572
if (fCommandStack == NULL || fPathContainer == NULL)
src/apps/icon-o-matic/gui/PathListView.cpp
593
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/PathListView.cpp
600
if (fCommandStack == NULL || fPathContainer == NULL)
src/apps/icon-o-matic/gui/PathListView.cpp
620
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/PathListView.cpp
627
if (fCommandStack == NULL || fPathContainer == NULL)
src/apps/icon-o-matic/gui/PathListView.cpp
638
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/PathListView.cpp
771
fCommandStack = stack;
src/apps/icon-o-matic/gui/PathListView.h
107
CommandStack* fCommandStack;
src/apps/icon-o-matic/gui/ShapeListView.cpp
207
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/ShapeListView.cpp
234
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/ShapeListView.cpp
309
|| fCommandStack == NULL || fShapeContainer == NULL
src/apps/icon-o-matic/gui/ShapeListView.cpp
446
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/ShapeListView.cpp
458
if (fCommandStack == NULL || fShapeContainer == NULL)
src/apps/icon-o-matic/gui/ShapeListView.cpp
479
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/ShapeListView.cpp
486
if (fCommandStack == NULL || fShapeContainer == NULL)
src/apps/icon-o-matic/gui/ShapeListView.cpp
506
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/ShapeListView.cpp
513
if (fCommandStack == NULL || fShapeContainer == NULL)
src/apps/icon-o-matic/gui/ShapeListView.cpp
524
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/ShapeListView.cpp
730
fCommandStack = stack;
src/apps/icon-o-matic/gui/ShapeListView.h
92
CommandStack* fCommandStack;
src/apps/icon-o-matic/gui/StyleListView.cpp
263
fCommandStack(NULL),
src/apps/icon-o-matic/gui/StyleListView.cpp
311
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/StyleListView.cpp
359
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/StyleListView.cpp
408
if (fCommandStack) {
src/apps/icon-o-matic/gui/StyleListView.cpp
411
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/StyleListView.cpp
448
|| fCommandStack == NULL || fStyleContainer == NULL)
src/apps/icon-o-matic/gui/StyleListView.cpp
485
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/StyleListView.cpp
494
if (fCommandStack == NULL || fStyleContainer == NULL)
src/apps/icon-o-matic/gui/StyleListView.cpp
515
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/StyleListView.cpp
522
if (fCommandStack == NULL || fStyleContainer == NULL)
src/apps/icon-o-matic/gui/StyleListView.cpp
542
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/StyleListView.cpp
549
if (!fCommandStack || !fStyleContainer)
src/apps/icon-o-matic/gui/StyleListView.cpp
559
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/StyleListView.cpp
722
fCommandStack = stack;
src/apps/icon-o-matic/gui/StyleListView.h
93
CommandStack* fCommandStack;
src/apps/icon-o-matic/gui/StyleView.cpp
212
if (fCommandStack) {
src/apps/icon-o-matic/gui/StyleView.cpp
213
fCommandStack->Perform(
src/apps/icon-o-matic/gui/StyleView.cpp
285
fCommandStack = stack;
src/apps/icon-o-matic/gui/StyleView.cpp
367
if (fCommandStack) {
src/apps/icon-o-matic/gui/StyleView.cpp
368
fCommandStack->Perform(
src/apps/icon-o-matic/gui/StyleView.cpp
374
if (fCommandStack) {
src/apps/icon-o-matic/gui/StyleView.cpp
378
fCommandStack->Perform(
src/apps/icon-o-matic/gui/StyleView.cpp
406
if (fCommandStack) {
src/apps/icon-o-matic/gui/StyleView.cpp
407
fCommandStack->Perform(
src/apps/icon-o-matic/gui/StyleView.cpp
57
fCommandStack(NULL),
src/apps/icon-o-matic/gui/StyleView.h
70
CommandStack* fCommandStack;
src/apps/icon-o-matic/gui/TransformerListView.cpp
199
if (!fShape || !fCommandStack)
src/apps/icon-o-matic/gui/TransformerListView.cpp
219
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/TransformerListView.cpp
259
|| fCommandStack == NULL || fShape == NULL)
src/apps/icon-o-matic/gui/TransformerListView.cpp
297
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/TransformerListView.cpp
309
if (!fCommandStack || !fShape)
src/apps/icon-o-matic/gui/TransformerListView.cpp
331
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/TransformerListView.cpp
346
if (!fCommandStack || !fShape)
src/apps/icon-o-matic/gui/TransformerListView.cpp
356
fCommandStack->Perform(command);
src/apps/icon-o-matic/gui/TransformerListView.cpp
516
fCommandStack = stack;
src/apps/icon-o-matic/gui/TransformerListView.h
84
CommandStack* fCommandStack;
src/apps/mediaplayer/playlist/PlaylistListView.cpp
238
fCommandStack(stack),
src/apps/mediaplayer/playlist/PlaylistListView.cpp
484
fCommandStack->Perform(new (nothrow) MovePLItemsCommand(fPlaylist,
src/apps/mediaplayer/playlist/PlaylistListView.cpp
492
fCommandStack->Perform(new (nothrow) CopyPLItemsCommand(fPlaylist,
src/apps/mediaplayer/playlist/PlaylistListView.cpp
527
if (fCommandStack->Perform(new (nothrow) ImportPLItemsCommand(fPlaylist,
src/apps/mediaplayer/playlist/PlaylistListView.cpp
564
fCommandStack->Perform(new (nothrow) RandomizePLItemsCommand(fPlaylist,
src/apps/mediaplayer/playlist/PlaylistListView.cpp
572
fCommandStack->Perform(new (nothrow) RemovePLItemsCommand(fPlaylist,
src/apps/mediaplayer/playlist/PlaylistListView.h
75
CommandStack* fCommandStack;
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
132
fCommandStack->AddListener(&fCommandStackListener);
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
133
_ObjectChanged(fCommandStack);
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
143
fCommandStack->RemoveListener(&fCommandStackListener);
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
144
delete fCommandStack;
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
170
fCommandStack->Undo();
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
173
fCommandStack->Redo();
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
307
if (object == fCommandStack) {
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
310
fUndoMI->SetEnabled(fCommandStack->GetUndoName(label));
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
318
fRedoMI->SetEnabled(fCommandStack->GetRedoName(label));
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
85
fCommandStack(new CommandStack(fLocker)),
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
97
fCommandStack);
src/apps/mediaplayer/playlist/PlaylistWindow.h
98
CommandStack* fCommandStack;