|
Board
0.9.5
|
Structure representing a scaling and translation suitable for an XFig output. More...
#include <Transforms.h>
Public Member Functions | |
| double | rounded (double x) const |
| double | mapY (double y) const |
| int | mapWidth (double width) const |
| void | setBoundingBox (const Rect &rect, const double pageWidth, const double pageHeight, const double margin) |
| unsigned int | shapeDepth (const Shape *) const |
| unsigned int | mapDepth (unsigned int depth) const |
| void | setDepthMap (const std::map< const Shape *, unsigned int > *, unsigned int min) |
Public Member Functions inherited from LibBoard::Transform | |
| virtual double | mapX (double x) const |
| virtual Point | map (const Point &) const |
| virtual void | apply (double &x, double &y) const |
| virtual double | scale (double x) const |
| virtual Point | scale (const Point &) const |
Additional Inherited Members | |
Static Public Member Functions inherited from LibBoard::Transform | |
| static double | round (const double &x) |
Protected Attributes inherited from LibBoard::Transform | |
| double | _scale |
| double | _deltaX |
| double | _deltaY |
| double | _height |
Structure representing a scaling and translation suitable for an XFig output.
The TransformFIG structure.
1.8.17