UInt8Property
UInt8Property::UInt8Property(uint32 identifier, uint8 value)
UInt8Property::UInt8Property(const UInt8Property& other)
UInt8Property::UInt8Property(BMessage* archive)
UInt8Property::~UInt8Property()
UInt8Property::Archive(BMessage* into, bool deep) const
UInt8Property::Instantiate(BMessage* archive)
return new UInt8Property(archive);
UInt8Property::Clone() const
return new UInt8Property(*this);
UInt8Property::SetValue(const char* value)
UInt8Property::SetValue(const Property* other)
const UInt8Property* u = dynamic_cast<const UInt8Property*>(other);
UInt8Property::GetValue(BString& string)
UInt8Property::InterpolateTo(const Property* other, float scale)
const UInt8Property* u = dynamic_cast<const UInt8Property*>(other);
UInt8Property::SetValue(uint8 value)
class UInt8Property : public Property {
UInt8Property(uint32 identifier,
UInt8Property(const UInt8Property& other);
UInt8Property(BMessage* archive);
virtual ~UInt8Property();