BaseTextEditor: adding translatedLineRegion()

this function returns the bound region for the text in
lineStart to lineEnd

We use this to position the context pane
This commit is contained in:
Thomas Hartmann
2010-07-09 16:09:08 +02:00
parent 97eb3e1304
commit 208b3746a6
2 changed files with 18 additions and 0 deletions

View File

@@ -216,6 +216,8 @@ public:
int verticalBlockSelection() const;
QRegion translatedLineRegion(int lineStart, int lineEnd) const;
public slots:
void setDisplayName(const QString &title);