◆ YQWizardButton()
| YQWizardButton::YQWizardButton |
( |
YQWizard * |
wizard, |
|
|
QWidget * |
buttonParent, |
|
|
const std::string & |
label |
|
) |
| |
◆ ~YQWizardButton()
| YQWizardButton::~YQWizardButton |
( |
| ) |
|
|
virtual |
◆ clicked
| void YQWizardButton::clicked |
( |
| ) |
|
|
signal |
Emitted when the button is clicked or otherwise activated.
◆ hide()
| void YQWizardButton::hide |
( |
| ) |
|
Hide the associated QPushButton.
◆ isHidden()
| bool YQWizardButton::isHidden |
( |
| ) |
const |
Returns 'true' if the associated QPushButton (!) is hidden.
◆ isShown()
| bool YQWizardButton::isShown |
( |
| ) |
const |
Returns 'true' if the associated QPushButton (!) is shown.
◆ preferredHeight()
| int YQWizardButton::preferredHeight |
( |
| ) |
|
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
◆ preferredWidth()
| int YQWizardButton::preferredWidth |
( |
| ) |
|
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
◆ setSize()
| void YQWizardButton::setSize |
( |
int |
newWidth, |
|
|
int |
newHeight |
|
) |
| |
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
◆ show()
| void YQWizardButton::show |
( |
| ) |
|
Show the associated QPushButton - not this widget itself (!). This widget itself will never become visible.
◆ widgetClass()
| virtual const char* YQWizardButton::widgetClass |
( |
| ) |
const |
|
inlinevirtual |
Returns a descriptive name of this widget class for logging, debugging etc.
◆ wizard()
| YQWizard* YQWizardButton::wizard |
( |
| ) |
const |
|
inline |
Returns the wizard this wizard button belongs to.
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/libyui-qt-4.0.0/src/YQWizardButton.h
- /home/abuild/rpmbuild/BUILD/libyui-qt-4.0.0/src/YQWizardButton.cc