##// END OF EJS Templates
added initial generated wrappers for Qt 4.4.3...
added initial generated wrappers for Qt 4.4.3 git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@49 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r13:d46b01f7163a
Show More
PythonQtWrapper_QSvgGenerator.h
41 lines | 1.7 KiB | text/x-c | CLexer
#ifndef PYTHONQTWRAPPER_QSVGGENERATOR_H
#define PYTHONQTWRAPPER_QSVGGENERATOR_H
#include <qsvggenerator.h>
#include <QObject>
#include <QVariant>
#include <qiodevice.h>
#include <qpaintdevice.h>
#include <qpaintengine.h>
#include <qsize.h>
class PythonQtWrapper_QSvgGenerator : public QObject
{ Q_OBJECT
public:
public slots:
QSvgGenerator* new_QSvgGenerator();
void delete_QSvgGenerator(QSvgGenerator* obj) { delete obj; }
int depth(QSvgGenerator* theWrappedObject) const;
int devType(QSvgGenerator* theWrappedObject) const;
QString fileName(QSvgGenerator* theWrappedObject) const;
int height(QSvgGenerator* theWrappedObject) const;
int heightMM(QSvgGenerator* theWrappedObject) const;
int logicalDpiX(QSvgGenerator* theWrappedObject) const;
int logicalDpiY(QSvgGenerator* theWrappedObject) const;
int numColors(QSvgGenerator* theWrappedObject) const;
QIODevice* outputDevice(QSvgGenerator* theWrappedObject) const;
bool paintingActive(QSvgGenerator* theWrappedObject) const;
int physicalDpiX(QSvgGenerator* theWrappedObject) const;
int physicalDpiY(QSvgGenerator* theWrappedObject) const;
int resolution(QSvgGenerator* theWrappedObject) const;
void setFileName(QSvgGenerator* theWrappedObject, const QString& fileName);
void setOutputDevice(QSvgGenerator* theWrappedObject, QIODevice* outputDevice);
void setResolution(QSvgGenerator* theWrappedObject, int dpi);
void setSize(QSvgGenerator* theWrappedObject, const QSize& size);
QSize size(QSvgGenerator* theWrappedObject) const;
int width(QSvgGenerator* theWrappedObject) const;
int widthMM(QSvgGenerator* theWrappedObject) const;
};
#endif // PYTHONQTWRAPPER_QSVGGENERATOR_H