메소드 |
설명 |
|
Determinant ( ) : double |
|
|
Dispose ( ) : void |
|
|
Dx ( ) : double |
|
|
Dy ( ) : double |
|
|
Equals ( object o ) : bool |
|
|
GetHashCode ( ) : int |
|
|
Inverted ( ) : QMatrix |
|
|
Inverted ( bool &invertible ) : QMatrix |
|
|
IsIdentity ( ) : bool |
|
|
IsInvertible ( ) : bool |
|
|
M11 ( ) : double |
|
|
M12 ( ) : double |
|
|
M21 ( ) : double |
|
|
M22 ( ) : double |
|
|
Map ( QLine l ) : QLine |
|
|
Map ( QLineF l ) : QLineF |
|
|
Map ( QPainterPath p ) : QPainterPath |
|
|
Map ( Qyoto.QPoint p ) : Qyoto.QPoint |
|
|
Map ( QPointF p ) : QPointF |
|
|
Map ( Qyoto.QPolygon a ) : Qyoto.QPolygon |
|
|
Map ( QPolygonF a ) : QPolygonF |
|
|
Map ( QRegion r ) : QRegion |
|
|
Map ( double x, double y, double &tx, double &ty ) : void |
|
|
Map ( int x, int y, int &tx, int &ty ) : void |
|
|
MapRect ( Qyoto.QRect arg1 ) : Qyoto.QRect |
|
|
MapRect ( Qyoto.QRectF arg1 ) : Qyoto.QRectF |
|
|
MapToPolygon ( Qyoto.QRect r ) : Qyoto.QPolygon |
|
|
QMatrix ( QMatrix matrix ) : System |
|
|
QMatrix ( Qt arg1 ) : System |
|
|
QMatrix ( double m11, double m12, double m21, double m22, double dx, double dy ) : System |
|
|
Reset ( ) : void |
|
|
Rotate ( double a ) : QMatrix |
|
|
Scale ( double sx, double sy ) : QMatrix |
|
|
SetMatrix ( double m11, double m12, double m21, double m22, double dx, double dy ) : void |
|
|
Shear ( double sh, double sv ) : QMatrix |
|
|
Translate ( double dx, double dy ) : QMatrix |
|
|
operator ( ) : QLine |
|
|
operator ( ) : QLineF |
|
|
operator ( ) : QMatrix |
|
|
operator ( ) : QPainterPath |
|
|
operator ( ) : Qyoto.QPoint |
|
|
operator ( ) : QPointF |
|
|
operator ( ) : Qyoto.QPolygon |
|
|
operator ( ) : QPolygonF |
|
|
operator ( ) : QRegion |
|
|
operator ( ) : Qyoto.QVariant |
|
|
operator ( ) : bool |
|
|