🏀 UI elements
Base classes bindings to work with UI interface elements.
🧩 C_UI_CORE
Core classes for work with UI elements.
🧩 C_XML
Base classes for work with xml parsing.
🧩 C_UI_INTERFACE
Base classes for creation of UI elements and windows.
🧱 CUIWindow
Base element for representation of nested components. Basically grid.
🧱 CUIStatic
Any static element in ui that represents simple label, animation or image. Example: main menu background.
🧱 CUIButton
Base button core with logic, normally 'CUI3tButton' is preferred (?).
🧱 CUI3tButton
Generic button element used everywhere, from settings to different modal windows. Example: any action button.
🧱 CUICheckButton
Generic checkbox button for settings true/false values. Example: settings options.
🧱 CUIComboBox
Generic combobox with list of items for selection. Example: settings selection.
🧱 CUICustomEdit
Generic component with text or number input. Example: login inputs for multiplayer, cd key input.
🧱 CUICustomSpin
todo;
🧱 CUIDialogWnd
todo;
🧱 CUIScriptWnd
todo;
🧱 CUIEditBox
todo;
🧱 CUIFrameLineWnd
todo;
🧱 CUIFrameWindow
todo;
🧱 CUILines
todo;
🧱 CUIListBox
todo;
🧱 CUIListBoxItem
todo;
🧱 CUIListBoxItemMsgChain
todo;
🧱 CUIMMShniaga
todo;
🧱 CUIMapInfo
todo;
🧱 CUIMapList
todo;
🧱 CUIMessageBox
todo;
🧱 CUIProgressBar
todo;
🧱 CUIPropertiesBox
todo;
🧱 CUIScrollView
todo;
1 ### 🧱 CUISleepStatictodo;
🧱 CUISpinFlt
todo;
🧱 CUISpinNum
todo;
🧱 CUISpinText
todo;
🧱 CUITabButton
todo;
🧱 CUITabControl
todo;
🧱 CUITrackBar
Generic slider used for settings adjustments. Useful to set configs in specific range.
🧱 CUITextWnd
todo;
🧱 CServerList
Default UI modal element for multiplayer list of servers display.