Public Member Functions | |
this () | |
this (EvtHandler owner, int id=-1) | |
this (IntPtr wxobj) | |
int | Interval () |
bool | IsOneShot () |
bool | IsRunning () |
void | SetOwner (EvtHandler owner, int id=-1) |
bool | Start (int milliseconds=-1, bool oneShot=false) |
void | Stop () |
Static Public Member Functions | |
static | extern (C) private void staticNotify(Timer obj) |
Protected Member Functions | |
override void | dtor () |
virtual void | Notify () |
this | ( | ) |
this | ( | EvtHandler | owner, | |
int | id = -1 | |||
) |
this | ( | IntPtr | wxobj | ) |
Reimplemented from EvtHandler.
override void dtor | ( | ) | [protected] |
Reimplemented from wxObject.
static extern | ( | C | ) | [static] |
Reimplemented from wxObject.
virtual void Notify | ( | ) | [protected] |
int Interval | ( | ) |
bool IsOneShot | ( | ) |
bool IsRunning | ( | ) |
void SetOwner | ( | EvtHandler | owner, | |
int | id = -1 | |||
) |
bool Start | ( | int | milliseconds = -1 , |
|
bool | oneShot = false | |||
) |
void Stop | ( | ) |