|
#include <omUIActionQueue.h>
Inheritance diagram for omUIActionQueue:

Public Member Functions | |
| omUIActionQueue (int) | |
| void | Put (omCommand) |
| bool | Get (omCommand *) |
| void | Start () |
| void | Stop () |
Private Member Functions | |
| void | Notify () |
Private Attributes | |
| std::list< omCommand > * | l |
| Events list. | |
| int | timeTick |
| Timer period in milliseconds. | |
|
|
The constructor. Create an empty list. ATTENTION!! appKeyboard field in inter variable must be initialized to the correct value to work properly
|
|
|
Get an element from the start of list.
|
|
|
Override the norify method of the wxTimer superclass Check for event in the queue and execute them |
|
|
Put an element to the end of list.
|
|
|
Start check events Reimplemented from omObject. |
|
|
Stop check events Reimplemented from omObject. |
|
|
Events list.
|
|
|
Timer period in milliseconds.
|
|
Copyright © by Luca Clivio |