Zen
A cross-platform functional programming language

Application::Impl Class Reference

Application implementation class. More...

#include <ApplicationImpl.hpp>

List of all members.

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.

Detailed Description

Application implementation class.

Manages the Qt message pump and the on-idle processing


Constructor & Destructor Documentation

Impl ( zbl::Engine engine) [inline]

Default constructor.

Parameters:
engineSingleton engine instance

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines