Fawkes API
Fawkes Development Version
|
Interface for graph elements. More...
#include <>>
Public Member Functions | |
virtual RRDGraphElement * | clone () const =0 |
Clone this element. More... | |
virtual const char * | to_string () const |
Create string representation. More... | |
Interface for graph elements.
This super class provides the general interface for the different existing graph elements.
Definition at line 208 of file rrd_descriptions.h.
|
pure virtual |
Clone this element.
The clone function is needed to copy an object without knowing its type and therefore without calling its copy constructor.
Implemented in fawkes::RRDGraphArea, fawkes::RRDGraphLine, and fawkes::RRDGraphGPrint.
|
virtual |
Create string representation.
Reimplemented in fawkes::RRDGraphArea, fawkes::RRDGraphLine, and fawkes::RRDGraphGPrint.
Definition at line 563 of file rrd_descriptions.cpp.