|
Scribus
Open source desktop publishing at your fingertips
|
Handles export. More...
#include <export.h>


Public Member Functions | |
| ExportBitmap () | |
| Initializing the default export variables and attributes. | |
| ~ExportBitmap () | |
| nothing doing destructor. | |
| bool | exportCurrent (ScribusDoc *doc, bool background) |
| Exports only the actual page. More... | |
| bool | exportInterval (ScribusDoc *doc, std::vector< int > &pageNs, bool background) |
| Exports chosen interval of the pages. More... | |
Public Attributes | |
| QString | bitmapType |
| Type of the exported image. | |
| int | pageDPI |
| Dpi of the exported image. | |
| double | enlargement |
| Enlargement of the exported image... 2x 3x etc. | |
| int | quality |
| Quality of the image <0; 100> | |
| QString | exportDir |
| A place for stored images. | |
| bool | overwrite |
| Overwrite the existing files? | |
| QString | filenamePrefix |
| Prefix for filenames. | |
Handles export.
| bool ExportBitmap::exportCurrent | ( | ScribusDoc * | doc, |
| bool | background | ||
| ) |
Exports only the actual page.
| bool | true on success |
| bool ExportBitmap::exportInterval | ( | ScribusDoc * | doc, |
| std::vector< int > & | pageNs, | ||
| bool | background | ||
| ) |
Exports chosen interval of the pages.
| pageNs | interval of the page numbers |
| true | on success |