Property | Type | Description | |
---|---|---|---|
_categoriesFacade | MediaPortal.GUI.Library.GUIFacadeControl | ||
_currentNode | DBNode |
||
_lastNode | DBNode |
||
_lastSelectedMovie | |||
_lastView | BrowserViewMode | ||
_selectedNode | DBNode |
||
_topLevelNode | DBNode |
||
_topLevelView | BrowserViewMode | ||
facade | MediaPortal.GUI.Library.GUIFacadeControl |
Method | Description | |
---|---|---|
CycleView ( ) : void |
Rotates the current layout.
|
|
Focus ( ) : void |
Enable focus on the active facade
|
|
GetAvailableMovies ( DBNode |
Returns a list of available movies for this node (includes active filters)
|
|
GetMovieListItem ( |
Gets the GUIListItem object associated with this movie
|
|
GetPossibleMovies ( DBNode |
Returns a list of possible movies for this node
|
|
HasAvailableMovies ( DBNode |
Returns a value indicating wether this node has available movies
|
|
MovieBrowser ( |
||
ReAddCategoryFilters ( ) : void | ||
ReapplyFilters ( ) : void |
Reapplies all existing filters to the movies in the browser. This should be called if an existing filter has been modified.
|
|
ReloadCategoriesFacade ( ) : void | ||
ReloadFacade ( ) : void | ||
ReloadMovieFacade ( ) : void | ||
ReloadView ( ) : void |
Reloads the current view to the GUI.
|
|
TemporarilyRemoveCategoryFilters ( ) : void | ||
UpdateListColors ( |
Updates the color properties of the GUIListItem object for this movie
|
|
onCategoryNodeSelected ( |
||
onMovieItemSelected ( |
Method | Description | |
---|---|---|
GetNextValidView ( BrowserViewMode startView ) : BrowserViewMode | ||
GetSecondItemLabel ( |
||
GetSecondItemLabel ( |
||
GetSecondItemLabelForCurrentSortBy ( |
gets the best second label to display for node based on it's corresponding SortBy if the SortBy doesn't match a logical field then the default field selected by user in advanced settings is allocated
|
|
GetViewFromNode ( DBNode |
||
PowerEventHandler ( MovingPicturesCore powerEvent ) : void | ||
RefreshFacade ( object state ) : void |
Reloads the facade as result from a delayed refresh
|
|
addCategoryNodeToFacade ( DBNode |
||
addFilters ( DBNode |
||
addMovieToFacade ( |
||
availabilityCheckProcess ( ) : void |
Checks if movies are available and updates the menu item highlighting accordingly. Meant to run as a background process.
|
|
deinit ( ) : void | ||
init ( ) : void | ||
initSortingDefaults ( ) : void | ||
onContentsChanged ( ) : void | ||
onFilterUpdated ( IFilter |
||
onFiltersChanged ( object sender, |
||
onMovieAdded ( |
||
onMovieContentsChange ( ) : void | ||
onMovieDeleted ( |
||
onMovieUpdated ( |
||
onScrollItemChanged ( |
||
removeFilters ( DBNode |
public GetAvailableMovies ( DBNode |
||
node | DBNode |
|
return | HashSet |
public GetMovieListItem ( |
||
movie | ||
return |
public GetPossibleMovies ( DBNode |
||
node | DBNode |
|
return | HashSet |
public HasAvailableMovies ( DBNode |
||
node | DBNode |
|
return | bool |
public MovieBrowser ( |
||
skinSettings | ||
return | System |
public TemporarilyRemoveCategoryFilters ( ) : void | ||
return | void |
public UpdateListColors ( |
||
movie | ||
return | void |
public onCategoryNodeSelected ( |
||
item | ||
parent | ||
return | void |
public onMovieItemSelected ( |
||
item | ||
parent | ||
return | void |
public GUIFacadeControl,MediaPortal.GUI.Library _categoriesFacade | ||
return | MediaPortal.GUI.Library.GUIFacadeControl |
public DBMovieInfo,MediaPortal.Plugins.MovingPictures.Database _lastSelectedMovie | ||
return |