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

/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp217 PropertyObject* propertyObject = NULL; local
222 propertyObject = fObject->MakePropertyObject();
225 SetTo(propertyObject);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp191 PropertyObject propertyObject; local
201 if (property == NULL || !propertyObject.AddProperty(property))
204 if (propertyObject.CountProperties() > 0)
205 PasteProperties(&propertyObject);

Completed in 17 milliseconds