#include <JsonMonitorable.h>
Public Member Functions | |
DoubleJ () | |
DoubleJ (double val) | |
void | operator= (double sth) |
virtual void | resetValue () |
virtual std::string | toString () const |
void | update (double sth) |
double & | value () |
virtual | ~DoubleJ () |
Public Member Functions inherited from jsoncollector::JsonMonitorable | |
virtual std::string & | getName () |
bool | getNotSame () |
unsigned int | getUpdates () |
JsonMonitorable () | |
virtual void | setName (std::string name) |
virtual | ~JsonMonitorable () |
Private Attributes | |
double | theVar_ |
Additional Inherited Members | |
Protected Attributes inherited from jsoncollector::JsonMonitorable | |
std::string | name_ |
bool | notSame_ |
unsigned int | updates_ |
Definition at line 116 of file JsonMonitorable.h.
|
inline |
Definition at line 119 of file JsonMonitorable.h.
|
inline |
Definition at line 120 of file JsonMonitorable.h.
|
inlinevirtual |
Definition at line 122 of file JsonMonitorable.h.
|
inline |
Definition at line 134 of file JsonMonitorable.h.
References jsoncollector::JsonMonitorable::notSame_, theVar_, and jsoncollector::JsonMonitorable::updates_.
|
inlinevirtual |
Implements jsoncollector::JsonMonitorable.
Definition at line 129 of file JsonMonitorable.h.
References jsoncollector::JsonMonitorable::notSame_, theVar_, and jsoncollector::JsonMonitorable::updates_.
|
inlinevirtual |
Implements jsoncollector::JsonMonitorable.
Definition at line 124 of file JsonMonitorable.h.
References contentValuesCheck::ss, and theVar_.
|
inline |
Definition at line 142 of file JsonMonitorable.h.
References jsoncollector::JsonMonitorable::notSame_, theVar_, and jsoncollector::JsonMonitorable::updates_.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
inline |
Definition at line 139 of file JsonMonitorable.h.
References theVar_.
Referenced by average.Average::average().
|
private |
Definition at line 149 of file JsonMonitorable.h.
Referenced by operator=(), resetValue(), toString(), update(), and value().