tdeactioncollection.h
92 TDEActionCollection( TQWidget *watch, TQObject* parent, const char *name = 0, TDEInstance *instance = 0 );
194 bool readShortcutSettings( const TQString& sConfigGroup = TQString::null, TDEConfigBase* pConfig = 0 );
198 bool writeShortcutSettings( const TQString& sConfigGroup = TQString::null, TDEConfigBase* pConfig = 0 ) const;
A KXMLGUIClient can be used with KXMLGUIFactory to create a GUI from actions and an XML document,...
Definition kxmlguiclient.h:44
void clearStatusText()
Emitted when an action loses highlighting.
void actionHighlighted(TDEAction *action, bool highlight)
Emitted when action is highlighed or loses highlighting.
void actionHighlighted(TDEAction *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.