KonqXMLGUIClient Class Reference
This class implements common methods to manipulate the DOMDocument of KXMLGUIClient. More...
#include <konq_xmlguiclient.h>
Inheritance diagram for KonqXMLGUIClient:

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 |
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
|
Reimplemented for internal purpose.
Definition at line 68 of file konq_xmlguiclient.cc. References m_doc. |
|
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: