KonqXMLGUIClient Class Reference
#include <konq_xmlguiclient.h>
Inheritance diagram for KonqXMLGUIClient:
Public Member Functions | |
| KonqXMLGUIClient (KXMLGUIClient *parent) | |
| TQDomDocument | domDocument () const |
| TQDomElement | DomElement () const |
| bool | hasGroup (const TQString &name) const |
Protected Member Functions | |
| void | addAction (TDEAction *action, const TQDomElement &menu=TQDomElement()) |
| void | addAction (const char *name, const TQDomElement &menu=TQDomElement()) |
| void | addSeparator (const TQDomElement &menu=TQDomElement()) |
| void | addPendingSeparator () |
| void | addGroup (const TQString &grp) |
| void | addMerge (const TQString &name) |
| bool | hasAction () const |
| void | prepareXMLGUIStuff () |
Protected Attributes | |
| TQDomElement | m_menuElement |
| TQDomDocument | m_doc |
Detailed Description
This class implements common methods to manipulate the DOMDocument of KXMLGUIClient.
Definition at line 34 of file konq_xmlguiclient.h.
Member Function Documentation
◆ addPendingSeparator()
|
protected |
only add a separator if an action is added afterwards
Definition at line 147 of file konq_xmlguiclient.cpp.
◆ domDocument()
| TQDomDocument KonqXMLGUIClient::domDocument | ( | ) | const |
Reimplemented for internal purpose.
Definition at line 68 of file konq_xmlguiclient.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference