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

interfaces

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

#include <view.h>

Inheritance diagram for KTextEditor::View:
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
 
- Public Member Functions inherited from KXMLGUIClient
 KXMLGUIClient (KXMLGUIClient *parent)
 
TDEAction * action (const char *name) const
 
virtual TDEAction * action (const TQDomElement &element) const
 
virtual TDEActionCollection * actionCollection () const
 
virtual TDEInstance * instance () const
 
virtual TQDomDocument domDocument () const
 
virtual TQString xmlFile () const
 
void setXMLGUIBuildDocument (const TQDomDocument &doc)
 
TQDomDocument xmlguiBuildDocument () const
 
void setFactory (KXMLGUIFactory *factory)
 
KXMLGUIFactory * factory () const
 
KXMLGUIClient * parentClient () const
 
void insertChildClient (KXMLGUIClient *child)
 
void removeChildClient (KXMLGUIClient *child)
 
const TQPtrList< KXMLGUIClient > * childClients ()
 
void setClientBuilder (KXMLGUIBuilder *builder)
 
KXMLGUIBuilder * clientBuilder () const
 
void reloadXML ()
 
void plugActionList (const TQString &name, const TQPtrList< TDEAction > &actionList)
 
void unplugActionList (const TQString &name)
 
void beginXMLPlug (TQWidget *)
 
void endXMLPlug ()
 
void prepareXMLUnplug (TQWidget *)
 

Friends

class PrivateView
 

Additional Inherited Members

- Protected Member Functions inherited from KXMLGUIClient
virtual void setInstance (TDEInstance *instance)
 
virtual void setXMLFile (const TQString &file, bool merge=false, bool setXMLDoc=true)
 
virtual void setXML (const TQString &document, bool merge=false)
 
virtual void setDOMDocument (const TQDomDocument &document, bool merge=false)
 
virtual void conserveMemory ()
 
virtual void stateChanged (const TQString &newstate, ReverseStateChange reverse=StateNoReverse)
 

Detailed Description

The View class represents a single view of a Document .

Definition at line 32 of file tdetexteditor/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 ( void  )
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 tdetexteditor/view.h.


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

interfaces

Skip menu "interfaces"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

interfaces

Skip menu "interfaces"
  • 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 by doxygen 1.9.4
This website is maintained by Timothy Pearson.