1 #ifndef QTSCRIPTSHELL_QIMAGE_H
2 #define QTSCRIPTSHELL_QIMAGE_H
6 #include <QtScript/qscriptvalue.h>
18 QtScriptShell_QImage(
const uchar* data,
int width,
int height,
int bytesPerLine, QImage::Format format);
21 QtScriptShell_QImage(uchar* data,
int width,
int height,
int bytesPerLine, QImage::Format format);
25 int metric(QPaintDevice::PaintDeviceMetric
metric)
const;
31 #endif // QTSCRIPTSHELL_QIMAGE_H