|
| void | ScriptConsoleItemsTab (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null) |
| |
| void | ~ScriptConsoleItemsTab () |
| |
| void | Init () |
| |
| override bool | OnKeyDown (Widget w, int x, int y, int key) |
| |
| void | SelectObject (bool hide_presets=true) |
| |
| void | SelectPreset () |
| |
| int | GetCurrentPresetIndex () |
| |
| int | GetCurrentItemIndex () |
| |
| bool | IsCurrentPresetFixed () |
| |
| bool | IsPresetFixed (string preset_name) |
| |
| int | GetPresetIndexByName (string preset_name) |
| |
| void | ShowItemButtons () |
| |
| void | HideItemButtons () |
| |
| void | ShowItemTransferButtons () |
| |
| void | ItemMoveUp () |
| |
| void | ItemMoveDown () |
| |
| void | SaveProfileSpawnDistance () |
| |
| void | RenamePreset (string new_preset_name) |
| |
| void | SpawnPreset (EntityAI target, bool clear_inventory, string preset_name, InventoryLocationType location=InventoryLocationType.ATTACHMENT, float distance=0) |
| |
| void | SetDefaultPreset (int preset_index) |
| |
| void | SetObject (string object) |
| |
| void | SetPreviewObject (string object) |
| |
| void | AddItemToPreset () |
| |
| void | ShowPresetButtons () |
| |
| void | RemoveItemFromPreset () |
| |
| string | GetCurrentPresetName () |
| |
| string | GetCurrentItemName () |
| |
| string | GetCurrentObjectName () |
| |
| void | RefreshLists () |
| |
| void | RenderPresets () |
| |
| void | RenderPresetItems () |
| |
| void | NewPreset (string preset_name) |
| |
| void | DeletePreset () |
| |
| int | GetFilterColor (string color) |
| |
| void | PrepareFilters (string filter, out TStringArray filters, out TIntArray colors) |
| |
| void | ChangeFilter (TStringArray classes, TextListboxWidget widget, MultilineEditBoxWidget filterWidget, int categoryMask=-1, bool ignoreScope=false) |
| |
| void | SetFilterOrder (bool reversed) |
| |
| 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) |
| |
| override bool | OnClick (Widget w, int x, int y, int button) |
| |
| override bool | OnDoubleClick (Widget w, int x, int y, int button) |
| |
| override void | Update (float timeslice) |
| |
| void | SetTextSpawnButton (ButtonWidget w, bool special, string suffix=" Special") |
| |
| void | UpdateButtonNames () |
| |
| TStringArray | GetItemsClasses () |
| |
| string | PreprocessFilterText (MultilineEditBoxWidget w) |
| |
| void | ChangeFilterItems (bool forced=false) |
| |
|
| bool | ListItemRelatedActions () |
| |
| 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) |
| |
См. определение в файле ScriptConsoleItemsTab.c строка 3