19 #ifndef __tdetexteditor_view_h__
20 #define __tdetexteditor_view_h__
23 #include <kxmlguiclient.h>
32 class KTEXTEDITOR_EXPORT
View :
public TQWidget,
public KXMLGUIClient
34 friend class PrivateView;
42 View (
class Document *, TQWidget *parent,
const char *name = 0 );
48 unsigned int viewNumber ()
const;
53 TQCString viewDCOPSuffix ()
const;
62 static unsigned int globalViewNumber;
63 unsigned int myViewNumber;
virtual class Document * document() const =0
Acess the parent Document.
The View class represents a single view of a Document .
KTextEditor is KDE's standard text editing KPart interface.
The main class representing a text document.