BibleTime
Namespaces | Functions
bttextfilter.cpp File Reference
#include "bttextfilter.h"
#include <QDebug>
#include <QRegularExpression>
#include <QRegularExpressionMatch>

Go to the source code of this file.

Namespaces

 anonymous_namespace{bttextfilter.cpp}
 

Functions

void anonymous_namespace{bttextfilter.cpp}::fixDoubleBR (QStringList &parts)
 
int anonymous_namespace{bttextfilter.cpp}::rewriteClass (QStringList &parts, int i, QString const &part)
 
int anonymous_namespace{bttextfilter.cpp}::rewriteFootnoteAsLink (QStringList &parts, int i, QString const &part)
 
void anonymous_namespace{bttextfilter.cpp}::rewriteHref (QStringList &parts, int i, QString const &part)
 
int anonymous_namespace{bttextfilter.cpp}::rewriteLemmaOrMorphAsLink (QStringList &parts, int i, QString const &part)
 
int anonymous_namespace{bttextfilter.cpp}::rewriteTag (QStringList &parts, int i, QString const &tag)
 
int anonymous_namespace{bttextfilter.cpp}::rewriteTitle (QStringList &parts, int i, QString const &tag)
 
QStringList anonymous_namespace{bttextfilter.cpp}::splitText (QString const &text)