kactioncollection.h
92 KActionCollection( TQWidget *watch, TQObject* parent, const char *name = 0, KInstance *instance = 0 );
194 bool readShortcutSettings( const TQString& sConfigGroup = TQString::null, KConfigBase* pConfig = 0 );
198 bool writeShortcutSettings( const TQString& sConfigGroup = TQString::null, KConfigBase* pConfig = 0 ) const;
void actionHighlighted(KAction *action, bool highlight)
Emitted when action is highlighed or loses highlighting.
void actionHighlighted(KAction *action)
Emitted when action is highlighted.
void actionStatusText(const TQString &text)
Emitted when an action is highlighted, with text being the tooltip for the action.
A KXMLGUIClient can be used with KXMLGUIFactory to create a GUI from actions and an XML document,...
Definition: kxmlguiclient.h:44
virtual TQString xmlFile() const
This will return the name of the XML file as set by setXMLFile().
Definition: kxmlguiclient.cpp:133
virtual void setXMLFile(const TQString &file, bool merge=false, bool setXMLDoc=true)
Sets the name of the rc file containing the XML for the part.
Definition: kxmlguiclient.cpp:165
KAction * action(const char *name) const
Retrieves an action of the client by name.
Definition: kxmlguiclient.cpp:93
virtual void setInstance(KInstance *instance)
Returns true if client was added to super client list.
Definition: kxmlguiclient.cpp:157