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

GUI2K4.UT2K4GenericMessageBox

Extends
MessageWindow

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

Direct Known Subclasses:

UT2K4GetDataMenu, UT2K4PerformWarn, UT2K4VideoChangeOK

Variables Summary
GUIButtonb_OK
GUILabell_Text
GUILabell_Text2
Inherited Variables from GUI2K4.PopupPageBase
bClosing, bFading, CurFade, CurFadeTime, DesiredFade, FadeTime, i_FrameBG

Functions Summary
function HandleParameters (string Param1, string Param2)
functionbool InternalOnClick (GUIComponent Sender)
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta)
Inherited Functions from GUI2K4.PopupPageBase
FadeIn, FadeOut, InternalOnPreDraw, Opened


Variables Detail

b_OK Source code

var automated GUIButton b_OK;

l_Text Source code

var automated GUILabel l_Text;

l_Text2 Source code

var automated GUILabel l_Text2;


Functions Detail

HandleParameters Source code

function HandleParameters ( string Param1, string Param2 )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

InternalOnKeyEvent Source code

function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIButton Name=OkButton
         Caption="OK"
         WinTop=0.549479
         WinLeft=0.400000
         WinWidth=0.200000
         OnClick=UT2K4GenericMessageBox.InternalOnClick
         OnKeyEvent=OkButton.InternalOnKeyEvent
     End Object
     b_OK=GUIButton'GUI2K4.UT2K4GenericMessageBox.OkButton'

     Begin Object Class=GUILabel Name=DialogText
         Caption="WARNING"
         TextAlign=TXTA_Center
         VertAlign=TXTA_Center
         FontScale=FNS_Large
         StyleName="TextButton"
         WinTop=0.389843
         WinLeft=0.056771
         WinWidth=0.884722
         WinHeight=0.042149
     End Object
     l_Text=GUILabel'GUI2K4.UT2K4GenericMessageBox.DialogText'

     Begin Object Class=GUILabel Name=DialogText2
         TextAlign=TXTA_Center
         bMultiLine=True
         StyleName="TextLabel"
         WinTop=0.431249
         WinLeft=0.043750
         WinWidth=0.912500
         WinHeight=0.126524
     End Object
     l_Text2=GUILabel'GUI2K4.UT2K4GenericMessageBox.DialogText2'

     OnKeyEvent=UT2K4GenericMessageBox.InternalOnKeyEvent
}

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