#include <formatting.hpp>
Enumerator |
---|
Event_None |
|
Event_EOF |
|
Event_BrTag |
|
Event_PTag |
|
Event_ImgTag |
|
Event_DivTag |
|
Event_FontTag |
|
MWGui::Formatting::BookTextParser::BookTextParser |
( |
const std::string & |
text | ) |
|
void MWGui::Formatting::BookTextParser::flushBuffer |
( |
| ) |
|
|
private |
std::string MWGui::Formatting::BookTextParser::getReadyText |
( |
| ) |
const |
bool MWGui::Formatting::BookTextParser::isClosingTag |
( |
| ) |
const |
void MWGui::Formatting::BookTextParser::parseTag |
( |
std::string |
tag | ) |
|
|
private |
Attributes MWGui::Formatting::BookTextParser::mAttributes |
|
private |
std::string MWGui::Formatting::BookTextParser::mBuffer |
|
private |
bool MWGui::Formatting::BookTextParser::mClosingTag |
|
private |
bool MWGui::Formatting::BookTextParser::mIgnoreLineEndings |
|
private |
bool MWGui::Formatting::BookTextParser::mIgnoreNewlineTags |
|
private |
size_t MWGui::Formatting::BookTextParser::mIndex |
|
private |
std::string MWGui::Formatting::BookTextParser::mReadyText |
|
private |
std::string MWGui::Formatting::BookTextParser::mTag |
|
private |
std::map<std::string, Events> MWGui::Formatting::BookTextParser::mTagTypes |
|
private |
std::string MWGui::Formatting::BookTextParser::mText |
|
private |
The documentation for this class was generated from the following files: