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

GUI2K4.UT2K4ChatPassword

Extends
UT2K4GetDataMenu

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

Variables Summary
stringChatRoomTitle
stringIncorrectPassword
Inherited Variables from GUI2K4.UT2K4GetDataMenu
b_Cancel, ed_Data
Inherited Variables from GUI2K4.UT2K4GenericMessageBox
b_OK, l_Text, l_Text2

Functions Summary
function HandleParameters (string Title, string FailCode))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool InternalOnClick (GUIComponent Sender))
function RetryPassword ()))
Inherited Functions from GUI2K4.UT2K4GetDataMenu
GetDataString, HandleParameters, InitComponent, InternalOnClick, InternalOnKeyEvent, InternalOnPreDraw, SetDataString
Inherited Functions from GUI2K4.UT2K4GenericMessageBox
HandleParameters, InternalOnClick, InternalOnKeyEvent


Variables Detail

ChatRoomTitle Source code

var string ChatRoomTitle;

IncorrectPassword Source code

var localized string IncorrectPassword;


Functions Detail

HandleParameters Source code

function HandleParameters ( string Title, string FailCode) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender) )

RetryPassword Source code

function RetryPassword ( ) )


Defaultproperties

defaultproperties
{
	IncorrectPassword="Incorrect password specified for channel '%ChatRoom%' ."


	Begin Object class=moEditBox Name=GetPassPW
		WinWidth=0.643751
		WinHeight=0.047305
		WinLeft=0.212500
		WinTop=0.497450
		Caption="Chat Room Password"
		CaptionWidth=0.4
		TabOrder=0
	End Object
	ed_Data=GetPassPW


	Begin Object Class=GUIButton Name=GetPassRetry
		Caption="RETRY"
		StyleName="SquareButton"
		OnClick=InternalOnClick
		bBoundToParent=true
		WinWidth=0.131641
		WinHeight=0.040000
		WinLeft=0.346289
		WinTop=0.561667
		TabOrder=1
	End Object
	b_OK=GetPassRetry


	Begin Object Class=GUIButton Name=GetPassFail
		Caption="CANCEL"
		StyleName="SquareButton"
		OnClick=InternalOnClick
		bBoundToParent=true
		WinWidth=0.1475
		WinHeight=0.045000
		WinLeft=0.586523
		WinTop=0.561667
		TabOrder=2
	End Object
	b_Cancel=GetPassFail


	Begin Object Class=GUILabel Name=GetPassLabel
		Caption="A password is required to join this chat room"
		TextAlign=TXTA_Center
		StyleName="TextLabel"
		FontScale=FNS_Large
		WinWidth=0.995117
		WinHeight=0.054688
		WinLeft=0.010742
		WinTop=0.318897
		bBoundToParent=true
		bMultiLine=True
	End Object
	l_Text=GetPassLabel


	OpenSound=sound'MenuSounds.SelectDshort'
	bAllowedAsLast=true
}

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