#include <clientlib.h>
Inherits client::WindowTimersExtension.
Inherited by client::Window.
◆ clearInterval() [1/2]
void client::WindowTimers::clearInterval |
( |
| ) |
|
◆ clearInterval() [2/2]
void client::WindowTimers::clearInterval |
( |
double |
handle | ) |
|
◆ clearTimeout() [1/2]
void client::WindowTimers::clearTimeout |
( |
| ) |
|
◆ clearTimeout() [2/2]
void client::WindowTimers::clearTimeout |
( |
double |
handle | ) |
|
◆ setInterval() [1/4]
double client::WindowTimers::setInterval |
( |
EventListener * |
handler, |
|
|
double |
timeout |
|
) |
| |
◆ setInterval() [2/4]
double client::WindowTimers::setInterval |
( |
Object * |
handler | ) |
|
◆ setInterval() [3/4]
template<typename... Args>
double client::WindowTimers::setInterval |
( |
Object * |
handler, |
|
|
Object * |
timeout, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ setInterval() [4/4]
double client::WindowTimers::setInterval |
( |
Object * |
handler, |
|
|
Object * |
timeout |
|
) |
| |
◆ setTimeout() [1/4]
double client::WindowTimers::setTimeout |
( |
EventListener * |
handler, |
|
|
double |
timeout |
|
) |
| |
◆ setTimeout() [2/4]
double client::WindowTimers::setTimeout |
( |
Object * |
handler | ) |
|
◆ setTimeout() [3/4]
template<typename... Args>
double client::WindowTimers::setTimeout |
( |
Object * |
handler, |
|
|
Object * |
timeout, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ setTimeout() [4/4]
double client::WindowTimers::setTimeout |
( |
Object * |
handler, |
|
|
Object * |
timeout |
|
) |
| |