Symbol: UInt8Property
src/apps/icon-o-matic/generic/property/Property.cpp
363
UInt8Property::UInt8Property(uint32 identifier, uint8 value)
src/apps/icon-o-matic/generic/property/Property.cpp
370
UInt8Property::UInt8Property(const UInt8Property& other)
src/apps/icon-o-matic/generic/property/Property.cpp
377
UInt8Property::UInt8Property(BMessage* archive)
src/apps/icon-o-matic/generic/property/Property.cpp
389
UInt8Property::~UInt8Property()
src/apps/icon-o-matic/generic/property/Property.cpp
395
UInt8Property::Archive(BMessage* into, bool deep) const
src/apps/icon-o-matic/generic/property/Property.cpp
411
UInt8Property::Instantiate(BMessage* archive)
src/apps/icon-o-matic/generic/property/Property.cpp
414
return new UInt8Property(archive);
src/apps/icon-o-matic/generic/property/Property.cpp
421
UInt8Property::Clone() const
src/apps/icon-o-matic/generic/property/Property.cpp
423
return new UInt8Property(*this);
src/apps/icon-o-matic/generic/property/Property.cpp
428
UInt8Property::SetValue(const char* value)
src/apps/icon-o-matic/generic/property/Property.cpp
435
UInt8Property::SetValue(const Property* other)
src/apps/icon-o-matic/generic/property/Property.cpp
437
const UInt8Property* u = dynamic_cast<const UInt8Property*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
446
UInt8Property::GetValue(BString& string)
src/apps/icon-o-matic/generic/property/Property.cpp
453
UInt8Property::InterpolateTo(const Property* other, float scale)
src/apps/icon-o-matic/generic/property/Property.cpp
455
const UInt8Property* u = dynamic_cast<const UInt8Property*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
465
UInt8Property::SetValue(uint8 value)
src/apps/icon-o-matic/generic/property/Property.h
144
class UInt8Property : public Property {
src/apps/icon-o-matic/generic/property/Property.h
146
UInt8Property(uint32 identifier,
src/apps/icon-o-matic/generic/property/Property.h
148
UInt8Property(const UInt8Property& other);
src/apps/icon-o-matic/generic/property/Property.h
149
UInt8Property(BMessage* archive);
src/apps/icon-o-matic/generic/property/Property.h
150
virtual ~UInt8Property();