#include <tdeactionclasses.h>

Public Member Functions | |
KWidgetAction (TQWidget *widget, const TQString &text, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TDEActionCollection *parent, const char *name) | |
TQWidget * | widget () |
void | setAutoSized (bool) |
virtual int | plug (TQWidget *widget, int index=-1) |
virtual void | unplug (TQWidget *w) |
Protected Slots | |
void | slotToolbarDestroyed () |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
An action that automatically embeds a widget into a toolbar.
Definition at line 1309 of file tdeactionclasses.h.
Constructor & Destructor Documentation
KWidgetAction::KWidgetAction | ( | TQWidget * | widget, |
const TQString & | text, | ||
const TDEShortcut & | cut, | ||
const TQObject * | receiver, | ||
const char * | slot, | ||
TDEActionCollection * | parent, | ||
const char * | name | ||
) |
Create an action that will embed widget into a toolbar when plugged.
This action may only be plugged into a toolbar.
Definition at line 2117 of file tdeactionclasses.cpp.
Member Function Documentation
int KWidgetAction::plug | ( | TQWidget * | widget, |
int | index = -1 |
||
) | [virtual] |
Plug the action.
The widget passed to the constructor will be reparented to w, which must inherit TDEToolBar.
Reimplemented from TDEAction.
Definition at line 2151 of file tdeactionclasses.cpp.
void KWidgetAction::unplug | ( | TQWidget * | w | ) | [virtual] |
Unplug the action.
Ensures that the action is not destroyed. It will be hidden and reparented to 0L instead.
Reimplemented from TDEAction.
Definition at line 2182 of file tdeactionclasses.cpp.
TQWidget* KWidgetAction::widget | ( | ) | [inline] |
Returns the widget associated with this action.
Definition at line 1328 of file tdeactionclasses.h.
The documentation for this class was generated from the following files: