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
{
     Begin Object Class=AltSectionBackground Name=listbackground
         bFillClient=True
         WinTop=0.052083
         WinLeft=0.023438
         WinWidth=0.953125
         WinHeight=0.461357
         bBoundToParent=True
         bScaleToParent=True
         OnPreDraw=listbackground.InternalPreDraw
     End Object
     sb_List=AltSectionBackground'xVoting.KickVotingPage.listbackground'


     Begin Object Class=KickVoteMultiColumnListBox Name=PlayerListBoxControl
         bVisibleWhenEmpty=True
         OnCreateComponent=PlayerListBoxControl.InternalOnCreateComponent
         StyleName="ServerBrowserGrid"
         WinTop=0.162239
         WinLeft=0.254141
         WinWidth=0.473047
         WinHeight=0.481758
         OnRightClick=PlayerListBoxControl.InternalOnRightClick
     End Object
     lb_PlayerListBox=KickVoteMultiColumnListBox'xVoting.KickVotingPage.PlayerListBoxControl'


     Begin Object Class=GUIButton Name=InfoButton
         Caption="Info"
         WinTop=0.511082
         WinLeft=0.550634
         WinWidth=0.160075
         TabOrder=1
         bStandardized=True
         OnClick=KickVotingPage.InfoClick
         OnKeyEvent=InfoButton.InternalOnKeyEvent
     End Object
     b_Info=GUIButton'xVoting.KickVotingPage.InfoButton'


     Begin Object Class=GUIButton Name=KickButton
         Caption="Kick"
         WinTop=0.511082
         WinLeft=0.715411
         WinWidth=0.137744
         TabOrder=1
         bStandardized=True
         OnClick=KickVotingPage.KickClick
         OnKeyEvent=KickButton.InternalOnKeyEvent
     End Object
     b_Kick=GUIButton'xVoting.KickVotingPage.KickButton'


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

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