KTextEditor::View Class Referenceabstract
#include <view.h>
Inherits TQWidget, and KXMLGUIClient.
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
Constructor & Destructor Documentation
◆ View()
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
◆ document()
|
pure virtual |
Acess the parent Document.
◆ viewDCOPSuffix()
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.
◆ viewNumber()
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: