C# Class RatChat.Twitch.TwitchChatSource

Inheritance: RatChat.Core.IChatSource, INotifyPropertyChanged, RatChat.Core.ISmileCreator
Afficher le fichier Open project: JustOxlamon/Sc2tvChatPub

Méthodes publiques

Méthode Description
BeginWork ( ) : void
CreateCustomView ( ) : System.Windows.Controls.UserControl
CreateSmile ( string id ) : FrameworkElement
CreateSmile ( string SmileId, System TextPanel ) : bool
EndWork ( ) : void
GetSmile ( string id ) : FrameworkElement
IrcClient_ClientInfoReceived ( object sender, EventArgs e ) : void
IrcClient_ConnectFailed ( object sender, dotIRC.IrcErrorEventArgs e ) : void
IrcClient_Connected ( object sender, EventArgs e ) : void
IrcClient_Disconnected ( object sender, EventArgs e ) : void
IrcClient_Error ( object sender, dotIRC.IrcErrorEventArgs e ) : void
IrcClient_MotdReceived ( object sender, EventArgs e ) : void
IrcClient_NetworkInformationReceived ( object sender, EventArgs e ) : void
IrcClient_ProtocolError ( object sender, dotIRC.IrcProtocolErrorEventArgs e ) : void
IrcClient_RawMessageReceived ( object sender, dotIRC.IrcRawMessageEventArgs e ) : void
OnConfigApply ( ConfigStorage Config ) : void
OnLoad ( ConfigStorage Config ) : void
TwitchChatSource ( ) : System

Méthodes protégées

Méthode Description
FireChange ( string PropertyName ) : void

Private Methods

Méthode Description
ParseIrcMessageWithRegex ( string message, string &prefix, string &command, string &parameters ) : bool
Reconnect ( ) : void
UpdateSmiles ( ) : void
getUserName ( string prefix ) : string

Method Details

BeginWork() public méthode

public BeginWork ( ) : void
Résultat void

CreateCustomView() public méthode

public CreateCustomView ( ) : System.Windows.Controls.UserControl
Résultat System.Windows.Controls.UserControl

CreateSmile() public méthode

public CreateSmile ( string id ) : FrameworkElement
id string
Résultat System.Windows.FrameworkElement

CreateSmile() public méthode

public CreateSmile ( string SmileId, System TextPanel ) : bool
SmileId string
TextPanel System
Résultat bool

EndWork() public méthode

public EndWork ( ) : void
Résultat void

FireChange() protected méthode

protected FireChange ( string PropertyName ) : void
PropertyName string
Résultat void

GetSmile() public méthode

public GetSmile ( string id ) : FrameworkElement
id string
Résultat System.Windows.FrameworkElement

IrcClient_ClientInfoReceived() public méthode

public IrcClient_ClientInfoReceived ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

IrcClient_ConnectFailed() public méthode

public IrcClient_ConnectFailed ( object sender, dotIRC.IrcErrorEventArgs e ) : void
sender object
e dotIRC.IrcErrorEventArgs
Résultat void

IrcClient_Connected() public méthode

public IrcClient_Connected ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

IrcClient_Disconnected() public méthode

public IrcClient_Disconnected ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

IrcClient_Error() public méthode

public IrcClient_Error ( object sender, dotIRC.IrcErrorEventArgs e ) : void
sender object
e dotIRC.IrcErrorEventArgs
Résultat void

IrcClient_MotdReceived() public méthode

public IrcClient_MotdReceived ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

IrcClient_NetworkInformationReceived() public méthode

public IrcClient_NetworkInformationReceived ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

IrcClient_ProtocolError() public méthode

public IrcClient_ProtocolError ( object sender, dotIRC.IrcProtocolErrorEventArgs e ) : void
sender object
e dotIRC.IrcProtocolErrorEventArgs
Résultat void

IrcClient_RawMessageReceived() public méthode

public IrcClient_RawMessageReceived ( object sender, dotIRC.IrcRawMessageEventArgs e ) : void
sender object
e dotIRC.IrcRawMessageEventArgs
Résultat void

OnConfigApply() public méthode

public OnConfigApply ( ConfigStorage Config ) : void
Config ConfigStorage
Résultat void

OnLoad() public méthode

public OnLoad ( ConfigStorage Config ) : void
Config ConfigStorage
Résultat void

TwitchChatSource() public méthode

public TwitchChatSource ( ) : System
Résultat System