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

xVoting.MapVoteMapListConfigPage

Extends
GUICustomPropertyPage
Modifiers
DependsOn ( VotingHandler )

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

Variables Summary
boolbChanged
GUIButtonb_Return
moCheckBoxch_UseMapList
moEditBoxed_MapListPrefix
array<CacheManager.GameRecord>GameTypes
MultiSelectListBoxlb_MapList
stringsbCaption
Inherited Variables from GUI2K4.GUICustomPropertyPage
Item, Owner
Inherited Variables from GUI2K4.LockedFloatingWindow
b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function LoadMapLists ()))
function MapListChange (GUIComponent Sender))
functionbool OkClick (GUIComponent Sender))
function SaveChange ()))
function UseMapList_Change (GUIComponent Sender))
Inherited Functions from GUI2K4.GUICustomPropertyPage
GetKeyValue, GetOwner, GetReadOnly, GrabOption, ParseOption, SetOwner, SetReadOnly, Strip
Inherited Functions from GUI2K4.LockedFloatingWindow
AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent


Variables Detail

bChanged Source code

var bool bChanged;

b_Return Source code

var automated GUIButton b_Return;

ch_UseMapList Source code

var automated moCheckBox ch_UseMapList;

ed_MapListPrefix Source code

var automated moEditBox ed_MapListPrefix;

GameTypes Source code

var array<CacheManager.GameRecord> GameTypes;

lb_MapList Source code

var automated MultiSelectListBox lb_MapList;

sbCaption Source code

var localized string sbCaption;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

LoadMapLists Source code

function LoadMapLists ( ) )

MapListChange Source code

function MapListChange ( GUIComponent Sender) )

OkClick Source code

function bool OkClick ( GUIComponent Sender) )

SaveChange Source code

function SaveChange ( ) )

UseMapList_Change Source code

function UseMapList_Change ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
     Begin Object Class=moCheckBox Name=MapListCheckBox
         ComponentWidth=0.200000
         Caption="Use Map Cycle List"
         OnCreateComponent=MapListCheckBox.InternalOnCreateComponent
         Hint="Load map names from the specified maps lists or using the prefix."
         WinTop=0.087519
         WinLeft=0.227792
         WinWidth=0.543576
         WinHeight=0.037500
         TabOrder=0
         bBoundToParent=True
         bScaleToParent=True
         OnChange=MapVoteMapListConfigPage.UseMapList_Change
     End Object
     ch_UseMapList=moCheckBox'xVoting.MapVoteMapListConfigPage.MapListCheckBox'


     Begin Object Class=moEditBox Name=MapListLoaderPrefixEditBox
         CaptionWidth=0.400000
         ComponentWidth=0.600000
         Caption="Map Prefixes"
         OnCreateComponent=MapListLoaderPrefixEditBox.InternalOnCreateComponent
         Hint="List of map name prefixes. If more than one separate each with commas."
         WinTop=0.812161
         WinLeft=0.108671
         WinWidth=0.787323
         WinHeight=0.037500
         TabOrder=2
         bBoundToParent=True
         bScaleToParent=True
         OnChange=MapVoteMapListConfigPage.MapListChange
     End Object
     ed_MapListPrefix=moEditBox'xVoting.MapVoteMapListConfigPage.MapListLoaderPrefixEditBox'


     Begin Object Class=MultiSelectListBox Name=MapListListBox
         bVisibleWhenEmpty=True
         OnCreateComponent=MapListListBox.InternalOnCreateComponent
         Hint="Select each maplist type to load map names from."
         WinTop=0.146615
         WinLeft=0.040000
         WinWidth=0.553789
         WinHeight=0.507031
         TabOrder=1
         bBoundToParent=True
         bScaleToParent=True
         OnChange=MapVoteMapListConfigPage.MapListChange
     End Object
     lb_MapList=MultiSelectListBox'xVoting.MapVoteMapListConfigPage.MapListListBox'


     sbCaption="Map Cycle List"
     WindowName="Map Voting List Configuration"
     DefaultLeft=0.200000
     DefaultTop=0.100000
     DefaultWidth=0.600000
     DefaultHeight=0.800000
     WinTop=0.100000
     WinLeft=0.200000
     WinWidth=0.600000
     WinHeight=0.800000
     bAcceptsInput=False
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 09:49:44.003 - Created with UnCodeX