#include <monitoritem.h>
Inheritance diagram for oxygen::MonitorItem:


Public Member Functions | |
| MonitorItem () | |
| virtual | ~MonitorItem () |
| virtual void | GetInitialPredicates (PredicateList &pList)=0 |
| This function is called once for every MonitorSystem each time a new client connects. | |
| virtual void | GetPredicates (PredicateList &pList)=0 |
| This function will be called periodically to append predicates to a list that is sent using the active monitor. | |
Definition at line 31 of file monitoritem.h.
|
|
Definition at line 34 of file monitoritem.h. |
|
|
Definition at line 35 of file monitoritem.h. |
|
|
This function is called once for every MonitorSystem each time a new client connects. It should append predicates to a list that is sent using the active monitor Implemented in GameStateItem. |
|
|
This function will be called periodically to append predicates to a list that is sent using the active monitor.
Implemented in GameStateItem. |
1.4.4