|
|
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]
Generated by: prospector@porky.devel.redhat.com on Thu Aug 24 05:36:34 2000, using kdoc 2.0a36. |