Scribus
Open source desktop publishing at your fingertips
|
Xar (Xara) importer plugin. More...
#include <importxar.h>
Public Slots | |
void | cancelRequested () |
Public Member Functions | |
XarPlug (ScribusDoc *doc, int flags) | |
Create the Xar importer window. More... | |
bool | import (QString fn, const TransactionSettings &trSettings, int flags, bool showProgress=true) |
Perform import. More... | |
QImage | readThumbnail (QString fn) |
bool | readColors (const QString &fileName, ColorList &colors) |
Xar (Xara) importer plugin.
XarPlug::XarPlug | ( | ScribusDoc * | doc, |
int | flags | ||
) |
Create the Xar importer window.
fName | QString |
flags | combination of loadFlags |
showProgress | if progress must be displayed |
EPSPlug | plugin |
bool XarPlug::import | ( | QString | fn, |
const TransactionSettings & | trSettings, | ||
int | flags, | ||
bool | showProgress = true |
||
) |
Perform import.
fn | QString |
trSettings | undo transaction settings |
flags | combination of loadFlags |
showProgress | if progress must be displayed |
bool | true if import was ok |