|
enum class | Orientation { Horizontal
, Vertical
} |
|
|
virtual dvec2 | getRange () const =0 |
|
virtual bool | getAxisVisible () const =0 |
|
virtual bool | getMirrored () const =0 |
|
virtual vec4 | getColor () const =0 |
|
virtual float | getWidth () const =0 |
|
virtual float | getScalingFactor () const =0 |
|
virtual Orientation | getOrientation () const =0 |
|
virtual const std::string & | getCaption () const =0 |
|
virtual const PlotTextSettings & | getCaptionSettings () const =0 |
|
virtual const std::vector< std::string > & | getLabels () const =0 |
|
virtual const PlotTextSettings & | getLabelSettings () const =0 |
|
virtual const MajorTickSettings & | getMajorTicks () const =0 |
|
virtual const MinorTickSettings & | getMinorTicks () const =0 |
|
bool | isVertical () const |
|
The documentation for this class was generated from the following file: