SensorObserverControl::RTViewControl Class Reference#include <SensorObserverControl.h>
Inheritance diagram for SensorObserverControl::RTViewControl:
[legend]List of all members.
Detailed Description
The real time view for SensorObserverControl is split into a separate class for more straightfoward handling of refreshes.
Definition at line 33 of file SensorObserverControl.h.
Constructor & Destructor Documentation
SensorObserverControl::RTViewControl::RTViewControl |
( |
const RTViewControl & |
|
) |
[private] |
|
Member Function Documentation
void SensorObserverControl::RTViewControl::deactivate |
( |
|
) |
[virtual] |
|
void SensorObserverControl::RTViewControl::pause |
( |
|
) |
[virtual] |
|
|
called when a control is being overriden by a child, or the control system is deactivating (e-stop being turned off)
Reimplemented from ControlBase.
Definition at line 193 of file SensorObserverControl.cc. |
virtual void SensorObserverControl::RTViewControl::processEvent |
( |
const EventBase & |
|
) |
[inline, virtual] |
|
void SensorObserverControl::RTViewControl::refresh |
( |
|
) |
[virtual] |
|
|
called when the child has deactivated and this control should refresh its display, or some other event (such as the user pressing the refresh button) has happened to cause a refresh to be needed
Reimplemented from ControlBase.
Definition at line 186 of file SensorObserverControl.cc.
Referenced by processEvent(). |
void SensorObserverControl::RTViewControl::setPeriod |
( |
unsigned int |
x |
) |
[virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|