• 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 Reference

#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)
KAction * action (const char *name) const
virtual KAction * action (const TQDomElement &element) const
virtual KActionCollection * actionCollection () const
virtual KInstance * instance () const
virtual TQDomDocument domDocument () const
virtual TQString xmlFile () const
virtual TQString localXMLFile () 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< KAction > &actionList)
void unplugActionList (const TQString &name)
void addStateActionEnabled (const TQString &state, const TQString &action)
void addStateActionDisabled (const TQString &state, const TQString &action)
StateChange getActionsToChangeForState (const TQString &state)
void beginXMLPlug (TQWidget *)
void endXMLPlug ()
void prepareXMLUnplug (TQWidget *)

Friends

class PrivateView

Additional Inherited Members

- Static Public Member Functions inherited from KXMLGUIClient
static TQString findMostRecentXMLFile (const TQStringList &files, TQString &doc)
- Protected Member Functions inherited from KXMLGUIClient
virtual void setInstance (KInstance *instance)
virtual void setXMLFile (const TQString &file, bool merge=false, bool setXMLDoc=true)
virtual void setLocalXMLFile (const TQString &file)
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)
virtual void virtual_hook (int id, void *data)

Detailed Description

The View class represents a single view of a Document .

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

Constructor & Destructor Documentation

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 132 of file ktexteditor.cpp.

Member Function Documentation

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

Acess the parent Document.

TQCString 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:
  • ktexteditor/view.h
  • ktexteditor.cpp

interfaces

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

interfaces

Skip menu "interfaces"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for interfaces by doxygen 1.8.1.2
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |