TimerInfo

Undocumented in source.

Constructors

this
this(Widget targetWidget, long intervalMillis)
Undocumented in source.

Members

Functions

cancel
void cancel()

cancel timer

notify
void notify()

cancel timer

opCmp
int opCmp(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

id
ulong id [@property getter]

unique Id of timer

interval
long interval [@property getter]

timer interval, milliseconds

nextTimestamp
long nextTimestamp [@property getter]

next timestamp to invoke timer at, as per currentTimeMillis()

targetWidget
Widget targetWidget [@property getter]

widget to route timer event to

valid
bool valid [@property getter]

return true if timer is not yet cancelled

Static variables

nextId
ulong nextId;
Undocumented in source.

Variables

_id
ulong _id;
Undocumented in source.
_interval
long _interval;
Undocumented in source.
_nextTimestamp
long _nextTimestamp;
Undocumented in source.
_targetWidget
Widget _targetWidget;
Undocumented in source.

Meta