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

GUI2K4.UT2K4IRC_ChanKey

Extends
UT2K4GetDataMenu

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

Variables Summary
stringEditCaption
stringEditHint
stringkchan
stringmsgCaption
Inherited Variables from GUI2K4.UT2K4GetDataMenu
b_Cancel, ed_Data
Inherited Variables from GUI2K4.UT2K4GenericMessageBox
b_OK, l_Text, l_Text2

Functions Summary
functionstring GetDataString ()
function HandleParameters (string A, string B)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Owner)
Inherited Functions from GUI2K4.UT2K4GetDataMenu
GetDataString, HandleParameters, InitComponent, InternalOnClick, InternalOnKeyEvent, InternalOnPreDraw, SetDataString
Inherited Functions from GUI2K4.UT2K4GenericMessageBox
HandleParameters, InternalOnClick, InternalOnKeyEvent


Variables Detail

EditCaption Source code

var localized string EditCaption;

EditHint Source code

var localized string EditHint;

kchan Source code

var string kchan;

msgCaption Source code

var localized string msgCaption;


Functions Detail

GetDataString Source code

function string GetDataString ( )

HandleParameters Source code

function HandleParameters ( string A, string B )
A = the channel

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnCreateComponent Source code

function InternalOnCreateComponent ( GUIComponent NewComp, GUIComponent Owner )


Defaultproperties

defaultproperties
{
     EditCaption="Channel key: "
     EditHint="Enter the channel key"
     msgCaption="%chan% is protected with a key."
     OnCreateComponent=UT2K4IRC_ChanKey.InternalOnCreateComponent
}

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