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

GUI2K4.TeamSymbolConfig

Extends
LockedFloatingWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LockedFloatingWindow
                        |   
                        +-- GUI2K4.TeamSymbolConfig

Variables Summary
GUIHorzScrollButtonb_AddBlue
GUIHorzScrollButtonb_AddRed
MaterialInitialBlue
MaterialInitialRed
GUIImagei_BluePreview
GUIImagei_RedPreview
GUIVertImageListBoxlb_Symbols
GUIVertImageListli_Sym
stringRedString
stringResetString
GUISectionBackgroundsb_Bk2
AltSectionBackgroundsb_Bk3
Inherited Variables from GUI2K4.LockedFloatingWindow
b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption
Inherited Variables from GUI2K4.FloatingWindow
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName

Functions Summary
functionbool AddOnPredraw (Canvas C)
functionbool butClick (GUIComponent Sender)
functionbool DragDropped (GUIComponent Sender)
function EndSymbolDrag (GUIComponent Accepting, bool bAccepted)
function HandleParameters (string RedSymbol, string BlueSymbol)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool ResetClick (GUIComponent Sender)
functionbool SetBlueImage (Material Mat)
functionbool SetRedImage (Material Mat)
Inherited Functions from GUI2K4.LockedFloatingWindow
AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent
Inherited Functions from GUI2K4.FloatingWindow
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked


Variables Detail

b_AddBlue Source code

var automated GUIHorzScrollButton b_AddBlue;

b_AddRed Source code

var automated GUIHorzScrollButton b_AddRed;

InitialBlue Source code

var Material InitialBlue;

InitialRed Source code

var Material InitialRed;

i_BluePreview Source code

var automated GUIImage i_BluePreview;

i_RedPreview Source code

var automated GUIImage i_RedPreview;

lb_Symbols Source code

var automated GUIVertImageListBox lb_Symbols;

li_Sym Source code

var GUIVertImageList li_Sym;

RedString Source code

var localized string RedString;

ResetString Source code

var localized string ResetString;

sb_Bk2 Source code

var automated GUISectionBackground sb_Bk2;

sb_Bk3 Source code

var automated AltSectionBackground sb_Bk3;


Functions Detail

AddOnPredraw Source code

function bool AddOnPredraw ( Canvas C )

butClick Source code

function bool butClick ( GUIComponent Sender )

DragDropped Source code

function bool DragDropped ( GUIComponent Sender )

EndSymbolDrag Source code

function EndSymbolDrag ( GUIComponent Accepting, bool bAccepted )

HandleParameters Source code

function HandleParameters ( string RedSymbol, string BlueSymbol )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

ResetClick Source code

function bool ResetClick ( GUIComponent Sender )

SetBlueImage Source code

function bool SetBlueImage ( Material Mat )

SetRedImage Source code

function bool SetRedImage ( Material Mat )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIImage Name=RedPreview
         DropShadow=Texture'2K4Menus.Controls.Shadow'
         ImageColor=(B=0,G=0,R=245)
         ImageStyle=ISTY_Scaled
         DropShadowY=-1
         WinTop=0.148005
         WinLeft=0.105502
         WinWidth=0.240119
         WinHeight=0.407497
         bBoundToParent=True
         bScaleToParent=True
         bAcceptsInput=True
         bDropTarget=True
         OnDragDrop=TeamSymbolConfig.DragDropped
     End Object
     i_RedPreview=GUIImage'GUI2K4.TeamSymbolConfig.RedPreview'

     Begin Object Class=GUIImage Name=BluePreview
         DropShadow=Texture'2K4Menus.Controls.Shadow'
         ImageColor=(B=245,G=0,R=0)
         ImageStyle=ISTY_Scaled
         DropShadowY=-1
         WinTop=0.152873
         WinLeft=0.653149
         WinWidth=0.240119
         WinHeight=0.400195
         bBoundToParent=True
         bScaleToParent=True
         bAcceptsInput=True
         bDropTarget=True
         OnDragDrop=TeamSymbolConfig.DragDropped
     End Object
     i_BluePreview=GUIImage'GUI2K4.TeamSymbolConfig.BluePreview'

     Begin Object Class=GUISectionBackground Name=back2
         bFillClient=True
         Caption="Blue Team"
         WinTop=0.472192
         WinLeft=0.651078
         WinWidth=0.264769
         WinHeight=0.313203
         OnPreDraw=back2.InternalPreDraw
     End Object
     sb_Bk2=GUISectionBackground'GUI2K4.TeamSymbolConfig.back2'

     Begin Object Class=AltSectionBackground Name=back3
         bFillClient=True
         Caption="Available Team Symbols"
         LeftPadding=0.000000
         RightPadding=0.000000
         WinTop=0.050317
         WinLeft=0.030960
         WinWidth=0.494261
         WinHeight=0.698945
         OnPreDraw=back3.InternalPreDraw
     End Object
     sb_Bk3=AltSectionBackground'GUI2K4.TeamSymbolConfig.back3'

     Begin Object Class=GUIVertImageListBox Name=SymbList
         CellStyle=CELL_FixedCount
         NoVisibleRows=5
         NoVisibleCols=5
         OnCreateComponent=SymbList.InternalOnCreateComponent
         WinTop=0.472192
         WinLeft=0.651078
         WinWidth=0.264769
         WinHeight=0.313203
     End Object
     lb_Symbols=GUIVertImageListBox'GUI2K4.TeamSymbolConfig.SymbList'

     Begin Object Class=GUIHorzScrollButton Name=bAddRed
         bIncreaseButton=True
         StyleName="AltComboButton"
         WinTop=0.200000
         WinLeft=0.619922
         WinWidth=0.033984
         WinHeight=0.043750
         OnPreDraw=TeamSymbolConfig.AddOnPredraw
         OnClick=TeamSymbolConfig.butClick
         OnKeyEvent=bAddRed.InternalOnKeyEvent
     End Object
     b_AddRed=GUIHorzScrollButton'GUI2K4.TeamSymbolConfig.bAddRed'

     Begin Object Class=GUIHorzScrollButton Name=bAddBlue
         bIncreaseButton=True
         StyleName="AltComboButton"
         WinTop=0.634896
         WinLeft=0.615039
         WinWidth=0.033984
         WinHeight=0.043750
         OnClick=TeamSymbolConfig.butClick
         OnKeyEvent=bAddBlue.InternalOnKeyEvent
     End Object
     b_AddBlue=GUIHorzScrollButton'GUI2K4.TeamSymbolConfig.bAddBlue'

     ResetString="Reset"
     RedString="Red Team"
     WindowName="Configure Team Symbols"
     WinTop=0.091927
     WinLeft=0.055664
     WinWidth=0.885742
     WinHeight=0.802344
}

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