#include <BlurayDirectory.h>
|
bool | GetKeyboardInput (const CVariant &heading, std::string &input, bool hiddenInput=false) |
| Prompt the user for some keyboard input Call this method from the GetDirectory method to retrieve additional input from the user. If this function returns false then no input has been received, and the GetDirectory call should return false.
|
|
void | SetErrorDialog (const CVariant &heading, const CVariant &line1, const CVariant &line2=0, const CVariant &line3=0) |
| Show an error dialog on failure of GetDirectory call Call this method from the GetDirectory method to set an error message to be shown to the user.
|
|
void | RequireAuthentication (const CURL &url) |
| Prompt the user for authentication of a URL. Call this method from the GetDirectory method when authentication is required from the user, before returning false from the GetDirectory call. The user will be prompted for authentication, and GetDirectory will be re-called.
|
|
std::string | m_strFileMask |
| Holds the file mask specified by SetMask()
|
|
int | m_flags |
| Directory flags - see DIR_FLAG.
|
|
CVariant | m_requirements |
|
static const CProfileManager * | m_profileManager = nullptr |
|
◆ CBlurayDirectory()
XFILE::CBlurayDirectory::CBlurayDirectory |
( |
| ) |
|
|
default |
◆ ~CBlurayDirectory()
XFILE::CBlurayDirectory::~CBlurayDirectory |
( |
| ) |
|
|
override |
◆ GetBasePath()
std::string XFILE::CBlurayDirectory::GetBasePath |
( |
const CURL & | url | ) |
|
|
static |
◆ GetBlurayID()
std::string XFILE::CBlurayDirectory::GetBlurayID |
( |
| ) |
|
◆ GetBlurayTitle()
std::string XFILE::CBlurayDirectory::GetBlurayTitle |
( |
| ) |
|
◆ GetDirectory()
Get the items of the directory strPath.
- Parameters
-
url | Directory to read. |
items | Retrieves the directory entries. |
- Returns
- Returns true, if successful.
- See also
- CDirectoryFactory
Implements XFILE::IDirectory.
◆ InitializeBluray()
bool XFILE::CBlurayDirectory::InitializeBluray |
( |
const std::string & | root | ) |
|
The documentation for this class was generated from the following files: