Public Member Functions | |
| void | incCounter () |
| void | decCounter () |
| int | getCount () |
Private Attributes | |
| volatile int | count = 0 |
The counter for an alarm type
| void alma::acsplugins::alarmsystem::gui::table::AlarmCounter::decCounter | ( | ) | [inline] |
Decrease the counter
References count.
| int alma::acsplugins::alarmsystem::gui::table::AlarmCounter::getCount | ( | ) | [inline] |
References count.
Referenced by alma::acsplugins::alarmsystem::gui::statusline::CounterWidget::update().
| void alma::acsplugins::alarmsystem::gui::table::AlarmCounter::incCounter | ( | ) | [inline] |
Increase the counter
References count.
volatile int alma::acsplugins::alarmsystem::gui::table::AlarmCounter::count = 0 [private] |
Referenced by decCounter(), getCount(), and incCounter().
1.6.2