|
Qyoto
4.0.6
Qyoto is a C# language binding for Qt
|


Public Member Functions | |
| void | ButtonClicked (QAbstractButton arg1) |
| | |
| void | ButtonClicked (int arg1) |
| void | ButtonPressed (QAbstractButton arg1) |
| | |
| void | ButtonPressed (int arg1) |
| void | ButtonReleased (QAbstractButton arg1) |
| | |
| void | ButtonReleased (int arg1) |
Public Member Functions inherited from QtCore.IQObjectSignals | |
| void | Destroyed (QObject arg1) |
| void | Destroyed () |
| | |
| void QtGui.IQButtonGroupSignals.ButtonClicked | ( | QAbstractButton | arg1 | ) |
This signal is emitted when the given button is clicked. A button is clicked when it is first pressed and then released, when its shortcut key is typed, or programmatically when QAbstractButton::click() or QAbstractButton::animateClick() is called.
See also checkedButton() and QAbstractButton::clicked().
| void QtGui.IQButtonGroupSignals.ButtonClicked | ( | int | arg1 | ) |
| void QtGui.IQButtonGroupSignals.ButtonPressed | ( | QAbstractButton | arg1 | ) |
This signal is emitted when the given button is pressed down.
This function was introduced in Qt 4.2.
See also QAbstractButton::pressed().
| void QtGui.IQButtonGroupSignals.ButtonPressed | ( | int | arg1 | ) |
| void QtGui.IQButtonGroupSignals.ButtonReleased | ( | QAbstractButton | arg1 | ) |
This signal is emitted when the given button is released.
This function was introduced in Qt 4.2.
See also QAbstractButton::released().
| void QtGui.IQButtonGroupSignals.ButtonReleased | ( | int | arg1 | ) |