org.kde.koala

Class KToggleToolBarAction

public class KToggleToolBarAction extends KToggleAction

An action that takes care of everything associated with showing or hiding a toolbar by a menu action. It will show or hide the toolbar with the given name when activated, and check or uncheck itself if the toolbar is manually shown or hidden. If you need to perfom some additional action when the toolbar is shown or hidden, connect to the toggled(boolean) signal. It will be emitted after the toolbar's visibility has changed, whenever it changes.

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
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
intplug(QWidget widget, int index)
intplug(QWidget widget)
voidsetChecked(boolean arg1)
KToolBartoolBar()

Constructor Detail

KToggleToolBarAction

protected KToggleToolBarAction(Class dummy)

KToggleToolBarAction

public KToggleToolBarAction(String toolBarName, String text, KActionCollection parent, String name)
Create a KToggleToolbarAction that manages the toolbar named toolBarName. This can be either the name of a toolbar in an xml ui file, or a toolbar programmatically created with that name.

UNKNOWN: Create a KToggleToolbarAction that manages the toolbar named toolBarName.

KToggleToolBarAction

public KToggleToolBarAction(KToolBar toolBar, String text, KActionCollection parent, String name)

Method Detail

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

plug

public int plug(QWidget widget, int index)

plug

public int plug(QWidget widget)

setChecked

public void setChecked(boolean arg1)

toolBar

public KToolBar toolBar()