C# Class Winter.TextHandler

Afficher le fichier Open project: dlrudie/Snip Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CompactWhitespace ( string text ) : string
CompactWhitespace ( StringBuilder stringBuilder ) : void

Method Details

SetNotifyIconText() public static méthode

public static SetNotifyIconText ( string text ) : void
text string
Résultat void

UnifyTitles() public static méthode

public static UnifyTitles ( string title ) : string
title string
Résultat string

UpdateText() public static méthode

public static UpdateText ( string text ) : void
text string
Résultat void

UpdateText() public static méthode

public static UpdateText ( string title, string artist ) : void
title string
artist string
Résultat void

UpdateText() public static méthode

public static UpdateText ( string title, string artist, string album ) : void
title string
artist string
album string
Résultat void

UpdateText() public static méthode

public static UpdateText ( string title, string artist, string album, string trackId ) : void
title string
artist string
album string
trackId string
Résultat void

UpdateTextAndEmptyFilesMaybe() public static méthode

public static UpdateTextAndEmptyFilesMaybe ( string text ) : void
text string
Résultat void