|
BibleTime
|
#include <memory>#include <QMetaType>#include <QString>#include <vector>#include "drivers/btmodulelist.h"#include <listkey.h>Go to the source code of this file.
Classes | |
| struct | CSwordModuleSearch::ModuleSearchResult |
Namespaces | |
| namespace | CSwordModuleSearch |
| namespace | sword |
Typedefs | |
| using | CSwordModuleSearch::ModuleResultList = std::vector< std::shared_ptr< sword::SWKey const > > |
| using | CSwordModuleSearch::Results = std::vector< ModuleSearchResult > |
Enumerations | |
| enum | CSwordModuleSearch::SearchType { CSwordModuleSearch::AndType = 0 , CSwordModuleSearch::OrType = 1 , CSwordModuleSearch::FullType = 2 } |
Functions | |
| QString | CSwordModuleSearch::highlightSearchedText (QString const &content, QString const &searchedText, bool plainSearchedText) |
| QDataStream & | operator<< (QDataStream &out, const CSwordModuleSearch::SearchType &searchType) |
| QDataStream & | operator>> (QDataStream &in, CSwordModuleSearch::SearchType &searchType) |
| QString | CSwordModuleSearch::prepareSearchText (QString const &orig, SearchType const searchType) |
| Results | CSwordModuleSearch::search (QString const &searchText, BtConstModuleList const &modules, sword::ListKey scope) |
| QDataStream & operator<< | ( | QDataStream & | out, |
| const CSwordModuleSearch::SearchType & | searchType | ||
| ) |
Definition at line 348 of file cswordmodulesearch.cpp.
| QDataStream & operator>> | ( | QDataStream & | in, |
| CSwordModuleSearch::SearchType & | searchType | ||
| ) |
Definition at line 353 of file cswordmodulesearch.cpp.