|
| 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) |
| |
| bool | OnMouseEnter (Widget w, int x, int y) |
| |
| bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| |
| void | AddItemToClipboard (TextListboxWidget text_listbox_widget) |
| |
Definition at line 1 of file scriptconsoletabbase.c.
◆ ScriptConsoleTabBase()
| void ScriptConsoleTabBase::ScriptConsoleTabBase |
( |
Widget | root, |
|
|
ScriptConsole | console, |
|
|
Widget | button, |
|
|
ScriptConsoleTabBase | parent = null ) |
|
protected |
◆ AddItemToClipboard()
| void ScriptConsoleTabBase::AddItemToClipboard |
( |
TextListboxWidget | text_listbox_widget | ) |
|
|
protected |
◆ GetButton()
| Widget ScriptConsoleTabBase::GetButton |
( |
| ) |
|
|
protected |
◆ GetID()
| int ScriptConsoleTabBase::GetID |
( |
| ) |
|
|
protected |
◆ GetRoot()
| Widget ScriptConsoleTabBase::GetRoot |
( |
| ) |
|
|
protected |
◆ Init()
| void ScriptConsoleTabBase::Init |
( |
int | id | ) |
|
|
protected |
◆ IsSelected()
| bool ScriptConsoleTabBase::IsSelected |
( |
| ) |
|
|
protected |
◆ OnChange()
| bool ScriptConsoleTabBase::OnChange |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
bool | finished ) |
|
protected |
◆ OnClick()
| bool ScriptConsoleTabBase::OnClick |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ OnDoubleClick()
| bool ScriptConsoleTabBase::OnDoubleClick |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ OnItemSelected()
| bool ScriptConsoleTabBase::OnItemSelected |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | row, |
|
|
int | column, |
|
|
int | oldRow, |
|
|
int | oldColumn ) |
|
protected |
◆ OnKeyDown()
| bool ScriptConsoleTabBase::OnKeyDown |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | key ) |
|
protected |
◆ OnKeyPress()
| bool ScriptConsoleTabBase::OnKeyPress |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | key ) |
|
protected |
◆ OnMouseButtonDown()
| bool ScriptConsoleTabBase::OnMouseButtonDown |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ OnMouseEnter()
| bool ScriptConsoleTabBase::OnMouseEnter |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y ) |
|
protected |
◆ OnMouseLeave()
| bool ScriptConsoleTabBase::OnMouseLeave |
( |
Widget | w, |
|
|
Widget | enterW, |
|
|
int | x, |
|
|
int | y ) |
|
protected |
◆ OnRPCEx()
◆ OnSelected()
| void ScriptConsoleTabBase::OnSelected |
( |
| ) |
|
|
protected |
◆ Select()
◆ Show()
◆ Update()
| void ScriptConsoleTabBase::Update |
( |
float | timeslice | ) |
|
|
protected |
◆ m_Button
| Widget ScriptConsoleTabBase::m_Button |
|
protected |
◆ m_ConfigDebugProfile
◆ m_ConfigDebugProfileFixed
| PluginConfigDebugProfileFixed ScriptConsoleTabBase::m_ConfigDebugProfileFixed |
|
protected |
◆ m_Id
| int ScriptConsoleTabBase::m_Id |
|
protected |
◆ m_IsSelected
| bool ScriptConsoleTabBase::m_IsSelected |
|
protected |
◆ m_IsShiftDown
| bool ScriptConsoleTabBase::m_IsShiftDown |
|
protected |
◆ m_Parent
◆ m_ParentRoot
| Widget ScriptConsoleTabBase::m_ParentRoot |
|
protected |
◆ m_Root
| Widget ScriptConsoleTabBase::m_Root |
|
protected |
◆ m_ScriptConsole
| ScriptConsole ScriptConsoleTabBase::m_ScriptConsole |
|
protected |
The documentation for this class was generated from the following file: