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

TribesGUI.TribesIRCChannel

Extends
TribesIRCPage

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIPanel
            |   
            +-- TribesGUI.TribesGUIPanel
               |   
               +-- TribesGUI.TribesIRCPage
                  |   
                  +-- TribesGUI.TribesIRCChannel

Direct Known Subclasses:

TribesIRCPrivate

Variables Summary
stringChannelName
stringChannelTopic
stringDefaultListClass
stringDehelpUserText
stringDeopUserText
stringDevoiceUserText
stringHelpUserText
boolIsPrivate
stringKickUserText
stringMessageUserText
stringOpUserText
stringReasonText
stringVoiceUserText
stringWhoisUserText
TribesGui
GUIListBoxlb_User
TribesIRCSystemtp_System
Inherited Variables from TribesGUI.TribesIRCPage
bDoneInputScroll, bIRCTextToSpeechEnabled, ed_TextEntry, HasJoinedText, HasLeftText, InputHistory, InputHistoryPos, InputHistorySize, IRCActionColor, IRCInfoColor, IRCLinkColor, IRCNickColor, IRCTextColor, lb_TextDisplay, MainSplitterPosition, MaxChatScrollback, MyButton, NewTopicText, NowKnownAsText, QuitText, SetsModeText, sp_Main, WasKickedByText
Inherited Variables from TribesGUI.TribesGUIPanel
GC

Functions Summary
function AddControlContextOptions (GUI.GUIContextMenu Menu, string Nick ))
function AddUser (string Nick ))
function AddUserContextOptions (GUI.GUIContextMenu Menu, string Nick ))
function Ban (string Nick, optional string Reason ))
function ChangedNick (string OldNick, string NewNick))
function ChangeHalfOp (string Nick, bool NewHalfOp ))
function ChangeMode (string Nick, string Mode))
function ChangeNick (string OldNick, string NewNick))
function ChangeOp (string Nick, bool NewOp ))
function ChangeTopic (string NewTopic ))
function ChangeVoice (string Nick, bool NewVoice ))
function ChannelAction (string Nick, string Text))
function ChannelText (string Nick, string Text))
function ContextMenuClick (GUI.GUIContextMenu Sender, int ClickIndex))
functionbool ContextMenuOpen (GUI.GUIContextMenu Sender))
function DeHelp (string Nick ))
function Deop (string Nick ))
function DeVoice (string Nick ))
functionbool FindNick (string Nick ))
functionint GetAbsoluteIndex (GUI.GUIContextMenu Menu, int Index ))
functionstring GetFlags (string NickName ))
functionint GetUser (string Nick ))
function Help (string Nick ))
function InitComponent (GUIComponent MyOwner))
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender))
function InternalOnLoadIni (GUIComponent Sender, string S))
function InternalOnReleaseSplitter (GUIComponent Sender, float NewPos))
function JoinedChannel (string Nick))
function Kick (string Nick, optional string Reason ))
function KickReasonClose (bool bCancelled ))
function KickUser (string KickedNick, string Kicker, string Reason))
functionbool MyCompareItem (GUIListElem ElemA, GUIListElem ElemB))
function MyListDblClick (GUIComponent Sender))
function MyOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected))
function Op (string Nick ))
function PartedChannel (string Nick))
function ProcessInput (string Text))
function RemoveUser (string Nick ))
function ShowPanel (bool bShow))
function Unban (string Nick ))
function UserInChannel (string Nick))
functionbool UserIsHelper (string NickName ))
functionbool UserIsOp (string NickName ))
functionbool UserIsVoice (string NickName ))
function UserNotice (string Nick, string Text))
function UserQuit (string Nick, string Reason))
function UserSetFlag (int i, string flag, bool bSet))
function Voice (string Nick ))
function Whois (string Nick ))
Inherited Functions from TribesGUI.TribesIRCPage
ColorizeLinks, DecodeColor, Free, InitComponent, InternalOnCreateComponent, InternalOnKeyEvent, InterpretColorCodes, IRCTextDblClick, ProcessInput
Inherited Functions from TribesGUI.TribesGUIPanel
InitComponent


Variables Detail

ChannelName Source code

var string ChannelName;

ChannelTopic Source code

var string ChannelTopic;

DefaultListClass Source code

var string DefaultListClass;

DehelpUserText Source code

var localized string DehelpUserText;

DeopUserText Source code

var localized string DeopUserText;

DevoiceUserText Source code

var localized string DevoiceUserText;

HelpUserText Source code

var localized string HelpUserText;

IsPrivate Source code

var bool IsPrivate;

KickUserText Source code

var localized string KickUserText;

MessageUserText Source code

var localized string MessageUserText;

OpUserText Source code

var localized string OpUserText;

ReasonText Source code

var localized string ReasonText;

VoiceUserText Source code

var localized string VoiceUserText;

WhoisUserText Source code

var localized string WhoisUserText;

TribesGui

lb_User Source code

var(TribesGui) EditInline Config GUIListBox lb_User;

tp_System Source code

var(TribesGui) EditInline Config TribesIRCSystem tp_System;


Functions Detail

AddControlContextOptions Source code

function AddControlContextOptions ( GUI.GUIContextMenu Menu, string Nick ) )

AddUser Source code

function AddUser ( string Nick ) )

AddUserContextOptions Source code

function AddUserContextOptions ( GUI.GUIContextMenu Menu, string Nick ) )

Ban Source code

function Ban ( string Nick, optional string Reason ) )

ChangedNick Source code

function ChangedNick ( string OldNick, string NewNick) )

ChangeHalfOp Source code

function ChangeHalfOp ( string Nick, bool NewHalfOp ) )

ChangeMode Source code

function ChangeMode ( string Nick, string Mode) )

ChangeNick Source code

function ChangeNick ( string OldNick, string NewNick) )

ChangeOp Source code

function ChangeOp ( string Nick, bool NewOp ) )

ChangeTopic Source code

function ChangeTopic ( string NewTopic ) )

ChangeVoice Source code

function ChangeVoice ( string Nick, bool NewVoice ) )

ChannelAction Source code

function ChannelAction ( string Nick, string Text) )

ChannelText Source code

function ChannelText ( string Nick, string Text) )

ContextMenuClick Source code

function ContextMenuClick ( GUI.GUIContextMenu Sender, int ClickIndex) )

ContextMenuOpen Source code

function bool ContextMenuOpen ( GUI.GUIContextMenu Sender) )

DeHelp Source code

function DeHelp ( string Nick ) )

Deop Source code

function Deop ( string Nick ) )

DeVoice Source code

function DeVoice ( string Nick ) )

FindNick Source code

function bool FindNick ( string Nick ) )

GetAbsoluteIndex Source code

function int GetAbsoluteIndex ( GUI.GUIContextMenu Menu, int Index ) )

GetFlags Source code

function string GetFlags ( string NickName ) )

GetUser Source code

function int GetUser ( string Nick ) )

Help Source code

function Help ( string Nick ) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnCreateComponent Source code

function InternalOnCreateComponent ( GUIComponent NewComp, GUIComponent Sender) )

InternalOnLoadIni Source code

function InternalOnLoadIni ( GUIComponent Sender, string S) )

InternalOnReleaseSplitter Source code

function InternalOnReleaseSplitter ( GUIComponent Sender, float NewPos) )

JoinedChannel Source code

function JoinedChannel ( string Nick) )

Kick Source code

function Kick ( string Nick, optional string Reason ) )

KickReasonClose Source code

function KickReasonClose ( bool bCancelled ) )

KickUser Source code

function KickUser ( string KickedNick, string Kicker, string Reason) )

MyCompareItem Source code

function bool MyCompareItem ( GUIListElem ElemA, GUIListElem ElemB) )

MyListDblClick Source code

function MyListDblClick ( GUIComponent Sender) )

MyOnDrawItem Source code

function MyOnDrawItem ( Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected) )

Op Source code

function Op ( string Nick ) )

PartedChannel Source code

function PartedChannel ( string Nick) )

ProcessInput Source code

function ProcessInput ( string Text) )

RemoveUser Source code

function RemoveUser ( string Nick ) )

ShowPanel Source code

function ShowPanel ( bool bShow) )

Unban Source code

function Unban ( string Nick ) )

UserInChannel Source code

function UserInChannel ( string Nick) )

UserIsHelper Source code

function bool UserIsHelper ( string NickName ) )

UserIsOp Source code

function bool UserIsOp ( string NickName ) )

UserIsVoice Source code

function bool UserIsVoice ( string NickName ) )

UserNotice Source code

function UserNotice ( string Nick, string Text) )

UserQuit Source code

function UserQuit ( string Nick, string Reason) )

UserSetFlag Source code

function UserSetFlag ( int i, string flag, bool bSet) )

Voice Source code

function Voice ( string Nick ) )

Whois Source code

function Whois ( string Nick ) )


Defaultproperties

defaultproperties
{
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 

 
 
 
 

 

	ReasonText="Reason: "


	MessageUserText="Open Query"
	WhoisUserText="Whois"
    OpUserText="Make Op"
    DeopUserText="Remove Op"


    HelpUserText="Make Helper"
    DeHelpUserText="Remove Helper"


    VoiceUserText="Make Voice"
    DevoiceUserText="Remove Voice"


    KickUserText="Kick User"







}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:36.418 - Created with UnCodeX