class KRadioGroup
|
Class for group of radio butons in toolbar.
More... |
|
|
Public Methods
Public Slots
Detailed Description
KRadioGroup is class for group of radio butons in toolbar.
Take toggle buttons which you already inserted into toolbar,
create KRadioGroup instance and add them here.
All buttons will emit signals toggled (bool) (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".
KRadioGroup (QWidget *_parent, const char *_name=0)
|
Constructor. Parent must be KToolBar .
Destructor.
Adds button to group. Button cannot be unset by mouse clicks (you
must press some other button tounset this one)
void removeButton (int id)
|
Removes button from group, making it again toggle button (i.e.
You can unset it with mouse).
[slot]
Internal - nothing for you here.
- Author: Sven Radej <radej@kde.org>
- Generated: prospector@porky.devel.redhat.com on Tue Aug 15 09:55:36 2000, using kdoc 2.0a36.