|
MythTV master
|
Public Member Functions | |
| RemoteFileWrapper (const QString &filename) | |
| ~RemoteFileWrapper () | |
| RemoteFileWrapper (const RemoteFileWrapper &)=delete | |
| RemoteFileWrapper & | operator= (const RemoteFileWrapper &)=delete |
| bool | isOpen (void) const |
| long long | GetFileSize (void) const |
| int | Read (void *data, int size) |
Private Attributes | |
| bool | m_isRemote |
| RemoteFile * | m_remoteFile |
| QFile * | m_localFile |
Definition at line 95 of file textsubtitleparser.cpp.
|
inlineexplicit |
Definition at line 98 of file textsubtitleparser.cpp.
|
inline |
Definition at line 120 of file textsubtitleparser.cpp.
|
delete |
|
inline |
Definition at line 133 of file textsubtitleparser.cpp.
Referenced by TextSubtitleParser::LoadSubtitles().
|
inline |
Definition at line 128 of file textsubtitleparser.cpp.
Referenced by TextSubtitleParser::LoadSubtitles().
|
delete |
|
inline |
Definition at line 140 of file textsubtitleparser.cpp.
Referenced by TextSubtitleParser::LoadSubtitles().
|
private |
Definition at line 151 of file textsubtitleparser.cpp.
Referenced by GetFileSize(), isOpen(), Read(), and RemoteFileWrapper().
|
private |
Definition at line 153 of file textsubtitleparser.cpp.
Referenced by GetFileSize(), isOpen(), Read(), RemoteFileWrapper(), and ~RemoteFileWrapper().
|
private |
Definition at line 152 of file textsubtitleparser.cpp.
Referenced by GetFileSize(), isOpen(), Read(), RemoteFileWrapper(), and ~RemoteFileWrapper().