19 #ifndef __tdetexteditor_view_h__
20 #define __tdetexteditor_view_h__
23 #include <kxmlguiclient.h>
34 friend class PrivateView;
42 View (
class Document *, TQWidget *parent,
const char *name = 0 );
48 unsigned int viewNumber ()
const;
53 TQCString viewDCOPSuffix ()
const;
58 virtual class Document *document ()
const = 0;
62 static unsigned int globalViewNumber;
63 unsigned int myViewNumber;
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.