sciplot  0.3.1
A modern C++ plotting library powered by gnuplot
AxisLabelSpecs Member List

This is the complete list of members for AxisLabelSpecs, including all inherited members.

AxisLabelSpecs(std::string axis)AxisLabelSpecsinline
derived() -> AxisLabelSpecs &Specs< AxisLabelSpecs >inline
derived() const -> const AxisLabelSpecs &Specs< AxisLabelSpecs >inline
enhanced(bool value=true) -> AxisLabelSpecs &TextSpecsOf< AxisLabelSpecs >
fontName(std::string name) -> AxisLabelSpecs &FontSpecsOf< AxisLabelSpecs >
fontSize(std::size_t size) -> AxisLabelSpecs &FontSpecsOf< AxisLabelSpecs >
FontSpecsOf()FontSpecsOf< AxisLabelSpecs >
operator std::string() constSpecs< AxisLabelSpecs >inline
repr() const -> std::stringAxisLabelSpecsinline
TextSpecsOf< AxisLabelSpecs >::repr() const -> std::stringTextSpecsOf< AxisLabelSpecs >virtual
rotateAxisParallel() -> AxisLabelSpecs &AxisLabelSpecsinline
rotateBy(int degrees) -> AxisLabelSpecs &AxisLabelSpecsinline
rotateNone() -> AxisLabelSpecs &AxisLabelSpecsinline
text(std::string text) -> AxisLabelSpecs &AxisLabelSpecsinline
textColor(std::string color) -> AxisLabelSpecs &TextSpecsOf< AxisLabelSpecs >
TextSpecsOf()TextSpecsOf< AxisLabelSpecs >
~Specs()=defaultSpecs< AxisLabelSpecs >virtual