#include <uappli.hpp>
Inheritance diagram for UTimer:
Public Member Functions | |
UTimer (UAppli &, u_time delay, int ntimes) | |
constructor (use UAppli::openTimer() instead). | |
void | onAction (UCall &) |
add a callback function that is called after the delay. | |
void | onTimeout (UCall &c) |
obsolete synonym | |
virtual void | close () |
virtual void | reset (u_time delay, int ntimes) |
u_time | getDelay () const |
int | getTimes () const |
Protected Member Functions | |
virtual bool | verifies (const UContext *, const UCtrl *) const |
Friends | |
class | UAppli |
class | UNatAppli |
Usage: see UAppli::openTimer() and UAppli::closeTimer()