QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QPixmap.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QPIXMAP_H
2 #define QTSCRIPTSHELL_QPIXMAP_H
3 
4 #include <qpixmap.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QPixmap : public QPixmap
9 {
10 public:
12  QtScriptShell_QPixmap(const QPixmap& arg__1);
13  QtScriptShell_QPixmap(const QSize& arg__1);
14  QtScriptShell_QPixmap(const QString& fileName, const char* format = 0, Qt::ImageConversionFlags flags = Qt::AutoColor);
15  QtScriptShell_QPixmap(const char** xpm);
16  QtScriptShell_QPixmap(int w, int h);
18 
19  int devType() const;
20  int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
21  QPaintEngine* paintEngine() const;
22 
23  QScriptValue __qtscript_self;
24 };
25 
26 #endif // QTSCRIPTSHELL_QPIXMAP_H