The Polygon class inherits from the base class State, defining mode of Polygon. More...
#include <state.h>
Public Types | |
| enum class | Mode { POINT , LINE , FILL } |
Public Member Functions | |
| Polygon (Mode mode=Polygon::Mode::FILL) | |
Public Member Functions inherited from cil::State | |
| State () | |
| const std::string & | className () const |
Public Member Functions inherited from cil::Object | |
| Object () | |
| virtual | ~Object () |
Public Attributes | |
| Mode | mode |
Additional Inherited Members | |
Protected Attributes inherited from cil::State | |
| std::string | m_className |
|
strong |
| cil::Polygon::Polygon | ( | Mode | mode = Polygon::Mode::FILL | ) |
| Mode cil::Polygon::mode |