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

UTV2004c.utvWatcherMenu

Extends
GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- UTV2004c.utvWatcherMenu

Variables Summary
floatBoxHeight
floatBoxWidth
floatItemGap
floatItemHeight
floatMarginWidth
utvInteractionui
utvReplicationur
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
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function InternalOnChange (GUIComponent Sender)
functionbool InternalOnClick (GUIComponent Sender)
function InternalOnClose (optional bool bCanceled)
function SaveDefaults ()
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

BoxHeight Source code

var float BoxHeight;

BoxWidth Source code

var float BoxWidth;

ItemGap Source code

var float ItemGap;

ItemHeight Source code

var float ItemHeight;

MarginWidth Source code

var float MarginWidth;

ui Source code

var utvInteraction ui;

ur Source code

var utvReplication ur;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

InternalOnClose Source code

function InternalOnClose ( optional bool bCanceled )

SaveDefaults Source code

function SaveDefaults ( )


Defaultproperties

defaultproperties
{
     BoxHeight=0.470000
     BoxWidth=0.500000
     MarginWidth=0.020000
     ItemHeight=0.040000
     ItemGap=0.010000
     bRenderWorld=Wahr
     bRequire640x480=Falsch
     bAllowedAsLast=Wahr
     Begin Object Class=GUIImage Name=Background
         Image=Texture'2K4Menus.NewControls.Display95'
         ImageStyle=ISTY_Stretched
         bNeverFocus=Wahr
     End Object
     Controls(0)=GUIImage'UTV2004c.utvWatcherMenu.Background'

     Begin Object Class=GUILabel Name=TitleText
         Caption="UTV2004 Watcher settings"
         TextAlign=TXTA_Center
         TextColor=(B=0,G=255,R=255)
         bMultiLine=Wahr
     End Object
     Controls(1)=GUILabel'UTV2004c.utvWatcherMenu.TitleText'

     Begin Object Class=GUILabel Name=Label1
         Caption="View rotation"
         TextColor=(B=255,G=255,R=255)
         TextFont="UT2MidGameFont"
         bMultiLine=Wahr
     End Object
     Controls(2)=GUILabel'UTV2004c.utvWatcherMenu.Label1'

     Begin Object Class=moComboBox Name=ComboBox
         CaptionWidth=0.000000
         OnCreateComponent=ComboBox.InternalOnCreateComponent
         OnChange=utvWatcherMenu.InternalOnChange
     End Object
     Controls(3)=moComboBox'UTV2004c.utvWatcherMenu.ComboBox'

     Controls(4)=GUILabel'UTV2004c.utvWatcherMenu.Label1'

     Controls(5)=GUILabel'UTV2004c.utvWatcherMenu.Label1'

     Begin Object Class=GUIButton Name=OkButton
         Caption="OK"
         StyleName="MidGameButton"
         OnClick=utvWatcherMenu.InternalOnClick
         OnKeyEvent=OkButton.InternalOnKeyEvent
     End Object
     Controls(6)=GUIButton'UTV2004c.utvWatcherMenu.OkButton'

     Begin Object Class=GUILabel Name=Label2
         Caption="Follow primary"
         TextColor=(B=255,G=255,R=255)
         TextFont="UT2MidGameFont"
         bMultiLine=Wahr
     End Object
     Controls(7)=GUILabel'UTV2004c.utvWatcherMenu.Label2'

     Begin Object Class=GUICheckBoxButton Name=Button2
         OnKeyEvent=Button2.InternalOnKeyEvent
     End Object
     Controls(8)=GUICheckBoxButton'UTV2004c.utvWatcherMenu.Button2'

     Begin Object Class=GUILabel Name=Label3
         Caption="Show UTV Chat"
         TextColor=(B=255,G=255,R=255)
         TextFont="UT2MidGameFont"
         bMultiLine=Wahr
     End Object
     Controls(9)=GUILabel'UTV2004c.utvWatcherMenu.Label3'

     Begin Object Class=GUICheckBoxButton Name=Button3
         OnKeyEvent=Button3.InternalOnKeyEvent
     End Object
     Controls(10)=GUICheckBoxButton'UTV2004c.utvWatcherMenu.Button3'

}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mo 16.4.2007 11:20:36.296 - Created with UnCodeX