kodi
|
Public Types | |
enum | Action { UNKNOWN, ACTIVATE_WINDOW, PLAY_MEDIA, SHOW_PICTURE, RUN_SCRIPT, RUN_ADDON, START_ANDROID_ACTIVITY } |
Public Member Functions | |
CFavouritesURL (const std::string &favouritesURL) | |
CFavouritesURL (const CExecString &execString) | |
CFavouritesURL (Action action, const std::vector< std::string > ¶ms) | |
CFavouritesURL (const CFileItem &item, int contextWindow) | |
std::string | GetURL () const |
bool | IsValid () const |
bool | IsDir () const |
std::string | GetExecString () const |
Action | GetAction () const |
std::vector< std::string > | GetParams () const |
std::string | GetTarget () const |
int | GetWindowID () const |
std::string | GetActionLabel () const |
std::string | GetProviderLabel () const |