org.kde.koala
public class KToolBarRadioGroup extends QObject
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 | |
|---|---|
| void | addButton(int id)
Adds button to group. |
| 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() |
| void | removeButton(int id)
Removes button from group, making it again toggle button (i.e.
|
| void | slotToggled(int arg1)
Internal - nothing for you here. |
UNKNOWN: Constructor.
UNKNOWN: Adds button to group.
UNKNOWN: Removes button from group, making it again toggle button (i.
UNKNOWN: Internal - nothing for you here.