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

/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp261 fStyleContainer(NULL),
280 if (fStyleContainer != NULL)
281 fStyleContainer->RemoveListener(this);
310 new_style(color, fStyleContainer, &style, &command);
448 || fCommandStack == NULL || fStyleContainer == NULL)
477 fStyleContainer, (Style**)styles.Items(), count, true, dropIndex);
494 if (fCommandStack == NULL || fStyleContainer == NULL)
509 fStyleContainer, styles, count, toIndex);
522 if (fCommandStack == NULL || fStyleContainer == NULL)
535 = new (nothrow) AddCommand<Style>(fStyleContainer, style
[all...]
H A DShapeListView.cpp129 fStyleContainer(NULL),
310 || fStyleContainer == NULL || fPathContainer == NULL) {
339 for (int32 i = 0; i < fStyleContainer->CountItems(); i++) {
340 Style* other = fStyleContainer->ItemAtFast(i);
427 fStyleContainer, (Style**)styles.Items(), styles.CountItems(),
428 fStyleContainer->CountItems());
716 fStyleContainer = container;
H A DShapeListView.h90 Container<Style>* fStyleContainer; member in class:ShapeListView
H A DStyleListView.h91 Container<Style>* fStyleContainer; member in class:StyleListView

Completed in 48 milliseconds