#include <JsonMonitorable.h>
Public Member Functions | |
void | add (long sth) |
IntJ () | |
IntJ (long val) | |
void | operator= (long sth) |
virtual void | resetValue () |
virtual std::string | toString () const |
void | update (long sth) |
long & | value () |
virtual | ~IntJ () |
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 | |
long | theVar_ |
Additional Inherited Members | |
Protected Attributes inherited from jsoncollector::JsonMonitorable | |
std::string | name_ |
bool | notSame_ |
unsigned int | updates_ |
Definition at line 73 of file JsonMonitorable.h.
|
inline |
Definition at line 76 of file JsonMonitorable.h.
|
inline |
Definition at line 77 of file JsonMonitorable.h.
|
inlinevirtual |
Definition at line 79 of file JsonMonitorable.h.
|
inline |
Definition at line 106 of file JsonMonitorable.h.
References theVar_, and jsoncollector::JsonMonitorable::updates_.
Referenced by counter.Counter::register().
|
inline |
Definition at line 91 of file JsonMonitorable.h.
References jsoncollector::JsonMonitorable::notSame_, theVar_, and jsoncollector::JsonMonitorable::updates_.
|
inlinevirtual |
Implements jsoncollector::JsonMonitorable.
Definition at line 86 of file JsonMonitorable.h.
References jsoncollector::JsonMonitorable::notSame_, theVar_, and jsoncollector::JsonMonitorable::updates_.
|
inlinevirtual |
Implements jsoncollector::JsonMonitorable.
Definition at line 81 of file JsonMonitorable.h.
References contentValuesCheck::ss, and theVar_.
|
inline |
Definition at line 100 of file JsonMonitorable.h.
References jsoncollector::JsonMonitorable::notSame_, theVar_, and jsoncollector::JsonMonitorable::updates_.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
inline |
Definition at line 96 of file JsonMonitorable.h.
References theVar_.
Referenced by average.Average::average().
|
private |
Definition at line 112 of file JsonMonitorable.h.
Referenced by add(), operator=(), resetValue(), toString(), update(), and value().