KTextEditor::Document Class Reference
The main class representing a text document. More...
#include <document.h>
Inheritance diagram for KTextEditor::Document:

Public Methods | |
unsigned int | documentNumber () const |
QCString | documentDCOPSuffix () const |
virtual class View * | createView (QWidget *parent, const char *name=0)=0 |
Detailed Description
The main class representing a text document.This class provides access to the document's views.
Definition at line 31 of file document.h.
Member Function Documentation
|
Returns the global number of this document in your app.
Definition at line 119 of file ktexteditor.cpp. Referenced by documentDCOPSuffix(). |
|
Returns this document's DCOP suffix for identifiying its DCOP interface.
Definition at line 124 of file ktexteditor.cpp. References documentNumber(), and QCString::setNum(). |
|
Create a view that will display the document data. You can create as many views as you like. When the user modifies data in one view then all other views will be updated as well. |
The documentation for this class was generated from the following files: