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
		Caption="Use Map Cycle List"
		Hint="Load map names from the specified maps lists or using the prefix."
		TabOrder=0
		CaptionWidth=0.8
		ComponentWidth=0.2
        
		OnChange=UseMapList_Change
		WinWidth=0.543576
		WinHeight=0.037500
		WinLeft=0.227792
		WinTop=0.087519
		bScaleToParent=true
		bBoundToParent=True
	End Object
	ch_UseMapList = MapListCheckBox


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


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


	Background=None


	WindowName="Map Voting List Configuration"


	bAcceptsInput=false
	WinWidth=0.6
	WinHeight=0.8
	WinLeft=0.2
	WinTop=0.1


	DefaultWidth=0.6
	DefaultHeight=0.8
	DefaultLeft=0.2
	DefaultTop=0.1


	sbCaption="Map Cycle List"
}



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