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

KFGui.KFQuitPage

Extends
UT2K4QuitPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.MessageWindow
                     |   
                     +-- GUI2K4.BlackoutWindow
                        |   
                        +-- GUI2K4.UT2K4QuitPage
                           |   
                           +-- KFGui.KFQuitPage

Variables Summary
Inherited Variables from GUI2K4.UT2K4QuitPage
NoButton, QuitDesc, YesButton

Functions Summary
functionbool InternalOnClick (GUIComponent Sender))
Inherited Functions from GUI2K4.UT2K4QuitPage
InternalOnClick, InternalOnKeyEvent


Functions Detail

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIButton Name=QuitBackground
         StyleName="SquareBar"
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
         bAcceptsInput=False
         bNeverFocus=True
         OnKeyEvent=QuitBackground.InternalOnKeyEvent
     End Object
     Controls(0)=GUIButton'KFGui.KFQuitPage.QuitBackground'


     Begin Object Class=GUIButton Name=YesButton
         Caption="YES"
         WinTop=0.750000
         WinLeft=0.125000
         WinWidth=0.200000
         bBoundToParent=True
         OnClick=KFQuitPage.InternalOnClick
         OnKeyEvent=YesButton.InternalOnKeyEvent
     End Object
     Controls(1)=GUIButton'KFGui.KFQuitPage.YesButton'


     Begin Object Class=GUIButton Name=NoButton
         Caption="NO"
         WinTop=0.750000
         WinLeft=0.650000
         WinWidth=0.200000
         bBoundToParent=True
         OnClick=KFQuitPage.InternalOnClick
         OnKeyEvent=NoButton.InternalOnKeyEvent
     End Object
     Controls(2)=GUIButton'KFGui.KFQuitPage.NoButton'


     Begin Object Class=GUILabel Name=QuitDesc
         Caption="Are you sure you want to Exit?"
         TextAlign=TXTA_Center
         TextColor=(B=255,G=255,R=255)
         TextFont="UT2HeaderFont"
         WinTop=0.400000
         WinHeight=0.041667
     End Object
     Controls(3)=GUILabel'KFGui.KFQuitPage.QuitDesc'


     Begin Object Class=GUILabel Name=QuitDescLine2
         Caption="You can run. But they'll find you before dawn."
         TextAlign=TXTA_Center
         TextColor=(B=255,G=255,R=255)
         TextFont="UT2HeaderFont"
         WinTop=0.458333
         WinHeight=0.041667
     End Object
     Controls(4)=GUILabel'KFGui.KFQuitPage.QuitDescLine2'


     WinTop=0.375000
     WinHeight=0.250000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:47.231 - Created with UnCodeX