qBittorrent
|
Custom tree: creates directories under the specified root directory. More...
#include <profile_p.h>
Public Member Functions | |
CustomProfile (const QString &rootPath, const QString &configurationName) | |
QString | rootPath () const override |
QString | basePath () const override |
The base path against to which portable (relative) paths are resolved. More... | |
QString | cacheLocation () const override |
QString | configLocation () const override |
QString | dataLocation () const override |
QString | downloadLocation () const override |
SettingsPtr | applicationSettings (const QString &name) const override |
![]() | |
virtual | ~Profile ()=default |
QString | configurationName () const |
QString | profileName () const |
QCoreApplication::applicationName() with optional configuration name appended. More... | |
Private Attributes | |
const QDir | m_rootDir |
const QDir | m_baseDir |
const QString | m_cacheLocation |
const QString | m_configLocation |
const QString | m_dataLocation |
const QString | m_downloadLocation |
Additional Inherited Members | |
![]() | |
Profile (const QString &configurationName) | |
QString | configurationSuffix () const |
Custom tree: creates directories under the specified root directory.
Definition at line 99 of file profile_p.h.
Private::CustomProfile::CustomProfile | ( | const QString & | rootPath, |
const QString & | configurationName | ||
) |
Definition at line 127 of file profile_p.cpp.
|
overridevirtual |
Implements Private::Profile.
Definition at line 168 of file profile_p.cpp.
|
overridevirtual |
The base path against to which portable (relative) paths are resolved.
Implements Private::Profile.
Definition at line 143 of file profile_p.cpp.
|
overridevirtual |
Implements Private::Profile.
Definition at line 148 of file profile_p.cpp.
|
overridevirtual |
Implements Private::Profile.
Definition at line 153 of file profile_p.cpp.
|
overridevirtual |
Implements Private::Profile.
Definition at line 158 of file profile_p.cpp.
|
overridevirtual |
Implements Private::Profile.
Definition at line 163 of file profile_p.cpp.
|
overridevirtual |
Implements Private::Profile.
Definition at line 138 of file profile_p.cpp.
|
private |
Definition at line 114 of file profile_p.h.
|
private |
Definition at line 115 of file profile_p.h.
|
private |
Definition at line 116 of file profile_p.h.
|
private |
Definition at line 117 of file profile_p.h.
|
private |
Definition at line 118 of file profile_p.h.
|
private |
Definition at line 113 of file profile_p.h.