Searched refs:fCurrentShape (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp289 fCurrentShape(NULL),
334 if (fCurrentShape == NULL) {
351 if (fCurrentShape->Paths()->HasItem(path)) {
352 command = new UnassignPathCommand(fCurrentShape, path);
356 command = new AddPathsCommand(fCurrentShape->Paths(),
357 paths, 1, false, fCurrentShape->Paths()->CountItems());
647 const_cast<PathListView*>(this), fCurrentShape != NULL);
832 if (fCurrentShape == shape)
835 fCurrentShape = dynamic_cast<PathSourceShape*>(shape);
836 fShapePathListener->SetShape(fCurrentShape);
[all...]
H A DPathListView.h78 { return fCurrentShape; }
109 PathSourceShape* fCurrentShape; member in class:PathListView
H A DStyleListView.h76 { return fCurrentShape; }
96 PathSourceShape* fCurrentShape; member in class:StyleListView
H A DStyleListView.cpp266 fCurrentShape(NULL),
393 if (fCurrentShape == NULL) {
410 fCurrentShape, style);
413 fCurrentShape->SetStyle(style);
569 fCurrentShape != NULL);
738 if (fCurrentShape == pathSourceShape)
741 fCurrentShape = pathSourceShape;
756 style, this, fCurrentShape != NULL), index);
796 if (fCurrentShape) {
798 // style is contained in fCurrentShape
[all...]

Completed in 145 milliseconds