libkonq
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 (KXMLGUIClient *parent) | |
TQDomDocument | domDocument () const |
TQDomElement | DomElement () const |
Protected Member Functions | |
void | addAction (KAction *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
void KonqXMLGUIClient::addPendingSeparator | ( | ) | [protected] |
only add a separator if an action is added afterwards
Definition at line 147 of file konq_xmlguiclient.cc.
TQDomDocument KonqXMLGUIClient::domDocument | ( | ) | const |
Reimplemented for internal purpose.
Definition at line 68 of file konq_xmlguiclient.cc.
The documentation for this class was generated from the following files: