|
| PlotTextData (const PlotTextSettings &s) |
|
virtual bool | isEnabled () const override |
|
virtual vec4 | getColor () const override |
|
virtual float | getPosition () const override |
| position along axis [0,1]
|
|
virtual vec2 | getOffset () const override |
| offset from axis
|
|
virtual float | getRotation () const override |
| Degrees of rotation.
|
|
virtual const FontSettings & | getFont () const override |
|
| operator bool () const |
|
|
bool | enabled = true |
|
vec4 | color = vec4{0.0f, 0.0f, 0.0f, 1.0f} |
|
float | position = 0.5f |
|
vec2 | offset = vec2{10.0f, 0.0f} |
|
float | rotation = 0.0f |
|
FontData | font |
|
The documentation for this class was generated from the following files:
- plottextdata.h
- plottextdata.cpp