sciplot  0.3.1
A modern C++ plotting library powered by gnuplot
FrameSpecs Class Reference

The class used to specify frame options. More...

#include <FrameSpecsOf.hpp>

Inheritance diagram for FrameSpecs:
[legend]
Collaboration diagram for FrameSpecs:
[legend]

Additional Inherited Members

- Public Member Functions inherited from FrameSpecsOf< FrameSpecs >
 FrameSpecsOf ()
 Construct a default FrameSpecsOf instance.
 
auto frameShow (bool value=true) -> FrameSpecs &
 Set the visibility of the legend frame to a shown or hidden status.
 
auto frameHide () -> FrameSpecs &
 Set the visibility of the legend frame to a hidden status.
 
auto frameLineStyle (int value) -> FrameSpecs &
 Set the line style of the legend frame.
 
auto frameLineType (int value) -> FrameSpecs &
 Set the line type of the legend frame.
 
auto frameLineWidth (int value) -> FrameSpecs &
 Set the line width of the legend frame.
 
auto frameLineColor (std::string value) -> FrameSpecs &
 Set the line color of the legend frame.
 
auto frameDashType (int value) -> FrameSpecs &
 Set the dash type of the legend frame.
 
auto repr () const -> std::string
 Convert this FrameSpecsOf object into a gnuplot formatted string.
 
- Public Member Functions inherited from Specs< FrameSpecs >
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 () -> FrameSpecs &
 Return a reference to the specs object of class derived from this.
 
auto derived () const -> const FrameSpecs &
 Return a const reference to the specs object of class derived from this.
 

Detailed Description

The class used to specify frame options.


The documentation for this class was generated from the following file: