Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CGUIViewStateWindowMusicNav Class Reference

#include <GUIViewStateMusic.h>

Inheritance diagram for CGUIViewStateWindowMusicNav:
CGUIViewStateWindowMusic CGUIViewState

Public Member Functions

 CGUIViewStateWindowMusicNav (const CFileItemList &items)
 
- Public Member Functions inherited from CGUIViewStateWindowMusic
 CGUIViewStateWindowMusic (const CFileItemList &items)
 
- Public Member Functions inherited from CGUIViewState
virtual ~CGUIViewState ()
 
void SetViewAsControl (int viewAsControl)
 
void SaveViewAsControl (int viewAsControl)
 
int GetViewAsControl () const
 
bool ChooseSortMethod ()
 
SortDescription SetNextSortMethod (int direction=1)
 
void SetCurrentSortMethod (int method)
 
SortDescription GetSortMethod () const
 
bool HasMultipleSortMethods () const
 
int GetSortMethodLabel () const
 
int GetSortOrderLabel () const
 
void GetSortMethodLabelMasks (LABEL_MASKS &masks) const
 
std::vector< SortDescriptionGetSortDescriptions () const
 
SortOrder SetNextSortOrder ()
 
SortOrder GetSortOrder () const
 
virtual bool HideExtensions ()
 
virtual bool HideParentDirItems ()
 
virtual bool DisableAddSourceButtons ()
 
const std::string & GetPlaylistDirectory ()
 
void SetPlaylistDirectory (const std::string &strDirectory)
 
bool IsCurrentPlaylistDirectory (const std::string &strDirectory)
 

Protected Member Functions

void SaveViewState () override
 
VECSOURCESGetSources () override
 
- Protected Member Functions inherited from CGUIViewStateWindowMusic
KODI::PLAYLIST::Id GetPlaylist () const override
 
bool AutoPlayNextItem () override
 
std::string GetLockType () override
 
std::string GetExtensions () override
 
- Protected Member Functions inherited from CGUIViewState
 CGUIViewState (const CFileItemList &items)
 
virtual void SaveViewToDb (const std::string &path, int windowID, CViewState *viewState=NULL)
 
void LoadViewState (const std::string &path, int windowID)
 
void AddLiveTVSources ()
 
void AddPlaylistOrder (const CFileItemList &items, const LABEL_MASKS &label_masks)
 Add the sort order defined in a smartplaylist Defaults to SORT_METHOD_PLAYLIST_ORDER if no order is defined.
 
void AddSortMethod (SortBy sortBy, int buttonLabel, const LABEL_MASKS &labelMasks, SortAttribute sortAttributes=SortAttributeNone, SortOrder sortOrder=SortOrderNone)
 
void AddSortMethod (SortBy sortBy, SortAttribute sortAttributes, int buttonLabel, const LABEL_MASKS &labelMasks, SortOrder sortOrder=SortOrderNone)
 
void AddSortMethod (SortDescription sortDescription, int buttonLabel, const LABEL_MASKS &labelMasks)
 
void SetSortMethod (SortBy sortBy, SortOrder sortOrder=SortOrderNone)
 
void SetSortMethod (SortDescription sortDescription)
 
void SetSortOrder (SortOrder sortOrder)
 
bool AutoPlayNextVideoItem () const
 

Additional Inherited Members

- Static Public Member Functions inherited from CGUIViewState
static CGUIViewStateGetViewState (int windowId, const CFileItemList &items)
 
- Protected Attributes inherited from CGUIViewState
const CFileItemListm_items
 
int m_currentViewAsControl
 
KODI::PLAYLIST::Id m_playlist
 
std::vector< GUIViewSortDetailsm_sortMethods
 
int m_currentSortMethod
 
- Static Protected Attributes inherited from CGUIViewState
static VECSOURCES m_sources
 
static std::string m_strPlaylistDirectory
 

Constructor & Destructor Documentation

◆ CGUIViewStateWindowMusicNav()

CGUIViewStateWindowMusicNav::CGUIViewStateWindowMusicNav ( const CFileItemList & items)
explicit

Member Function Documentation

◆ GetSources()

VECSOURCES & CGUIViewStateWindowMusicNav::GetSources ( )
overrideprotectedvirtual

Reimplemented from CGUIViewStateWindowMusic.

◆ SaveViewState()

void CGUIViewStateWindowMusicNav::SaveViewState ( )
overrideprotectedvirtual

Implements CGUIViewState.


The documentation for this class was generated from the following files: