|
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 | ) |
Definition at line 208 of file directory.cpp.
| const QDir & util::directory::getDisplayTemplatesDir | ( | ) |
Return the path to the default display template files.
Definition at line 297 of file directory.cpp.
| QString util::directory::getHandbook | ( | ) |
Definition at line 293 of file directory.cpp.
Referenced by BibleTime::openOnlineHelp_Handbook().
| QString util::directory::getHowto | ( | ) |
Definition at line 295 of file directory.cpp.
Referenced by BibleTime::openOnlineHelp_Howto().
| const QDir & util::directory::getIconDir | ( | ) |
Return the path to the icons.
Definition at line 232 of file directory.cpp.
| QString const & util::directory::getLicensePath | ( | ) |
Return the path to the license.
Definition at line 239 of file directory.cpp.
Referenced by BtAboutDialog::BtAboutDialog().
| const QDir & util::directory::getLocaleDir | ( | ) |
Return the path to the translation files.
Definition at line 250 of file directory.cpp.
| const QDir & util::directory::getPicsDir | ( | ) |
Return the path to the pictures.
Definition at line 246 of file directory.cpp.
| const QDir & util::directory::getUserBaseDir | ( | ) |
Return the path to the user's settings directory.
Definition at line 301 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 313 of file directory.cpp.
| const QDir & util::directory::getUserDisplayTemplatesDir | ( | ) |
Return the path to the user's custom display templates directory.
Definition at line 321 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 305 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 309 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 317 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 61 of file directory.cpp.