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

KFGui.KFDisconnectPage

Extends
GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- KFGui.KFDisconnectPage

Variables Summary
floatBarHeight
floatBarVPos
boolbIgnoreEsc
floatButtonHeight
floatButtonHGap
floatButtonVGap
floatButtonWidth
stringLeaveMPButtonText
stringLeaveSPButtonText
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
event HandleParameters (string Param1, string Param2))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool InternalOnClick (GUIComponent Sender))
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility


Variables Detail

BarHeight Source code

var float BarHeight;

BarVPos Source code

var float BarVPos;

bIgnoreEsc Source code

var bool bIgnoreEsc;

ButtonHeight Source code

var float ButtonHeight;

ButtonHGap Source code

var float ButtonHGap;

ButtonVGap Source code

var float ButtonVGap;

ButtonWidth Source code

var float ButtonWidth;

LeaveMPButtonText Source code

var localized string LeaveMPButtonText;

LeaveSPButtonText Source code

var localized string LeaveSPButtonText;


Functions Detail

HandleParameters Source code

event HandleParameters ( string Param1, string Param2) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
     bIgnoreEsc=True
     bRequire640x480=False
     OpenSound=Sound'ROMenuSounds.Generic.msfxEdit'
     Begin Object Class=AltSectionBackground Name=NetStatBackground
         WinTop=0.375000
         WinLeft=0.125000
         WinWidth=0.750000
         WinHeight=0.250000
         bNeverFocus=True
         OnPreDraw=NetStatBackground.InternalPreDraw
     End Object
     Controls(0)=AltSectionBackground'KFGui.KFDisconnectPage.NetStatBackground'


     Begin Object Class=GUIButton Name=NetStatOk
         Caption="OK"
         StyleName="MidGameButton"
         WinTop=0.675000
         WinLeft=0.375000
         WinWidth=0.250000
         WinHeight=0.050000
         bBoundToParent=True
         OnClick=KFDisconnectPage.InternalOnClick
         OnKeyEvent=NetStatOk.InternalOnKeyEvent
     End Object
     Controls(1)=GUIButton'KFGui.KFDisconnectPage.NetStatOk'


     Begin Object Class=GUILabel Name=NetStatLabel
         TextAlign=TXTA_Center
         TextColor=(B=255,G=255,R=255)
         TextFont="UT2HeaderFont"
         bMultiLine=True
         WinTop=0.125000
         WinHeight=0.500000
         bBoundToParent=True
     End Object
     Controls(2)=GUILabel'KFGui.KFDisconnectPage.NetStatLabel'


     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:46.303 - Created with UnCodeX