|
FifeGUI 0.2.0
A C++ GUI library designed for games.
|
#include <piegraph.hpp>
Public Attributes | |
| Color | color |
| int | startAngle {} |
| int | stopAngle {} |
Represents a single segment of a pie graph (angles and color).
Definition at line 157 of file piegraph.hpp.
| Color fcn::PieGraph::PieGraphSegment::color |
Color of the segment.
Definition at line 166 of file piegraph.hpp.
Referenced by fcn::PieGraph::addSegment().
| int fcn::PieGraph::PieGraphSegment::startAngle {} |
Start angle in degrees.
Definition at line 160 of file piegraph.hpp.
Referenced by fcn::PieGraph::addSegment().
| int fcn::PieGraph::PieGraphSegment::stopAngle {} |
Stop angle in degrees.
Definition at line 163 of file piegraph.hpp.
Referenced by fcn::PieGraph::addSegment().