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

GUI2K4.UT2K4InternetSettingsPage

Extends
MessageWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.MessageWindow
                     |   
                     +-- GUI2K4.UT2K4InternetSettingsPage

Variables Summary
GUIButtonb_Cancel
GUIButtonb_OK
moComboBoxco_Netspeed
moEditboxed_PlayerName
Inherited Variables from GUI2K4.PopupPageBase
bClosing, bFading, CurFade, CurFadeTime, DesiredFade, FadeTime, i_FrameBG

Functions Summary
event Closed (GUIComponent Sender, bool bCancelled ))
functionint GetNetspeedIndex (int Netspeed ))
functionstring GetNetspeedValue (int i ))
function InitComponent (GUIController InController, GUIComponent InOwner))
functionbool InternalOnClick (GUIComponent Sender ))
function SetupNetspeedCombo ()))
function SetupPlayerName ()))
Inherited Functions from GUI2K4.PopupPageBase
FadeIn, FadeOut, InternalOnPreDraw, Opened


Variables Detail

b_Cancel Source code

var automated GUIButton b_Cancel;

b_OK Source code

var automated GUIButton b_OK;

co_Netspeed Source code

var automated moComboBox co_Netspeed;

ed_PlayerName Source code

var automated moEditbox ed_PlayerName;


Functions Detail

Closed Source code

event Closed ( GUIComponent Sender, bool bCancelled ) )

GetNetspeedIndex Source code

function int GetNetspeedIndex ( int Netspeed ) )

GetNetspeedValue Source code

function string GetNetspeedValue ( int i ) )

InitComponent Source code

function InitComponent ( GUIController InController, GUIComponent InOwner) )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender ) )

SetupNetspeedCombo Source code

function SetupNetspeedCombo ( ) )

SetupPlayerName Source code

function SetupPlayerName ( ) )


Defaultproperties

defaultproperties
{
    Begin Object Class=moEditBox Name=PlayerNameEditbox
        bVerticalLayout=True
        LabelJustification=TXTA_Center
        ComponentJustification=TXTA_Center
        Caption="Player Name: "
		WinWidth=0.381250
		WinHeight=0.090000
		WinLeft=0.085000
		WinTop=0.401666
        bStandardized=False
    End Object
	ed_PlayerName=PlayerNameEditBox


    Begin Object Class=moComboBox Name=NetspeedComboBox
        bVerticalLayout=True
        LabelJustification=TXTA_Center
        ComponentJustification=TXTA_Center
        Caption="Netspeed: "
		WinWidth=0.341250
		WinHeight=0.090000
		WinLeft=0.537500
		WinTop=0.401666
        bStandardized=False
        bReadOnly=true
    End Object
	co_Netspeed=NetspeedComboBox


	Begin Object Class=GUIButton Name=InternetSettingsOKButton
		Caption="OK"
		OnClick=InternalOnClick
		WinWidth=0.136250
		WinHeight=0.045000
		WinLeft=0.741251
		WinTop=0.556666
	End Object
	b_OK=InternetSettingsOKButton


	Begin Object Class=GUIButton Name=InternetSettingsCancelButton
		Caption="CANCEL"
		OnClick=InternalOnClick
		WinWidth=0.130000
		WinHeight=0.045000
		WinLeft=0.595000
		WinTop=0.556666
	End Object
	b_Cancel=InternetSettingsCancelButton
}

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