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

UTMenu.KillGameQueryClient

Extends
UMenuDialogClientWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UMenu.UMenuDialogClientWindow
               |   
               +-- UTMenu.KillGameQueryClient

Variables Summary
UWindowSmallButtonNoButton
stringNoText
UMenuLabelControlQueryLabel
stringQueryText
intSlotIndex
SlotWindowSlotWindow
UWindowSmallButtonYesButton
stringYesText
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function Created ()))
function NoPressed ()))
function Notify (UWindowDialogControl C, byte E))
function Paint (Canvas C, float X, float Y))
function Resized ()))
function YesPressed ()))
Inherited Functions from UMenu.UMenuDialogClientWindow
Notify
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint


Variables Detail

NoButton Source code

var UWindowSmallButton NoButton;

NoText Source code

var localized string NoText;

QueryLabel Source code

var UMenuLabelControl QueryLabel;

QueryText Source code

var localized string QueryText;

SlotIndex Source code

var int SlotIndex;

SlotWindow Source code

var SlotWindow SlotWindow;

YesButton Source code

var UWindowSmallButton YesButton;

YesText Source code

var localized string YesText;


Functions Detail

Created Source code

function Created ( ) )

NoPressed Source code

function NoPressed ( ) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

Paint Source code

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

Resized Source code

function Resized ( ) )

YesPressed Source code

function YesPressed ( ) )


Defaultproperties

defaultproperties
{
     QueryText="Are you sure you want to remove this save game?"
     YesText="Yes"
     NoText="No"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:14:37.501 - Created with UnCodeX