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

Public Member Functions

void Activated ()
 
 
void ActivatedAmbiguously ()
 
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject arg1)
 
void Destroyed ()
 
 

Member Function Documentation

void QtGui.IQShortcutSignals.Activated ( )

This signal is emitted when the user types the shortcut's key sequence.

See also activatedAmbiguously().

void QtGui.IQShortcutSignals.ActivatedAmbiguously ( )

When a key sequence is being typed at the keyboard, it is said to be ambiguous as long as it matches the start of more than one shortcut.

When a shortcut's key sequence is completed, activatedAmbiguously() is emitted if the key sequence is still ambiguous (i.e., it is the start of one or more other shortcuts). The activated() signal is not emitted in this case.

See also activated().