◆ YQPushButton()
| YQPushButton::YQPushButton |
( |
YWidget * |
parent, |
|
|
const std::string & |
label |
|
) |
| |
◆ ~YQPushButton()
| YQPushButton::~YQPushButton |
( |
| ) |
|
|
virtual |
◆ activate()
| void YQPushButton::activate |
( |
| ) |
|
|
virtual |
Activate the button. Can be used in tests to simulate user input.
◆ hit
| void YQPushButton::hit |
( |
| ) |
|
|
slot |
Triggered when the button is activated (clicked or via keyboard). Notifies the the ui about this.
◆ preferredHeight()
| int YQPushButton::preferredHeight |
( |
| ) |
|
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
◆ preferredWidth()
| int YQPushButton::preferredWidth |
( |
| ) |
|
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
◆ setSize()
| void YQPushButton::setSize |
( |
int |
newWidth, |
|
|
int |
newHeight |
|
) |
| |
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/libyui-qt-4.0.0/src/YQPushButton.h
- /home/abuild/rpmbuild/BUILD/libyui-qt-4.0.0/src/YQPushButton.cc