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

XInterface.Tab_InstantActionMapList

Extends
UT2K3TabPanel

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K3TabPanel
                  |   
                  +-- XInterface.Tab_InstantActionMapList

Variables Summary
GUIListBoxMyCurMapList
GUIListBoxMyFullMapList
Inherited Variables from XInterface.GUITabPanel
bFillHeight, FadeInTime, MyButton, PanelCaption

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool MapAdd (GUIComponent Sender)
functionbool MapAll (GUIComponent Sender)
functionbool MapClear (GUIComponent Sender)
functionbool MapDown (GUIComponent Sender)
functionbool MapRemove (GUIComponent Sender)
functionbool MapUp (GUIComponent Sender)
functionstring Play ()
function ReadMapList (string MapPreFix, string MapListClass)
Inherited Functions from XInterface.GUITabPanel
CanShowPanel, Free, InitPanel, OnDestroyPanel, Refresh, ShowPanel


Variables Detail

MyCurMapList Source code

var GUIListBox MyCurMapList;

MyFullMapList Source code

var GUIListBox MyFullMapList;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

MapAdd Source code

function bool MapAdd ( GUIComponent Sender )

MapAll Source code

function bool MapAll ( GUIComponent Sender )

MapClear Source code

function bool MapClear ( GUIComponent Sender )

MapDown Source code

function bool MapDown ( GUIComponent Sender )

MapRemove Source code

function bool MapRemove ( GUIComponent Sender )

MapUp Source code

function bool MapUp ( GUIComponent Sender )

Play Source code

function string Play ( )

ReadMapList Source code

function ReadMapList ( string MapPreFix, string MapListClass )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIListBox Name=IAMapListFullMapList
         bVisibleWhenEmpty=True
         OnCreateComponent=IAMapListFullMapList.InternalOnCreateComponent
         StyleName="SquareButton"
         Hint="Available maps"
         WinTop=0.083281
         WinLeft=0.041406
         WinWidth=0.368359
         WinHeight=0.783942
     End Object
     Controls(0)=GUIListBox'XInterface.Tab_InstantActionMapList.IAMapListFullMapList'

     Begin Object Class=GUIListBox Name=IAMapListCurMapList
         bVisibleWhenEmpty=True
         OnCreateComponent=IAMapListCurMapList.InternalOnCreateComponent
         StyleName="SquareButton"
         Hint="Selected maps"
         WinTop=0.083281
         WinLeft=0.584376
         WinWidth=0.368359
         WinHeight=0.783942
     End Object
     Controls(1)=GUIListBox'XInterface.Tab_InstantActionMapList.IAMapListCurMapList'

     Begin Object Class=GUIButton Name=IAMapListAdd
         Caption="Add"
         Hint="Add this map to your map list"
         WinTop=0.323801
         WinLeft=0.425000
         WinWidth=0.145000
         WinHeight=0.050000
         OnClickSound=CS_Up
         OnClick=Tab_InstantActionMapList.MapAdd
         OnKeyEvent=IAMapListAdd.InternalOnKeyEvent
     End Object
     Controls(2)=GUIButton'XInterface.Tab_InstantActionMapList.IAMapListAdd'

     Begin Object Class=GUIButton Name=IAMapListRemove
         Caption="Remove"
         Hint="Remove this map from your map list"
         WinTop=0.493072
         WinLeft=0.425000
         WinWidth=0.145000
         WinHeight=0.050000
         OnClickSound=CS_Down
         OnClick=Tab_InstantActionMapList.MapRemove
         OnKeyEvent=IAMapListRemove.InternalOnKeyEvent
     End Object
     Controls(3)=GUIButton'XInterface.Tab_InstantActionMapList.IAMapListRemove'

     Begin Object Class=GUIButton Name=IAMapListAll
         Caption="Add All"
         Hint="Add all maps to your map list"
         WinTop=0.388905
         WinLeft=0.425000
         WinWidth=0.145000
         WinHeight=0.050000
         OnClickSound=CS_Up
         OnClick=Tab_InstantActionMapList.MapAll
         OnKeyEvent=IAMapListAll.InternalOnKeyEvent
     End Object
     Controls(4)=GUIButton'XInterface.Tab_InstantActionMapList.IAMapListAll'

     Begin Object Class=GUIButton Name=IAMapListClear
         Caption="Remove All"
         Hint="Remove all maps from your map list"
         WinTop=0.558176
         WinLeft=0.425000
         WinWidth=0.145000
         WinHeight=0.050000
         OnClickSound=CS_Down
         OnClick=Tab_InstantActionMapList.MapClear
         OnKeyEvent=IAMapListClear.InternalOnKeyEvent
     End Object
     Controls(5)=GUIButton'XInterface.Tab_InstantActionMapList.IAMapListClear'

     Begin Object Class=GUIButton Name=IAMapListUp
         Caption="Up"
         Hint="Move this map higher up in the list"
         WinTop=0.121978
         WinLeft=0.425000
         WinWidth=0.145000
         WinHeight=0.050000
         OnClickSound=CS_Up
         OnClick=Tab_InstantActionMapList.MapUp
         OnKeyEvent=IAMapListUp.InternalOnKeyEvent
     End Object
     Controls(6)=GUIButton'XInterface.Tab_InstantActionMapList.IAMapListUp'

     Begin Object Class=GUIButton Name=IAMapListDown
         Caption="Down"
         Hint="Move this map lower down in the list"
         WinTop=0.779531
         WinLeft=0.425000
         WinWidth=0.145000
         WinHeight=0.050000
         OnClickSound=CS_Down
         OnClick=Tab_InstantActionMapList.MapDown
         OnKeyEvent=IAMapListDown.InternalOnKeyEvent
     End Object
     Controls(7)=GUIButton'XInterface.Tab_InstantActionMapList.IAMapListDown'

     Begin Object Class=GUILabel Name=IAMapListAvilLabel
         Caption="Available Map List"
         TextColor=(B=255,G=255,R=255)
         WinTop=0.015885
         WinLeft=0.049022
         WinWidth=0.500000
         WinHeight=32.000000
     End Object
     Controls(8)=GUILabel'XInterface.Tab_InstantActionMapList.IAMapListAvilLabel'

     Begin Object Class=GUILabel Name=IAMapListSelectedLabel
         Caption="Selected Map List"
         TextColor=(B=255,G=255,R=255)
         WinTop=0.015885
         WinLeft=0.592383
         WinWidth=0.500000
         WinHeight=32.000000
     End Object
     Controls(9)=GUILabel'XInterface.Tab_InstantActionMapList.IAMapListSelectedLabel'

     WinTop=0.150000
     WinHeight=0.770000
}

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