Listbox that allow to chose custom parameters. More...
Listbox that allow to chose custom parameters.
Inherits Control.
Inherited by CustBeard, CustBodyType, CustHairColor, CustHairStyle, CustMustache, CustPonyTail, and CustSkinColor.
Public Member Functions | |
| RegCust () | |
| void | Init (int index) |
| void | Draw () |
| bool | MouseDown (int x, int y, int click) |
| void | Fill () |
| void | UpdateGender () |
| void | set_Selected (uint index) |
| void | ScrollDown () |
| void | ScrollUp () |
| CLabel@ | get_Title () |
| int | GetLayerIndex () |
| bool | GetCoords (string& ini, int index, int& out left, int& out top, int& out right, int& out bottom) |
Public Attributes | |
| CLabel@ | title |
| string | caption |
| array< CButton@> | tagButton |
| array< CLabel@> | tagNames |
| array< string >@ | list |
| array< string > | listMale |
| array< string > | listFemale |
| uint | baseIdx |
| CButton@ | arrUp |
| CButton@ | arrDn |
| Control@ | area |
| uint | selected |
| RegCust | ( | ) |
| void Init | ( | int | index | ) |
| void Draw | ( | ) |
Reimplemented from Control.
| bool MouseDown | ( | int | x, | |
| int | y, | |||
| int | click | |||
| ) |
Reimplemented from Control.
| void Fill | ( | ) |
| void UpdateGender | ( | ) |
| void set_Selected | ( | uint | index | ) |
| void ScrollDown | ( | ) |
| void ScrollUp | ( | ) |
| CLabel@ get_Title | ( | ) |
| int GetLayerIndex | ( | ) |
Reimplemented in CustHairStyle, CustPonyTail, CustMustache, and CustBeard.
| bool GetCoords | ( | string& | ini, | |
| int | index, | |||
| int& out | left, | |||
| int& out | top, | |||
| int& out | right, | |||
| int& out | bottom | |||
| ) |
| array<string> listFemale |
| uint baseIdx |
| uint selected |
1.7.1