|
Scribus
Open source desktop publishing at your fingertips
|
Adobe Illustrator importer plugin. More...
#include <importai.h>


Public Slots | |
| void | cancelRequested () |
Public Member Functions | |
| AIPlug (ScribusDoc *doc, int flags) | |
| Create the AI importer window. More... | |
| bool | import (QString fNameIn, const TransactionSettings &trSettings, int flags, bool showProgress=true) |
| Perform import. More... | |
| QImage | readThumbnail (QString fn) |
| bool | readColors (const QString &fileName, ColorList &colors) |
Adobe Illustrator importer plugin.
| AIPlug::AIPlug | ( | ScribusDoc * | doc, |
| int | flags | ||
| ) |
Create the AI importer window.
| doc | a Scribus document reference |
| flags | combination of loadFlags - see loadFlags in LoadSavePlugin |
| bool AIPlug::import | ( | QString | fNameIn, |
| const TransactionSettings & | trSettings, | ||
| int | flags, | ||
| bool | showProgress = true |
||
| ) |
Perform import.
| fNameIn | QString a filename to import |
| trSettings | undo transaction settings |
| flags | combination of loadFlags in LoadSavePlugin |
| showProgress | if progress must be displayed |
| bool | true if import was ok |