◆ YQRadioButton()
YQRadioButton::YQRadioButton |
( |
YWidget * |
parent, |
|
|
const std::string & |
label, |
|
|
bool |
checked |
|
) |
| |
◆ changed
void YQRadioButton::changed |
( |
bool |
newState | ) |
|
|
protectedslot |
Triggered when the RadioButton is toggled.
◆ eventFilter
bool YQRadioButton::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
protectedslot |
Redirect events to this object.
◆ preferredHeight()
int YQRadioButton::preferredHeight |
( |
| ) |
|
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
◆ preferredWidth()
int YQRadioButton::preferredWidth |
( |
| ) |
|
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
◆ setEnabled()
void YQRadioButton::setEnabled |
( |
bool |
enabled | ) |
|
|
virtual |
Set enabled / disabled state.
Reimplemented from YWidget.
◆ setKeyboardFocus()
bool YQRadioButton::setKeyboardFocus |
( |
| ) |
|
|
virtual |
Accept the keyboard focus.
Reimplemented from YWidget.
◆ setLabel()
void YQRadioButton::setLabel |
( |
const std::string & |
label | ) |
|
|
virtual |
Change the label (the text) on the RadioButton.
Reimplemented from YRadioButton.
◆ setSize()
void YQRadioButton::setSize |
( |
int |
newWidth, |
|
|
int |
newHeight |
|
) |
| |
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
◆ setUseBoldFont()
void YQRadioButton::setUseBoldFont |
( |
bool |
bold = true | ) |
|
|
virtual |
Use a bold font.
Reimplemented from YRadioButton.
◆ setValue()
void YQRadioButton::setValue |
( |
bool |
checked | ) |
|
|
virtual |
Set the "checked" state of the RadioButton.
Reimplemented from YRadioButton.
◆ value()
bool YQRadioButton::value |
( |
| ) |
|
|
virtual |
Return the "checked" state of the RadioButton.
Reimplemented from YRadioButton.
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt/src/YQRadioButton.h
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt/src/YQRadioButton.cc