BibleTime
|
Namespaces | |
anonymous_namespace{colormanager.cpp} | |
Functions | |
QString | getBackgroundColor () |
QString | getBackgroundColor (QString const &templateName) |
QString | getBackgroundHighlightColor () |
QString | getBackgroundHighlightColor (QString const &templateName) |
QString | getCrossRefColor () |
QString | getCrossRefColor (QString const &templateName) |
QString | getForegroundColor () |
QString | getForegroundColor (QString const &templateName) |
QString | replaceColors (QString content) |
QString | replaceColors (QString content, QString const &templateName) |
QString ColorManager::getBackgroundColor | ( | ) |
Definition at line 147 of file colormanager.cpp.
References CDisplayTemplateMgr::activeTemplateName().
Referenced by BtQmlInterface::getBackgroundColor(), InfoDisplay::CInfoDisplay::updateColors(), and CDisplaySettingsPage::updateStylePreview().
QString ColorManager::getBackgroundColor | ( | QString const & | templateName | ) |
Definition at line 150 of file colormanager.cpp.
References ColorManager::anonymous_namespace{colormanager.cpp}::getColorByPattern().
QString ColorManager::getBackgroundHighlightColor | ( | ) |
Definition at line 153 of file colormanager.cpp.
References CDisplayTemplateMgr::activeTemplateName().
Referenced by BtQmlInterface::getBackgroundHighlightColor().
QString ColorManager::getBackgroundHighlightColor | ( | QString const & | templateName | ) |
Definition at line 158 of file colormanager.cpp.
References ColorManager::anonymous_namespace{colormanager.cpp}::getColorByPattern().
QString ColorManager::getCrossRefColor | ( | ) |
Definition at line 169 of file colormanager.cpp.
References CDisplayTemplateMgr::activeTemplateName().
QString ColorManager::getCrossRefColor | ( | QString const & | templateName | ) |
Definition at line 172 of file colormanager.cpp.
References ColorManager::anonymous_namespace{colormanager.cpp}::getColorByPattern().
QString ColorManager::getForegroundColor | ( | ) |
Definition at line 163 of file colormanager.cpp.
References CDisplayTemplateMgr::activeTemplateName().
Referenced by BtQmlInterface::getForegroundColor(), InfoDisplay::CInfoDisplay::updateColors(), and CDisplaySettingsPage::updateStylePreview().
QString ColorManager::getForegroundColor | ( | QString const & | templateName | ) |
Definition at line 166 of file colormanager.cpp.
References ColorManager::anonymous_namespace{colormanager.cpp}::getColorByPattern().
QString ColorManager::replaceColors | ( | QString | content | ) |
Definition at line 133 of file colormanager.cpp.
References CDisplayTemplateMgr::activeTemplateName().
Referenced by BtModuleTextModel::lexiconData(), InfoDisplay::CInfoDisplay::setInfo(), Search::BtSearchResultArea::updatePreview(), CDisplaySettingsPage::updateStylePreview(), and BtModuleTextModel::verseData().
QString ColorManager::replaceColors | ( | QString | content, |
QString const & | templateName | ||
) |
Definition at line 138 of file colormanager.cpp.
References BT_ASSERT, and ColorManager::anonymous_namespace{colormanager.cpp}::colorMaps().