|
|
The View class encapsulates a single view into the document.
|
Create a new view to the given document. The document must be non-null.
~ |
[virtual]
Document * |
[const virtual]
Acessor to the parent Document.
void |
[pure virtual]
void |
[pure virtual]
void |
[virtual]
Inserts text at the current cursor position into the document
bool |
[const pure virtual]
Overwrite mode is where the char under the cursor is replaced with the char typed by the user
void |
[virtual]
You should reimplement this method. If the internal popupmenu property is enabled, then the implementation is free to handle/use/implement/show a context popupmenu ( see also KContextMenuManager class in kdeui ). If disabled, then the implementation should emit the contextPopupMenu signal.
bool |
[const virtual]
void |
[pure virtual slot]
void |
[signal]
Connect here when you want to implement a custom popup menu.
void |
[signal]
Connect here if you want to track the scrolling within the editor. This allows you to add specialised borders that displays extra data about particular lines such as breakpoints etc.
Generated by: prospector@porky.devel.redhat.com on Fri Nov 3 09:59:24 2000, using kdoc 2.0a42. |