#include <LegendItem.h>
Public Member Functions | |
std::string | getName () const |
std::string | getOperation () const |
LegendItem (std::string name, std::string operation) | |
virtual | ~LegendItem () |
Private Attributes | |
std::string | name_ |
std::string | operation_ |
Definition at line 14 of file LegendItem.h.
LegendItem::LegendItem | ( | std::string | name, |
std::string | operation | ||
) |
Definition at line 13 of file LegendItem.cc.
|
virtual |
Definition at line 17 of file LegendItem.cc.
|
inline |
Definition at line 20 of file LegendItem.h.
References name_.
Referenced by jsoncollector::DataPointDefinition::serialize().
|
inline |
Definition at line 23 of file LegendItem.h.
References operation_.
Referenced by jsoncollector::ObjectMerger::csvToJson(), jsoncollector::ObjectMerger::merge(), and jsoncollector::DataPointDefinition::serialize().
|
private |
Definition at line 28 of file LegendItem.h.
Referenced by getName().
|
private |
Definition at line 28 of file LegendItem.h.
Referenced by getOperation().