Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Functions | |
bool ATTR_DLL_LOCAL | ShowAndGetDirectory (const std::string &shares, const std::string &heading, std::string &path, bool writeOnly=false) |
Directory selection dialog. | |
bool ATTR_DLL_LOCAL | ShowAndGetFile (const std::string &shares, const std::string &mask, const std::string &heading, std::string &path, bool useThumbs=false, bool useFileDirectories=false) |
File selection dialog. | |
bool ATTR_DLL_LOCAL | ShowAndGetFileFromDir (const std::string &directory, const std::string &mask, const std::string &heading, std::string &path, bool useThumbs=false, bool useFileDirectories=false, bool singleList=false) |
File selection from a directory. | |
bool ATTR_DLL_LOCAL | ShowAndGetFileList (const std::string &shares, const std::string &mask, const std::string &heading, std::vector< std::string > &fileList, bool useThumbs=false, bool useFileDirectories=false) |
File selection dialog to get several in to a list. | |
bool ATTR_DLL_LOCAL | ShowAndGetSource (std::string &path, bool allowNetworkShares, const std::string &additionalShare="", const std::string &type="") |
Source selection dialog. | |
bool ATTR_DLL_LOCAL | ShowAndGetImage (const std::string &shares, const std::string &heading, std::string &path) |
Image selection dialog. | |
bool ATTR_DLL_LOCAL | ShowAndGetImageList (const std::string &shares, const std::string &heading, std::vector< std::string > &file_list) |
Image selection dialog to get several in to a list. | |