|
void | SaveViewState () override |
|
VECSOURCES & | GetSources () override |
|
int | GetPlaylist () const override |
|
bool | AutoPlayNextItem () override |
|
std::string | GetLockType () override |
|
std::string | GetExtensions () override |
|
| 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 | AddAddonsSource (const std::string &content, const std::string &label, const std::string &thumb) |
| Add the addons source for the given content type, if the user has suitable addons. More...
|
|
void | AddLiveTVSources () |
|
void | AddPlaylistOrder (const CFileItemList &items, LABEL_MASKS label_masks) |
| Add the sort order defined in a smartplaylist Defaults to SORT_METHOD_PLAYLIST_ORDER if no order is defined. More...
|
|
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 |
|