Symbol: FloatProperty
src/apps/icon-o-matic/generic/property/Property.cpp
229
FloatProperty::FloatProperty(uint32 identifier, float value,
src/apps/icon-o-matic/generic/property/Property.cpp
239
FloatProperty::FloatProperty(const FloatProperty& other)
src/apps/icon-o-matic/generic/property/Property.cpp
248
FloatProperty::FloatProperty(BMessage* archive)
src/apps/icon-o-matic/generic/property/Property.cpp
266
FloatProperty::~FloatProperty()
src/apps/icon-o-matic/generic/property/Property.cpp
272
FloatProperty::Archive(BMessage* into, bool deep) const
src/apps/icon-o-matic/generic/property/Property.cpp
292
FloatProperty::Instantiate(BMessage* archive)
src/apps/icon-o-matic/generic/property/Property.cpp
295
return new FloatProperty(archive);
src/apps/icon-o-matic/generic/property/Property.cpp
302
FloatProperty::Clone() const
src/apps/icon-o-matic/generic/property/Property.cpp
304
return new FloatProperty(*this);
src/apps/icon-o-matic/generic/property/Property.cpp
309
FloatProperty::SetValue(const char* value)
src/apps/icon-o-matic/generic/property/Property.cpp
316
FloatProperty::SetValue(const Property* other)
src/apps/icon-o-matic/generic/property/Property.cpp
318
const FloatProperty* f = dynamic_cast<const FloatProperty*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
327
FloatProperty::GetValue(BString& string)
src/apps/icon-o-matic/generic/property/Property.cpp
334
FloatProperty::InterpolateTo(const Property* other, float scale)
src/apps/icon-o-matic/generic/property/Property.cpp
336
const FloatProperty* f = dynamic_cast<const FloatProperty*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
345
FloatProperty::SetValue(float value)
src/apps/icon-o-matic/generic/property/Property.h
101
class FloatProperty : public Property {
src/apps/icon-o-matic/generic/property/Property.h
103
FloatProperty(uint32 identifier,
src/apps/icon-o-matic/generic/property/Property.h
107
FloatProperty(const FloatProperty& other);
src/apps/icon-o-matic/generic/property/Property.h
108
FloatProperty(BMessage* archive);
src/apps/icon-o-matic/generic/property/Property.h
109
virtual ~FloatProperty();
src/apps/icon-o-matic/generic/property/PropertyObject.cpp
332
FloatProperty* p = dynamic_cast<FloatProperty*>(FindProperty(propertyID));
src/apps/icon-o-matic/generic/property/PropertyObject.cpp
344
if (FloatProperty* p = dynamic_cast<FloatProperty*>(FindProperty(propertyID)))
src/apps/icon-o-matic/generic/property/view/PropertyEditorFactory.cpp
35
if (FloatProperty* f = dynamic_cast<FloatProperty*>(p))
src/apps/icon-o-matic/generic/property/view/specific_properties/FloatValueView.cpp
16
FloatValueView::FloatValueView(FloatProperty* property)
src/apps/icon-o-matic/generic/property/view/specific_properties/FloatValueView.cpp
59
FloatProperty* p = dynamic_cast<FloatProperty*>(property);
src/apps/icon-o-matic/generic/property/view/specific_properties/FloatValueView.h
19
FloatValueView(FloatProperty* property);
src/apps/icon-o-matic/generic/property/view/specific_properties/FloatValueView.h
32
FloatProperty* fProperty;
src/libs/icon/shape/PathSourceShape.cpp
108
object->AddProperty(new FloatProperty(PROPERTY_MIN_VISIBILITY_SCALE,
src/libs/icon/shape/PathSourceShape.cpp
111
object->AddProperty(new FloatProperty(PROPERTY_MAX_VISIBILITY_SCALE,
src/libs/icon/transformer/AffineTransformer.cpp
134
object->AddProperty(new FloatProperty(PROPERTY_TRANSLATION_X, tx));
src/libs/icon/transformer/AffineTransformer.cpp
135
object->AddProperty(new FloatProperty(PROPERTY_TRANSLATION_Y, ty));
src/libs/icon/transformer/AffineTransformer.cpp
138
object->AddProperty(new FloatProperty(PROPERTY_ROTATION,
src/libs/icon/transformer/AffineTransformer.cpp
145
object->AddProperty(new FloatProperty(PROPERTY_SCALE_X, scaleX));
src/libs/icon/transformer/AffineTransformer.cpp
146
object->AddProperty(new FloatProperty(PROPERTY_SCALE_Y, scaleY));
src/libs/icon/transformer/ContourTransformer.cpp
161
object->AddProperty(new FloatProperty(PROPERTY_WIDTH, width()));
src/libs/icon/transformer/ContourTransformer.cpp
177
object->AddProperty(new FloatProperty(PROPERTY_MITER_LIMIT,
src/libs/icon/transformer/StrokeTransformer.cpp
178
object->AddProperty(new FloatProperty(PROPERTY_WIDTH, width()));
src/libs/icon/transformer/StrokeTransformer.cpp
200
object->AddProperty(new FloatProperty(PROPERTY_MITER_LIMIT,