C# Class TraktPlugin.GUI.GUISettingsGeneral

Inheritance: MediaPortal.GUI.Library.GUIWindow
Afficher le fichier Open project: trakt/Trakt-for-Mediaportal

Méthodes publiques

Méthode Description
GUISettingsGeneral ( ) : System.ComponentModel
Init ( ) : bool

Méthodes protégées

Méthode Description
OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void
OnPageDestroy ( int new_windowId ) : void
OnPageLoad ( ) : void

Private Methods

Méthode Description
CategoriesCreator_DoWork ( object sender, DoWorkEventArgs e ) : void
CreateMovingPicturesCategoriesClicked ( ) : void
CreateMovingPicturesFiltersClicked ( ) : void
FiltersCreator_DoWork ( object sender, DoWorkEventArgs e ) : void
InitProperties ( ) : void

Method Details

GUISettingsGeneral() public méthode

public GUISettingsGeneral ( ) : System.ComponentModel
Résultat System.ComponentModel

Init() public méthode

public Init ( ) : bool
Résultat bool

OnClicked() protected méthode

protected OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void
controlId int
control MediaPortal.GUI.Library.GUIControl
actionType MediaPortal.GUI.Library.Action
Résultat void

OnPageDestroy() protected méthode

protected OnPageDestroy ( int new_windowId ) : void
new_windowId int
Résultat void

OnPageLoad() protected méthode

protected OnPageLoad ( ) : void
Résultat void