OutputPanel

Constructors

this
this(string id)
Undocumented in source.

Members

Functions

activateLogTab
void activateLogTab()
Undocumented in source. Be warned that the author may not have intended to support it.
activateTerminalTab
void activateTerminalTab(bool clear)
Undocumented in source. Be warned that the author may not have intended to support it.
appendText
void appendText(string category, dstring msg)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear(string category)
Undocumented in source. Be warned that the author may not have intended to support it.
createBodyWidget
Widget createBodyWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
firstError
ErrorPosition firstError()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
logLine
void logLine(string category, dstring msg)
Undocumented in source. Be warned that the author may not have intended to support it.
logLine
void logLine(string category, string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
logLine
void logLine(dstring msg)
Undocumented in source. Be warned that the author may not have intended to support it.
logLine
void logLine(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

getTabs
TabWidget getTabs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
terminalDeviceName
string terminalDeviceName [@property getter]

terminal device for Console tab

Variables

_logWidget
CompilerLogWidget _logWidget;
Undocumented in source.
_tabs
TabWidget _tabs;
Undocumented in source.
_terminalWidget
TerminalWidget _terminalWidget;
Undocumented in source.
compilerLogIssueClickHandler
Signal!CompilerLogIssueClickHandler compilerLogIssueClickHandler;
Undocumented in source.

Meta