![]() |
Scribus
Open source desktop publishing at your fingertips
|
POSTSCRIPT importer plugin. More...
#include <importps.h>
Public Slots | |
void | cancelRequested () |
Public Member Functions | |
EPSPlug (ScribusDoc *doc, int flags) | |
Create the EPS importer window. More... | |
bool | import (QString fn, const TransactionSettings &trSettings, int flags, bool showProgress=true) |
Perform import. More... | |
POSTSCRIPT importer plugin.
EPSPlug::EPSPlug | ( | ScribusDoc * | doc, |
int | flags | ||
) |
Create the EPS importer window.
fName | QString |
flags | combination of loadFlags |
showProgress | if progress must be displayed |
EPSPlug | plugin |
bool EPSPlug::import | ( | QString | fn, |
const TransactionSettings & | trSettings, | ||
int | flags, | ||
bool | showProgress = true |
||
) |
Perform import.
fn | QString |
flags | combination of loadFlags |
showProgress | if progress must be displayed |
bool | true if import was ok |