|
| void | ScriptConsoleOutputTab (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null) |
| |
| void | ~ScriptConsoleOutputTab () |
| |
| override bool | OnClick (Widget w, int x, int y, int button) |
| |
| override bool | OnChange (Widget w, int x, int y, bool finished) |
| |
| void | Clear (bool clearFile=false) |
| |
| void | Add (string message, bool isReload=false) |
| |
| void | ReloadOutput () |
| |
Definition at line 1 of file scriptconsoleoutputtab.c.
◆ ScriptConsoleOutputTab()
| void ScriptConsoleOutputTab::ScriptConsoleOutputTab |
( |
Widget | root, |
|
|
ScriptConsole | console, |
|
|
Widget | button, |
|
|
ScriptConsoleTabBase | parent = null ) |
|
protected |
◆ ~ScriptConsoleOutputTab()
| void ScriptConsoleOutputTab::~ScriptConsoleOutputTab |
( |
| ) |
|
|
protected |
◆ Add()
◆ Clear()
| void ScriptConsoleOutputTab::Clear |
( |
bool | clearFile = false | ) |
|
|
protected |
◆ OnChange()
| override bool ScriptConsoleOutputTab::OnChange |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
bool | finished ) |
|
protected |
◆ OnClick()
| override bool ScriptConsoleOutputTab::OnClick |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ ReloadOutput()
| void ScriptConsoleOutputTab::ReloadOutput |
( |
| ) |
|
|
protected |
◆ m_ClientLogClearButton
| ButtonWidget ScriptConsoleOutputTab::m_ClientLogClearButton |
|
protected |
◆ m_ClientLogListbox
| TextListboxWidget ScriptConsoleOutputTab::m_ClientLogListbox |
|
protected |
◆ m_ClientLogScrollCheckbox
| CheckBoxWidget ScriptConsoleOutputTab::m_ClientLogScrollCheckbox |
|
protected |
The documentation for this class was generated from the following file: