

Public Types | |
| enum | Type { kNotFound = 0, kInteger, kFloat, kObject, kRect, kPoint, kColor, kTransformMatrix } |
Public Member Functions | |
| Property (Type type=kNotFound) | |
| Property (int32_t intValue) | |
| Property (double floatValue) | |
| Property (CBaseObject *objectValue) | |
| Property (const CRect &rectValue) | |
| Property (const CPoint &pointValue) | |
| Property (const CColor &colorValue) | |
| Property (const CGraphicsTransform &transformValue) | |
| Property (const Property &p) | |
| ~Property () | |
| Type | getType () const |
| int32_t | getInteger () const |
| double | getFloat () const |
| CBaseObject * | getObject () const |
| const CRect & | getRect () const |
| const CPoint & | getPoint () const |
| const CColor & | getColor () const |
| const CGraphicsTransform & | getTransform () const |
| Property & | operator= (const Property &p) |
Reference Counting Methods | |
| virtual void | forget () |
| decrease refcount and delete object if refcount == 0 | |
| virtual void | remember () |
| increase refcount | |
| virtual int32_t | getNbReference () const |
| get refcount | |
Message Methods | |
| virtual CMessageResult | notify (CBaseObject *sender, IdStringPtr message) |
Filter Property.
| enum Type |
| Property | ( | int32_t | intValue | ) |
| Property | ( | double | floatValue | ) |
| Property | ( | CBaseObject * | objectValue | ) |
| Property | ( | const CGraphicsTransform & | transformValue | ) |
| ~Property | ( | ) |
| virtual void forget | ( | ) | [inline, virtual, inherited] |
decrease refcount and delete object if refcount == 0
| const CColor& getColor | ( | ) | const |
| double getFloat | ( | ) | const |
| int32_t getInteger | ( | ) | const |
| virtual int32_t getNbReference | ( | ) | const [inline, virtual, inherited] |
get refcount
| CBaseObject* getObject | ( | ) | const |
| const CPoint& getPoint | ( | ) | const |
| const CRect& getRect | ( | ) | const |
| const CGraphicsTransform& getTransform | ( | ) | const |
| Type getType | ( | ) | const [inline] |
| virtual CMessageResult notify | ( | CBaseObject * | sender, | |
| IdStringPtr | message | |||
| ) | [inline, virtual, inherited] |
| virtual void remember | ( | ) | [inline, virtual, inherited] |
increase refcount
1.6.1