This is the complete list of members for FileSystemInfo, including all inherited members.
| clear() | FileSystemInfo | inline |
| FileSystemInfo()=default | FileSystemInfo | |
| FileSystemInfo(QString hostname, QString path, int groupid=-1) | FileSystemInfo | inline |
| FileSystemInfo(QString hostname, QString path, bool local, int fsid, int groupid, int blksize, int64_t total, int64_t used) | FileSystemInfo | inline |
| FileSystemInfo(QStringList::const_iterator &it, const QStringList::const_iterator &end) | FileSystemInfo | inline |
| FileSystemInfo(const QStringList &slist) | FileSystemInfo | inlineexplicit |
| FromStringList(const QStringList &slist) | FileSystemInfo | private |
| FromStringList(QStringList::const_iterator &it, const QStringList::const_iterator &listend) | FileSystemInfo | private |
| getBlockSize() const | FileSystemInfo | inline |
| getFreeSpace() const | FileSystemInfo | inline |
| getFSysID() const | FileSystemInfo | inline |
| getGroupID() const | FileSystemInfo | inline |
| getHostname() const | FileSystemInfo | inline |
| getPath() const | FileSystemInfo | inline |
| getTotalSpace() const | FileSystemInfo | inline |
| getUsedSpace() const | FileSystemInfo | inline |
| getWeight() const | FileSystemInfo | inline |
| isLocal() const | FileSystemInfo | inline |
| kLines | FileSystemInfo | static |
| m_blksize | FileSystemInfo | private |
| m_fsid | FileSystemInfo | private |
| m_grpid | FileSystemInfo | private |
| m_hostname | FileSystemInfo | private |
| m_local | FileSystemInfo | private |
| m_path | FileSystemInfo | private |
| m_total | FileSystemInfo | private |
| m_used | FileSystemInfo | private |
| m_weight | FileSystemInfo | private |
| refresh() | FileSystemInfo | |
| setFSysID(int id) | FileSystemInfo | inline |
| setHostname(QString hostname) | FileSystemInfo | inline |
| setPath(QString path) | FileSystemInfo | inline |
| setUsedSpace(int64_t size) | FileSystemInfo | inline |
| setWeight(int weight) | FileSystemInfo | inline |
| ToStringList(QStringList &slist) const | FileSystemInfo | |
| ToStringList() const | FileSystemInfo | |