Searched refs:UInt8Property (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp363 UInt8Property::UInt8Property(uint32 identifier, uint8 value) function in class:UInt8Property
370 UInt8Property::UInt8Property(const UInt8Property& other) function in class:UInt8Property
377 UInt8Property::UInt8Property(BMessage* archive) function in class:UInt8Property
389 UInt8Property::~UInt8Property()
395 UInt8Property
[all...]
H A DProperty.h143 // UInt8Property
144 class UInt8Property : public Property { class in inherits:Property
146 UInt8Property(uint32 identifier,
148 UInt8Property(const UInt8Property& other);
149 UInt8Property(BMessage* archive);
150 virtual ~UInt8Property();
168 // UInt8Property

Completed in 45 milliseconds