|
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 () |
|
|
void | ScriptConsoleTabBase (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null) |
|
void | Init (int id) |
|
int | GetID () |
|
Widget | GetRoot () |
|
bool | IsSelected () |
|
void | Select (bool select, ScriptConsoleTabBase selectedHandler) |
|
void | OnSelected () |
|
void | Show (bool show, ScriptConsoleTabBase selectedHandler) |
|
Widget | GetButton () |
|
void | Update (float timeslice) |
|
bool | OnChange (Widget w, int x, int y, bool finished) |
|
bool | OnClick (Widget w, int x, int y, int button) |
|
bool | OnItemSelected (Widget w, int x, int y, int row, int column, int oldRow, int oldColumn) |
|
bool | OnKeyDown (Widget w, int x, int y, int key) |
|
bool | OnDoubleClick (Widget w, int x, int y, int button) |
|
void | OnRPCEx (int rpc_type, ParamsReadContext ctx) |
|
bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
|
bool | OnKeyPress (Widget w, int x, int y, int key) |
|
void | AddItemToClipboard (TextListboxWidget text_listbox_widget) |
|
int | m_Id |
|
bool | m_IsSelected |
|
bool | m_IsShiftDown |
|
Widget | m_ParentRoot |
|
Widget | m_Root |
|
Widget | m_Button |
|
ScriptConsole | m_ScriptConsole |
|
ScriptConsoleTabBase | m_Parent |
|
PluginConfigDebugProfile | m_ConfigDebugProfile |
|
PluginConfigDebugProfileFixed | m_ConfigDebugProfileFixed |
|
◆ ScriptConsoleOutputTab()
8 {
13 }
TextListboxWidget m_ClientLogListbox
Definition ScriptConsoleOutputTab.c:3
ButtonWidget m_ClientLogClearButton
Definition ScriptConsoleOutputTab.c:4
CheckBoxWidget m_ClientLogScrollCheckbox
Definition ScriptConsoleOutputTab.c:5
void ReloadOutput()
Definition ScriptConsoleOutputTab.c:58
Перекрестные ссылки m_ClientLogClearButton, m_ClientLogListbox, m_ClientLogScrollCheckbox и ReloadOutput().
◆ ~ScriptConsoleOutputTab()
◆ Add()
◆ Clear()
◆ OnChange()
32 {
34 return false;
35 }
Перекрестные ссылки x и y.
◆ OnClick()
20 {
22
24 {
26 return true;
27 }
28 return false;
29 }
void Clear(bool clearFile=false)
Definition ScriptConsoleOutputTab.c:38
Перекрестные ссылки Clear(), m_ClientLogClearButton, x и y.
◆ ReloadOutput()
59 {
62
64 {
67 {
69 }
70
72 }
73 }
static string GetFileName()
Definition Debug.c:576
void Add(string message, bool isReload=false)
Definition ScriptConsoleOutputTab.c:45
FileMode
Definition EnSystem.c:383
proto void CloseFile(FileHandle file)
Close the File.
proto int FGets(FileHandle file, string var)
Get line from file, every next call of this function returns next line.
proto FileHandle OpenFile(string name, FileMode mode)
Opens File.
Перекрестные ссылки Add(), Clear(), CloseFile(), FGets(), Debug::GetFileName() и OpenFile().
Используется в ScriptConsoleOutputTab().
◆ m_ClientLogClearButton
◆ m_ClientLogListbox
◆ m_ClientLogScrollCheckbox
Объявления и описания членов класса находятся в файле: