|
VSTGUI
4.3
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 Types | |
| typedef std::multimap< double, CColor > | ColorStopMap |
Public Member Functions | |
| virtual bool | isTypeOf (IdStringPtr s) const |
| virtual CBaseObject * | newCopy () const |
| virtual void | beforeDelete () |
Member Access | |
| void | addColorStop (double start, const CColor &color) |
| virtual void | addColorStop (const std::pair< double, CColor > &colorStop) |
| const ColorStopMap & | getColorStops () 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) |
Static Public Member Functions | |
| static CGradient * | create (const ColorStopMap &colorStopMap) |
| static CGradient * | create (double color1Start, double color2Start, const CColor &color1, const CColor &color2) |
Protected Member Functions | |
| CGradient (double color1Start, double color2Start, const CColor &color1, const CColor &color2) | |
| CGradient (const ColorStopMap &colorStopMap) | |
Protected Attributes | |
| ColorStopMap | colorStops |
Gradient Object [new in 4.0].
| typedef std::multimap<double, CColor> ColorStopMap |
|
inlineprotected |
Here is the call graph for this function:
|
inlineprotected |
|
inline |
Here is the caller graph for this function:
|
inlinevirtual |
|
inlinevirtualinherited |
|
static |
Here is the caller graph for this function:
|
inlinestatic |
Here is the call graph for this function:
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
Here is the call graph for this function:
|
inline |
Here is the caller graph for this function:
|
inlinevirtualinherited |
get refcount
|
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:
|
protected |