IconProperty
IconProperty::SetValue(const Property* other)
const IconProperty* i = dynamic_cast<const IconProperty*>(other);
IconProperty::GetValue(BString& string)
IconProperty::InterpolateTo(const Property* other, float scale)
IconProperty::SetMessage(const BMessage* message)
IconProperty::IconProperty(uint32 identifier,
IconProperty::IconProperty(const IconProperty& other)
IconProperty::IconProperty(BMessage* archive)
IconProperty::~IconProperty()
IconProperty::Archive(BMessage* into, bool deep) const
IconProperty::Instantiate(BMessage* archive)
return new IconProperty(archive);
IconProperty::Clone() const
return new (nothrow) IconProperty(*this);
IconProperty::SetValue(const char* str)
class IconProperty : public Property {
IconProperty(uint32 identifier,
IconProperty(const IconProperty& other);
IconProperty(BMessage* archive);
virtual ~IconProperty();
if (IconProperty* i = dynamic_cast<IconProperty*>(p)) {
IconValueView::IconValueView(IconProperty* property)
IconProperty* p = dynamic_cast<IconProperty*>(property);
IconValueView(IconProperty* property);
IconProperty* fProperty;
object->AddProperty(new IconProperty(PROPERTY_PATH,
IconProperty* pathProperty = dynamic_cast<IconProperty*>(