|
| void | ScriptConsoleConfigTab (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null) |
| |
| void | ~ScriptConsoleConfigTab () |
| |
| override bool | OnChange (Widget w, int x, int y, bool finished) |
| |
| override bool | OnItemSelected (Widget w, int x, int y, int row, int column, int oldRow, int oldColumn) |
| |
| void | RenderClassPath () |
| |
| override bool | OnClick (Widget w, int x, int y, int button) |
| |
| override void | Update (float timeslice) |
| |
| void | Init () |
| |
| void | DumpParam (string param, string relativePath) |
| |
| void | ChangeConfigFilter () |
| |
| void | ClearHierarchy () |
| |
| void | FindInHierarchy (string class_name) |
| |
| void | ExpandHierarchy (int row) |
| |
| void | CollapseHierarchy (int row) |
| |
| void | RenderVariables (int row) |
| |
Definition at line 4 of file scriptconsoleconfigtab.c.
◆ ScriptConsoleConfigTab()
| void ScriptConsoleConfigTab::ScriptConsoleConfigTab |
( |
Widget | root, |
|
|
ScriptConsole | console, |
|
|
Widget | button, |
|
|
ScriptConsoleTabBase | parent = null ) |
|
protected |
◆ ~ScriptConsoleConfigTab()
| void ScriptConsoleConfigTab::~ScriptConsoleConfigTab |
( |
| ) |
|
|
protected |
◆ ChangeConfigFilter()
| void ScriptConsoleConfigTab::ChangeConfigFilter |
( |
| ) |
|
|
protected |
◆ ClearHierarchy()
| void ScriptConsoleConfigTab::ClearHierarchy |
( |
| ) |
|
|
protected |
◆ CollapseHierarchy()
| void ScriptConsoleConfigTab::CollapseHierarchy |
( |
int | row | ) |
|
|
protected |
◆ DumpParam()
| void ScriptConsoleConfigTab::DumpParam |
( |
string | param, |
|
|
string | relativePath ) |
|
protected |
◆ ExpandHierarchy()
| void ScriptConsoleConfigTab::ExpandHierarchy |
( |
int | row | ) |
|
|
protected |
◆ FindInHierarchy()
| void ScriptConsoleConfigTab::FindInHierarchy |
( |
string | class_name | ) |
|
|
protected |
◆ Init()
| void ScriptConsoleConfigTab::Init |
( |
| ) |
|
|
protected |
◆ OnChange()
| override bool ScriptConsoleConfigTab::OnChange |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
bool | finished ) |
|
protected |
◆ OnClick()
| override bool ScriptConsoleConfigTab::OnClick |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ OnItemSelected()
| override bool ScriptConsoleConfigTab::OnItemSelected |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | row, |
|
|
int | column, |
|
|
int | oldRow, |
|
|
int | oldColumn ) |
|
protected |
◆ RenderClassPath()
| void ScriptConsoleConfigTab::RenderClassPath |
( |
| ) |
|
|
protected |
◆ RenderVariables()
| void ScriptConsoleConfigTab::RenderVariables |
( |
int | row | ) |
|
|
protected |
◆ Update()
| override void ScriptConsoleConfigTab::Update |
( |
float | timeslice | ) |
|
|
protected |
◆ m_BaseConfigClasses
◆ m_BaseConfigClassesToggled
◆ m_ClassCheckboxes
| ref map<CheckBoxWidget, int> ScriptConsoleConfigTab::m_ClassCheckboxes = new map<CheckBoxWidget, int> |
|
protected |
◆ m_ClassPath
| TextWidget ScriptConsoleConfigTab::m_ClassPath |
|
protected |
◆ m_ConfigData
◆ m_ConfigHierarchyTextListbox
| TextListboxWidget ScriptConsoleConfigTab::m_ConfigHierarchyTextListbox |
|
protected |
◆ m_ConfigTextField
| string ScriptConsoleConfigTab::m_ConfigTextField |
|
staticprotected |
◆ m_ConfigVariablesTextListbox
| TextListboxWidget ScriptConsoleConfigTab::m_ConfigVariablesTextListbox |
|
protected |
◆ m_DumpParamButton
| ButtonWidget ScriptConsoleConfigTab::m_DumpParamButton |
|
protected |
◆ m_ModuleConfigViewer
| PluginConfigViewer ScriptConsoleConfigTab::m_ModuleConfigViewer |
|
protected |
◆ m_ObjectConfigFilter
| EditBoxWidget ScriptConsoleConfigTab::m_ObjectConfigFilter |
|
protected |
◆ m_Row
| int ScriptConsoleConfigTab::m_Row |
|
protected |
◆ m_SelectedRowCopy
| ButtonWidget ScriptConsoleConfigTab::m_SelectedRowCopy |
|
protected |
◆ m_VariableConfigFilter
| EditBoxWidget ScriptConsoleConfigTab::m_VariableConfigFilter |
|
protected |
◆ m_VariableTextField
| string ScriptConsoleConfigTab::m_VariableTextField |
|
staticprotected |
◆ m_WgtClassesConfig
| Widget ScriptConsoleConfigTab::m_WgtClassesConfig |
|
protected |
The documentation for this class was generated from the following file: