itom
|
This is the complete list of members for ito::Shape, including all inherited members.
area() const | ito::Shape | |
baseCenterPoint() const | ito::Shape | |
basePoints() const | ito::Shape | |
centerDistance(const Shape &otherShape) const (defined in ito::Shape) | ito::Shape | |
centerPoint() const | ito::Shape | |
Circle enum value | ito::Shape | |
circumference() const (defined in ito::Shape) | ito::Shape | |
color() const (defined in ito::Shape) | ito::Shape | |
contains(const QPointF &point) const | ito::Shape | |
contains(const QPolygonF &points) const | ito::Shape | |
contour(bool applyTrafo=true, qreal tol=-1.0) const | ito::Shape | |
d (defined in ito::Shape) | ito::Shape | protected |
distance(const Shape &otherShape) const (defined in ito::Shape) | ito::Shape | |
distanceLine2Line2D(const Shape &line1, const Shape &line2) (defined in ito::Shape) | ito::Shape | protectedstatic |
distanceLine2Point2D(const Shape &line, const QPointF &point) (defined in ito::Shape) | ito::Shape | protectedstatic |
distancePoint2Point2D(const QPointF &point1, const QPointF &point2) (defined in ito::Shape) | ito::Shape | protectedstatic |
Ellipse enum value | ito::Shape | |
FlagMask enum value | ito::Shape | |
flags() const (defined in ito::Shape) | ito::Shape | |
fromCircle(const QPointF ¢er, qreal radius, int index=-1, QString name="", const QTransform &trafo=QTransform()) (defined in ito::Shape) | ito::Shape | static |
fromEllipse(const QRectF &rect, int index=-1, QString name="", const QTransform &trafo=QTransform()) (defined in ito::Shape) | ito::Shape | static |
fromEllipse(qreal x1, qreal y1, qreal x2, qreal y2, int index=-1, QString name="", const QTransform &trafo=QTransform()) (defined in ito::Shape) | ito::Shape | static |
fromLine(const QPointF &p1, const QPointF &p2, int index=-1, QString name="", const QTransform &trafo=QTransform()) (defined in ito::Shape) | ito::Shape | static |
fromLine(qreal x1, qreal y1, qreal x2, qreal y2, int index=-1, QString name="", const QTransform &trafo=QTransform()) (defined in ito::Shape) | ito::Shape | static |
fromMultipoint(const QPolygonF &polygon, int index=-1, QString name="", const QTransform &trafo=QTransform()) (defined in ito::Shape) | ito::Shape | static |
fromPoint(const QPointF &point, int index=-1, QString name="", const QTransform &trafo=QTransform()) (defined in ito::Shape) | ito::Shape | static |
fromPoint(qreal x, qreal y, int index=-1, QString name="", const QTransform &trafo=QTransform()) (defined in ito::Shape) | ito::Shape | static |
fromPolygon(const QPolygonF &polygon, int index=-1, QString name="", const QTransform &trafo=QTransform()) (defined in ito::Shape) | ito::Shape | static |
fromRectangle(const QRectF &rect, int index=-1, QString name="", const QTransform &trafo=QTransform()) | ito::Shape | static |
fromRectangle(qreal x1, qreal y1, qreal x2, qreal y2, int index=-1, QString name="", const QTransform &trafo=QTransform()) (defined in ito::Shape) | ito::Shape | static |
fromSquare(const QPointF ¢er, qreal sideLength, int index=-1, QString name="", const QTransform &trafo=QTransform()) (defined in ito::Shape) | ito::Shape | static |
index() const (defined in ito::Shape) | ito::Shape | |
Invalid enum value (defined in ito::Shape) | ito::Shape | |
isValid() const (defined in ito::Shape) | ito::Shape | |
Line enum value | ito::Shape | |
MoveLock enum value (defined in ito::Shape) | ito::Shape | |
MultiPointPick enum value (defined in ito::Shape) | ito::Shape | |
name() const (defined in ito::Shape) | ito::Shape | |
normalized() const (defined in ito::Shape) | ito::Shape | |
operator=(const Shape &other) (defined in ito::Shape) | ito::Shape | |
Point enum value | ito::Shape | |
point1MoveTo(const QPointF &newPoint1) (defined in ito::Shape) | ito::Shape | |
Polygon enum value | ito::Shape | |
radius() const (defined in ito::Shape) | ito::Shape | |
radiusX() const (defined in ito::Shape) | ito::Shape | |
radiusY() const (defined in ito::Shape) | ito::Shape | |
ramerDouglasPeucker(qreal tol) const (defined in ito::Shape) | ito::Shape | protected |
rbasePoints() (defined in ito::Shape) | ito::Shape | |
rbasePoints() const (defined in ito::Shape) | ito::Shape | |
Rectangle enum value | ito::Shape | |
region() const (defined in ito::Shape) | ito::Shape | |
ResizeLock enum value | ito::Shape | |
rotateByCenterDeg(double degree) | ito::Shape | |
rotateByCenterRad(double radians) | ito::Shape | |
RotateLock enum value | ito::Shape | |
rotationAngleDeg() const | ito::Shape | |
rotationAngleRad() const | ito::Shape | |
rtransform() const (defined in ito::Shape) | ito::Shape | |
setColor(const QColor &color) (defined in ito::Shape) | ito::Shape | |
setFlags(const unsigned int &flags) (defined in ito::Shape) | ito::Shape | |
setIndex(const int &index) (defined in ito::Shape) | ito::Shape | |
setName(const QString &name) (defined in ito::Shape) | ito::Shape | |
setRotationAngleDeg(double degree) | ito::Shape | |
setRotationAngleRad(double radians) | ito::Shape | |
setTransform(const QTransform &trafo) (defined in ito::Shape) | ito::Shape | |
setType(const unsigned int &type) (defined in ito::Shape) | ito::Shape | |
setUnclosed(bool unclosed) (defined in ito::Shape) | ito::Shape | |
setUserData1(const ito::float64 &userData1) (defined in ito::Shape) | ito::Shape | |
setUserData2(const ito::float64 &userData2) (defined in ito::Shape) | ito::Shape | |
Shape() (defined in ito::Shape) | ito::Shape | explicit |
Shape(unsigned int type, unsigned int flags, const QPolygonF &basePoints, const QTransform &transform=QTransform()) (defined in ito::Shape) | ito::Shape | explicit |
Shape(unsigned int type, unsigned int flags, const QPolygonF &basePoints, int index, const QTransform &transform=QTransform()) (defined in ito::Shape) | ito::Shape | explicit |
Shape(unsigned int type, unsigned int flags, const QPolygonF &basePoints, int index, const QString &name, const QTransform &transform=QTransform()) (defined in ito::Shape) | ito::Shape | explicit |
Shape(unsigned int type, unsigned int flags, const QPolygonF &basePoints, const QString &name, const QTransform &transform=QTransform()) (defined in ito::Shape) | ito::Shape | explicit |
Shape(const Shape &other) (defined in ito::Shape) | ito::Shape | |
ShapeFlag enum name | ito::Shape | |
ShapeMask enum name | ito::Shape | |
ShapeType enum name | ito::Shape | |
Square enum value | ito::Shape | |
transform() const (defined in ito::Shape) | ito::Shape | |
translate(const QPointF &delta) | ito::Shape | |
type() const (defined in ito::Shape) | ito::Shape | |
type2QString(const int type) (defined in ito::Shape) | ito::Shape | static |
TypeMask enum value (defined in ito::Shape) | ito::Shape | |
unclosed() const | ito::Shape | |
userData1() const (defined in ito::Shape) | ito::Shape | |
userData2() const (defined in ito::Shape) | ito::Shape | |
~Shape() (defined in ito::Shape) | ito::Shape | virtual |