14 #include "pluginapi.h"
16 #include "fpointarray.h"
18 #include <QPainterPath>
53 bool import(QString fn,
const TransactionSettings &trSettings,
int flags,
bool showProgress =
true);
68 bool convert(QString fn,
double x,
double y,
double b,
double h);
74 void parseOutput(QString fn,
bool eps);
95 QString parseColor(QString vals,
bool eps, colorModel model = colorModelCMYK);
96 bool Image(QString vals);
98 QList<PageItem*> Elements;
100 double LineW, Opacity, DashOffset, baseX, baseY;
101 QVector<double> DashPattern;
105 bool FirstM, WasM, ClosedPath;
106 Qt::PenCapStyle CapStyle;
107 Qt::PenJoinStyle JoinStyle;
113 QPainterPath boundingBoxRect;
116 void cancelRequested() { cancel =
true; }
EPSPlug(ScribusDoc *doc, int flags)
Create the EPS importer window.
Definition: importps.cpp:57
Definition: sccolor.h:155
the Document Class
Definition: scribusdoc.h:90
POSTSCRIPT importer plugin.
Definition: importps.h:27
Definition: undomanager.h:52
Definition: multiprogressdialog.h:44
Definition: pageitem.h:92
Definition: fpointarray.h:42
Definition: selection.h:34