dgui ~master (2015-01-31T19:15:37Z)
Dub
Repo
Timer
dgui
timer
Undocumented in source.
final
class
Timer :
IDisposable
{
Event
!(
Timer
,
EventArgs
)
tick
;
~this
();
void
dispose
();
uint
time
[@property getter];
uint
time
[@property setter];
void
start
();
void
stop
();
}
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
start
void
start
()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void
stop
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
time
uint
time
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
time
uint
time
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
tick
Event
!(
Timer
,
EventArgs
)
tick
;
Undocumented in source.
Inherited Members
From IDisposable
dispose
void
dispose
()
Undocumented in source.
Meta
Source
See Implementation
dgui
timer
classes
Timer