|
|
| TransformList (std::string &value, const Element *owner=nullptr) |
| |
|
| TransformList (const std::string &value, const Element *owner=nullptr) |
| |
| TransformList & | append (const std::string &transform) |
| |
| TransformList & | set (const std::string &transform) |
| |
| TransformList & | clear () |
| |
|
TransformList & | matrix (double a, double b, double c, double d, double e, double f) |
| |
|
TransformList & | translate (double x) |
| |
|
TransformList & | translate (double x, double y) |
| |
|
TransformList & | scale (double factor) |
| |
|
TransformList & | scale (double x, double y) |
| |
|
TransformList & | rotate (double degrees) |
| |
|
TransformList & | rotate (double degrees, double cx, double cy) |
| |
| TransformList & | rotate_about_bbox (double degrees, Anchor x_anchor, Anchor y_anchor) |
| |
|
TransformList & | skew_x (double degrees) |
| |
|
TransformList & | skew_y (double degrees) |
| |
| std::string | str () const |
| |
Ordered function list for managing the transform attribute.