|
| AxisData (const AxisSettings &settings) |
|
virtual dvec2 | getRange () const override |
|
virtual bool | getUseDataRange () const override |
|
virtual bool | getVisible () const override |
|
virtual bool | getFlipped () const override |
|
virtual vec4 | getColor () const override |
|
virtual float | getWidth () const override |
|
virtual Orientation | getOrientation () const override |
|
virtual Placement | getPlacement () const override |
|
virtual const std::string & | getCaption () const override |
|
virtual const PlotTextSettings & | getCaptionSettings () const override |
|
virtual const std::vector< std::string > & | getLabels () const override |
|
virtual const PlotTextSettings & | getLabelSettings () const override |
|
virtual const MajorTickSettings & | getMajorTicks () const override |
|
virtual const MinorTickSettings & | getMinorTicks () const override |
|
bool | isVertical () const |
|
|
dvec2 | range = dvec2{0.0, 100.0} |
|
bool | useDataRange = true |
|
bool | visible = true |
|
bool | flipped = false |
|
vec4 | color = vec4{0.0f, 0.0f, 0.0f, 1.0f} |
|
float | width = 2.5f |
|
Orientation | orientation = Orientation::Horizontal |
|
Placement | placement = Placement::Outside |
|
std::string | caption |
|
PlotTextData | captionSettings |
|
std::vector< std::string > | labels |
|
PlotTextData | labelSettings |
|
MajorTickData | majorTicks |
|
MinorTickData | minorticks |
|
|
enum | Orientation { Horizontal,
Vertical
} |
|
enum | Placement { Outside,
Inside
} |
|
The documentation for this class was generated from the following files: