Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for kodi::vfs::CDirEntry, including all inherited members.
AddProperty(const std::string &id, const std::string &value) | kodi::vfs::CDirEntry | inline |
CDirEntry(const std::string &label="", const std::string &path="", bool folder=false, int64_t size=-1, time_t dateTime=0) | kodi::vfs::CDirEntry | inline |
CDirEntry(const VFSDirEntry &dirEntry) | kodi::vfs::CDirEntry | inlineexplicit |
ClearProperties() | kodi::vfs::CDirEntry | inline |
DateTime() | kodi::vfs::CDirEntry | inline |
GetProperties() const | kodi::vfs::CDirEntry | inline |
IsFolder(void) const | kodi::vfs::CDirEntry | inline |
Label(void) const | kodi::vfs::CDirEntry | inline |
Path(void) const | kodi::vfs::CDirEntry | inline |
SetDateTime(time_t dateTime) | kodi::vfs::CDirEntry | inline |
SetFolder(bool folder) | kodi::vfs::CDirEntry | inline |
SetLabel(const std::string &label) | kodi::vfs::CDirEntry | inline |
SetPath(const std::string &path) | kodi::vfs::CDirEntry | inline |
SetSize(int64_t size) | kodi::vfs::CDirEntry | inline |
SetTitle(const std::string &title) | kodi::vfs::CDirEntry | inline |
Size(void) const | kodi::vfs::CDirEntry | inline |
Title(void) const | kodi::vfs::CDirEntry | inline |