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"
		WinWidth=0.762501
		WinHeight=0.052500
		WinLeft=0.021563
		WinTop=0.057847
		RenderWeight=0.2
		StyleName="TextLabel"
		FontScale=FNS_Large
		TextALign=TXTA_Center
		bBoundToParent=true
	End Object
	lblTitle=SPClblTitle


	Begin Object Class=GUIButton Name=SPMbtnOk
		Caption="CHANGE"
		WinWidth=0.222222
		WinHeight=0.044444
		WinLeft=0.685071
		WinTop=0.854397
		OnClick=onOkClick
		RenderWeight=0.2
		FontScale=FNS_Small
		TabOrder=1
		bBoundToParent=true
	End Object
	btnOk=SPMbtnOk


	Begin Object Class=GUIButton Name=SPCbtnCancel
		Caption="CANCEL"
		WinWidth=0.222222
		WinHeight=0.044444
		WinLeft=0.037848
		WinTop=0.854397
		OnClick=onCancelClick
		RenderWeight=0.2
		FontScale=FNS_Small
		TabOrder=2
		bBoundToParent=true
	End Object
	btnCancel=SPCbtnCancel


	Begin Object class=GUIImage name=SPCimgMapBg
		WinWidth=0.444444
		WinHeight=0.333333
		WinLeft=0.222222
		WinTop=0.144641
		RenderWeight=0.1
		Image=Material'2K4Menus.Controls.sectionback'
		ImageStyle=ISTY_Scaled
		bBoundToParent=true
	End Object
	imgMapBg=SPCimgMapBg


	Begin Object class=GUIImage name=SPCimgMap
		WinWidth=0.441667
		WinHeight=0.321250
		WinLeft=0.224722
		WinTop=0.155865
		RenderWeight=0.15
		Image=Material'2K4Menus.Controls.sectionback'
		ImageStyle=ISTY_Scaled
		bBoundToParent=true
	End Object
	imgMap=SPCimgMap


	Begin Object Class=GUIScrollTextBox Name=SPClblDesc
		WinWidth=0.731251
		WinHeight=0.090000
		WinLeft=0.042813
		WinTop=0.717846
		RenderWeight=0.2
		TabOrder=1
		bNoTeletype=true
		StyleName="NoBackground"
		bBoundToParent=true
	End Object
	lblDesc=SPClblDesc


	ChallengeDesc="The current arena for this match is %curmap%.|You can change this arena to %altmap% when you pay %fee%."


	DefaultLeft=0.1
	DefaultTop=0.2
	DefaultWidth=0.8
	DefaultHeight=0.6


	WinLeft=0.1
	WinTop=0.2
	WinWidth=0.8
	WinHeight=0.6
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:27.663 - Created with UnCodeX