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

GUI2K4.UT2K4SP_MapChallenge

Extends
LargeWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LargeWindow
                        |   
                        +-- GUI2K4.UT2K4SP_MapChallenge

Variables Summary
CacheManager.MapRecordActiveMap
GUIButtonbtnCancel
GUIButtonbtnOk
stringChallengeDesc
UT2K4MatchInfoChalMI
floatChangeCost
UT2K4GameProfileGP
GUIImageimgMap
GUIImageimgMapBg
GUIScrollTextBoxlblDesc
GUILabellblTitle
Inherited Variables from GUI2K4.FloatingWindow
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName

Delegates Summary
delegate MapSelectionUpdate ()

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool OnCancelClick (GUIComponent Sender)
functionbool OnOkClick (GUIComponent Sender)
Inherited Functions from GUI2K4.FloatingWindow
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked


Variables Detail

ActiveMap Source code

var CacheManager.MapRecord ActiveMap;

btnCancel Source code

var automated GUIButton btnCancel;

btnOk Source code

var automated GUIButton btnOk;

ChallengeDesc Source code

var localized string ChallengeDesc;

ChalMI Source code

var UT2K4MatchInfo ChalMI;
Challenge match info

ChangeCost Source code

var float ChangeCost;

GP Source code

var UT2K4GameProfile GP;

imgMap Source code

var automated GUIImage imgMap;

imgMapBg Source code

var automated GUIImage imgMapBg;

lblDesc Source code

var automated GUIScrollTextBox lblDesc;

lblTitle Source code

var automated GUILabel lblTitle;


Delegates Detail

MapSelectionUpdate Source code

delegate MapSelectionUpdate ( )
called when the OK button was clicked


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

OnCancelClick Source code

function bool OnCancelClick ( GUIComponent Sender )

OnOkClick Source code

function bool OnOkClick ( GUIComponent Sender )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUILabel Name=SPClblTitle
         Caption="Change Arena"
         TextAlign=TXTA_Center
         FontScale=FNS_Large
         StyleName="TextLabel"
         WinTop=0.057847
         WinLeft=0.021563
         WinWidth=0.762501
         WinHeight=0.052500
         RenderWeight=0.200000
         bBoundToParent=True
     End Object
     lblTitle=GUILabel'GUI2K4.UT2K4SP_MapChallenge.SPClblTitle'

     Begin Object Class=GUIButton Name=SPMbtnOk
         Caption="CHANGE"
         FontScale=FNS_Small
         WinTop=0.854397
         WinLeft=0.685071
         WinWidth=0.222222
         WinHeight=0.044444
         RenderWeight=0.200000
         TabOrder=1
         bBoundToParent=True
         OnClick=UT2K4SP_MapChallenge.onOkClick
         OnKeyEvent=SPMbtnOk.InternalOnKeyEvent
     End Object
     btnOK=GUIButton'GUI2K4.UT2K4SP_MapChallenge.SPMbtnOk'

     Begin Object Class=GUIButton Name=SPCbtnCancel
         Caption="CANCEL"
         FontScale=FNS_Small
         WinTop=0.854397
         WinLeft=0.037848
         WinWidth=0.222222
         WinHeight=0.044444
         RenderWeight=0.200000
         TabOrder=2
         bBoundToParent=True
         OnClick=UT2K4SP_MapChallenge.onCancelClick
         OnKeyEvent=SPCbtnCancel.InternalOnKeyEvent
     End Object
     btnCancel=GUIButton'GUI2K4.UT2K4SP_MapChallenge.SPCbtnCancel'

     Begin Object Class=GUIImage Name=SPCimgMapBg
         Image=Texture'2K4Menus.Controls.sectionback'
         ImageStyle=ISTY_Scaled
         WinTop=0.144641
         WinLeft=0.222222
         WinWidth=0.444444
         WinHeight=0.333333
         bBoundToParent=True
     End Object
     imgMapBg=GUIImage'GUI2K4.UT2K4SP_MapChallenge.SPCimgMapBg'

     Begin Object Class=GUIImage Name=SPCimgMap
         Image=Texture'2K4Menus.Controls.sectionback'
         ImageStyle=ISTY_Scaled
         WinTop=0.155865
         WinLeft=0.224722
         WinWidth=0.441667
         WinHeight=0.321250
         RenderWeight=0.150000
         bBoundToParent=True
     End Object
     imgMap=GUIImage'GUI2K4.UT2K4SP_MapChallenge.SPCimgMap'

     Begin Object Class=GUIScrollTextBox Name=SPClblDesc
         bNoTeletype=True
         OnCreateComponent=SPClblDesc.InternalOnCreateComponent
         WinTop=0.717846
         WinLeft=0.042813
         WinWidth=0.731251
         WinHeight=0.090000
         RenderWeight=0.200000
         TabOrder=1
         bBoundToParent=True
     End Object
     lblDesc=GUIScrollTextBox'GUI2K4.UT2K4SP_MapChallenge.SPClblDesc'

     ChallengeDesc="The current arena for this match is %curmap%.|You can change this arena to %altmap% when you pay %fee%."
     DefaultLeft=0.100000
     DefaultWidth=0.800000
     WinLeft=0.100000
     WinWidth=0.800000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:23.593 - Created with UnCodeX