Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

DeusEx.LoadMapWindow

Extends
ToolWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TabGroupWindow
         |   
         +-- Extension.ModalWindow
            |   
            +-- DeusEx.DeusExBaseWindow
               |   
               +-- DeusEx.ToolWindow
                  |   
                  +-- DeusEx.LoadMapWindow

Variables Summary
ToolButtonWindowbtnCancel
ToolButtonWindowbtnLoad
ToolCheckboxWindowchkTravel
ToolListWindowlstMaps
GameDirectorymapDir
Inherited Variables from DeusEx.ToolWindow
bAllowWindowDragging, bTitleBarVisible, bWindowBeingDragged, colBackgroundColor, colText, fontText, textureMouse, winContainer, windowStartDragX, windowStartDragY, winTitleBar
Inherited Variables from DeusEx.DeusExBaseWindow
colBlack, colBlue, colCyan, colDarkBlue, colDarkCyan, colDarkGreen, colDarkRed, colGreen, colGrey, colLightBlue, colRed, colWhite, player, root, ScreenType

Enumerations Summary
Inherited Enumerations from DeusEx.DeusExBaseWindow
EScreenType

Functions Summary
functionbool ButtonActivated (Window buttonPressed ))
function CreateControls ()))
function CreateMapList ()))
event DestroyWindow ()))
function EnableButtons ()))
event InitWindow ()))
eventbool ListRowActivated (window list, int rowId))
eventbool ListSelectionChanged (window list, int numSelections, int focusRowId))
function LoadMap (int rowID))
function PopulateMapList ()))
Inherited Functions from DeusEx.ToolWindow
ButtonActivated, CreateToolBorderContainer, CreateToolButton, CreateToolCheckbox, CreateToolEditWindow, CreateToolLabel, CreateToolList, CreateToolWindowContainer, InitWindow, MouseButtonPressed, MouseButtonReleased, MouseMoved, SetAppIcon, SetTitle, SetTitleBarVisibility, SetWindowDragging
Inherited Functions from DeusEx.DeusExBaseWindow
CanPushScreen, CanStack, InitWindow, RefreshWindow


Variables Detail

btnCancel Source code

var ToolButtonWindow btnCancel;

btnLoad Source code

var ToolButtonWindow btnLoad;

chkTravel Source code

var ToolCheckboxWindow chkTravel;

lstMaps Source code

var ToolListWindow lstMaps;

mapDir Source code

var GameDirectory mapDir;


Functions Detail

ButtonActivated Source code

function bool ButtonActivated ( Window buttonPressed ) )

CreateControls Source code

function CreateControls ( ) )

CreateMapList Source code

function CreateMapList ( ) )

DestroyWindow Source code

event DestroyWindow ( ) )

EnableButtons Source code

function EnableButtons ( ) )

InitWindow Source code

event InitWindow ( ) )

ListRowActivated Source code

event bool ListRowActivated ( window list, int rowId) )

ListSelectionChanged Source code

event bool ListSelectionChanged ( window list, int numSelections, int focusRowId) )

LoadMap Source code

function LoadMap ( int rowID) )

PopulateMapList Source code

function PopulateMapList ( ) )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:10.505 - Created with UnCodeX