C# 클래스 Winter.TextHandler

파일 보기 프로젝트 열기: dlrudie/Snip 1 사용 예제들

공개 메소드들

메소드 설명
SetNotifyIconText ( string text ) : void
UnifyTitles ( string title ) : string
UpdateText ( string text ) : void
UpdateText ( string title, string artist ) : void
UpdateText ( string title, string artist, string album ) : void
UpdateText ( string title, string artist, string album, string trackId ) : void
UpdateTextAndEmptyFilesMaybe ( string text ) : void

비공개 메소드들

메소드 설명
CompactWhitespace ( string text ) : string
CompactWhitespace ( StringBuilder stringBuilder ) : void

메소드 상세

SetNotifyIconText() 공개 정적인 메소드

public static SetNotifyIconText ( string text ) : void
text string
리턴 void

UnifyTitles() 공개 정적인 메소드

public static UnifyTitles ( string title ) : string
title string
리턴 string

UpdateText() 공개 정적인 메소드

public static UpdateText ( string text ) : void
text string
리턴 void

UpdateText() 공개 정적인 메소드

public static UpdateText ( string title, string artist ) : void
title string
artist string
리턴 void

UpdateText() 공개 정적인 메소드

public static UpdateText ( string title, string artist, string album ) : void
title string
artist string
album string
리턴 void

UpdateText() 공개 정적인 메소드

public static UpdateText ( string title, string artist, string album, string trackId ) : void
title string
artist string
album string
trackId string
리턴 void

UpdateTextAndEmptyFilesMaybe() 공개 정적인 메소드

public static UpdateTextAndEmptyFilesMaybe ( string text ) : void
text string
리턴 void