#include <YQPushButton.h>
Inheritance diagram for YQPushButton:
Public Slots | |
void | hit () |
Public Member Functions | |
YQPushButton (QWidget *parent, YQDialog *dialog, const YWidgetOpt &opt, const YCPString &label) | |
virtual | ~YQPushButton () |
long | nicesize (YUIDimension dim) |
void | setSize (long newWidth, long newHeight) |
|
Constructor. |
|
Destructor. |
|
Triggered when the button is activated ( clicked or via keyboard ). Informs the ui about this. |
|
Preferred size of the widget. Reimplemented from YWidget. Dimension, either YD_HORIZ or YD_VERT Implements YWidget. |
|
Sets the new size of the widget. Reimplemented from YWidget. Reimplemented from YWidget. |