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

DeusEx.DumpLocationListWindow

Extends
DumpLocationBaseWindow

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

Variables Summary
ToolButtonWindowbtnCancel
ToolButtonWindowbtnDelete
ToolButtonWindowbtnOpen
ToolListWindowlstDumps
Inherited Variables from DeusEx.DumpLocationBaseWindow
bSaveDumpLocation, dumpLoc
Inherited Variables from DeusEx.ToolWindow
bAllowWindowDragging, bTitleBarVisible, bWindowBeingDragged, colBackgroundColor, colText, fontText, textureMouse, winContainer, windowStartDragX, windowStartDragY, winTitleBar

Functions Summary
functionbool ButtonActivated (Window buttonPressed ))
function CreateControls ()))
function CreateDumpList ()))
function DeleteDumpFile ()))
function EnableButtons ()))
event InitWindow ()))
eventbool ListRowActivated (window list, int rowId))
eventbool ListSelectionChanged (window list, int numSelections, int focusRowId))
function OpenDumpFile (optional String dumpFilename))
function PopulateDumpList ()))
Inherited Functions from DeusEx.DumpLocationBaseWindow
CreateControls, CreateDumpLoc, DestroyDumpLoc, DestroyWindow, EnableButtons, InitWindow
Inherited Functions from DeusEx.ToolWindow
ButtonActivated, CreateToolBorderContainer, CreateToolButton, CreateToolCheckbox, CreateToolEditWindow, CreateToolLabel, CreateToolList, CreateToolWindowContainer, InitWindow, MouseButtonPressed, MouseButtonReleased, MouseMoved, SetAppIcon, SetTitle, SetTitleBarVisibility, SetWindowDragging


Variables Detail

btnCancel Source code

var ToolButtonWindow btnCancel;

btnDelete Source code

var ToolButtonWindow btnDelete;

btnOpen Source code

var ToolButtonWindow btnOpen;

lstDumps Source code

var ToolListWindow lstDumps;


Functions Detail

ButtonActivated Source code

function bool ButtonActivated ( Window buttonPressed ) )

CreateControls Source code

function CreateControls ( ) )

CreateDumpList Source code

function CreateDumpList ( ) )

DeleteDumpFile Source code

function DeleteDumpFile ( ) )

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) )

OpenDumpFile Source code

function OpenDumpFile ( optional String dumpFilename) )

PopulateDumpList Source code

function PopulateDumpList ( ) )


Defaultproperties

defaultproperties
{
}

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