ASPiK SDK
VSTGUI::CGraphicsTransform Member List

This is the complete list of members for VSTGUI::CGraphicsTransform, including all inherited members.

CGraphicsTransform()=default (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransform
CGraphicsTransform(double _m11, double _m12, double _m21, double _m22, double _dx, double _dy) (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
dx (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransform
dy (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransform
inverse() const (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
isInvariant() const (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
m11 (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransform
m12 (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransform
m21 (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransform
m22 (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransform
operator!=(const CGraphicsTransform &t) const (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
operator*(const CGraphicsTransform &t) const (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
operator*(const CGraphicsTransform *t) const (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
operator==(const CGraphicsTransform &t) const (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
rotate(double angle) (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
rotate(double angle, const CPoint &center) (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
scale(double x, double y) (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
scale(const CPoint &p) (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
skewX(double angle) (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
skewY(double angle) (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
transform(CCoord &x, CCoord &y) const (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
transform(CCoord &left, CCoord &right, CCoord &top, CCoord &bottom) const (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
transform(CPoint &p) const (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
transform(CRect &r) const (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
translate(double x, double y) (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline
translate(const CPoint &p) (defined in VSTGUI::CGraphicsTransform)VSTGUI::CGraphicsTransforminline