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

Public Member Functions

void OriginChanged ()
  More...
 
void AngleChanged ()
  More...
 
void AxisChanged ()
  More...
 

Member Function Documentation

void QtGui.IQGraphicsRotationSignals.AngleChanged ( )

This signal is emitted whenever the angle has changed.

See also QGraphicsRotation::angle.

void QtGui.IQGraphicsRotationSignals.AxisChanged ( )

This signal is emitted whenever the axis of the object changes.

See also QGraphicsRotation::axis.

void QtGui.IQGraphicsRotationSignals.OriginChanged ( )

This signal is emitted whenever the origin has changed.

See also QGraphicsRotation::origin.