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=MapVoteMultiColumnListBox Name=MapListBox
         HeaderColumnPerc(0)=0.600000
         HeaderColumnPerc(1)=0.200000
         HeaderColumnPerc(2)=0.200000
         bVisibleWhenEmpty=Wahr
         OnCreateComponent=MapListBox.InternalOnCreateComponent
         StyleName="ServerBrowserGrid"
         WinTop=0.371020
         WinLeft=0.020000
         WinWidth=0.960000
         WinHeight=0.293104
         bBoundToParent=Wahr
         bScaleToParent=Wahr
         OnRightClick=MapListBox.InternalOnRightClick
     End Object
     lb_MapListBox=MapVoteMultiColumnListBox'xVoting.MapVotingPage.MapListBox'

     Begin Object Class=MapVoteCountMultiColumnListBox Name=VoteCountListBox
         HeaderColumnPerc(0)=0.400000
         HeaderColumnPerc(1)=0.400000
         HeaderColumnPerc(2)=0.200000
         bVisibleWhenEmpty=Wahr
         OnCreateComponent=VoteCountListBox.InternalOnCreateComponent
         WinTop=0.052930
         WinLeft=0.020000
         WinWidth=0.960000
         WinHeight=0.223770
         bBoundToParent=Wahr
         bScaleToParent=Wahr
         OnRightClick=VoteCountListBox.InternalOnRightClick
     End Object
     lb_VoteCountListBox=MapVoteCountMultiColumnListBox'xVoting.MapVotingPage.VoteCountListBox'

     Begin Object Class=moComboBox Name=GameTypeCombo
         CaptionWidth=0.350000
         Caption="Filter Game Type:"
         OnCreateComponent=GameTypeCombo.InternalOnCreateComponent
         WinTop=0.334309
         WinLeft=0.199219
         WinWidth=0.757809
         WinHeight=0.037500
         bScaleToParent=Wahr
     End Object
     co_GameType=moComboBox'xVoting.MapVotingPage.GameTypeCombo'

     Begin Object Class=GUIImage Name=MapListBackground
         Image=Texture'2K4Menus.NewControls.NewFooter'
         ImageStyle=ISTY_Stretched
         WinTop=0.371020
         WinLeft=0.010000
         WinWidth=0.980000
         WinHeight=0.316542
     End Object
     i_MapListBackground=GUIImage'xVoting.MapVotingPage.MapListBackground'

     Begin Object Class=GUIImage Name=MapCountListBackground
         Image=Texture'2K4Menus.NewControls.NewFooter'
         ImageStyle=ISTY_Stretched
         WinTop=0.052930
         WinLeft=0.010000
         WinWidth=0.980000
         WinHeight=0.223770
         OnDraw=MapVotingPage.AlignBK
     End Object
     i_MapCountListBackground=GUIImage'xVoting.MapVotingPage.MapCountListBackground'

     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"
     OnOpen=MapVotingPage.InternalOnOpen
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mo 16.4.2007 11:20:24.156 - Created with UnCodeX