CGraphicsTransform Member List
This is the complete list of members for
CGraphicsTransform, including all inherited members.
CGraphicsTransform(double _m11=1., double _m12=0., double _m21=0., double _m22=1., double _dx=0., double _dy=0.) | CGraphicsTransform | [inline] |
dx | CGraphicsTransform | |
dy | CGraphicsTransform | |
m11 | CGraphicsTransform | |
m12 | CGraphicsTransform | |
m21 | CGraphicsTransform | |
m22 | CGraphicsTransform | |
operator*(const CGraphicsTransform &t) const | CGraphicsTransform | [inline] |
operator*(const CGraphicsTransform *t) const | CGraphicsTransform | [inline] |
rotate(double angle) | CGraphicsTransform | |
scale(double x, double y) | CGraphicsTransform | [inline] |
transform(CCoord &x, CCoord &y) | CGraphicsTransform | [inline] |
transform(CCoord &left, CCoord &right, CCoord &top, CCoord &bottom) | CGraphicsTransform | [inline] |
transform(CPoint &p) | CGraphicsTransform | [inline] |
transform(CRect &r) | CGraphicsTransform | [inline] |
translate(double x, double y) | CGraphicsTransform | [inline] |