xVoting.MatchSetupMaps
- Extends
- MatchSetupPanelBase
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- xVoting.MatchSetupPanelBase
|
+-- xVoting.MatchSetupMaps
Structures Summary |
MapInfo FriendlyName, Params, URL, Index |
MatchSetupMaps
struct MapInfo
{
var string FriendlyName;
var int Index;
var string Params;
var string URL;
};
function bool AddMap ( )
function AddMapByIndex ( int Index )
function int FindTrackingIndex ( string MapURL )
static function string GetMapURL (
GUIList List,
int Index )
function bool HandleResponse (
string Type,
string Info,
string Data )
function InitPanel ( )
InternalCheckLinkedObj Source code
function LoggedOut ( )
singular
function bool ModifyMapList (
GUIComponent Sender )
function ReceiveNewMap ( string Data )
function bool RemoveMap ( )
function RemoveMapByIndex ( int Index )
static function string StripMapName ( string FullMapName )
function SubmitChanges ( )
function TrackMapInfo (
string FriendlyName,
string URL,
int Index )
defaultproperties
{
Begin Object Class=GUISectionBackground Name=InactiveBackground
bFillClient=Wahr
Caption="Inactive Maps"
BottomPadding=0.110000
WinTop=0.030053
WinLeft=0.013880
WinWidth=0.483107
WinHeight=0.965313
bBoundToParent=Wahr
bScaleToParent=Wahr
OnPreDraw=InactiveBackground.InternalPreDraw
End Object
sb_Avail=GUISectionBackground'xVoting.MatchSetupMaps.InactiveBackground'
Begin Object Class=GUISectionBackground Name=ActiveBackground
bFillClient=Wahr
Caption="Active Maps"
BottomPadding=0.215000
WinTop=0.030053
WinLeft=0.511243
WinWidth=0.474194
WinHeight=0.965313
bBoundToParent=Wahr
bScaleToParent=Wahr
OnPreDraw=ActiveBackground.InternalPreDraw
End Object
sb_Active=GUISectionBackground'xVoting.MatchSetupMaps.ActiveBackground'
Begin Object Class=GUIListBox Name=InactiveList
bVisibleWhenEmpty=Wahr
bSorted=Wahr
OnCreateComponent=InactiveList.InternalOnCreateComponent
WinTop=0.138078
WinLeft=0.113794
WinWidth=0.380394
WinHeight=0.662671
TabOrder=0
End Object
lb_Avail=GUIListBox'xVoting.MatchSetupMaps.InactiveList'
Begin Object Class=GUIListBox Name=ActiveList
bVisibleWhenEmpty=Wahr
OnCreateComponent=ActiveList.InternalOnCreateComponent
WinTop=0.108021
WinLeft=0.605861
WinWidth=0.368359
WinHeight=0.662671
TabOrder=1
End Object
lb_Active=GUIListBox'xVoting.MatchSetupMaps.ActiveList'
Begin Object Class=GUIButton Name=AddButton
Caption="Add"
Hint="Add the selected maps to your map list"
WinTop=0.902198
WinLeft=0.263743
WinWidth=0.203807
WinHeight=0.079184
TabOrder=6
bRepeatClick=Wahr
OnClickSound=CS_Up
OnClick=MatchSetupMaps.ModifyMapList
OnKeyEvent=AddButton.InternalOnKeyEvent
End Object
b_Add=GUIButton'xVoting.MatchSetupMaps.AddButton'
Begin Object Class=GUIButton Name=AddAllButton
Caption="Add All"
Hint="Add all maps to your map list"
WinTop=0.902198
WinLeft=0.045006
WinWidth=0.190232
WinHeight=0.079184
TabOrder=5
OnClickSound=CS_Up
OnClick=MatchSetupMaps.ModifyMapList
OnKeyEvent=AddAllButton.InternalOnKeyEvent
End Object
b_AddAll=GUIButton'xVoting.MatchSetupMaps.AddAllButton'
Begin Object Class=GUIButton Name=RemoveButton
Caption="Remove"
AutoSizePadding=(HorzPerc=0.500000)
Hint="Remove the selected maps from your map list"
WinTop=0.902198
WinLeft=0.543747
WinWidth=0.191554
WinHeight=0.079184
TabOrder=10
bRepeatClick=Wahr
OnClickSound=CS_Down
OnClick=MatchSetupMaps.ModifyMapList
OnKeyEvent=RemoveButton.InternalOnKeyEvent
End Object
b_Remove=GUIButton'xVoting.MatchSetupMaps.RemoveButton'
Begin Object Class=GUIButton Name=RemoveAllButton
Caption="Remove All"
Hint="Remove all maps from your map list"
WinTop=0.902198
WinLeft=0.772577
WinWidth=0.191554
WinHeight=0.079184
TabOrder=11
OnClickSound=CS_Down
OnClick=MatchSetupMaps.ModifyMapList
OnKeyEvent=RemoveAllButton.InternalOnKeyEvent
End Object
b_RemoveAll=GUIButton'xVoting.MatchSetupMaps.RemoveAllButton'
Begin Object Class=GUIButton Name=MoveUpButton
Caption="Up"
Hint="Move this map higher up in the list"
WinTop=0.815376
WinLeft=0.772577
WinWidth=0.191554
WinHeight=0.079184
TabOrder=9
bRepeatClick=Wahr
OnClickSound=CS_Up
OnClick=MatchSetupMaps.ModifyMapList
OnKeyEvent=MoveUpButton.InternalOnKeyEvent
End Object
b_MoveUp=GUIButton'xVoting.MatchSetupMaps.MoveUpButton'
Begin Object Class=GUIButton Name=MoveDownButton
Caption="Down"
Hint="Move this map lower down in the list"
WinTop=0.815376
WinLeft=0.543747
WinWidth=0.191554
WinHeight=0.079184
TabOrder=8
bRepeatClick=Wahr
OnClickSound=CS_Down
OnClick=MatchSetupMaps.ModifyMapList
OnKeyEvent=MoveDownButton.InternalOnKeyEvent
End Object
b_MoveDown=GUIButton'xVoting.MatchSetupMaps.MoveDownButton'
OnLogOut=MatchSetupMaps.LoggedOut
PanelCaption="Maplist"
}
|
Creation time: Mo 16.4.2007 11:20:24.281 - Created with
UnCodeX