KTextEditor::View Class Reference

#include <view.h>

Inheritance diagram for KTextEditor::View:

QWidget KXMLGUIClient List of all members.

Detailed Description

The View class represents a single view of a Document .

Definition at line 32 of file ktexteditor/view.h.


Public Member Functions

 View (class Document *, QWidget *parent, const char *name=0)
virtual ~View ()
unsigned int viewNumber () const
QCString viewDCOPSuffix () const
virtual class Documentdocument () const =0

Friends

class PrivateView

Constructor & Destructor Documentation

View::View ( class Document ,
QWidget parent,
const char *  name = 0 
)

Create a new view to the given document.

The document must be non-null.

Definition at line 132 of file ktexteditor.cpp.


Member Function Documentation

virtual class Document* KTextEditor::View::document (  )  const [pure virtual]

Acess the parent Document.

QCString View::viewDCOPSuffix (  )  const

Returns the DCOP suffix to allow identification of this view's DCOP interface.

Definition at line 147 of file ktexteditor.cpp.

unsigned int View::viewNumber (  )  const

Returns the number of this view.

Definition at line 142 of file ktexteditor.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys