#include <YQWizardButton.h>
Inheritance diagram for YQWizardButton:

Signals | |
| void | clicked () |
Public Member Functions | |
| YQWizardButton (YQWizard *wizard, YQDialog *dialog, QWidget *buttonParent, const YCPString &label, const YCPValue &id) | |
| virtual | ~YQWizardButton () |
| virtual char * | widgetClass () |
| void | hide () |
| void | show () |
| bool | isShown () const |
| bool | isHidden () const |
| long | nicesize (YUIDimension dim) |
| void | setSize (long newWidth, long newHeight) |
| YQWizard * | wizard () const |
Private Attributes | |
| YQWizard * | _wizard |
|
||||||||||||||||||||||||
|
Constructor. |
|
|
Destructor. |
|
|
Emitted when the button is clicked or otherwise activated. |
|
|
Hide the associated QPushButton. |
|
|
Returns 'true' if the associated QPushButton (!) is hidden. |
|
|
Returns 'true' if the associated QPushButton (!) is shown. |
|
|
Preferred size of the widget. Reimplemented from YWidget. Does nothing since this widget has no visual representation. Implements YWidget. |
|
||||||||||||
|
Sets the new size of the widget. Reimplemented from YWidget. Does nothing since this widget has no visual representation. Reimplemented from YWidget. |
|
|
Show the associated QPushButton - not this widget itself (!). This widget itself will never become visible. |
|
|
Returns a descriptive name of this widget class for logging, debugging etc. Reimplemented from YPushButton. |
|
|
Returns the wizard this wizard button belongs to. |
|
|
|
1.4.4