![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzBrush.h>
Public Types | |
typedef CzList < CzBrushGradientStop * > ::iterator | _Iterator |
Public Member Functions | |
_Iterator | begin () |
_Iterator | end () |
void | addStop (CzBrushGradientStop *stop) |
CzBrushGradient () | |
Protected Attributes | |
CzList< CzBrushGradientStop * > | Stops |
typedef CzList<CzBrushGradientStop*>::iterator CzBrushGradient::_Iterator |
CzBrushGradient::CzBrushGradient | ( | ) | [inline] |
void CzBrushGradient::addStop | ( | CzBrushGradientStop * | stop | ) | [inline] |
_Iterator CzBrushGradient::begin | ( | ) | [inline] |
_Iterator CzBrushGradient::end | ( | ) | [inline] |
CzList<CzBrushGradientStop*> CzBrushGradient::Stops [protected] |