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

GUI2K4.EditFavoritePage

Extends
UT2K4Browser_OpenIP

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

Variables Summary
GUILabell_name
GameInfo.ServerResponseLineServer
stringUnknownText
Inherited Variables from GUI2K4.UT2K4Browser_OpenIP
CancelButtonHint, EditBoxHint, OKButtonHint
Inherited Variables from GUI2K4.UT2K4GetDataMenu
b_Cancel, ed_Data

Functions Summary
function ApplyURL (string URL)
function HandleParameters (string ServerIP, string ServerName)
Inherited Functions from GUI2K4.UT2K4Browser_OpenIP
ApplyURL, Execute, HandleParameters, InitComponent, InternalOnClick, InternalOnKeyEvent, StripProtocol
Inherited Functions from GUI2K4.UT2K4GetDataMenu
GetDataString, HandleParameters, InitComponent, InternalOnClick, InternalOnKeyEvent, InternalOnPreDraw, SetDataString


Variables Detail

l_name Source code

var automated GUILabel l_name;

Server Source code

var GameInfo.ServerResponseLine Server;

UnknownText Source code

var localized string UnknownText;


Functions Detail

ApplyURL Source code

function ApplyURL ( string URL )

HandleParameters Source code

function HandleParameters ( string ServerIP, string ServerName )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUILabel Name=ServerName
         TextAlign=TXTA_Center
         StyleName="TextLabel"
         WinTop=0.299479
         WinLeft=0.070313
         WinWidth=0.854492
         WinHeight=0.050000
     End Object
     l_name=GUILabel'GUI2K4.EditFavoritePage.ServerName'

     UnknownText="Unknown Server"
     OKButtonHint="Close the page and save the new IP to your favorites list."
     CancelButtonHint="Close the page and discard any changes."
     EditBoxHint="Enter the URL for this favorite - separate IP and port with the   :   symbol"
     Begin Object Class=moEditBox Name=IpEntryBox
         ComponentJustification=TXTA_Left
         CaptionWidth=0.350000
         Caption="IP Address: "
         OnCreateComponent=IpEntryBox.InternalOnCreateComponent
         WinTop=0.487500
         WinLeft=0.192383
         WinWidth=0.590820
         TabOrder=0
     End Object
     ed_Data=moEditBox'GUI2K4.EditFavoritePage.IpEntryBox'

}

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