MythTV
master
|
This is the complete list of members for RemoteFile, including all inherited members.
CheckConnection(bool repos=true) | RemoteFile | private |
Close(bool haslock=false) | RemoteFile | private |
CopyFile(const QString &src, const QString &dst, bool overwrite=false, bool verify=false) | RemoteFile | static |
DeleteFile(const QString &url) | RemoteFile | static |
Exists(const QString &url, struct stat *fileinfo) | RemoteFile | static |
Exists(const QString &url) | RemoteFile | static |
FindFile(const QString &filename, const QString &host, const QString &storageGroup, bool useRegex=false, bool allowFallback=false) | RemoteFile | static |
FindFileList(const QString &filename, const QString &host, const QString &storageGroup, bool useRegex=false, bool allowFallback=false) | RemoteFile | static |
GetAuxiliaryFiles(void) const | RemoteFile | inline |
GetFileHash(const QString &url) | RemoteFile | static |
GetFileSize(void) const | RemoteFile | |
GetRealFileSize(void) | RemoteFile | |
IsConnected(void) | RemoteFile | private |
isLocal(const QString &path) | RemoteFile | static |
isLocal(void) const | RemoteFile | |
isOpen(void) const | RemoteFile | |
LastModified(const QString &url) | RemoteFile | static |
LastModified(void) const | RemoteFile | |
m_auxFiles | RemoteFile | private |
m_canResume | RemoteFile | private |
m_completed | RemoteFile | private |
m_controlSock | RemoteFile | private |
m_fileSize | RemoteFile | private |
m_fileWriter | RemoteFile | private |
m_lastPosition | RemoteFile | private |
m_lastSizeCheck | RemoteFile | private |
m_localFile | RemoteFile | private |
m_lock | RemoteFile | mutableprivate |
m_path | RemoteFile | private |
m_possibleAuxFiles | RemoteFile | private |
m_query | RemoteFile | private |
m_readPosition | RemoteFile | private |
m_recorderNum | RemoteFile | private |
m_sock | RemoteFile | private |
m_timeoutIsFast | RemoteFile | private |
m_timeoutMs | RemoteFile | private |
m_useReadAhead | RemoteFile | private |
m_writeMode | RemoteFile | private |
MoveFile(const QString &src, const QString &dst, bool overwrite=false) | RemoteFile | static |
Open(void) | RemoteFile | private |
OpenInternal(void) | RemoteFile | private |
openSocket(bool control) | RemoteFile | private |
Read(void *data, int size) | RemoteFile | |
RemoteFile(QString url="", bool write=false, bool usereadahead=true, std::chrono::milliseconds timeout=2s, const QStringList *possibleAuxiliaryFiles=nullptr) | RemoteFile | explicit |
ReOpen(const QString &newFilename) | RemoteFile | |
Reset(void) | RemoteFile | |
Resume(bool repos=true) | RemoteFile | private |
SaveAs(QByteArray &data) | RemoteFile | |
Seek(long long pos, int whence, long long curpos=-1) | RemoteFile | |
SeekInternal(long long pos, int whence, long long curpos=-1) | RemoteFile | private |
SetBlocking(bool m_block=true) | RemoteFile | |
SetTimeout(bool fast) | RemoteFile | |
Write(const void *data, int size) | RemoteFile | |
~RemoteFile() | RemoteFile |