basetexteditor: make block selection accessible

This commit is contained in:
hjk
2010-09-13 13:52:50 +02:00
parent 26417ff48e
commit fb05c7a9e2
2 changed files with 17 additions and 0 deletions

View File

@@ -237,6 +237,8 @@ public:
void insertCodeSnippet(const QTextCursor &cursor, const QString &snippet);
void setBlockSelection(bool on);
bool hasBlockSelection() const;
int verticalBlockSelectionFirstColumn() const;
int verticalBlockSelectionLastColumn() const;