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
		ImageRenderStyle=IMGA_Alpha
		ImageStyle=ISTY_Scaled
        ImageColor=(R=245,G=0,B=0,A=255)
        DropShadow=Material'2K4Menus.Controls.shadow'
        DropShadowX=0
        DropShadowY=-1
		WinWidth=0.240119
		WinHeight=0.407497
		WinLeft=0.105502
		WinTop=0.148005
        bDropTarget=True
        OnDragDrop=DragDropped
        bAcceptsInput=True
		bScaleToParent=True
		bBoundToParent=True
	End Object
	i_RedPreview=RedPreview


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


	Begin Object class=GUISectionBackground name=back2
		WinWidth=0.264769
		WinHeight=0.313203
		WinLeft=0.651078
		WinTop=0.472192
		bFillClient=true
		Caption="Blue Team"
	End Object
	sb_Bk2=Back2


	Begin Object class=AltSectionBackground name=back3
		WinWidth=0.494261
		WinHeight=0.698945
		WinLeft=0.030960
		WinTop=0.050317
		LeftPadding=0
		RightPadding=0
		Caption="Available Team Symbols"
		bFillClient=true
	End Object
	sb_Bk3=Back3


	Begin Object class=GUIVertImageListBox name=SymbList
		WinWidth=0.264769
		WinHeight=0.313203
		WinLeft=0.651078
		WinTop=0.472192
		CellStyle=CELL_FixedCount
		NoVisibleRows=5
		NoVisibleCols=5
	End Object
	lb_Symbols=SymbList


    Begin Object class=GUIHorzScrollButton name=bAddRed
		WinWidth=0.033984
		WinHeight=0.043750
		WinLeft=0.619922
		WinTop=0.200000
		OnPreDraw=AddOnPredraw
		OnClick=Butclick
		bIncreaseButton=true
		StyleName="AltComboButton""
	End Object
	b_AddRed=bAddRed


    Begin Object class=GUIHorzScrollButton name=bAddBlue
		WinWidth=0.033984
		WinHeight=0.043750
		WinLeft=0.615039
		WinTop=0.634896
		OnClick=Butclick
		bIncreaseButton=true
		StyleName="AltComboButton""
	End Object
	b_AddBlue=bAddBlue


	WinWidth=0.885742
	WinHeight=0.802344
	WinLeft=0.055664
	WinTop=0.091927


    RedString="Red Team"
	ResetString="Reset"
	WindowName="Configure Team Symbols"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:24.737 - Created with UnCodeX