VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
Gradient Object [new in 4.0]. More...
Public Types | |
typedef std::multimap< double, CColor > | ColorStopMap |
Public Member Functions | |
virtual bool | isTypeOf (IdStringPtr s) const |
virtual CBaseObject * | newCopy () const |
Member Access | |
void | addColorStop (double start, const CColor &color) |
virtual void | addColorStop (const std::pair< double, CColor > &colorStop) |
const ColorStopMap & | getColorStops () 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) |
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 |
|
inlineprotected |
|
inline |
|
inlinevirtual |
|
static |
|
inlinestatic |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
protected |