Cutelee
6.1.0
|
Public Member Functions | |
PlainTextMarkupBuilderPrivate (PlainTextMarkupBuilder *b) | |
QString | getLetterString (int itemNumber) |
QString | getReferences () |
QString | getRomanString (int itemNumber) |
Public Attributes | |
QString | activeLink |
QList< int > | currentListItemNumbers |
QList< QTextListFormat::Style > | currentListItemStyles |
QString | m_text |
QStringList | m_urls |
PlainTextMarkupBuilder * | q_ptr |
Definition at line 26 of file plaintextmarkupbuilder.cpp.
QString PlainTextMarkupBuilderPrivate::getLetterString | ( | int | itemNumber | ) |
Get a letter string to represent a number.
The numbers 1-26 are represented by a-z, and 27-52 by aa-az, 53-79 by ba-bz etc.
The | number to convert |
Definition at line 107 of file plaintextmarkupbuilder.cpp.
QString PlainTextMarkupBuilderPrivate::getReferences | ( | ) |
Gets a block of references in the body of the text. This is an ordered list of links and images in the text.
Definition at line 129 of file plaintextmarkupbuilder.cpp.