Searched refs:fShapeListView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/
H A DMainWindow.h142 ShapeListView* fShapeListView; member in class:MainWindow
H A DMainWindow.cpp288 fShapeListView->HandlePaste(&archive);
946 fShapeListView->SetShapeContainer(fIcon != NULL ? fIcon->Shapes() : NULL);
947 fShapeListView->SetStyleContainer(fIcon != NULL ? fIcon->Styles() : NULL);
948 fShapeListView->SetPathContainer(fIcon != NULL ? fIcon->Paths() : NULL);
1004 _ImproveScrollBarLayout(fShapeListView);
1029 fShapeListView->SetMenu(fShapeMenu);
1030 fShapeListView->SetCommandStack(fDocument->CommandStack());
1031 fShapeListView->SetSelection(fDocument->Selection());
1128 fShapeListView = new ShapeListView(BRect(0, 0, splitWidth, 100),
1148 .Add(new BScrollView("shape scroll view", fShapeListView,
[all...]

Completed in 46 milliseconds