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

Functions

bool ChooseAndSetNewName (CFileItem &item)
 
bool ChooseAndSetNewThumbnail (CFileItem &item)
 
bool MoveItem (CFileItemList &items, const std::shared_ptr< CFileItem > &item, int amount)
 
bool RemoveItem (CFileItemList &items, const std::shared_ptr< CFileItem > &item)
 
bool ShouldEnableMoveItems ()
 
bool ExecuteAction (const CExecString &execString)
 
bool ExecuteAction (const CFavouritesURL &favURL)
 

Function Documentation

◆ ChooseAndSetNewName()

bool FAVOURITES_UTILS::ChooseAndSetNewName ( CFileItem & item)

◆ ChooseAndSetNewThumbnail()

bool FAVOURITES_UTILS::ChooseAndSetNewThumbnail ( CFileItem & item)

◆ ExecuteAction() [1/2]

bool FAVOURITES_UTILS::ExecuteAction ( const CExecString & execString)

◆ ExecuteAction() [2/2]

bool FAVOURITES_UTILS::ExecuteAction ( const CFavouritesURL & favURL)

◆ MoveItem()

bool FAVOURITES_UTILS::MoveItem ( CFileItemList & items,
const std::shared_ptr< CFileItem > & item,
int amount )

◆ RemoveItem()

bool FAVOURITES_UTILS::RemoveItem ( CFileItemList & items,
const std::shared_ptr< CFileItem > & item )

◆ ShouldEnableMoveItems()

bool FAVOURITES_UTILS::ShouldEnableMoveItems ( )