DMDProfilerLogParserOperation

Undocumented in source.

Constructors

this
this(AppFrame frame, string filename, OutputPanel log, DMDProfilerLogParserListener listener)
Undocumented in source.

Members

Functions

removing
void removing()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()

update background operation status

Properties

description
dstring description [@property getter]

returns description of background operation to show in status line

icon
string icon [@property getter]

returns icon of background operation to show in status line

Variables

_description
dstring _description;
Undocumented in source.
_filename
string _filename;
Undocumented in source.
_listener
DMDProfilerLogParserListener _listener;
Undocumented in source.
_result
DMDTraceLogParser _result;
Undocumented in source.
_thread
DMDProfilerLogParserThread _thread;
Undocumented in source.

Meta