| public |
Inheritance Graph
graph BT
Rect3dShape
Rect3dShape --> AbstractShape
click Rect3dShape "classGUI_1_1Rect3dShape"
click AbstractShape "classGUI_1_1AbstractShape"
Description
| Rect3dShape | > AbstractShape . |
Public Attributes
| Util::Color4ub | bgColor1 |
| Util::Color4ub | bgColor2 |
| bool | blend |
| bool | invert |
Public Functions
| Rect3dShape( Util::Color4ub _bgColor1, Util::Color4ub _bgColor2, bool _blend, bool _invert) | |
| ~Rect3dShape() | |
| void | display(const Geometry::Rect & rect, flag_t flag) |
| AbstractShape * | clone() |
Documentation
variable
GUI::Rect3dShape::bgColor1
| public |
| Util::Color4ub bgColor1 |
Defined in GUI/Style/StdShapes.h:47
variable
GUI::Rect3dShape::bgColor2
| public |
| Util::Color4ub bgColor2 |
Defined in GUI/Style/StdShapes.h:48
variable
GUI::Rect3dShape::blend
| public |
| bool blend |
Defined in GUI/Style/StdShapes.h:49
variable
GUI::Rect3dShape::invert
| public |
| bool invert |
Defined in GUI/Style/StdShapes.h:50
function
GUI::Rect3dShape::Rect3dShape
| public | inline |
| Rect3dShape( | Util::Color4ub | _bgColor1, |
| Util::Color4ub | _bgColor2, | |
| bool | _blend, | |
| bool | _invert | |
| ) |
Defined in GUI/Style/StdShapes.h:39
function
GUI::Rect3dShape::~Rect3dShape
| public | inline | virtual |
| ~Rect3dShape( | ) |
Defined in GUI/Style/StdShapes.h:41
function
GUI::Rect3dShape::display
| public | virtual |
| void display( | const Geometry::Rect & | rect, |
| flag_t | flag | |
| ) |
Defined in GUI/Style/StdShapes.h:44
function
GUI::Rect3dShape::clone
| public | inline | virtual |
| AbstractShape * clone( | ) |
Defined in GUI/Style/StdShapes.h:45