public |
Inheritance Graph
graph BT
ShadowedRectShape
ShadowedRectShape --> AbstractShape
click ShadowedRectShape "classGUI_1_1ShadowedRectShape"
click AbstractShape "classGUI_1_1AbstractShape"
Description
ShadowedRectShape | > AbstractShape . |
Public Attributes
Util::Color4ub | bgColor |
Util::Color4ub | lineColor |
bool | blend |
Public Functions
ShadowedRectShape( Util::Color4ub _bgColor, Util::Color4ub _lineColor, bool _blend) | |
~ShadowedRectShape() | |
void | display(const Geometry::Rect & rect, flag_t flag) |
AbstractShape * | clone() |
Documentation
variable
GUI::ShadowedRectShape::bgColor
public |
Util::Color4ub bgColor |
Defined in GUI/Style/StdShapes.h:64
variable
GUI::ShadowedRectShape::lineColor
public |
Util::Color4ub lineColor |
Defined in GUI/Style/StdShapes.h:65
variable
GUI::ShadowedRectShape::blend
public |
bool blend |
Defined in GUI/Style/StdShapes.h:66
function
GUI::ShadowedRectShape::ShadowedRectShape
public | inline |
ShadowedRectShape( | Util::Color4ub | _bgColor, |
Util::Color4ub | _lineColor, | |
bool | _blend | |
) |
Defined in GUI/Style/StdShapes.h:56
function
GUI::ShadowedRectShape::~ShadowedRectShape
public | inline | virtual |
~ShadowedRectShape( | ) |
Defined in GUI/Style/StdShapes.h:58
function
GUI::ShadowedRectShape::display
public | virtual |
void display( | const Geometry::Rect & | rect, |
flag_t | flag | |
) |
Defined in GUI/Style/StdShapes.h:61
function
GUI::ShadowedRectShape::clone
public | inline | virtual |
AbstractShape * clone( | ) |
Defined in GUI/Style/StdShapes.h:62