Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | Clicked (bool @checked) |
void | Clicked () |
| |
void | Toggled (bool arg1) |
| |
Public Member Functions inherited from QtGui.IQWidgetSignals | |
void | CustomContextMenuRequested (QPoint pos) |
| |
Public Member Functions inherited from QtCore.IQObjectSignals | |
void | Destroyed (QObject arg1) |
void | Destroyed () |
| |
void QtGui.IQGroupBoxSignals.Clicked | ( | bool @ | checked | ) |
void QtGui.IQGroupBoxSignals.Clicked | ( | ) |
This signal is emitted when the check box is activated (i.e. pressed down then released while the mouse cursor is inside the button), or when the shortcut key is typed, Notably, this signal is not emitted if you call setChecked().
If the check box is checked checked is true; it is false if the check box is unchecked.
This function was introduced in Qt 4.2.
See also checkable, toggled(), and checked.
void QtGui.IQGroupBoxSignals.Toggled | ( | bool | arg1 | ) |
If the group box is checkable, this signal is emitted when the check box is toggled. on is true if the check box is checked; otherwise it is false.
See also checkable.