LineSpecs Class Reference
The class used to specify line options. More...
#include <LineSpecsOf.hpp>
Inheritance diagram for LineSpecs:
Collaboration diagram for LineSpecs:
Additional Inherited Members | |
Public Member Functions inherited from LineSpecsOf< LineSpecs > | |
| LineSpecsOf () | |
| Construct a default LineSpecsOf instance. | |
| auto | lineStyle (int value) -> LineSpecs & |
| Set the line style of the underlying line object. | |
| auto | lineType (int value) -> LineSpecs & |
| Set the line type of the underlying line object. | |
| auto | lineWidth (int value) -> LineSpecs & |
| Set the line width of the underlying line object. | |
| auto | lineColor (std::string value) -> LineSpecs & |
| Set the line color of the underlying line object. | |
| auto | dashType (int value) -> LineSpecs & |
| Set the dash type of the underlying line object. | |
| auto | repr () const -> std::string |
| Convert this LineSpecsOf object into a gnuplot formatted string. | |
Public Member Functions inherited from Specs< LineSpecs > | |
| virtual | ~Specs ()=default |
| Pure virtual destructor (this class is an abstract base class). | |
| operator std::string () const | |
| Return a string representation of this object of some class that derives from specs. | |
| auto | derived () -> LineSpecs & |
| Return a reference to the specs object of class derived from this. | |
| auto | derived () const -> const LineSpecs & |
| Return a const reference to the specs object of class derived from this. | |
Detailed Description
The class used to specify line options.
The documentation for this class was generated from the following file:
- sciplot/specs/LineSpecsOf.hpp
Public Member Functions inherited from