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

/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.h29 Property* PropertyAt(int32 index) const;
H A DPropertyObject.cpp133 // PropertyAt
135 PropertyObject::PropertyAt(int32 index) const function in class:PropertyObject
/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.cpp91 fOldProperties->PropertyAt(0)->Identifier());
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp376 Property* property = object->PropertyAt(i);
422 for (int32 i = 0; Property* property = fPropertyObject->PropertyAt(i); i++) {

Completed in 39 milliseconds