Steppable 0.0.1
A CAS project written from scratch in C++
|
Stores options for each line graphed on screen. More...
#include <conPlotTypes.hpp>
Public Member Functions | |
template<typename... Params> | |
LineOptions (Params... params) | |
Initializes a new LineOptions instance. |
Public Attributes | |
long long | samplesSpacing = 2 |
Frequency to take a sample, units: grids. | |
NumberPair | shadeValues = { 0, 0 } |
ShadeOptions | shadeOptions = ShadeOptions::NO_SHADE |
std::string_view | shadeDot = GraphDot::LIGHT_BLOCK_1 |
Public Attributes inherited from steppable::graphing::LineOptionsBase | |
std::string_view | lineDot = GraphDot::BLOCK |
Dot type to be drawn on screen. | |
ColorFunc | lineColor = colors::green |
Color of the dot to output. | |
std::string | title = "Line" |
Name of the line to be shown in the legend. |
Stores options for each line graphed on screen.
|
inline |
Initializes a new LineOptions instance.
params | The parameters to be passed to initialize the instance. |
long long steppable::graphing::LineOptions::samplesSpacing = 2 |
Frequency to take a sample, units: grids.
std::string_view steppable::graphing::LineOptions::shadeDot = GraphDot::LIGHT_BLOCK_1 |
ShadeOptions steppable::graphing::LineOptions::shadeOptions = ShadeOptions::NO_SHADE |
NumberPair steppable::graphing::LineOptions::shadeValues = { 0, 0 } |