|
#include <omUIObjects.h>
Public Member Functions | |
| omUIObjects () | |
| void | Init () |
| void | StartAllTimers () |
| void | StopAllTimers () |
| void | Reload () |
Data Fields | |
| omObject * | focusChecker |
| Focus Checker. | |
| omObject * | keyboard |
| Virtual Keyboard. | |
| omObject * | options |
| Application options. | |
| omObject * | actionsQueue |
| Event Queue. | |
| omObject * | commandParser |
| Command parser. | |
| omObject * | connector |
| TCP Connector. | |
| omObject * | lastEventWindow |
| The windows that generated last event. | |
This class is used to store pointers of all objects used in a User Interface application. The pointers are stored in public attributes. All pointers are omObject and must be casted to use specific methods of the classes.
|
|
The constructor initialize to NULL all the pointers |
|
|
Initialize all the classes. This method invoce Init() method of all not null objects. This function is called after that all objects are istantiated. |
|
|
Lounch Reload() signal to all objects of the application. This signal causes the reload of the options with the actual version. |
|
|
Start all the timers associated with the object. The timers must implement Start() methos. |
|
|
Stop all the timers associated with the object. The timers must implement Stop() method. |
|
|
Event Queue.
|
|
|
Command parser.
|
|
|
TCP Connector.
|
|
|
Focus Checker.
|
|
|
Virtual Keyboard.
|
|
|
The windows that generated last event.
|
|
|
Application options.
|
|
Copyright © by Luca Clivio |