|
VSTGUI
4.3
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for Property:
Collaboration diagram for Property: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 |
| virtual void | beforeDelete () |
Reference Counting Methods | |
| 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... | |
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 | ( | ) |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
Here is the call graph for this function:| const CColor& getColor | ( | ) | const |
| double getFloat | ( | ) | const |
| int32_t getInteger | ( | ) | const |
|
inlinevirtualinherited |
get refcount
| CBaseObject* getObject | ( | ) | const |
| const CPoint& getPoint | ( | ) | const |
| const CRect& getRect | ( | ) | const |
| const CGraphicsTransform& getTransform | ( | ) | const |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtualinherited |
Reimplemented in CView, GenericStringListDataBrowserSource, CDataBrowser, CViewContainer, CRockerSwitch, CScrollView, CAnimationSplashScreen, UIDescriptionViewSwitchController, CRowColumnView, CShadowViewContainer, CTooltipSupport, and CScrollbar.
Here is the caller graph for this function:
|
inlinevirtualinherited |
increase refcount
Here is the caller graph for this function: