| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LockedFloatingWindow
|
+-- GUI2K4.TeamSymbolConfig
| Inherited Variables from GUI2K4.LockedFloatingWindow |
|---|
| b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption |
| Functions Summary | ||
|---|---|---|
![]() | bool | AddOnPredraw (Canvas C)) |
![]() | bool | butClick (GUIComponent Sender)) |
![]() | bool | DragDropped (GUIComponent Sender)) |
![]() | EndSymbolDrag (GUIComponent Accepting, bool bAccepted)) | |
![]() | HandleParameters (string RedSymbol, string BlueSymbol )) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | bool | ResetClick (GUIComponent Sender)) |
![]() | bool | SetBlueImage (Material Mat)) |
![]() | bool | SetRedImage (Material Mat)) |
| Inherited Functions from GUI2K4.LockedFloatingWindow |
|---|
| AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent |
| Variables Detail |
|---|
| Functions Detail |
|---|
AddOnPredraw Source code
butClick Source code
DragDropped Source code
EndSymbolDrag Source code
HandleParameters Source code
InitComponent Source code
ResetClick Source code
SetBlueImage Source code
SetRedImage Source code| 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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||