KTextEditor::View Class Reference
The View class encapsulates a single view into the document. More...
#include <view.h>
Inheritance diagram for KTextEditor::View:

Public Methods | |
View (class Document *, QWidget *parent, const char *name=0) | |
Create a new view to the given document. | |
virtual class Document * | document () const=0 |
Acessor to the parent Document. |
Detailed Description
The View class encapsulates a single view into the document.
Definition at line 32 of file ktexteditor/view.h.
Constructor & Destructor Documentation
|
Create a new view to the given document. The document must be non-null. Definition at line 132 of file ktexteditor.cpp. |
Member Function Documentation
|
Acessor to the parent Document.
|
The documentation for this class was generated from the following files: