|
| enum | BulletListMarkerType { Asterisk,
Minus,
Plus
} |
| |
| enum | NumberedListMarkerType { Period,
Parenthesis
} |
| |
|
|
void | indentText () |
| |
|
void | unindentText () |
| |
|
void | setCursorPosition (int cursorPosition) |
| |
|
|
void | cursorPositionChanged (int cursorPosition) |
| |
|
|
| MarkdownDocument (QQuickItem *parent=0) |
| |
|
int | cursorPosition () const |
| |
|
|
QTextDocument * | document () const |
| |
|
void | keyPressEvent (QKeyEvent *event) |
| |
|
void | handleCRLF () |
| |
|
bool | handleBackspace () |
| |
|
QString | getBlockStart (QRegExp ®exp) |
| |
|
QString | getPreviousIndentation () |
| |
Definition at line 14 of file MarkdownDocument.h.
The documentation for this class was generated from the following files: