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

XInterface.UT2K4GUIPage

Extends
GUIPage
Modifiers
abstract

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage

Direct Known Subclasses:

PopupPageBase, UT2k4MainMenu, UT2K4MainPage, UT2K4MidGameMenu, UT2K4ServerInfo, UT2K4SP_HighScores, UT2K4SP_Message

Variables Summary
SoundBeepSound
SoundFadeInSound
SoundPopInSound
SoundSlideInSound
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
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

BeepSound Source code

var Sound BeepSound;

FadeInSound Source code

var Sound FadeInSound;

PopInSound Source code

var Sound PopInSound;

SlideInSound Source code

var Sound SlideInSound;


Defaultproperties

defaultproperties
{
     PopInSound=Sound'2K4MenuSounds.MainMenu.OptionIn'
     SlideInSound=Sound'2K4MenuSounds.MainMenu.GraphSlide'
     FadeInSound=Sound'2K4MenuSounds.MainMenu.CharFade'
     BeepSound=Sound'MenuSounds.select3'
     WinTop=0.375000
     WinHeight=0.500000
}

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