#include <monitor_abstract.h>
Class diagram for ValueIndicator:
Public Members | |||
![]() | ![]() | ValueIndicator (char* t, bool sum, fint d, fint n = 1, fint off = 0) | |
![]() | ![]() | void | reposition (fint X, fint Y, fint W) |
![]() | ![]() | void | show () |
![]() | ![]() | virtual void | update (int32 newVal, bool incremental) |
![]() | ![]() | int32 | value () |
![]() | ![]() | ValueIndicator (char* t, bool sum, fint d, fint n = 1, fint off = 0) | |
![]() | ![]() | void | reposition (fint X, fint Y, fint W) |
![]() | ![]() | void | show () |
![]() | ![]() | virtual void | update (int32 newVal, bool incremental) |
![]() | ![]() | int32 | value () |
![]() | ![]() | bool | changed |
Protected Members | |||
![]() | ![]() | char* | text |
![]() | ![]() | int32 | lastVal |
![]() | ![]() | SlidingAverage* | data |
![]() | ![]() | fint | digits |
![]() | ![]() | fint | offset |
![]() | ![]() | bool | showSum |
Static Protected Members | |||
![]() | ![]() | void | printWithCommas (char* s, fint length, fint offset, int32 n) |
ValueIndicator::ValueIndicator (char * t, bool sum, fint d, fint n = 1, fint off = 0) [inline]
|
void ValueIndicator::reposition (fint X, fint Y, fint W) [inline, virtual]
|
Reimplemented from Indicator.
void ValueIndicator::show () [inline, virtual]
|
Reimplemented from Indicator.
void ValueIndicator::update (int32 newSum, bool incremental) [virtual]
|
Reimplemented in DifferenceIndicator, and DifferenceIndicator.
int32 ValueIndicator::value () [inline]
|
ValueIndicator::ValueIndicator (char * t, bool sum, fint d, fint n = 1, fint off = 0) [inline]
|
void ValueIndicator::reposition (fint X, fint Y, fint W) [inline, virtual]
|
Reimplemented from Indicator.
void ValueIndicator::show () [inline, virtual]
|
Reimplemented from Indicator.
void ValueIndicator::update (int32 newSum, bool incremental) [virtual]
|
Reimplemented in DifferenceIndicator, and DifferenceIndicator.
int32 ValueIndicator::value () [inline]
|
void ValueIndicator::printWithCommas (char * s, fint length, fint offset, int32 n) [static, protected]
|
bool ValueIndicator::changed |
char* ValueIndicator::text [protected]
|
int32 ValueIndicator::lastVal [protected]
|
SlidingAverage* ValueIndicator::data [protected]
|
fint ValueIndicator::digits [protected]
|
fint ValueIndicator::offset [protected]
|
bool ValueIndicator::showSum [protected]
|