DeusEx.PersonaScreenBaseWindow
- Extends
- DeusExBaseWindow
- Modifiers
- abstract
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TabGroupWindow
|
+-- Extension.ModalWindow
|
+-- DeusEx.DeusExBaseWindow
|
+-- DeusEx.PersonaScreenBaseWindow
Direct Known Subclasses:
PersonaScreenAugmentations, PersonaScreenConversations, PersonaScreenGoals, PersonaScreenHealth, PersonaScreenImages, PersonaScreenInventory, PersonaScreenLogs, PersonaScreenSkills
Inherited Variables from DeusEx.DeusExBaseWindow |
colBlack, colBlue, colCyan, colDarkBlue, colDarkCyan, colDarkGreen, colDarkRed, colGreen, colGrey, colLightBlue, colRed, colWhite, player, root, ScreenType |
Functions Summary |
 | | AddLog (String logText))
|
 | | CreateClientBorderWindow ()))
|
 | | CreateClientWindow ()))
|
 | | CreateControls ()))
|
 | | CreateNavBarWindow ()))
|
 | PersonaActionButtonWindow | CreatePersonaButton (int posX, int posY, int buttonWidth, String strLabel, Window winParent))
|
 | PersonaHeaderTextWindow | CreatePersonaHeaderText (int posX, int posY, String strHeader, Window winParent))
|
 | PersonaScrollAreaWindow | CreateScrollAreaWindow (Window winParent))
|
 | TileWindow | CreateScrollTileWindow (int posX, int posY, int sizeX, int sizeY))
|
 | TileWindow | CreateTileWindow (Window parent))
|
 | PersonaTitleTextWindow | CreateTitleWindow (int posX, int posY, String titleText))
|
 | | DestroyWindow ()))
|
 | | InitWindow ()))
|
 | | SaveSettings ()))
|
 | | StyleChanged ()))
|
 | bool | VirtualKeyPressed (EInputKey key, bool bRepeat))
|
var int clientBorderHeight;
var int clientBorderOffsetX;
var int clientBorderOffsetY;
clientBorderTextureCols Source code
var int clientBorderTextureCols;
clientBorderTextureRows Source code
var int clientBorderTextureRows;
clientBorderTextures[6] Source code
var Texture clientBorderTextures[
6];
var int clientBorderWidth;
var int clientHeight;
var int clientOffsetX;
var int clientOffsetY;
var int clientTextureCols;
var int clientTextureRows;
var int clientWidth;
var int screenHeight;
var int screenWidth;
function AddLog ( String logText) )
CreateClientBorderWindow Source code
function CreateClientBorderWindow ( ) )
function CreateClientWindow ( ) )
function CreateControls ( ) )
function CreateNavBarWindow ( ) )
CreatePersonaHeaderText Source code
CreateScrollAreaWindow Source code
CreateScrollTileWindow Source code
function TileWindow CreateScrollTileWindow (
int posX,
int posY,
int sizeX,
int sizeY) )
function DestroyWindow ( ) )
event InitWindow ( ) )
function SaveSettings ( ) )
event StyleChanged ( ) )
event bool VirtualKeyPressed (
EInputKey key,
bool bRepeat) )
defaultproperties
{
screenWidth=640
screenHeight=480
clientBorderWidth=640
clientBorderHeight=450
clientBorderOffsetY=30
ScreenType=ST_Persona
}
|
Creation time: Mon 8/11/2021 16:31:14.194 - Created with
UnCodeX