Searched refs:fShapeContainer (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp128 fShapeContainer(NULL),
143 if (fShapeContainer != NULL)
144 fShapeContainer->RemoveListener(this);
309 || fCommandStack == NULL || fShapeContainer == NULL
435 fShapeContainer, (Shape**)shapes.Items(), shapeCount, dropIndex);
458 if (fCommandStack == NULL || fShapeContainer == NULL)
473 fShapeContainer, shapes, count, toIndex);
486 if (fCommandStack == NULL || fShapeContainer == NULL)
498 AddShapesCommand* command = new(nothrow) AddShapesCommand(fShapeContainer,
513 if (fCommandStack == NULL || fShapeContainer
[all...]
H A DPathListView.cpp286 fShapeContainer(NULL),
304 if (fShapeContainer != NULL)
305 fShapeContainer->RemoveListener(fShapePathListener);
754 if (fShapeContainer == container)
758 if (fShapeContainer != NULL)
759 fShapeContainer->RemoveListener(fShapePathListener);
761 fShapeContainer = container;
763 if (fShapeContainer != NULL)
764 fShapeContainer->AddListener(fShapePathListener);
H A DStyleListView.cpp262 fShapeContainer(NULL),
283 if (fShapeContainer != NULL)
284 fShapeContainer->RemoveListener(fShapeListener);
705 if (fShapeContainer == container)
709 if (fShapeContainer)
710 fShapeContainer->RemoveListener(fShapeListener);
712 fShapeContainer = container;
714 if (fShapeContainer)
715 fShapeContainer->AddListener(fShapeListener);
H A DPathListView.h106 Container<Shape>* fShapeContainer; member in class:PathListView
H A DShapeListView.h89 Container<Shape>* fShapeContainer; member in class:ShapeListView
H A DStyleListView.h92 Container<Shape>* fShapeContainer; member in class:StyleListView

Completed in 51 milliseconds