C# Class Artemis.Modules.Effects.WindowsProfile.WindowsProfileModel

Inheritance: Artemis.Models.EffectModel
Afficher le fichier Open project: SpoinkyNL/Artemis Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Enable ( ) : void
GetOverallPerformanceCounter ( ) : PerformanceCounter
GetPerformanceCounters ( ) : List
GetRenderLayers ( bool keyboardOnly ) : List
SetupSpotify ( ) : void
Update ( ) : void
UpdateSpotify ( WindowsProfileDataModel dataModel ) : void
WindowsProfileModel ( ILogger logger, MainManager mainManager ) : System

Private Methods

Méthode Description
SetupCpu ( ) : void
UpdateCpu ( WindowsProfileDataModel dataModel ) : void
UpdateDay ( WindowsProfileDataModel dataModel ) : void
UpdateSpotifyPlayState ( object sender, SpotifyAPI.Local.PlayStateEventArgs e ) : void
UpdateSpotifyTrack ( object sender, SpotifyAPI.Local.TrackChangeEventArgs e ) : void
UpdateSpotifyTrackTime ( object sender, SpotifyAPI.Local.TrackTimeChangeEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void

GetOverallPerformanceCounter() public static méthode

public static GetOverallPerformanceCounter ( ) : PerformanceCounter
Résultat System.Diagnostics.PerformanceCounter

GetPerformanceCounters() public static méthode

public static GetPerformanceCounters ( ) : List
Résultat List

GetRenderLayers() public méthode

public GetRenderLayers ( bool keyboardOnly ) : List
keyboardOnly bool
Résultat List

SetupSpotify() public méthode

public SetupSpotify ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateSpotify() public méthode

public UpdateSpotify ( WindowsProfileDataModel dataModel ) : void
dataModel WindowsProfileDataModel
Résultat void

WindowsProfileModel() public méthode

public WindowsProfileModel ( ILogger logger, MainManager mainManager ) : System
logger ILogger
mainManager Artemis.Managers.MainManager
Résultat System