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=GUILabel Name=IPDesc
		Caption="Enter New IP Address"
		TextAlign=TXTA_Center
		StyleName="TextLabel"
		FontScale=FNS_Large
		WinWidth=1
		WinLeft=0
		WinTop=0.4
		WinHeight=32
	End Object


	
	Begin Object class=moEditBox Name=IpEntryBox
		Caption="IP Address: "
		LabelJustification=TXTA_Right
		CaptionWidth=0.55
		ComponentWidth=-1
		WinWidth=0.500000
		WinHeight=0.04
		WinLeft=0.160000
		WinTop=0.466667
		TabOrder=0
	End Object


	l_Text=IPDesc
	ed_Data=IPEntryBox
}

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