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
{
	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=GUILabel Name=ServerName
		StyleName="TextLabel"
		TextAlign=TXTA_Center
		WinWidth=0.854492
		WinHeight=0.050000
		WinLeft=0.070313
		WinTop=0.299479
	End Object
	l_name=ServerName


	Begin Object class=moEditBox Name=IpEntryBox
		Caption="IP Address: "
		LabelJustification=TXTA_Left
		ComponentJustification=TXTA_Left
		CaptionWidth=0.35
		ComponentWidth=-1
		WinWidth=0.590820
		WinHeight=0.030000
		WinLeft=0.192383
		WinTop=0.487500
		TabOrder=0
		bAutoSizeCaption=True
	End Object
	ed_Data=IPEntryBox


	UnknownText="Unknown Server"
}

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