Searched refs:SetCommandStack (Results 1 - 15 of 15) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.h39 void SetCommandStack(CommandStack* stack);
H A DStyleView.h56 void SetCommandStack(CommandStack* stack);
H A DTransformerListView.h68 void SetCommandStack(CommandStack* stack);
H A DPathListView.h73 void SetCommandStack(CommandStack* stack);
H A DShapeListView.h76 void SetCommandStack(CommandStack* stack);
H A DStyleListView.h71 void SetCommandStack(CommandStack* stack);
H A DIconObjectListView.cpp176 // SetCommandStack
178 IconObjectListView::SetCommandStack(CommandStack* stack) function in class:IconObjectListView
H A DStyleView.cpp283 StyleView::SetCommandStack(CommandStack* stack) function in class:StyleView
H A DTransformerListView.cpp499 TransformerListView::SetCommandStack(CommandStack* stack) function in class:TransformerListView
H A DShapeListView.cpp728 ShapeListView::SetCommandStack(CommandStack* stack) function in class:ShapeListView
H A DPathListView.cpp769 PathListView::SetCommandStack(CommandStack* stack) function in class:PathListView
H A DStyleListView.cpp720 StyleListView::SetCommandStack(CommandStack* stack) function in class:StyleListView
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.h70 void SetCommandStack(::CommandStack* stack);
H A DStateView.cpp469 StateView::SetCommandStack(::CommandStack* stack) function in class:StateView
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1012 fCanvasView->SetCommandStack(fDocument->CommandStack());
1018 fPathListView->SetCommandStack(fDocument->CommandStack());
1022 fStyleListView->SetCommandStack(fDocument->CommandStack());
1026 fStyleView->SetCommandStack(fDocument->CommandStack());
1030 fShapeListView->SetCommandStack(fDocument->CommandStack());
1034 fTransformerListView->SetCommandStack(fDocument->CommandStack());
1037 fPropertyListView->SetCommandStack(fDocument->CommandStack());

Completed in 73 milliseconds