• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • interfaces/tdetexteditor
 

interfaces/tdetexteditor

  • KTextEditor
  • View
Public Member Functions | Friends | List of all members
KTextEditor::View Class Referenceabstract

#include <view.h>

Inherits TQWidget, and KXMLGUIClient.

Public Member Functions

 View (class Document *, TQWidget *parent, const char *name=0)
 
unsigned int viewNumber () const
 
TQCString viewDCOPSuffix () const
 
virtual class Document * document () const =0
 

Friends

class PrivateView
 

Detailed Description

The View class represents a single view of a Document .

Definition at line 32 of file view.h.

Constructor & Destructor Documentation

◆ View()

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

Create a new view to the given document.

The document must be non-null.

Definition at line 143 of file tdetexteditor.cpp.

◆ ~View()

View::~View ( )
virtual

Definition at line 149 of file tdetexteditor.cpp.

Member Function Documentation

◆ document()

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

Acess the parent Document.

◆ viewDCOPSuffix()

TQCString View::viewDCOPSuffix ( ) const

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

Definition at line 158 of file tdetexteditor.cpp.

◆ viewNumber()

unsigned int View::viewNumber ( ) const

Returns the number of this view.

Definition at line 153 of file tdetexteditor.cpp.

Friends And Related Function Documentation

◆ PrivateView

friend class PrivateView
friend

Definition at line 34 of file view.h.


The documentation for this class was generated from the following files:
  • view.h
  • tdetexteditor.cpp

interfaces/tdetexteditor

Skip menu "interfaces/tdetexteditor"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

interfaces/tdetexteditor

Skip menu "interfaces/tdetexteditor"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for interfaces/tdetexteditor by doxygen 1.9.4
This website is maintained by Timothy Pearson.