Symbol: IconProperty
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
104
IconProperty::SetValue(const Property* other)
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
106
const IconProperty* i = dynamic_cast<const IconProperty*>(other);
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
116
IconProperty::GetValue(BString& string)
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
123
IconProperty::InterpolateTo(const Property* other, float scale)
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
132
IconProperty::SetMessage(const BMessage* message)
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
19
IconProperty::IconProperty(uint32 identifier,
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
34
IconProperty::IconProperty(const IconProperty& other)
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
45
IconProperty::IconProperty(BMessage* archive)
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
56
IconProperty::~IconProperty()
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
63
IconProperty::Archive(BMessage* into, bool deep) const
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
79
IconProperty::Instantiate(BMessage* archive)
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
82
return new IconProperty(archive);
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
90
IconProperty::Clone() const
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
92
return new (nothrow) IconProperty(*this);
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
97
IconProperty::SetValue(const char* str)
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.h
16
class IconProperty : public Property {
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.h
18
IconProperty(uint32 identifier,
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.h
23
IconProperty(const IconProperty& other);
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.h
24
IconProperty(BMessage* archive);
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.h
25
virtual ~IconProperty();
src/apps/icon-o-matic/generic/property/view/PropertyEditorFactory.cpp
53
if (IconProperty* i = dynamic_cast<IconProperty*>(p)) {
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
20
IconValueView::IconValueView(IconProperty* property)
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
80
IconProperty* p = dynamic_cast<IconProperty*>(property);
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.h
19
IconValueView(IconProperty* property);
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.h
37
IconProperty* fProperty;
src/libs/icon/shape/VectorPath.cpp
208
object->AddProperty(new IconProperty(PROPERTY_PATH,
src/libs/icon/shape/VectorPath.cpp
225
IconProperty* pathProperty = dynamic_cast<IconProperty*>(