C# Class AvalonGUIConfig.TVSeriesConfig

Inheritance: MediaPortal.GUI.Library.GUIWindow
Datei anzeigen Open project: ncoH/Avalon

Public Methods

Method Description
Init ( ) : bool
TVSeriesConfig ( ) : System

Protected Methods

Method Description
OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void
OnPageDestroy ( int newWindowId ) : void
OnPageLoad ( ) : void

Private Methods

Method Description
ApplyConfigurationChanges ( ) : void

Apply changes to TVSeries.xml

GetControlStates ( ) : void
GetWidebannerName ( Views thumb ) : string

Returns a Translated name for selected Thumbnail Mod

SetControlStates ( ) : void
ShowWidebannerContextMenu ( ) : void

Method Details

Init() public method

public Init ( ) : bool
return bool

OnClicked() protected method

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

OnPageDestroy() protected method

protected OnPageDestroy ( int newWindowId ) : void
newWindowId int
return void

OnPageLoad() protected method

protected OnPageLoad ( ) : void
return void

TVSeriesConfig() public method

public TVSeriesConfig ( ) : System
return System