#include <vdktextview.h>
Inheritance diagram for VDKTextView:
|
Constructor
|
|
Destructor |
|
Backward delete chars from insertion point |
|
Sets/Gets text buffer. Several text views can share same text buffer: VDKTextBuffer* textbuff = new VDKTextBuffer(); VDKTextView view = new VDKTextView(this,textbuff); VDKTextView view1 = new VDKTextView(this); view1->Buffer(textbuff); |
|
Clears text buffer deleting all text. |
|
Inserts a new line at insertion point |
|
Forward delete chars from insertion point |
|
maintained for compatibility with old text widgets, but is dummy |
|
Returns a text segment
|
|
Gets line number at a buffer position
|
|
Answer if a line is visible or not line are counted from 0
|
|
Load text buffer with a file
|
|
Save buffer to file |
|
Scrolls to a line,column leaving <margin> pixels free |
|
Scrolls to a pointer pos or (default) to current pointer position, leaving <margin> pixels free |
|
Sets object background
Reimplemented from VDKObject. |
|
Sets object font Reimplemented from VDKObject. |
|
Sets object foreground
Reimplemented from VDKObject. |
|
Sets borders around text window.
|
|
Inserts text at cursor position.
|
|
maintained for compatibility with old text widgets, but is dummy |
|
Undoes last operation |
|
Sets/gets modified flag |
|
Sets/gets text insertion position expressed in column offset |
|
Gets first visible line (lines are counted from 0) |
|
Gets last visible line (lines are counted from 0) |
|
Sets/gets text insertion position expressed in lines |
|
Sets/gets text insertion position expressed in chars from text beginning. (counting from 0, gets -1 on failure) |