document.h
81KTEXTEDITOR_EXPORT Document *createDocument ( const char* libname, TQObject *parent = 0, const char *name = 0 );
long documentListPosition() const
Returns the list position of this document in your app, if applicable.
Definition tdetexteditor.cpp:125
void setDocumentListPosition(long pos)
Sets the list position of this document in your app, if applicable.
Definition tdetexteditor.cpp:130
virtual class View * createView(TQWidget *parent, const char *name=0)=0
Create a view that will display the document data.
TQCString documentDCOPSuffix() const
Returns this document's DCOP suffix for identifiying its DCOP interface.
Definition tdetexteditor.cpp:135
unsigned int documentNumber() const
Returns the global number of this document in your app.
Definition tdetexteditor.cpp:120
This is a simplfied version of the Document & View classes Usage: Load it, merge it's gui + be happy ...
Definition editor.h:40
The View class represents a single view of a Document .
Definition tdetexteditor/view.h:33
KTextEditor is KDE's standard text editing KPart interface.
Definition blockselectiondcopinterface.h:10
Trinity API Reference