Print graph area.
More...
#include <>>
Detailed Description
Print graph area.
- Author
- Tim Niemueller
Definition at line 281 of file rrd_descriptions.h.
Constructor & Destructor Documentation
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 728 of file rrd_descriptions.cpp.
fawkes::RRDGraphArea::RRDGraphArea |
( |
const RRDGraphArea & |
other | ) |
|
fawkes::RRDGraphArea::~RRDGraphArea |
( |
| ) |
|
|
virtual |
Member Function Documentation
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 289 of file rrd_descriptions.h.
const char* fawkes::RRDGraphArea::get_color |
( |
| ) |
const |
|
inline |
const char* fawkes::RRDGraphArea::get_def_name |
( |
| ) |
const |
|
inline |
const char* fawkes::RRDGraphArea::get_legend |
( |
| ) |
const |
|
inline |
bool fawkes::RRDGraphArea::get_stacked |
( |
| ) |
const |
|
inline |
Get stacked flag.
- Returns
- true if line should be stacked, false otherwise.
Definition at line 302 of file rrd_descriptions.h.
Assignment operator.
- Parameters
-
g | matching graph element to assign |
- Returns
- reference to this instance
Definition at line 761 of file rrd_descriptions.cpp.
const char * fawkes::RRDGraphArea::to_string |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: