0.3.0
Loading...
Searching...
No Matches
PlotItemStyle.hpp File Reference

Specifying the look of a certain line in the plot. More...

Go to the source code of this file.

Classes

struct  NAV::PlotItemStyle::LegendPopupReturn
 Legend popup return type. More...
 
struct  NAV::PlotItemStyle
 Specifying the look of a certain line in the plot. More...
 

Functions

void NAV::from_json (const json &j, PlotItemStyle &style)
 Read info from a json object.
 
void NAV::to_json (json &j, const PlotItemStyle &style)
 Write info to a json object.
 

Detailed Description

Specifying the look of a certain line in the plot.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2024-08-15

Function Documentation

◆ from_json()

void NAV::from_json ( const json & j,
PlotItemStyle & style )

Read info from a json object.

Parameters
[in]jJson variable to read info from
[out]styleOutput object

◆ to_json()

void NAV::to_json ( json & j,
const PlotItemStyle & style )

Write info to a json object.

Parameters
[out]jJson output
[in]styleObject to read info from