FONTAINE
1.0
|
#include <FXHTMLR.h>
Public Member Functions | |
FXHTMLR () | |
void | startRoot (void) |
void | endRoot (void) |
void | startList (const std::string &key) |
void | addKeyValuePairToList (const std::string &key, const std::string &value) |
void | endList (const std::string &key) |
void | start (const std::string &key) |
void | addKeyValuePair (const std::string &key, const std::string &value) |
void | end (const std::string &key) |
void | startList (const char *key) |
void | addKeyValuePairToList (const char *key, const char *value) |
void | endList (const char *key) |
void | start (const char *key) |
void | addKeyValuePair (const char *key, const char *value) |
void | end (const char *key) |
void | setStartTag (const std::string &s) |
void | setKeyValuePairTag (const std::string &s) |
void | setStartListTag (const std::string &s) |
void | setListItemTag (const std::string &s) |
void | setStartTag (const char *s) |
void | setKeyValuePairTag (const char *s) |
void | setStartListTag (const char *s) |
void | setListItemTag (const char *s) |
![]() | |
MLR () | |
virtual | ~MLR () |
void | setRootTag (const std::string &tag) |
void | setRootTag (const char *tag) |
void | setIndentationString (const std::string &indent) |
virtual std::string | getReport () const |
Protected Attributes | |
std::string | _startTag |
std::string | _keyValuePairTag |
std::string | _startListTag |
std::string | _listItemTag |
FontSentenceParameters | _fsp |
std::ostringstream | _introSection |
std::ostringstream | _iconSection |
std::ostringstream | _expandedSection |
![]() | |
std::string | _rootTag |
std::string | _indentationString |
std::stack< MLRItem * > | _stack |
std::ostringstream | _ss |
Additional Inherited Members | |
![]() | |
void | _start (const std::string &key) |
void | _end (const std::string &key) |
void | _incrementChildren () |
unsigned | _getNumberOfChildren () |
void | _indent (void) |
void | _setAsListContainer (void) |
bool | _isAListContainer (void) |
FXHTMLR::FXHTMLR | ( | ) |
References _keyValuePairTag, _listItemTag, _startListTag, and _startTag.
|
virtual |
Implements MLR.
References _fsp, MLR::_indent(), _keyValuePairTag, MLR::_ss, FontSentenceParameters::clear(), FontSentenceParameters::commonName, L(), FontSentenceParameters::nativeName, FontSentenceParameters::percentCoverage, BasicLatin::segmentize(), FontSentenceParameters::supportLevel, and BasicLatin::toUpperCase().
Referenced by addKeyValuePair().
|
virtual |
Implements MLR.
References addKeyValuePair().
|
virtual |
Implements MLR.
References MLR::_indent(), _listItemTag, and MLR::_ss.
Referenced by addKeyValuePairToList().
|
virtual |
Implements MLR.
References addKeyValuePairToList().
|
virtual |
Implements MLR.
References MLR::_end(), MLR::_indent(), MLR::_isAListContainer(), _listItemTag, MLR::_ss, and _startTag.
Referenced by end().
|
virtual |
Implements MLR.
References MLR::_end(), MLR::_indent(), MLR::_ss, and _startListTag.
Referenced by endList().
void FXHTMLR::setKeyValuePairTag | ( | const std::string & | s | ) |
References _keyValuePairTag.
Referenced by setKeyValuePairTag().
void FXHTMLR::setKeyValuePairTag | ( | const char * | s | ) |
References setKeyValuePairTag().
void FXHTMLR::setListItemTag | ( | const std::string & | s | ) |
References _listItemTag.
Referenced by setListItemTag().
void FXHTMLR::setListItemTag | ( | const char * | s | ) |
References setListItemTag().
void FXHTMLR::setStartListTag | ( | const std::string & | s | ) |
References _startListTag.
Referenced by setStartListTag().
void FXHTMLR::setStartListTag | ( | const char * | s | ) |
References setStartListTag().
void FXHTMLR::setStartTag | ( | const std::string & | s | ) |
References _startTag.
Referenced by setStartTag().
void FXHTMLR::setStartTag | ( | const char * | s | ) |
References setStartTag().
|
virtual |
Implements MLR.
References MLR::_indent(), MLR::_isAListContainer(), _listItemTag, MLR::_ss, MLR::_start(), and _startTag.
Referenced by start().
|
virtual |
Implements MLR.
References MLR::_indent(), MLR::_setAsListContainer(), MLR::_ss, MLR::_start(), and _startListTag.
Referenced by startList().
|
virtual |
Implements MLR.
References startList().
|
virtual |
Implements MLR.
References MLR::_rootTag, MLR::_ss, and _startTag.
|
protected |
|
protected |
Referenced by addKeyValuePair().
|
protected |
|
protected |
|
protected |
Referenced by addKeyValuePair(), FXHTMLR(), and setKeyValuePairTag().
|
protected |
Referenced by addKeyValuePairToList(), end(), FXHTMLR(), setListItemTag(), and start().
|
protected |
Referenced by endList(), FXHTMLR(), setStartListTag(), and startList().
|
protected |
Referenced by end(), endRoot(), FXHTMLR(), setStartTag(), start(), and startRoot().