org.kde.koala
public class KWidgetAction extends KAction
UNKNOWN: An action that automatically embeds a widget into a toolbar.
| Constructor Summary | |
|---|---|
| protected | KWidgetAction(Class dummy) |
| KWidgetAction(QWidget widget, String text, KShortcut cut, QObject receiver, String slot, KActionCollection parent, String name)
Create an action that will embed widget into a toolbar
when plugged. | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| int | plug(QWidget widget, int index)
Plug the action. |
| int | plug(QWidget widget) |
| void | setAutoSized(boolean arg1) |
| protected void | slotToolbarDestroyed() |
| void | unplug(QWidget w)
Unplug the action. |
| QWidget | widget()
Returns the widget associated with this action. |
UNKNOWN: Create an action that will embed widget into a toolbar when plugged.
UNKNOWN: Plug the action.
UNKNOWN: Unplug the action.
UNKNOWN: Returns the widget associated with this action.