|
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.
|
inline |
Definition at line 29 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.
| QString PlainTextMarkupBuilderPrivate::getRomanString | ( | int | itemNumber | ) |
Definition at line 66 of file plaintextmarkupbuilder.cpp.
| QString Cutelee::PlainTextMarkupBuilderPrivate::activeLink |
Definition at line 54 of file plaintextmarkupbuilder.cpp.
| QList<int> Cutelee::PlainTextMarkupBuilderPrivate::currentListItemNumbers |
Definition at line 52 of file plaintextmarkupbuilder.cpp.
| QList<QTextListFormat::Style> Cutelee::PlainTextMarkupBuilderPrivate::currentListItemStyles |
Definition at line 51 of file plaintextmarkupbuilder.cpp.
| QString Cutelee::PlainTextMarkupBuilderPrivate::m_text |
Definition at line 56 of file plaintextmarkupbuilder.cpp.
| QStringList Cutelee::PlainTextMarkupBuilderPrivate::m_urls |
Definition at line 50 of file plaintextmarkupbuilder.cpp.
| PlainTextMarkupBuilder* Cutelee::PlainTextMarkupBuilderPrivate::q_ptr |
Definition at line 58 of file plaintextmarkupbuilder.cpp.