mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-03 11:00:53 +01:00
Add some colors for basic shapes inside dxf, thanks Gabberworld for this
patch git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5238 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -48,7 +48,11 @@ class Createdxf
|
||||
static void drawText(QString,QString,double,double,double,double,int);
|
||||
static void drawTextAligned(QString fileName, QString text,double x, double y, double height, double rotation, double oblique,int hAlign, int vAlign, double xAlign, int colour, bool leftAlign = false, float scale = 0);
|
||||
|
||||
static const double sheetWidth;
|
||||
|
||||
static int getcolorCode (const long red, const long green, const long blue);
|
||||
static long RGBcodeTable[];
|
||||
|
||||
static const double sheetWidth;
|
||||
static const double sheetHeight;
|
||||
static double xScale;
|
||||
static double yScale;
|
||||
|
||||
Reference in New Issue
Block a user