KTextEditor::View Class Referenceabstract
#include <view.h>
Inheritance diagram for KTextEditor::View:
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()
|
virtual |
Definition at line 149 of file tdetexteditor.cpp.
Member Function Documentation
◆ document()
|
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 |
Definition at line 34 of file tdetexteditor/view.h.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from