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

Public Member Functions

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

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().