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

UMenu.UMenuSlotClientWindow

Extends
UMenuDialogClientWindow
Modifiers
config ( user )

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

Direct Known Subclasses:

UMenuLoadGameClientWindow, UMenuSaveGameClientWindow

Variables Summary
stringMonthNames[12]
stringSlotHelp
stringSlotNames[9]
UMenuRaisedButtonSlots[9]
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
Inherited Functions from UMenu.UMenuDialogClientWindow
Notify
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint


Variables Detail

MonthNames[12] Source code

var localized string MonthNames[12];

SlotHelp Source code

var localized string SlotHelp;

SlotNames[9] Source code

var globalconfig string SlotNames[9];

Slots[9] Source code

var UMenuRaisedButton Slots[9];


Functions Detail

BeforePaint Source code

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

Created Source code

function Created ( ) )


Defaultproperties

defaultproperties
{
     SlotNames(0)="..Empty.."
     SlotNames(1)="..Empty.."
     SlotNames(2)="..Empty.."
     SlotNames(3)="..Empty.."
     SlotNames(4)="..Empty.."
     SlotNames(5)="..Empty.."
     SlotNames(6)="..Empty.."
     SlotNames(7)="..Empty.."
     SlotNames(8)="..Empty.."
     MonthNames(0)="January"
     MonthNames(1)="February"
     MonthNames(2)="March"
     MonthNames(3)="April"
     MonthNames(4)="May"
     MonthNames(5)="June"
     MonthNames(6)="July"
     MonthNames(7)="August"
     MonthNames(8)="September"
     MonthNames(9)="October"
     MonthNames(10)="November"
     MonthNames(11)="December"
     SlotHelp="Press to activate this slot. (Save/Load)"
}

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