Lines Matching defs:PropertyObject

9 #include "PropertyObject.h"
25 PropertyObject::PropertyObject()
31 PropertyObject::PropertyObject(const PropertyObject& other)
38 PropertyObject::~PropertyObject()
47 PropertyObject::Archive(BMessage* into) const
74 PropertyObject::Unarchive(const BMessage* archive)
105 PropertyObject::AddProperty(Property* property)
112 debugger("PropertyObject::AddProperty() -"
119 debugger("PropertyObject::AddProperty() - property id "
135 PropertyObject::PropertyAt(int32 index) const
142 PropertyObject::PropertyAtFast(int32 index) const
149 PropertyObject::CountProperties() const
158 PropertyObject::FindProperty(uint32 propertyID) const
171 PropertyObject::HasProperty(Property* property) const
178 PropertyObject::ContainsSameProperties(const PropertyObject& other) const
198 PropertyObject::Assign(const PropertyObject& other)
208 fprintf(stderr, "PropertyObject::Assign() - no memory for "
219 PropertyObject::DeleteProperties()
230 PropertyObject::DeleteProperty(uint32 propertyID)
249 PropertyObject::ValueChanged(uint32 propertyID)
258 PropertyObject::SetValue(uint32 propertyID, const char* value)
271 PropertyObject::GetValue(uint32 propertyID, BString& value) const
284 PropertyObject::SetValue(uint32 propertyID, int32 value)
296 PropertyObject::Value(uint32 propertyID, int32 defaultValue) const
307 PropertyObject::SetValue(uint32 propertyID, int64 value)
319 PropertyObject::Value(uint32 propertyID, int64 defaultValue) const
330 PropertyObject::SetValue(uint32 propertyID, float value)
342 PropertyObject::Value(uint32 propertyID, float defaultValue) const
353 PropertyObject::SetValue(uint32 propertyID, bool value)
365 PropertyObject::Value(uint32 propertyID, bool defaultValue) const