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

Public Member Functions

void ActionChanged (Qt.DropAction action)
 
 
void TargetChanged (QWidget newTarget)
 
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject arg1)
 
void Destroyed ()
 
 

Member Function Documentation

void QtGui.IQDragSignals.ActionChanged ( Qt.DropAction  action)

This signal is emitted when the action associated with the drag changes.

See also targetChanged().

void QtGui.IQDragSignals.TargetChanged ( QWidget  newTarget)

This signal is emitted when the target of the drag and drop operation changes, with newTarget the new target.

See also target() and actionChanged().