C# Class TraktPlugin.GUI.GUISearch

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

Private Properties

Свойство Type Description
ClearProperties void
GetSearchListName string
GetSearchResultCount int
GetSearchTypesID int
GetSingluarNameFromType string
InitProperties void
LoadSearchResults void
OnItemSelected void
SendSearchResultsToFacade void
SendSearchResultsToWindow void
SetSearchTypes void

Méthodes publiques

Méthode Description
GUISearch ( ) : System
Init ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void

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
OnShowContextMenu ( ) : void

Private Methods

Méthode Description
ClearProperties ( ) : void
GetSearchListName ( SearchType type ) : string
GetSearchResultCount ( IEnumerable searchResults, SearchType type ) : int
GetSearchTypesID ( ) : int
GetSingluarNameFromType ( SearchType type ) : string
InitProperties ( ) : void
LoadSearchResults ( ) : void
OnItemSelected ( GUIListItem item, GUIControl parent ) : void
SendSearchResultsToFacade ( IEnumerable searchResults ) : void
SendSearchResultsToWindow ( IEnumerable searchResults ) : void
SetSearchTypes ( ) : void

Method Details

GUISearch() public méthode

public GUISearch ( ) : System
Résultat System

Init() public méthode

public Init ( ) : bool
Résultat bool

OnAction() public méthode

public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
Résultat void

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

OnShowContextMenu() protected méthode

protected OnShowContextMenu ( ) : void
Résultat void