21 #ifndef GRANTLEE_MEDIAWIKIMARKUPBUILDER_H 22 #define GRANTLEE_MEDIAWIKIMARKUPBUILDER_H 24 #include "abstractmarkupbuilder.h" 54 void beginAnchor(
const QString &href = QString(),
const QString &name = QString() );
60 void beginList( QTextListFormat::Style type );
72 const QString
escape(
const QString &s );
77 QList<QTextListFormat::Style> currentListItemStyles;
The AbstractMarkupBuilder class serves as a base class for creating marked up plain text output...
The Grantlee namespace holds all public Grantlee API.