VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
Public Types | |
enum | Type { kUnknown = 0, kInteger, kFloat, kObject, kRect, kPoint, kColor, kTransformMatrix } |
Public Member Functions | |
Property (Type type=kUnknown) | |
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) |
virtual bool | isTypeOf (IdStringPtr s) const |
virtual CBaseObject * | newCopy () const |
![]() | |
CBaseObject () | |
virtual | ~CBaseObject () |
virtual void | beforeDelete () |
virtual void | forget () |
decrease refcount and delete object if refcount == 0 More... | |
virtual void | remember () |
increase refcount More... | |
virtual int32_t | getNbReference () const |
get refcount More... | |
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 | ( | ) |
const CColor& getColor | ( | ) | const |
double getFloat | ( | ) | const |
int32_t getInteger | ( | ) | const |
CBaseObject* getObject | ( | ) | const |
const CPoint& getPoint | ( | ) | const |
const CRect& getRect | ( | ) | const |
const CGraphicsTransform& getTransform | ( | ) | const |
|
inline |
|
inlinevirtual |
|
inlinevirtual |