| public |
Inheritance Graph
graph BT
GridShape
GridShape --> AbstractShape
click GridShape "classGUI_1_1GridShape"
click AbstractShape "classGUI_1_1AbstractShape"
Description
| GridShape | > AbstractShape . |
Public Attributes
| Util::Color4ub | majorColor |
| Util::Color4ub | minorColor |
| float | hDistance |
| float | vDistance |
| int | hNumMinors |
| int | vNumMinors |
Public Functions
| GridShape( Util::Color4ub _majorColor, Util::Color4ub _minorColor, float _hDistance, float _vDistance, int _hNumMinors, int _vNumMinors) | |
| ~GridShape() | |
| void | display(const Geometry::Rect & rect, flag_t flag) |
| AbstractShape * | clone() |
Documentation
variable
GUI::GridShape::majorColor
| public |
| Util::Color4ub majorColor |
Defined in GUI/Style/StdShapes.h:205
variable
GUI::GridShape::minorColor
| public |
| Util::Color4ub minorColor |
Defined in GUI/Style/StdShapes.h:206
variable
GUI::GridShape::hDistance
| public |
| float hDistance |
Defined in GUI/Style/StdShapes.h:207
variable
GUI::GridShape::vDistance
| public |
| float vDistance |
Defined in GUI/Style/StdShapes.h:208
variable
GUI::GridShape::hNumMinors
| public |
| int hNumMinors |
Defined in GUI/Style/StdShapes.h:209
variable
GUI::GridShape::vNumMinors
| public |
| int vNumMinors |
Defined in GUI/Style/StdShapes.h:210
function
GUI::GridShape::GridShape
| public | inline |
| GridShape( | Util::Color4ub | _majorColor, |
| Util::Color4ub | _minorColor, | |
| float | _hDistance, | |
| float | _vDistance, | |
| int | _hNumMinors, | |
| int | _vNumMinors | |
| ) |
Defined in GUI/Style/StdShapes.h:197
function
GUI::GridShape::~GridShape
| public | inline | virtual |
| ~GridShape( | ) |
Defined in GUI/Style/StdShapes.h:199
function
GUI::GridShape::display
| public | virtual |
| void display( | const Geometry::Rect & | rect, |
| flag_t | flag | |
| ) |
Defined in GUI/Style/StdShapes.h:202
function
GUI::GridShape::clone
| public | inline | virtual |
| AbstractShape * clone( | ) |
Defined in GUI/Style/StdShapes.h:203