KTextEditor::View Class Referenceabstract
#include <view.h>
Inheritance diagram for KTextEditor::View:

Public Member Functions | |
View (class Document *, TQWidget *parent, const char *name=0) | |
unsigned int | viewNumber () const |
TQCString | viewDCOPSuffix () const |
virtual class Document * | document () const =0 |
Friends | |
class | PrivateView |
Detailed Description
The View class represents a single view of a Document .
Definition at line 32 of file tdetexteditor/view.h.
Constructor & Destructor Documentation
View::View | ( | class Document * | , |
TQWidget * | parent, | ||
const char * | name = 0 |
||
) |
Create a new view to the given document.
The document must be non-null.
Definition at line 143 of file tdetexteditor.cpp.
Member Function Documentation
|
pure virtual |
Acess the parent Document.
TQCString View::viewDCOPSuffix | ( | ) | const |
Returns the DCOP suffix to allow identification of this view's DCOP interface.
Definition at line 158 of file tdetexteditor.cpp.
unsigned int View::viewNumber | ( | ) | const |
Returns the number of this view.
Definition at line 153 of file tdetexteditor.cpp.
The documentation for this class was generated from the following files: