Searched refs:AdoptProperty (Results 1 - 20 of 20) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DFloatValueView.h28 virtual bool AdoptProperty(Property* property);
H A DInt64ValueView.h28 virtual bool AdoptProperty(Property* property);
H A DIntValueView.h28 virtual bool AdoptProperty(Property* property);
H A DStringValueView.h29 virtual bool AdoptProperty(Property* property);
H A DBoolValueView.h32 virtual bool AdoptProperty(Property* property);
H A DColorValueView.h34 virtual bool AdoptProperty(Property* property);
H A DIconValueView.h28 virtual bool AdoptProperty(Property* property);
H A DOptionValueView.h36 virtual bool AdoptProperty(Property* property);
H A DFloatValueView.cpp55 // AdoptProperty
57 FloatValueView::AdoptProperty(Property* property) function in class:FloatValueView
H A DInt64ValueView.cpp57 // AdoptProperty
59 Int64ValueView::AdoptProperty(Property* property) function in class:Int64ValueView
H A DIntValueView.cpp55 // AdoptProperty
57 IntValueView::AdoptProperty(Property* property) function in class:IntValueView
H A DStringValueView.cpp54 // AdoptProperty
56 StringValueView::AdoptProperty(Property* property) function in class:StringValueView
H A DColorValueView.cpp119 // AdoptProperty
121 ColorValueView::AdoptProperty(Property* property) function in class:ColorValueView
H A DIconValueView.cpp76 // AdoptProperty
78 IconValueView::AdoptProperty(Property* property) function in class:IconValueView
H A DBoolValueView.cpp147 // AdoptProperty
149 BoolValueView::AdoptProperty(Property* property) function in class:BoolValueView
H A DOptionValueView.cpp212 // AdoptProperty
214 OptionValueView::AdoptProperty(Property* property) function in class:OptionValueView
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.h46 virtual bool AdoptProperty(Property* property) = 0;
H A DPropertyItemView.h39 bool AdoptProperty(Property* property);
H A DPropertyItemView.cpp227 PropertyItemView::AdoptProperty(Property* property) function in class:PropertyItemView
229 if (fEditorView && fEditorView->AdoptProperty(property)) {
H A DPropertyListView.cpp377 if (!item->AdoptProperty(property)) {

Completed in 66 milliseconds