|
libyui-qt
2.43.5
|


Public Slots | |
| void | hit () |
Public Member Functions | |
| YQPushButton (YWidget *parent, const std::string &label) | |
| virtual | ~YQPushButton () |
| virtual int | preferredWidth () |
| virtual int | preferredHeight () |
| virtual void | setSize (int newWidth, int newHeight) |
Definition at line 34 of file YQPushButton.h.
| YQPushButton::YQPushButton | ( | YWidget * | parent, |
| const std::string & | label | ||
| ) |
Constructor.
Definition at line 37 of file YQPushButton.cc.

| YQPushButton::~YQPushButton | ( | ) | [virtual] |
Destructor.
Definition at line 58 of file YQPushButton.cc.
| void YQPushButton::hit | ( | ) | [slot] |
Triggered when the button is activated (clicked or via keyboard). Notifies the the ui about this.
Definition at line 83 of file YQPushButton.cc.

| int YQPushButton::preferredHeight | ( | ) | [virtual] |
Preferred height of the widget.
Reimplemented from YWidget.
Definition at line 69 of file YQPushButton.cc.

| int YQPushButton::preferredWidth | ( | ) | [virtual] |
Preferred width of the widget.
Reimplemented from YWidget.
Definition at line 63 of file YQPushButton.cc.

| void YQPushButton::setSize | ( | int | newWidth, |
| int | newHeight | ||
| ) | [virtual] |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 75 of file YQPushButton.cc.
