Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | Triggered (QAction arg1) |
| |
Public Member Functions inherited from QtGui.IQAbstractButtonSignals | |
void | Pressed () |
| |
void | Released () |
| |
void | Clicked (bool @checked) |
void | Clicked () |
| |
void | Toggled (bool @checked) |
| |
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.IQToolButtonSignals.Triggered | ( | QAction | arg1 | ) |
This signal is emitted when the given action is triggered.
The action may also be associated with other parts of the user interface, such as menu items and keyboard shortcuts. Sharing actions in this way helps make the user interface more consistent and is often less work to implement.