org.kde.koala
public class KToggleToolBarAction extends KToggleAction
UNKNOWN: An action that takes care of everything associated with showing or hiding a toolbar by a menu action.
| Constructor Summary | |
|---|---|
| protected | KToggleToolBarAction(Class dummy) |
| KToggleToolBarAction(String toolBarName, String text, KActionCollection parent, String name)
Create a KToggleToolbarAction that manages the toolbar
named toolBarName. | |
| KToggleToolBarAction(KToolBar toolBar, String text, KActionCollection parent, String name) | |
| 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) |
| int | plug(QWidget widget) |
| void | setChecked(boolean arg1) |
| KToolBar | toolBar() |
UNKNOWN: Create a KToggleToolbarAction that manages the toolbar named toolBarName.