KonqXMLGUIClient Class Reference
#include <konq_xmlguiclient.h>
Inheritance diagram for KonqXMLGUIClient:

Detailed Description
This class implements common methods to manipulate the DOMDocument of KXMLGUIClient.
Definition at line 34 of file konq_xmlguiclient.h.
Public Member Functions | |
| KonqXMLGUIClient () | |
| KonqXMLGUIClient (KXMLGUIClient *parent) | |
| virtual | ~KonqXMLGUIClient () |
| QDomDocument | domDocument () const |
| QDomElement | DomElement () const |
Protected Member Functions | |
| void | addAction (KAction *action, const QDomElement &menu=QDomElement()) |
| void | addAction (const char *name, const QDomElement &menu=QDomElement()) |
| void | addSeparator (const QDomElement &menu=QDomElement()) |
| void | addPendingSeparator () |
| void | addGroup (const QString &grp) |
| void | addMerge (const QString &name) |
| bool | hasAction () const |
| void | prepareXMLGUIStuff () |
Protected Attributes | |
| QDomElement | m_menuElement |
| QDomDocument | m_doc |
Member Function Documentation
| QDomDocument KonqXMLGUIClient::domDocument | ( | ) | const |
| void KonqXMLGUIClient::addPendingSeparator | ( | ) | [protected] |
only add a separator if an action is added afterwards
Definition at line 147 of file konq_xmlguiclient.cc.
The documentation for this class was generated from the following files:

