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

/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp285 fPathContainer(NULL),
301 if (fPathContainer != NULL)
302 fPathContainer->RemoveListener(this);
377 new_path(fPathContainer, &path, &command);
386 new_path(fPathContainer, &path, &command);
403 new_path(fPathContainer, &path, &command);
444 new_path(fPathContainer, &path, &command, item->path);
526 || fCommandStack == NULL || fPathContainer == NULL)
555 AddPathsCommand* command = new(nothrow) AddPathsCommand(fPathContainer,
572 if (fCommandStack == NULL || fPathContainer
[all...]
H A DShapeListView.cpp130 fPathContainer(NULL),
310 || fStyleContainer == NULL || fPathContainer == NULL) {
385 for (int32 i = 0; i < fPathContainer->CountItems(); i++) {
386 VectorPath* other = fPathContainer->ItemAtFast(i);
431 fPathContainer, (VectorPath**)paths.Items(), paths.CountItems(),
432 true, fPathContainer->CountItems());
723 fPathContainer = container;
H A DPathListView.h105 Container<VectorPath>* fPathContainer; member in class:PathListView
H A DShapeListView.h91 Container<VectorPath>* fPathContainer; member in class:ShapeListView

Completed in 88 milliseconds