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

KFGui.KFTab_MidGameVoiceChat

Extends
UT2K4Tab_MidGameVoiceChat

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.MidGamePanel
                     |   
                     +-- GUI2K4.UT2K4Tab_MidGameVoiceChat
                        |   
                        +-- KFGui.KFTab_MidGameVoiceChat

Variables Summary
stringBanPlayer
stringBlueTeam
stringBuddyText
GUIButtonb_Browser
GUIButtonb_Favs
GUIButtonb_KickVote
GUIButtonb_Leave
GUIButtonb_MapVote
GUIButtonb_MatchSetup
GUIButtonb_Quit
GUIButtonb_Settings
GUIButtonb_Spec
GUIButtonb_Team
array<string>ContextItems
array<string>DefaultItems
stringJoinGameButtonText
stringKickPlayer
stringLeaveMPButtonText
stringLeaveSPButtonText
GUIStylesPlayerStyle
stringPlayerStyleName
stringRedTeam
stringSpectateButtonText
KFTab_MidGameVoiceChat
boolbFFAGame
boolbNetGame
Inherited Variables from GUI2K4.UT2K4Tab_MidGameVoiceChat
ApplyFailText, ApplySuccessText, BlueTeamDesc, BlueTeamIndex, bTeamGame, b_Reset, ChatList, ch_Ban, ch_NoSpeech, ch_NoText, ch_NoVoiceChat, lb_Players, lb_Specs, li_Players, li_Specs, RedTeamDesc, RedTeamIndex, sb_Options, sb_Players, sb_Specs, SelectIndex
Inherited Variables from GUI2K4.MidGamePanel
bLocked

Structures Summary
Inherited Structures from GUI2K4.UT2K4Tab_MidGameVoiceChat
ChatItem

Functions Summary
functionbool ButtonClicked (GUIComponent Sender))
function ContextClick (GUIContextMenu Menu, int ClickIndex))
functionbool ContextMenuOpened (GUIContextMenu Menu))
functionbool CurrentServerIsInFavorites ()))
functionGameReplicationInfo GetGRI ()))
functionstring GetSizingCaption ()))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InitGRI ()))
functionbool InternalOnPreDraw (Canvas C))
functionfloat ItemHeight (Canvas C))
function PopulateLists (GameReplicationInfo GRI))
function SetButtonPositions (Canvas C))
function SetupGroups ()))
function ShowPanel (bool bShow))
Inherited Functions from GUI2K4.UT2K4Tab_MidGameVoiceChat
AddPlayerInfo, AddToPlayers, ApplyRestriction, AssociateButtons, ClearIndexes, ClearLists, Closed, FillPlayerLists, FindChatListIndex, GRI, InitComponent, InternalOnChange, InternalOnClick, LinkList, ListChange, LoadRestrictions, PackRestriction, PopulateLists, PreDraw, ResetRestrictions, SaveRestrictions, SelectedSelf, ShowPanel, UnpackRestriction, UpdateButtonStates, UpdateChatRestriction, ValidIndex
Inherited Functions from GUI2K4.MidGamePanel
Free, LevelChanged, PlayerIDIsMine, UpdateChatRestriction


Variables Detail

BanPlayer Source code

var localized string BanPlayer;

BlueTeam Source code

var localized string BlueTeam;

BuddyText Source code

var localized string BuddyText;

b_Browser Source code

var automated GUIButton b_Browser;

b_Favs Source code

var automated GUIButton b_Favs;

b_KickVote Source code

var automated GUIButton b_KickVote;

b_Leave Source code

var automated GUIButton b_Leave;

b_MapVote Source code

var automated GUIButton b_MapVote;

b_MatchSetup Source code

var automated GUIButton b_MatchSetup;

b_Quit Source code

var automated GUIButton b_Quit;

b_Settings Source code

var automated GUIButton b_Settings;

b_Spec Source code

var automated GUIButton b_Spec;

b_Team Source code

var automated GUIButton b_Team;

ContextItems Source code

var localized array<string> ContextItems;

DefaultItems Source code

var localized array<string> DefaultItems;

JoinGameButtonText Source code

var localized string JoinGameButtonText;

KickPlayer Source code

var localized string KickPlayer;

LeaveMPButtonText Source code

var localized string LeaveMPButtonText;

LeaveSPButtonText Source code

var localized string LeaveSPButtonText;

PlayerStyle Source code

var GUIStyles PlayerStyle;

PlayerStyleName Source code

var string PlayerStyleName;

RedTeam Source code

var localized string RedTeam;

SpectateButtonText Source code

var localized string SpectateButtonText;

KFTab_MidGameVoiceChat

bFFAGame Source code

var(KFTab_MidGameVoiceChat) noexport bool bFFAGame;

bNetGame Source code

var(KFTab_MidGameVoiceChat) noexport bool bNetGame;


Functions Detail

ButtonClicked Source code

function bool ButtonClicked ( GUIComponent Sender) )

ContextClick Source code

function ContextClick ( GUIContextMenu Menu, int ClickIndex) )

ContextMenuOpened Source code

function bool ContextMenuOpened ( GUIContextMenu Menu) )

CurrentServerIsInFavorites Source code

function bool CurrentServerIsInFavorites ( ) )

GetGRI Source code

function GameReplicationInfo GetGRI ( ) )

GetSizingCaption Source code

function string GetSizingCaption ( ) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InitGRI Source code

function InitGRI ( ) )

InternalOnPreDraw Source code

function bool InternalOnPreDraw ( Canvas C) )

ItemHeight Source code

function float ItemHeight ( Canvas C) )

PopulateLists Source code

function PopulateLists ( GameReplicationInfo GRI) )

SetButtonPositions Source code

function SetButtonPositions ( Canvas C) )

SetupGroups Source code

function SetupGroups ( ) )

ShowPanel Source code

function ShowPanel ( bool bShow) )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIButton Name=SettingsButton
         Caption="Settings"
         WinTop=0.878657
         WinLeft=0.194420
         WinWidth=0.147268
         WinHeight=0.048769
         TabOrder=0
         bBoundToParent=True
         bScaleToParent=True
         OnClick=KFTab_MidGameVoiceChat.ButtonClicked
         OnKeyEvent=SettingsButton.InternalOnKeyEvent
     End Object
     b_Settings=GUIButton'KFGui.KFTab_MidGameVoiceChat.SettingsButton'


     Begin Object Class=GUIButton Name=BrowserButton
         Caption="Server Browser"
         bAutoSize=True
         WinTop=0.850000
         WinLeft=0.375000
         WinWidth=0.200000
         WinHeight=0.050000
         TabOrder=1
         bBoundToParent=True
         bScaleToParent=True
         OnClick=KFTab_MidGameVoiceChat.ButtonClicked
         OnKeyEvent=BrowserButton.InternalOnKeyEvent
     End Object
     b_Browser=GUIButton'KFGui.KFTab_MidGameVoiceChat.BrowserButton'


     Begin Object Class=GUIButton Name=QuitGameButton
         Caption="Exit Game"
         bAutoSize=True
         WinTop=0.870000
         WinLeft=0.725000
         WinWidth=0.200000
         WinHeight=0.050000
         TabOrder=11
         OnClick=KFTab_MidGameVoiceChat.ButtonClicked
         OnKeyEvent=QuitGameButton.InternalOnKeyEvent
     End Object
     b_Quit=GUIButton'KFGui.KFTab_MidGameVoiceChat.QuitGameButton'


     Begin Object Class=GUIButton Name=FavoritesButton
         Caption="Add to Favs"
         bAutoSize=True
         Hint="Add this server to your Favorites"
         WinTop=0.870000
         WinLeft=0.025000
         WinWidth=0.200000
         WinHeight=0.050000
         TabOrder=3
         bBoundToParent=True
         bScaleToParent=True
         OnClick=KFTab_MidGameVoiceChat.ButtonClicked
         OnKeyEvent=FavoritesButton.InternalOnKeyEvent
     End Object
     b_Favs=GUIButton'KFGui.KFTab_MidGameVoiceChat.FavoritesButton'


     Begin Object Class=GUIButton Name=LeaveMatchButton
         bAutoSize=True
         WinTop=0.870000
         WinLeft=0.725000
         WinWidth=0.200000
         WinHeight=0.050000
         TabOrder=10
         bBoundToParent=True
         bScaleToParent=True
         OnClick=KFTab_MidGameVoiceChat.ButtonClicked
         OnKeyEvent=LeaveMatchButton.InternalOnKeyEvent
     End Object
     b_Leave=GUIButton'KFGui.KFTab_MidGameVoiceChat.LeaveMatchButton'


     Begin Object Class=GUIButton Name=MapVotingButton
         Caption="Map Voting"
         bAutoSize=True
         WinTop=0.890000
         WinLeft=0.025000
         WinWidth=0.200000
         WinHeight=0.050000
         TabOrder=5
         OnClick=KFTab_MidGameVoiceChat.ButtonClicked
         OnKeyEvent=MapVotingButton.InternalOnKeyEvent
     End Object
     b_MapVote=GUIButton'KFGui.KFTab_MidGameVoiceChat.MapVotingButton'


     Begin Object Class=GUIButton Name=KickVotingButton
         Caption="Kick Voting"
         bAutoSize=True
         WinTop=0.890000
         WinLeft=0.375000
         WinWidth=0.200000
         WinHeight=0.050000
         TabOrder=6
         OnClick=KFTab_MidGameVoiceChat.ButtonClicked
         OnKeyEvent=KickVotingButton.InternalOnKeyEvent
     End Object
     b_KickVote=GUIButton'KFGui.KFTab_MidGameVoiceChat.KickVotingButton'


     Begin Object Class=GUIButton Name=MatchSetupButton
         Caption="Match Setup"
         bAutoSize=True
         WinTop=0.890000
         WinLeft=0.725000
         WinWidth=0.200000
         WinHeight=0.050000
         TabOrder=7
         OnClick=KFTab_MidGameVoiceChat.ButtonClicked
         OnKeyEvent=MatchSetupButton.InternalOnKeyEvent
     End Object
     b_MatchSetup=GUIButton'KFGui.KFTab_MidGameVoiceChat.MatchSetupButton'


     Begin Object Class=GUIButton Name=SpectateButton
         Caption="Spectate"
         bAutoSize=True
         WinTop=0.890000
         WinLeft=0.725000
         WinWidth=0.200000
         WinHeight=0.050000
         TabOrder=9
         OnClick=KFTab_MidGameVoiceChat.ButtonClicked
         OnKeyEvent=SpectateButton.InternalOnKeyEvent
     End Object
     b_Spec=GUIButton'KFGui.KFTab_MidGameVoiceChat.SpectateButton'


     LeaveMPButtonText="Disconnect"
     LeaveSPButtonText="Forfeit"
     SpectateButtonText="Spectate"
     JoinGameButtonText="Join"
     ContextItems(0)="Unignore text"
     ContextItems(1)="Unignore speech"
     ContextItems(2)="Unignore voice chat"
     ContextItems(3)="Unban from voice chat"
     DefaultItems(0)="Ignore text"
     DefaultItems(1)="Ignore speech"
     DefaultItems(2)="Ignore voice chat"
     DefaultItems(3)="Ban from voice chat"
     KickPlayer="Kick "
     BanPlayer="Ban "
     PlayerStyleName="TextLabel"
     Begin Object Class=AltSectionBackground Name=PlayersBackground
         Caption="Players"
         LeftPadding=0.000000
         RightPadding=0.000000
         TopPadding=0.000000
         BottomPadding=0.000000
         WinTop=0.029674
         WinLeft=0.019240
         WinWidth=0.457166
         WinHeight=0.798982
         bBoundToParent=True
         bScaleToParent=True
         OnPreDraw=PlayersBackground.InternalPreDraw
     End Object
     sb_Players=AltSectionBackground'KFGui.KFTab_MidGameVoiceChat.PlayersBackground'


     Begin Object Class=AltSectionBackground Name=SpecBackground
         Caption="Spectators"
         LeftPadding=0.000000
         RightPadding=0.000000
         TopPadding=0.000000
         BottomPadding=0.000000
         WinTop=0.029674
         WinLeft=0.486700
         WinWidth=0.491566
         WinHeight=0.369766
         bBoundToParent=True
         bScaleToParent=True
         OnPreDraw=SpecBackground.InternalPreDraw
     End Object
     sb_Specs=AltSectionBackground'KFGui.KFTab_MidGameVoiceChat.SpecBackground'


     Begin Object Class=AltSectionBackground Name=OptionBackground
         Caption="Voice Options"
         TopPadding=0.040000
         BottomPadding=0.000000
         WinTop=0.413209
         WinLeft=0.486700
         WinWidth=0.490282
         WinHeight=0.415466
         bBoundToParent=True
         bScaleToParent=True
         OnPreDraw=OptionBackground.InternalPreDraw
     End Object
     sb_Options=AltSectionBackground'KFGui.KFTab_MidGameVoiceChat.OptionBackground'


     OnPreDraw=KFTab_MidGameVoiceChat.InternalOnPreDraw
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:47.657 - Created with UnCodeX