#include <ost/geom/geom.hh>
#include <QPainter>
#include <QPoint>
#include <QSize>
Go to the source code of this file.
|
DLLEXPORT void | DrawDiagonalCross (QPainter &pnt, const QPoint &p, int s) |
|
DLLEXPORT void | DrawCross (QPainter &pnt, const QPoint &p, int s) |
|
DLLEXPORT void | DrawRectangle (QPainter &pnt, const QPoint &p1, const QPoint &p2) |
|
DLLEXPORT void | DrawEllipse (QPainter &pnt, const QPoint ¢er, Real rx, Real ry, Real angle) |
|
DLLEXPORT void | DrawHalfEllipse (QPainter &pnt, const QPoint ¢er, Real rx, Real ry, Real angle) |
|
DLLEXPORT void | DrawHyperbola (QPainter &pnt, const QSize &s, const geom::Vec2 ¢er, Real rx, Real ry, Real angle, bool orientation=false) |
|