BibleTime
|
Namespaces | |
namespace | anonymous_namespace{directory.cpp} |
Functions | |
::qint64 | getDirSizeRecursive (QString const &dir) |
const QDir & | getDisplayTemplatesDir () |
QString | getHandbook () |
QString | getHowto () |
QDir const & | getIconDir () |
QString const & | getLicensePath () |
const QDir & | getLocaleDir () |
const QDir & | getPicsDir () |
const QDir & | getUserBaseDir () |
const QDir & | getUserCacheDir () |
const QDir & | getUserDisplayTemplatesDir () |
const QDir & | getUserHomeDir () |
const QDir & | getUserHomeSwordDir () |
const QDir & | getUserIndexDir () |
bool | initDirectoryCache () |
Initializes the directory cache and returns whether it was successful. | |
Tools for working with directories.
qint64 util::directory::getDirSizeRecursive | ( | QString const & | dir | ) |
Returns the size of the directory including the size of all its files and its subdirs.
Definition at line 208 of file directory.cpp.
References BT_ASSERT, and getDirSizeRecursive().
Referenced by getDirSizeRecursive().
const QDir & util::directory::getDisplayTemplatesDir | ( | ) |
Return the path to the default display template files.
Definition at line 308 of file directory.cpp.
QString util::directory::getHandbook | ( | ) |
Definition at line 304 of file directory.cpp.
Referenced by BibleTime::openOnlineHelp_Handbook().
QString util::directory::getHowto | ( | ) |
Definition at line 306 of file directory.cpp.
Referenced by BibleTime::openOnlineHelp_Howto().
const QDir & util::directory::getIconDir | ( | ) |
Return the path to the icons.
Definition at line 243 of file directory.cpp.
QString const & util::directory::getLicensePath | ( | ) |
Return the path to the license.
Definition at line 250 of file directory.cpp.
Referenced by BtAboutDialog::BtAboutDialog().
const QDir & util::directory::getLocaleDir | ( | ) |
Return the path to the translation files.
Definition at line 261 of file directory.cpp.
const QDir & util::directory::getPicsDir | ( | ) |
Return the path to the pictures.
Definition at line 257 of file directory.cpp.
const QDir & util::directory::getUserBaseDir | ( | ) |
Return the path to the user's settings directory.
Definition at line 312 of file directory.cpp.
Referenced by BtBookmarksModelPrivate::defaultBookmarksFile(), and BtConfig::initBtConfig().
const QDir & util::directory::getUserCacheDir | ( | ) |
Return the path to the user's cache directory.
Definition at line 324 of file directory.cpp.
const QDir & util::directory::getUserDisplayTemplatesDir | ( | ) |
Return the path to the user's custom display templates directory.
Definition at line 332 of file directory.cpp.
const QDir & util::directory::getUserHomeDir | ( | ) |
Return the path to the user's home directory. APPDATA% on Windows $HOME on linux
Definition at line 316 of file directory.cpp.
Referenced by main().
const QDir & util::directory::getUserHomeSwordDir | ( | ) |
Return the path to the user's home .sword (or Sword) directory. APPDATA%\Sword on Windows $HOME.sword on linux
Definition at line 320 of file directory.cpp.
Referenced by BtInstallBackend::configPath(), BibleTimeApp::initBackends(), and CSwordBackend::swordDirList().
const QDir & util::directory::getUserIndexDir | ( | ) |
Return the path to the user's indices directory.
Definition at line 328 of file directory.cpp.
Referenced by CSwordModuleInfo::getGlobalBaseIndexLocation().
bool util::directory::initDirectoryCache | ( | ) |
Initializes the directory cache and returns whether it was successful.
Definition at line 59 of file directory.cpp.