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

UDebugMenu.UDebugMapListCW

Extends
UWindowDialogClientWindow

Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- UWindow.UWindowBase
         |   
         +-- UWindow.UWindowWindow
            |   
            +-- UWindow.UWindowClientWindow
               |   
               +-- UWindow.UWindowDialogClientWindow
                  |   
                  +-- UDebugMenu.UDebugMapListCW

Variables Summary
UWindow.UWindowSmallCloseButtonCloseButton
UWindow.UWindowComboControlGameCombo
stringLastGameType
UDebugMapListBoxMapList
UWindow.UWindowComboControlNetworkCombo
UDebugSmallLoadMapButtonOkButton
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function LoadMapList ()))
function Notify (UWindow.UWindowDialogControl C, byte E))
function Paint (Canvas C, float X, float Y))
function Resized ()))
function WindowEvent (WinMessage Msg, Canvas C, float X, float Y, int Key))
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint
Inherited Functions from UWindow.UWindowClientWindow
Close


Variables Detail

CloseButton Source code

var UWindow.UWindowSmallCloseButton CloseButton;

GameCombo Source code

var UWindow.UWindowComboControl GameCombo;

LastGameType Source code

var GlobalConfig string LastGameType;

MapList Source code

var UDebugMapListBox MapList;

NetworkCombo Source code

var UWindow.UWindowComboControl NetworkCombo;

OkButton Source code

var UDebugSmallLoadMapButton OkButton;


Functions Detail

BeforePaint Source code

function BeforePaint ( Canvas C, float X, float Y) )

Created Source code

function Created ( ) )

LoadMapList Source code

function LoadMapList ( ) )

Notify Source code

function Notify ( UWindow.UWindowDialogControl C, byte E) )

Paint Source code

function Paint ( Canvas C, float X, float Y) )

Resized Source code

function Resized ( ) )

WindowEvent Source code

function WindowEvent ( WinMessage Msg, Canvas C, float X, float Y, int Key) )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:37.992 - Created with UnCodeX