KHTML
Go to the documentation of this file.
26 #ifndef AffineTransform_h
27 #define AffineTransform_h
30 #include <CoreGraphics/CGAffineTransform.h>
35 #elif PLATFORM(WX) && USE(WXGC)
37 #include <wx/graphics.h>
57 #elif PLATFORM(WX) && USE(WXGC)
61 void setMatrix(
double a,
double b,
double c,
double d,
double e,
double f);
62 void map(
double x,
double y,
double *x2,
double *y2)
const;
109 operator CGAffineTransform()
const;
111 operator QMatrix()
const;
112 #elif PLATFORM(CAIRO)
113 operator cairo_matrix_t()
const;
114 #elif PLATFORM(WX) && USE(WXGC)
115 operator wxGraphicsMatrix()
const;
125 CGAffineTransform m_transform;
128 #elif PLATFORM(CAIRO)
129 cairo_matrix_t m_transform;
130 #elif PLATFORM(WX) && USE(WXGC)
131 wxGraphicsMatrix m_transform;
137 #endif // AffineTransform_h
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Mon Jul 15 2013 13:08:43 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.