Inherits Control, IGUIScreenCallbackFocus, and IGUIScreenCallbackShow.
Inherited by CContextMenu, CContextMenu, CElevatorScreen, CFollowersContextMenu, ChaWindowEx, COnlineStatsWindow, CSpawnNpcWindow, CXpWindow, and RegWindowEx.
Public Member Functions | |
| int | Left () |
| int | Top () |
| int | Width () |
| int | Height () |
| Window () | |
| void | Init () |
| IControl@ | Position (int x, int y) |
| IControl@ | Size (int w, int h) |
| void | Center () |
| Centers window on screen. | |
| void | OnShow (int p0, int p1, int p2) |
| void | Show (int x, int y) |
| void | ShowWindow () |
| void | ShowWindow (int x, int y) |
| void | HideWindow () |
| void | OnLostFocus () |
| bool | MouseDown (int x, int y, int click) |
| void | Auto (bool v) |
| If in auto mode window uses previous values to spawn critter. | |
| bool | Auto () |
Public Attributes | |
| IGUIScreenOpt@ | screen |
| bool | autoMode |
| Window | ( | ) |
| int Left | ( | ) |
| int Top | ( | ) |
| int Width | ( | ) |
Reimplemented in CContextMenu, CFollowersContextMenu, and CContextMenu.
| int Height | ( | ) |
| void Init | ( | ) |
Reimplemented in CXpWindow, CContextMenu, CFollowersContextMenu, CContextMenu, CElevatorScreen, RegWindowEx, ChaWindowEx, and CSpawnNpcWindow.
| IControl@ Position | ( | int | x, | |
| int | y | |||
| ) |
| IControl@ Size | ( | int | w, | |
| int | h | |||
| ) |
| void Center | ( | ) |
Centers window on screen.
| void OnShow | ( | int | p0, | |
| int | p1, | |||
| int | p2 | |||
| ) |
Implements IGUIScreenCallbackShow.
| void Show | ( | int | x, | |
| int | y | |||
| ) |
Reimplemented in CContextMenu.
| void ShowWindow | ( | ) |
| void ShowWindow | ( | int | x, | |
| int | y | |||
| ) |
| void HideWindow | ( | ) |
| void OnLostFocus | ( | ) |
| bool MouseDown | ( | int | x, | |
| int | y, | |||
| int | click | |||
| ) |
| void Auto | ( | bool | v | ) |
If in auto mode window uses previous values to spawn critter.
| bool Auto | ( | ) |
| bool autoMode |
1.7.1