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

GUI2K4.UT2K4Browser_OpenIP

Extends
UT2K4GetDataMenu

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.MessageWindow
                     |   
                     +-- GUI2K4.UT2K4GenericMessageBox
                        |   
                        +-- GUI2K4.UT2K4GetDataMenu
                           |   
                           +-- GUI2K4.UT2K4Browser_OpenIP

Direct Known Subclasses:

EditFavoritePage

Variables Summary
stringCancelButtonHint
stringEditBoxHint
stringOKButtonHint
Inherited Variables from GUI2K4.UT2K4GetDataMenu
b_Cancel, ed_Data
Inherited Variables from GUI2K4.UT2K4GenericMessageBox
b_OK, l_Text, l_Text2

Functions Summary
function ApplyURL (string URL)
function Execute ()
function HandleParameters (string s, string s2)
function InitComponent (GUIController pMyController, GUIComponent MyOwner)
functionbool InternalOnClick (GUIComponent Sender)
functionbool InternalOnKeyEvent (out byte Key, out byte State, float Delta)
functionstring StripProtocol (string s)
Inherited Functions from GUI2K4.UT2K4GetDataMenu
GetDataString, HandleParameters, InitComponent, InternalOnClick, InternalOnKeyEvent, InternalOnPreDraw, SetDataString
Inherited Functions from GUI2K4.UT2K4GenericMessageBox
HandleParameters, InternalOnClick, InternalOnKeyEvent


Variables Detail

CancelButtonHint Source code

var localized string CancelButtonHint;

EditBoxHint Source code

var localized string EditBoxHint;

OKButtonHint Source code

var localized string OKButtonHint;


Functions Detail

ApplyURL Source code

function ApplyURL ( string URL )

Execute Source code

function Execute ( )

HandleParameters Source code

function HandleParameters ( string s, string s2 )

InitComponent Source code

function InitComponent ( GUIController pMyController, GUIComponent MyOwner )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

InternalOnKeyEvent Source code

function bool InternalOnKeyEvent ( out byte Key, out byte State, float Delta )

StripProtocol Source code

function string StripProtocol ( string s )


Defaultproperties

defaultproperties
{
     OKButtonHint="Open a connection to this IP address."
     CancelButtonHint="Close this page without connecting to a server."
     EditBoxHint="Enter the address for the server you'd like to connect to - separate the IP and port with the  :  symbol"
     Begin Object Class=moEditBox Name=IpEntryBox
         LabelJustification=TXTA_Right
         CaptionWidth=0.550000
         Caption="IP Address: "
         OnCreateComponent=IpEntryBox.InternalOnCreateComponent
         WinTop=0.466667
         WinLeft=0.160000
         WinHeight=0.040000
         TabOrder=0
     End Object
     ed_Data=moEditBox'GUI2K4.UT2k4Browser_OpenIP.IpEntryBox'

     Begin Object Class=GUILabel Name=IPDesc
         Caption="Enter New IP Address"
         TextAlign=TXTA_Center
         FontScale=FNS_Large
         StyleName="TextLabel"
         WinTop=0.400000
         WinHeight=32.000000
     End Object
     l_Text=GUILabel'GUI2K4.UT2k4Browser_OpenIP.IPDesc'

}

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