org.kde.koala

Class KToolBarRadioGroup

public class KToolBarRadioGroup extends QObject

KToolBarRadioGroup is class for group of radio butons in toolbar. Take toggle buttons which you already inserted into toolbar, create KToolBarRadioGroup instance and add them here. All buttons will emit signals toggled (boolean) (or you can use sitgnal toggled (int id) from toolbar). When one button is set down, all others are unset. All buttons emit signals - those who "go down" and those who "go up".

Author: Sven Radej

UNKNOWN: Class for group of radio butons in toolbar.

Constructor Summary
protected KToolBarRadioGroup(Class dummy)
KToolBarRadioGroup(KToolBar _parent, String _name)
Constructor.
KToolBarRadioGroup(KToolBar _parent)
Method Summary
voidaddButton(int id)
Adds button to group.
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()
voidremoveButton(int id)
Removes button from group, making it again toggle button (i.e.
voidslotToggled(int arg1)
Internal - nothing for you here.

Constructor Detail

KToolBarRadioGroup

protected KToolBarRadioGroup(Class dummy)

KToolBarRadioGroup

public KToolBarRadioGroup(KToolBar _parent, String _name)
Constructor. Parent must be KToolBar .

UNKNOWN: Constructor.

KToolBarRadioGroup

public KToolBarRadioGroup(KToolBar _parent)

Method Detail

addButton

public void addButton(int id)
Adds button to group. Button cannot be unset by mouse clicks (you must press some other button tounset this one)

UNKNOWN: Adds button to group.

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()

removeButton

public void removeButton(int id)
Removes button from group, making it again toggle button (i.e. You can unset it with mouse).

UNKNOWN: Removes button from group, making it again toggle button (i.

slotToggled

public void slotToggled(int arg1)
Internal - nothing for you here.

UNKNOWN: Internal - nothing for you here.