Qyoto
4.0.7
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | Triggered (QAction action) |
More... | |
![]() | |
void | Pressed () |
More... | |
void | Released () |
More... | |
void | Clicked (bool @checked) |
More... | |
void | Clicked () |
More... | |
void | Toggled (bool @checked) |
More... | |
![]() | |
void | CustomContextMenuRequested (QPoint pos) |
More... | |
![]() | |
void | Destroyed (QObject obj=null) |
More... | |
void | Destroyed () |
More... | |
void QtGui.IQToolButtonSignals.Triggered | ( | QAction | action | ) |
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.