#include <>>
Print graph area.
- Author
- Tim Niemueller
Definition at line 417 of file rrd_descriptions.h.
◆ RRDGraphArea() [1/2]
fawkes::RRDGraphArea::RRDGraphArea |
( |
const char * |
def_name, |
|
|
const char * |
color, |
|
|
const char * |
legend, |
|
|
bool |
stacked = false |
|
) |
| |
Constructor.
- Parameters
-
def_name | Data definition for this graph element. |
color | color hash string (HTML style, e.g. FF0000) |
legend | legend string |
stacked | true to stack on previous graph element |
Definition at line 801 of file rrd_descriptions.cpp.
◆ RRDGraphArea() [2/2]
fawkes::RRDGraphArea::RRDGraphArea |
( |
const RRDGraphArea & |
other | ) |
|
◆ ~RRDGraphArea()
fawkes::RRDGraphArea::~RRDGraphArea |
( |
| ) |
|
|
virtual |
◆ clone()
Clone this element. The clone function is needed to copy an object without knowing its type and therefore without calling its copy constructor.
- Returns
- new copied instance
Implements fawkes::RRDGraphElement.
Definition at line 425 of file rrd_descriptions.h.
◆ get_color()
const char* fawkes::RRDGraphArea::get_color |
( |
| ) |
const |
|
inline |
◆ get_def_name()
const char* fawkes::RRDGraphArea::get_def_name |
( |
| ) |
const |
|
inline |
◆ get_legend()
const char* fawkes::RRDGraphArea::get_legend |
( |
| ) |
const |
|
inline |
◆ get_stacked()
bool fawkes::RRDGraphArea::get_stacked |
( |
| ) |
const |
|
inline |
Get stacked flag.
- Returns
- true if line should be stacked, false otherwise.
Definition at line 454 of file rrd_descriptions.h.
◆ operator=()
Assignment operator.
- Parameters
-
g | matching graph element to assign |
- Returns
- reference to this instance
Definition at line 843 of file rrd_descriptions.cpp.
◆ to_string()
const char * fawkes::RRDGraphArea::to_string |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: