Print graph line.
More...
#include <>>
Print graph line.
- Author
- Tim Niemueller
Definition at line 246 of file rrd_descriptions.h.
◆ RRDGraphLine() [1/2]
fawkes::RRDGraphLine::RRDGraphLine |
( |
const char * |
def_name, |
|
|
float |
width, |
|
|
const char * |
color, |
|
|
const char * |
legend, |
|
|
bool |
stacked = false |
|
) |
| |
Constructor.
- Parameters
-
def_name | Data definition for this graph element. |
width | line width |
color | color hash string (HTML style, e.g. FF0000) |
legend | legend string |
stacked | true to stack on previous graph element |
Definition at line 652 of file rrd_descriptions.cpp.
◆ RRDGraphLine() [2/2]
fawkes::RRDGraphLine::RRDGraphLine |
( |
const RRDGraphLine & |
other | ) |
|
◆ ~RRDGraphLine()
fawkes::RRDGraphLine::~RRDGraphLine |
( |
| ) |
|
|
virtual |
◆ clone()
◆ get_color()
const char* fawkes::RRDGraphLine::get_color |
( |
| ) |
const |
|
inline |
◆ get_def_name()
const char* fawkes::RRDGraphLine::get_def_name |
( |
| ) |
const |
|
inline |
◆ get_legend()
const char* fawkes::RRDGraphLine::get_legend |
( |
| ) |
const |
|
inline |
◆ get_stacked()
bool fawkes::RRDGraphLine::get_stacked |
( |
| ) |
const |
|
inline |
Get stacked flag.
- Returns
- true if line should be stacked, false otherwise.
Definition at line 269 of file rrd_descriptions.h.
◆ get_width()
float fawkes::RRDGraphLine::get_width |
( |
| ) |
const |
|
inline |
◆ operator=()
Assignment operator.
- Parameters
-
g | matching graph element to assign |
- Returns
- reference to this instance
Definition at line 685 of file rrd_descriptions.cpp.
◆ to_string()
const char * fawkes::RRDGraphLine::to_string |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: