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

xVoting.MapVotingPage

Extends
VotingPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LargeWindow
                        |   
                        +-- xVoting.VotingPage
                           |   
                           +-- xVoting.MapVotingPage

Variables Summary
moComboBoxco_GameType
GUIImagei_MapCountListBackground
GUIImagei_MapListBackground
MapVoteMultiColumnListBoxlb_MapListBox
MapVoteCountMultiColumnListBoxlb_VoteCountListBox
stringlmsgMapDisabled
stringlmsgMapVotingDisabled
stringlmsgMode[8]
stringlmsgReplicationNotFinished
stringlmsgTotalMaps
GUILabell_Mode
Inherited Variables from xVoting.VotingPage
f_Chat, MVRI

Functions Summary
functionbool AlignBK (Canvas C))
function GameTypeChanged (GUIComponent Sender))
function InternalOnOpen ()))
functionbool MapListDblClick (GUIComponent Sender))
function OnOkButtonClick (byte bButton))
function SendVote (GUIComponent Sender))
function Submit ()))
function UpdateMapVoteCount (int UpdatedIndex, bool bRemoved))
Inherited Functions from xVoting.VotingPage
Free, InitComponent


Variables Detail

co_GameType Source code

var automated moComboBox co_GameType;

i_MapCountListBackground Source code

var automated GUIImage i_MapCountListBackground;

i_MapListBackground Source code

var automated GUIImage i_MapListBackground;

lb_MapListBox Source code

var automated MapVoteMultiColumnListBox lb_MapListBox;

lb_VoteCountListBox Source code

var automated MapVoteCountMultiColumnListBox lb_VoteCountListBox;

lmsgMapDisabled Source code

var localized string lmsgMapDisabled;

lmsgMapVotingDisabled Source code

var localized string lmsgMapVotingDisabled;

lmsgMode[8] Source code

var localized string lmsgMode[8];

lmsgReplicationNotFinished Source code

var localized string lmsgReplicationNotFinished;

lmsgTotalMaps Source code

var localized string lmsgTotalMaps;

l_Mode Source code

var automated GUILabel l_Mode;


Functions Detail

AlignBK Source code

function bool AlignBK ( Canvas C) )

GameTypeChanged Source code

function GameTypeChanged ( GUIComponent Sender) )

InternalOnOpen Source code

function InternalOnOpen ( ) )

MapListDblClick Source code

function bool MapListDblClick ( GUIComponent Sender) )

OnOkButtonClick Source code

function OnOkButtonClick ( byte bButton) )

SendVote Source code

function SendVote ( GUIComponent Sender) )

Submit Source code

function Submit ( ) )

UpdateMapVoteCount Source code

function UpdateMapVoteCount ( int UpdatedIndex, bool bRemoved) )


Defaultproperties

defaultproperties
{
    Begin Object Class=MapVoteCountMultiColumnListBox Name=VoteCountListBox
		WinWidth=0.96
		WinHeight=0.223770
		WinLeft=0.02
		WinTop=0.052930
        bVisibleWhenEmpty=true
        bScaleToParent=True
        bBoundToParent=True
        FontScale=FNS_Small
        HeaderColumnPerc(0)=0.40
        HeaderColumnPerc(1)=0.40
        HeaderColumnPerc(2)=0.20
    End Object
    lb_VoteCountListBox = VoteCountListBox


    Begin Object class=moComboBox Name=GameTypeCombo
		WinWidth=0.757809
		WinHeight=0.037500
		WinLeft=0.199219
		WinTop=0.334309
		Caption="Filter Game Type:"
        CaptionWidth=0.35
		bScaleToParent=True
    End Object
    co_GameType = GameTypeCombo


    Begin Object Class=MapVoteMultiColumnListBox Name=MapListBox
		WinWidth=0.96
		WinHeight=0.293104
		WinLeft=0.02
		WinTop=0.371020
        bVisibleWhenEmpty=true
        StyleName="ServerBrowserGrid"
        bScaleToParent=True
        bBoundToParent=True
        FontScale=FNS_Small
        HeaderColumnPerc(0)=0.60
        HeaderColumnPerc(1)=0.20
        HeaderColumnPerc(2)=0.20
    End Object
    lb_MapListBox = MapListBox


   	Begin Object Class=GUIImage Name=MapCountListBackground
		WinWidth=0.98
		WinHeight=0.223770
		WinLeft=0.01
		WinTop=0.052930
		Image=Material'2K4Menus.NewControls.NewFooter'
		ImageStyle=ISTY_Stretched
        OnDraw=AlignBK
	End Object
	i_MapCountListBackground=MapCountListBackground


   	Begin Object Class=GUIImage Name=MapListBackground
		WinWidth=0.98
		WinHeight=0.316542
		WinLeft=0.01
		WinTop=0.371020
		Image=Material'2K4Menus.NewControls.NewFooter'
		ImageStyle=ISTY_Stretched
	End Object
	i_MapListBackground=MapListBackground




    OnOpen=InternalOnOpen;


	lmsgMapVotingDisabled="Sorry, Map Voting has been disabled by the server administrator."
	lmsgReplicationNotFinished="Map data download in progress. Please try again later."
	lmsgMapDisabled="The selected Map is disabled."
	lmsgTotalMaps="%mapcount% Total Maps"
	lmsgMode(0)="Majority Mode"
	lmsgMode(1)="Majority & Elimination Mode"
	lmsgMode(2)="Score Mode"
	lmsgMode(3)="Score & Elimination Mode"
	lmsgMode(4)="Majority & Accumulation Mode"
	lmsgMode(5)="Majority & Accumulation & Elimination Mode"
	lmsgMode(6)="Score & Accumulation Mode"
	lmsgMode(7)="Score & Accumulation & Elimination Mode"
	WindowName="Map Voting"
}



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