sciplot  0.3.1
A modern C++ plotting library powered by gnuplot
FrameSpecsOf< DerivedSpecs > Class Template Reference

The class used to attach frame options to a type. More...

#include <FrameSpecsOf.hpp>

Inheritance diagram for FrameSpecsOf< DerivedSpecs >:
[legend]
Collaboration diagram for FrameSpecsOf< DerivedSpecs >:
[legend]

Public Member Functions

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

Detailed Description

template<typename DerivedSpecs>
class sciplot::FrameSpecsOf< DerivedSpecs >

The class used to attach frame options to a type.


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