KDEPrivate::ToolBarHandler Class Reference
#include <tdetoolbarhandler.h>
Inheritance diagram for KDEPrivate::ToolBarHandler:
Public Slots | |
| void | setupActions () |
Public Member Functions | |
| ToolBarHandler (TDEMainWindow *mainWindow, const char *name=0) | |
| ToolBarHandler (TDEMainWindow *mainWindow, TQObject *parent, const char *name=0) | |
| TDEAction * | toolBarMenuAction () |
Public Member Functions inherited from KXMLGUIClient | |
| KXMLGUIClient () | |
| KXMLGUIClient (KXMLGUIClient *parent) | |
| virtual | ~KXMLGUIClient () |
| 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 |
| virtual TQString | localXMLFile () 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 | addStateActionEnabled (const TQString &state, const TQString &action) |
| void | addStateActionDisabled (const TQString &state, const TQString &action) |
| StateChange | getActionsToChangeForState (const TQString &state) |
| void | beginXMLPlug (TQWidget *) |
| void | endXMLPlug () |
| void | prepareXMLUnplug (TQWidget *) |
Additional Inherited Members | |
Public Types inherited from KXMLGUIClient | |
| enum | ReverseStateChange { StateNoReverse , StateReverse } |
Static Public Member Functions inherited from KXMLGUIClient | |
| static TQString | findMostRecentXMLFile (const TQStringList &files, TQString &doc) |
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 | setLocalXMLFile (const TQString &file) |
| 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) |
| virtual void | virtual_hook (int id, void *data) |
Detailed Description
- Since
- 3.1
Definition at line 33 of file tdetoolbarhandler.h.
Constructor & Destructor Documentation
◆ ToolBarHandler() [1/2]
| ToolBarHandler::ToolBarHandler | ( | TDEMainWindow * | mainWindow, |
| const char * | name = 0 |
||
| ) |
Definition at line 127 of file tdetoolbarhandler.cpp.
◆ ToolBarHandler() [2/2]
| ToolBarHandler::ToolBarHandler | ( | TDEMainWindow * | mainWindow, |
| TQObject * | parent, | ||
| const char * | name = 0 |
||
| ) |
Definition at line 133 of file tdetoolbarhandler.cpp.
◆ ~ToolBarHandler()
|
virtual |
Definition at line 139 of file tdetoolbarhandler.cpp.
Member Function Documentation
◆ setupActions
|
slot |
Definition at line 151 of file tdetoolbarhandler.cpp.
◆ toolBarMenuAction()
| TDEAction * ToolBarHandler::toolBarMenuAction | ( | ) |
Definition at line 145 of file tdetoolbarhandler.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from