Builder

Undocumented in source.

Constructors

this
this(AppFrame frame, Project project, OutputPanel log, BuildConfiguration buildConfig, BuildOperation buildOp, bool verbose)
Undocumented in source.

Members

Functions

pollText
void pollText()

log lines

update
void update()

update background operation status

Properties

icon
string icon [@property getter]

returns icon of background operation to show in status line

project
Project project [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
project
Project project [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_box
ProtectedTextStorage _box;
Undocumented in source.
_buildConfig
BuildConfiguration _buildConfig;
Undocumented in source.
_buildOp
BuildOperation _buildOp;
Undocumented in source.
_extprocess
ExternalProcess _extprocess;
Undocumented in source.
_log
OutputPanel _log;
Undocumented in source.
_project
Project _project;
Undocumented in source.
_verbose
bool _verbose;
Undocumented in source.

Meta