C# 클래스 CampahApp.Chatlog

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: golfandsurf/Campah 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddAlert() 공개 메소드

public AddAlert ( ChatAlert alert ) : void
alert ChatAlert
리턴 void

ClearChatAlerts() 공개 메소드

public ClearChatAlerts ( ) : void
리턴 void

LastTell() 공개 메소드

public LastTell ( string name ) : string
name string
리턴 string

NotifyPropertyChanged() 공개 메소드

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

ProcessLine() 공개 메소드

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

RemoveAlert() 공개 메소드

public RemoveAlert ( ChatAlert alert ) : void
alert ChatAlert
리턴 void

Rewrite() 공개 메소드

public Rewrite ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateFilters() 공개 메소드

public UpdateFilters ( string rawstring ) : void
rawstring string
리턴 void