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

xVoting.KickVotingPage

Extends
VotingPage

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

Variables Summary
GUIButtonb_Info
GUIButtonb_Kick
KickVoteMultiColumnListBoxlb_PlayerListBox
stringlmsgKickVotingDisabled
GUILabell_PlayerListTitle
GUISectionBackgroundsb_List
Inherited Variables from xVoting.VotingPage
f_Chat, MVRI

Functions Summary
functionbool InfoClick (GUIComponent Sender))
function InitComponent (GUIController InController, GUIComponent InOwner))
function InternalOnOpen ()))
functionbool KickClick (GUIComponent Sender))
function OnOkButtonClick (byte bButton))
functionbool PlayerListDblClick (GUIComponent Sender))
function SendKickVote ()))
function UpdateKickVoteCount (VotingHandler.KickVoteScore KVCData))
Inherited Functions from xVoting.VotingPage
Free, InitComponent


Variables Detail

b_Info Source code

var automated GUIButton b_Info;

b_Kick Source code

var automated GUIButton b_Kick;

lb_PlayerListBox Source code

var automated KickVoteMultiColumnListBox lb_PlayerListBox;

lmsgKickVotingDisabled Source code

var localized string lmsgKickVotingDisabled;

l_PlayerListTitle Source code

var automated GUILabel l_PlayerListTitle;

sb_List Source code

var automated GUISectionBackground sb_List;


Functions Detail

InfoClick Source code

function bool InfoClick ( GUIComponent Sender) )

InitComponent Source code

function InitComponent ( GUIController InController, GUIComponent InOwner) )

InternalOnOpen Source code

function InternalOnOpen ( ) )

KickClick Source code

function bool KickClick ( GUIComponent Sender) )

OnOkButtonClick Source code

function OnOkButtonClick ( byte bButton) )

PlayerListDblClick Source code

function bool PlayerListDblClick ( GUIComponent Sender) )

SendKickVote Source code

function SendKickVote ( ) )

UpdateKickVoteCount Source code

function UpdateKickVoteCount ( VotingHandler.KickVoteScore KVCData) )


Defaultproperties

defaultproperties
{
    OnOpen=InternalOnOpen;


    Begin Object Class=KickVoteMultiColumnListBox Name=PlayerListBoxControl
		WinWidth=0.473047
		WinHeight=0.481758
		WinLeft=0.254141
		WinTop=0.162239
        bVisibleWhenEmpty=true
        StyleName="ServerBrowserGrid"
    End Object
    lb_PlayerListBox = PlayerListBoxControl


	Begin Object Class=AltSectionBackground Name=ListBackground
		Caption=""
		WinWidth=0.953125
		WinHeight=0.461357
		WinLeft=0.023438
		WinTop=0.052083
		bBoundToParent=True
		bScaleToParent=True
		bFillClient=true
	End Object
	sb_List=ListBackground


	Begin Object Class=GUIButton Name=InfoButton
		Caption="Info"
		WinWidth=0.160075
		WinHeight=0.040000
		WinLeft=0.550634
		WinTop=0.511082
		OnClick=InfoClick
		TabOrder=1
		bStandardized=true
		bBoundToParent=false
		bScaleToParent=false
	End Object
	b_Info=InfoButton


	Begin Object class=GUIButton Name=KickButton
		Caption="Kick"
		WinWidth=0.137744
		WinHeight=0.040000
		WinLeft=0.715411
		WinTop=0.511082
		OnClick=KickClick
		bStandardized=true
		TabOrder=1
		bBoundToParent=false
		bScaleToParent=false
	End Object
	b_Kick=KickButton




	lmsgKickVotingDisabled="Sorry, Kick Voting has been disabled by the server administrator."
	WindowName="Kick Voting"
}



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