C# Class CampahApp.Chatlog

Inheritance: INotifyPropertyChanged
Show file Open project: golfandsurf/Campah Class Usage Examples

Public Methods

Method Description
AddAlert ( ChatAlert alert ) : void
ClearChatAlerts ( ) : void
LastTell ( string name ) : string
NotifyPropertyChanged ( string propertyName ) : void
ProcessLine ( CampahApp.FFACE chatline, System.Windows.Documents.Paragraph para ) : System.Windows.Documents.Paragraph
RemoveAlert ( ChatAlert alert ) : void
Rewrite ( ) : void
Update ( ) : void
UpdateFilters ( string rawstring ) : void

Private Methods

Method Description
AddLine ( CampahApp.FFACE line ) : void
ChatColorConverter ( System chatColor ) : System.Windows.Media.Brush
ChatWorkerTick ( object sender, EventArgs e ) : void
Chatlog ( ) : System
colorToBrush ( System color ) : System.Windows.Media.Brush

Method Details

AddAlert() public method

public AddAlert ( ChatAlert alert ) : void
alert ChatAlert
return void

ClearChatAlerts() public method

public ClearChatAlerts ( ) : void
return void

LastTell() public method

public LastTell ( string name ) : string
name string
return string

NotifyPropertyChanged() public method

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
return void

ProcessLine() public method

public ProcessLine ( CampahApp.FFACE chatline, System.Windows.Documents.Paragraph para ) : System.Windows.Documents.Paragraph
chatline CampahApp.FFACE
para System.Windows.Documents.Paragraph
return System.Windows.Documents.Paragraph

RemoveAlert() public method

public RemoveAlert ( ChatAlert alert ) : void
alert ChatAlert
return void

Rewrite() public method

public Rewrite ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateFilters() public method

public UpdateFilters ( string rawstring ) : void
rawstring string
return void