Fawkes API
Fawkes Development Version
|
#include <>>
Public Member Functions | |
virtual RRDGraphElement * | clone () const =0 |
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 301 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 617 of file rrd_descriptions.cpp.