|
static void | dxfBegin (const QString &) |
|
static void | dxfEnd (const QString &) |
|
static void | drawCircle (const QString &, double, double, double, int) |
|
static void | drawArc (const QString &, double x, double y, double rad, double startAngle, double endAngle, int color) |
| Createdxf::drawArc draw arc in dx format. More...
|
|
static void | drawDonut (QString, double, double, double, int) |
|
static void | drawArcEllipse (const QString &file_path, qreal x, qreal y, qreal w, qreal h, qreal startAngle, qreal spanAngle, qreal hotspot_x, qreal hotspot_y, qreal rotation_angle, const int &colorcode) |
|
static void | drawEllipse (const QString &filepath, const QRectF &rect, const int &colorcode) |
| Createdxf::drawEllipse Conveniance function for draw ellipse. More...
|
|
static void | drawRectangle (const QString &filepath, double, double, double, double, const int &colorcode) |
|
static void | drawRectangle (const QString &filepath, const QRectF &rect, const int &colorcode) |
| Createdxf::drawRectangle Conveniance function for draw rectangle. More...
|
|
static void | drawLine (const QString &filapath, double, double, double, double, const int &clorcode) |
|
static void | drawLine (const QString &filepath, const QLineF &line, const int &colorcode) |
| Createdxf::drawLine Conveniance function to draw line. More...
|
|
static void | drawText (const QString &, const QString &, double, double, double, double, int) |
| Createdxf::drawText draw simple text in dxf format without any alignment specified. More...
|
|
static void | drawTextAligned (const QString &fileName, const QString &text, double x, double y, double height, double rotation, double oblique, int hAlign, int vAlign, double xAlign, double xScale, int colour, bool leftAlign=false, float scale=0) |
|
static int | getcolorCode (const long red, const long green, const long blue) |
| Createdxf::getcolorCode This function returns the ACI color which is the "nearest" color to the color defined by the red, green and blue (RGB) values passed in argument. More...
|
|