Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtGui.IQActionGroupSignals Interface Reference
Inheritance diagram for QtGui.IQActionGroupSignals:
Collaboration diagram for QtGui.IQActionGroupSignals:

Public Member Functions

void Triggered (QAction arg1)
 
 
void Selected (QAction arg1)
 
void Hovered (QAction arg1)
 
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject arg1)
 
void Destroyed ()
 
 

Member Function Documentation

void QtGui.IQActionGroupSignals.Hovered ( QAction  arg1)

This signal is emitted when the given action in the action group is highlighted by the user; for example, when the user pauses with the cursor over a menu option, toolbar button, or presses an action's shortcut key combination.

See also QAction::activate().

void QtGui.IQActionGroupSignals.Selected ( QAction  arg1)
void QtGui.IQActionGroupSignals.Triggered ( QAction  arg1)

This signal is emitted when the given action in the action group is activated by the user; for example, when the user clicks a menu option, toolbar button, or presses an action's shortcut key combination.

Connect to this signal for command actions.

See also QAction::activate().