Builder

Undocumented in source.

Constructors

this
this(AppFrame frame, Project project, OutputPanel log, ProjectConfiguration projectConfig, BuildConfiguration buildConfig, BuildOperation buildOp, string dubExecutable, string dubAdditionalParams, string toolchain, string arch, BuildResultListener listener)
Undocumented in source.

Members

Functions

pollText
void pollText()

log lines

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

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

_additionalParams
string _additionalParams;
Undocumented in source.
_arch
string _arch;
Undocumented in source.
_box
ProtectedTextStorage _box;
Undocumented in source.
_buildConfig
BuildConfiguration _buildConfig;
Undocumented in source.
_buildOp
BuildOperation _buildOp;
Undocumented in source.
_executable
string _executable;
Undocumented in source.
_exitCode
int _exitCode;
Undocumented in source.
_extprocess
ExternalProcess _extprocess;
Undocumented in source.
_listener
BuildResultListener _listener;
Undocumented in source.
_log
OutputPanel _log;
Undocumented in source.
_project
Project _project;
Undocumented in source.
_projectConfig
ProjectConfiguration _projectConfig;
Undocumented in source.
_toolchain
string _toolchain;
Undocumented in source.

Meta