|
MythTV master
|
Functions | |
| MBASE_PUBLIC FileSystemInfoList | FromStringList (const QStringList &list) |
| MBASE_PUBLIC QStringList | ToStringList (const FileSystemInfoList &fsInfos) |
| MBASE_PUBLIC FileSystemInfoList | GetInfoList (MythSocket *sock=nullptr) |
| MBASE_PUBLIC void | Consolidate (FileSystemInfoList &disks, bool merge, int64_t fuzz, const QString &total_name={}) |
| void FileSystemInfoManager::Consolidate | ( | FileSystemInfoList & | disks, |
| bool | merge, | ||
| int64_t | fuzz, | ||
| const QString & | total_name = {} |
||
| ) |
Definition at line 123 of file filesysteminfo.cpp.
Referenced by MainServer::BackendQueryDiskSpace(), MainServer::GetFilesystemInfos(), FileServerHandler::HandleQueryFreeSpaceList(), and FileServerHandler::HandleQueryFreeSpaceSummary().
| FileSystemInfoList FileSystemInfoManager::FromStringList | ( | const QStringList & | list | ) |
Definition at line 191 of file filesysteminfo.cpp.
Referenced by FileSystemInfo::FileSystemInfo(), PlaybackSock::GetDiskSpace(), MainServer::GetFilesystemInfos(), GetInfoList(), and ProgramInfo::ProgramInfo().
| FileSystemInfoList FileSystemInfoManager::GetInfoList | ( | MythSocket * | sock = nullptr | ) |
Definition at line 106 of file filesysteminfo.cpp.
Referenced by StatusBox::doMachineStatus(), FileServerHandler::QueryAllFileSystems(), and PlaybackBoxHelper::UpdateFreeSpace().
| QStringList FileSystemInfoManager::ToStringList | ( | const FileSystemInfoList & | fsInfos | ) |
Definition at line 205 of file filesysteminfo.cpp.
Referenced by MainServer::BackendQueryDiskSpace(), FileServerHandler::HandleQueryFreeSpace(), and FileServerHandler::HandleQueryFreeSpaceList().