Timeout (timer) Class
Timeout (timer) Class. MGUI provides this class to allow the program handle timers. Each timer is handled by a callback method that is specified, along with the object owner, in the construct. The object 'owner' is a c++ object belonging to a class derived from CmCallback. The callback 'cb' must be a public method of the class which 'owner' belongs to. When the timeout expires, the CmTimeout object invokes the 'cb' method for the object 'owner'.For the callback to be called, the application must ensure the event loop is reached periodically by calling one of the standard loop functions: mainLoop, loopWhileFlag, loopWhileEvents
void start(CARD32 msec)
void start(void)
alphabetic index hierarchy of classes
generated by doc++