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
{
	OnKeyEvent=InternalOnKeyEvent


	Begin Object Class=GUIButton Name=OkButton
		Caption="OK"
		WinWidth=0.200000
		WinHeight=0.040000
		WinLeft=0.400000
		WinTop=0.549479
		OnClick=InternalOnClick
	End Object
    b_Ok=OKButton


	Begin Object class=GUILabel Name=DialogText
		Caption="WARNING"
		TextALign=TXTA_Center
		StyleName="TextButton"
		FontScale=FNS_Large
		WinWidth=0.884722
		WinHeight=0.042149
		WinLeft=0.056771
		WinTop=0.389843
		VertAlign=TXTA_Center
	End Object
    l_Text=DialogText


	Begin Object class=GUILabel Name=DialogText2
		TextALign=TXTA_Center
		StyleName="TextLabel"
		WinWidth=0.912500
		WinHeight=0.126524
		WinLeft=0.043750
		WinTop=0.431249
		bMultiline=true
	End Object
    l_Text2=DialogText2
}

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