Zen
A cross-platform functional programming language
|
Application implementation class. More...
#include <ApplicationImpl.hpp>
Public Member Functions | |
Impl (zbl::Engine &engine) | |
Default constructor. | |
void | startPoll () |
Starts the on-idle processing. | |
Private Slots | |
void | poll () |
poll-callback, called by on-idle handler | |
Private Attributes | |
zbl::Engine & | _engine |
The engine instance. | |
QTimer | _timer |
The timer for triggering on-idle processing. |
Application implementation class.
Manages the Qt message pump and the on-idle processing
Impl | ( | zbl::Engine & | engine | ) | [inline] |
Default constructor.
engine | Singleton engine instance |