GUI2K4.UT2K4IRC_Panel
- Extends
- GUIPanel
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- GUI2K4.UT2K4IRC_Panel
Inherited Functions from XInterface.GUIMultiComponent |
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility |
var localized string ConnectText;
var localized string DisconnectText;
var localized string LocalChannel;
UT2K4IRC_Panel
function bool AddChannelToHistory ( string NewChannelName, optional int Position ) )
function bool AddServerToHistory ( string NewServerName, optional int Position ) )
FindChannelHistoryIndex Source code
function int FindChannelHistoryIndex ( string ChannelName ) )
FindServerHistoryIndex Source code
function int FindServerHistoryIndex ( string ServerName ) )
event Free ( ) )
function GetSizingButton ( ) )
function bool IsCurrentServer ( string ServerAddress ) )
function LoadChannelHistory ( ) )
function LoadServerHistory ( ) )
function
bool PositionButtons (
Canvas C ) )
RemoveChannelFromHistory Source code
function bool RemoveChannelFromHistory ( string ChannelName ) )
RemoveServerFromHistory Source code
function bool RemoveServerFromHistory ( string ServerName ) )
UpdateConnectionStatus Source code
function UpdateConnectionStatus ( bool NowConnected ) )
defaultproperties
{
OnPreDraw=PositionButtons
ServerHistory(0)="irc.enterthegame.com"
ServerHistory(1)="irc.utchat.com"
ConnectText="CONNECT"
DisconnectText="DISCONNECT"
Begin Object class=moComboBox Name=MyServerCombo
Caption="Server"
WinTop=0.102967
WinLeft=0.150000
WinWidth=0.400000
WinHeight=0.3
CaptionWidth=0.25
TabOrder=0
RenderWeight=3
bHeightFromComponent=False
bBoundToParent=True
bScaleToParent=True
OnChange=InternalOnChange
End Object
Begin Object class=moComboBox Name=MyChannelCombo
Caption="Channel"
bAutoSizeCaption=True
WinTop=0.5
WinLeft=0.15
WinWidth=0.4
WinHeight=0.3
CaptionWidth=0.25
TabOrder=1
RenderWeight=3
bHeightFromComponent=False
bBoundToParent=True
bScaleToParent=True
End Object
Begin Object Class=GUIButton Name=MyConnectButton
Caption="CONNECT"
WinWidth=0.2
WinHeight=0.3
WinLeft=0.56
WinTop=0.1
TabOrder=2
RenderWeight=3
bBoundToParent=True
bScaleToParent=True
OnClick=InternalOnClick
End Object
Begin Object Class=GUIButton Name=MyJoinChannelButton
Caption="JOIN"
WinWidth=0.2
WinHeight=0.3
WinLeft=0.56
WinTop=0.5
TabOrder=3
RenderWeight=3
bBoundToParent=True
bScaleToParent=True
OnClick=InternalOnClick
End Object
Begin Object Class=GUIButton Name=MyRemoveServerButton
Caption="REMOVE"
WinWidth=0.2
WinHeight=0.3
WinLeft=0.77
WinTop=0.1
TabOrder=4
RenderWeight=3
bBoundToParent=True
bScaleToParent=True
OnClick=InternalOnClick
End Object
Begin Object Class=GUIButton Name=MyRemoveChannelButton
Caption="REMOVE"
WinWidth=0.2
WinHeight=0.3
WinLeft=0.77
WinTop=0.5
TabOrder=5
RenderWeight=3
bBoundToParent=True
bScaleToParent=True
OnClick=InternalOnClick
End Object
co_Server=MyServerCombo
co_Channel=MyChannelCombo
b_Connect=MyConnectButton
b_RemServer=MyRemoveServerButton
b_JoinChannel=MyJoinChannelButton
b_RemChannel=MyRemoveChannelButton
LocalChannel="#ut"
}
|
Creation time: Do 14.8.2014 09:58:26.898 - Created with
UnCodeX