public |
Inheritance Graph
graph BT
OuterRectShadowShape
OuterRectShadowShape --> AbstractShape
click OuterRectShadowShape "classGUI_1_1OuterRectShadowShape"
click AbstractShape "classGUI_1_1AbstractShape"
Description
OuterRectShadowShape | > AbstractShape . |
Public Attributes
float | size_top |
float | size_bottom |
float | size_left |
float | size_right |
Util::Color4ub | color |
Public Functions
OuterRectShadowShape(float _size_top, float _size_bottom, float _size_left, float _size_right, Util::Color4ub _color) | |
~OuterRectShadowShape() | |
void | display(const Geometry::Rect & rect, flag_t flag) |
AbstractShape * | clone() |
Documentation
variable
GUI::OuterRectShadowShape::size_top
public |
float size_top |
Defined in GUI/Style/StdShapes.h:80
variable
GUI::OuterRectShadowShape::size_bottom
public |
float size_bottom |
Defined in GUI/Style/StdShapes.h:80
variable
GUI::OuterRectShadowShape::size_left
public |
float size_left |
Defined in GUI/Style/StdShapes.h:80
variable
GUI::OuterRectShadowShape::size_right
public |
float size_right |
Defined in GUI/Style/StdShapes.h:80
variable
GUI::OuterRectShadowShape::color
public |
Util::Color4ub color |
Defined in GUI/Style/StdShapes.h:81
function
GUI::OuterRectShadowShape::OuterRectShadowShape
public | inline |
OuterRectShadowShape( | float | _size_top, |
float | _size_bottom, | |
float | _size_left, | |
float | _size_right, | |
Util::Color4ub | _color | |
) |
Defined in GUI/Style/StdShapes.h:72
function
GUI::OuterRectShadowShape::~OuterRectShadowShape
public | inline | virtual |
~OuterRectShadowShape( | ) |
Defined in GUI/Style/StdShapes.h:74
function
GUI::OuterRectShadowShape::display
public | virtual |
void display( | const Geometry::Rect & | rect, |
flag_t | flag | |
) |
Defined in GUI/Style/StdShapes.h:77
function
GUI::OuterRectShadowShape::clone
public | inline | virtual |
AbstractShape * clone( | ) |
Defined in GUI/Style/StdShapes.h:78