|
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
#include <MusicDbUrl.h>
Public Member Functions | |
| CMusicDbUrl () | |
| ~CMusicDbUrl () override | |
Public Member Functions inherited from CDbUrl | |
| CDbUrl () | |
| ~CDbUrl () override | |
| bool | IsValid () const |
| void | Reset () |
| std::string | ToString () const |
| bool | FromString (const std::string &dbUrl) |
| const std::string & | GetType () const |
| void | AppendPath (const std::string &subPath) |
| void | AddOption (const std::string &key, const char *value) override |
| void | AddOption (const std::string &key, const std::string &value) override |
| void | AddOption (const std::string &key, int value) override |
| void | AddOption (const std::string &key, float value) override |
| void | AddOption (const std::string &key, double value) override |
| void | AddOption (const std::string &key, bool value) override |
| void | AddOptions (const std::string &options) override |
| void | RemoveOption (const std::string &key) override |
| bool | HasOption (const std::string &key) const |
| const UrlOptions & | GetOptions () const |
| std::string | GetOptionsString (bool withLeadingSeparator=false) const |
Protected Member Functions | |
| bool | parse () override |
| bool | validateOption (const std::string &key, const CVariant &value) override |
Additional Inherited Members | |
Protected Attributes inherited from CDbUrl | |
| CURL | m_url |
| std::string | m_type |
| CMusicDbUrl::CMusicDbUrl | ( | ) |
|
overridedefault |
|
overrideprotectedvirtual |
Reimplemented from CDbUrl.