C# Class TraktPlugin.GUI.GUISettingsGeneral

Inheritance: MediaPortal.GUI.Library.GUIWindow
ファイルを表示 Open project: trakt/Trakt-for-Mediaportal

Public Methods

Method Description
GUISettingsGeneral ( ) : System.ComponentModel
Init ( ) : bool

Protected Methods

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

Private Methods

Method 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 method

public GUISettingsGeneral ( ) : System.ComponentModel
return System.ComponentModel

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 MediaPortal.GUI.Library.GUIControl
actionType MediaPortal.GUI.Library.Action
return void

OnPageDestroy() protected method

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

OnPageLoad() protected method

protected OnPageLoad ( ) : void
return void