Scribus
Open source desktop publishing at your fingertips
ImageExport Struct Reference
Inheritance diagram for ImageExport:
Collaboration diagram for ImageExport:

Public Slots

QString getType ()
 
void setType (QString name)
 
double getScale ()
 
void setScale (double scale)
 
double getQuality ()
 
void setQuality (double quality)
 
double getDPI ()
 
void setDPI (double dpi)
 
QString getDir ()
 
void setDir (QString name)
 
bool isOverWrite ()
 
void setOverWrite (bool value)
 
bool exportInterval (ScribusDoc *doc, std::vector< int > &pageNs)
 

Public Member Functions

 ImageExport (QString dirName, QString type, double scale, double quality, double dpi, bool overwrite)
 

Public Attributes

PyObject_HEAD PyObject * name
 
PyObject * type
 
PyObject * allTypes
 
int dpi
 
int scale
 
int quality
 

The documentation for this struct was generated from the following files: