C# Class AvalonGUIConfig.MyFilmsConfig

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

Public Methods

Method Description
Init ( ) : bool
MyFilmsConfig ( ) : 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 MovingPictures.xml

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

Returns a Translated name for selected Thumbnail Mod

SetControlStates ( ) : void
ShowThumbnailContextMenu ( ) : void

Method Details

Init() public method

public Init ( ) : bool
return bool

MyFilmsConfig() public method

public MyFilmsConfig ( ) : System
return System

OnClicked() protected method

protected OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void
controlId int
control MediaPortal.GUI.Library.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