|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Gradient Object [new in 4.0]. More...
Inheritance diagram for CGradient:
Collaboration diagram for CGradient:Public Member Functions | |
| virtual bool | isTypeOf (IdStringPtr s) const |
| virtual CBaseObject * | newCopy () const |
Member Access | |
| double | getColor1Start () const |
| double | getColor2Start () const |
| const CColor & | getColor1 () const |
| const CColor & | getColor2 () const |
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) |
Protected Member Functions | |
| CGradient (double color1Start, double color2Start, const CColor &color1, const CColor &color2) | |
Protected Attributes | |
| double | color1Start |
| double | color2Start |
| CColor | color1 |
| CColor | color2 |
Gradient Object [new in 4.0].
|
inlineprotected |
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtualinherited |
get refcount
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtualinherited |
Reimplemented in CView, GenericStringListDataBrowserSource, CDataBrowser, CScrollbar, CRockerSwitch, CScrollView, CViewContainer, CAnimationSplashScreen, CRowColumnView, UIDescriptionViewSwitchController, CShadowViewContainer, and CTooltipSupport.
Here is the caller graph for this function:
|
inlinevirtualinherited |
increase refcount
Here is the caller graph for this function:
|
protected |
|
protected |
|
protected |
|
protected |