![]() |
0.3.0
|
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. | |
Specifying the look of a certain line in the plot.
void NAV::from_json | ( | const json & | j, |
PlotItemStyle & | style ) |
Read info from a json object.
[in] | j | Json variable to read info from |
[out] | style | Output object |
void NAV::to_json | ( | json & | j, |
const PlotItemStyle & | style ) |
Write info to a json object.
[out] | j | Json output |
[in] | style | Object to read info from |