Searched refs:IntProperty (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DIntValueView.h19 IntValueView(IntProperty* property);
32 IntProperty* fProperty;
H A DIntValueView.cpp16 IntValueView::IntValueView(IntProperty* property)
59 IntProperty* p = dynamic_cast<IntProperty*>(property);
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp94 IntProperty::IntProperty(uint32 identifier, int32 value, function in class:IntProperty
104 IntProperty::IntProperty(const IntProperty& other) function in class:IntProperty
113 IntProperty::IntProperty(BMessage* archive) function in class:IntProperty
131 IntProperty::~IntProperty()
137 IntProperty
[all...]
H A DProperty.h57 // IntProperty
58 class IntProperty : public Property { class in inherits:Property
60 IntProperty(uint32 identifier,
64 IntProperty(const IntProperty& other);
65 IntProperty(BMessage* archive);
66 virtual ~IntProperty();
84 // IntProperty
H A DPropertyObject.cpp286 IntProperty* p = dynamic_cast<IntProperty*>(FindProperty(propertyID));
298 if (IntProperty* p = dynamic_cast<IntProperty*>(FindProperty(propertyID)))
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorFactory.cpp32 if (IntProperty* i = dynamic_cast<IntProperty*>(p))
/haiku/src/libs/icon/shape/
H A DReferenceImage.cpp156 object->AddProperty(new IntProperty(PROPERTY_ALPHA, Style()->Alpha(), 0, 255));

Completed in 88 milliseconds