|
Scribus
Open source desktop publishing at your fingertips
|
Pct (Mac Pict) importer plugin. More...
#include <importpct.h>


Public Slots | |
| void | cancelRequested () |
Public Member Functions | |
| PctPlug (ScribusDoc *doc, int flags) | |
| Create the Pct importer window. More... | |
| bool | import (QString fn, const TransactionSettings &trSettings, int flags, bool showProgress=true) |
| Perform import. More... | |
| QImage | readThumbnail (QString fn) |
Pct (Mac Pict) importer plugin.
| PctPlug::PctPlug | ( | ScribusDoc * | doc, |
| int | flags | ||
| ) |
Create the Pct importer window.
| fName | QString |
| flags | combination of loadFlags |
| showProgress | if progress must be displayed |
| EPSPlug | plugin |
| bool PctPlug::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 |