KLayout Manual: Main Index » Class Index » API reference - Class QPixmapAPI reference - Class QPixmapNotation used in Ruby API documentation Description: Binding of QPixmap Class hierarchy: QPixmap » QPaintDevice
Public constructors
Public methods
Public static methods and constants
Protected methods (static, non-static and constructors)
Detailed description[const] bool !Description: Method bool QPixmap::operator!() [const] QPixmap alphaChannelDescription: Method QPixmap QPixmap::alphaChannel() void alphaChannel=(const QPixmap arg1)Description: Method void QPixmap::setAlphaChannel(const QPixmap &) QPixmap assign(const QPixmap arg1)Description: Method QPixmap & QPixmap::operator=(const QPixmap &) [const] void assign(const QPixmap other)Description: Assign the contents of another object to self This method assigns the contents of another object to self. This is a deep copy that does not only copy the reference but the actual content. [const] long long cacheKeyDescription: Method qint64 QPixmap::cacheKey() [const] QPixmap copyDescription: Method QPixmap QPixmap::copy(const QRect &rect) [const] QPixmap copy(const QRect rect)Description: Method QPixmap QPixmap::copy(const QRect &rect) [const] QPixmap copy(int x,int y,int width,int height)Description: Method QPixmap QPixmap::copy(int x, int y, int width, int height) void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. [const] QBitmap createHeuristicMaskDescription: Method QBitmap QPixmap::createHeuristicMask(bool clipTight) [const] QBitmap createHeuristicMask(bool clipTight)Description: Method QBitmap QPixmap::createHeuristicMask(bool clipTight) [const] QBitmap createMaskFromColor(const QColor maskColor)Description: Method QBitmap QPixmap::createMaskFromColor(const QColor &maskColor) [const] QBitmap createMaskFromColor(const QColor maskColor,const Qt_MaskMode mode)Description: Method QBitmap QPixmap::createMaskFromColor(const QColor &maskColor, Qt::MaskMode mode) [static] int defaultDepthDescription: Static method int QPixmap::defaultDepth() This method is static and can be called without an instance. [const] int depthDescription: Method int QPixmap::depth() void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. void detachDescription: Method void QPixmap::detach() [const] QPixmap dupDescription: Creates a copy of self void fillDescription: Method void QPixmap::fill(const QColor &fillColor) void fill(const QColor fillColor)Description: Method void QPixmap::fill(const QColor &fillColor) void fill(const QWidget ptr widget,int xofs,int yofs)Description: Method void QPixmap::fill(const QWidget *widget, int xofs, int yofs) void fill(const QWidget ptr widget,const QPoint ofs)Description: Method void QPixmap::fill(const QWidget *widget, const QPoint &ofs) [static] QPixmap fromImage(const QImage image)Description: Static method QPixmap QPixmap::fromImage(const QImage &image, QFlags<enum Qt::ImageConversionFlag> flags) This method is static and can be called without an instance. [static] QPixmap fromImage(const QImage image,int flags)Description: Static method QPixmap QPixmap::fromImage(const QImage &image, QFlags<enum Qt::ImageConversionFlag> flags) This method is static and can be called without an instance. [static] QPixmap grabWidget(QWidget ptr widget,const QRect rect)Description: Static method QPixmap QPixmap::grabWidget(QWidget *widget, const QRect &rect) This method is static and can be called without an instance. [static] QPixmap grabWidget(QWidget ptr widget)Description: Static method QPixmap QPixmap::grabWidget(QWidget *widget, int x, int y, int w, int h) This method is static and can be called without an instance. [static] QPixmap grabWidget(QWidget ptr widget,int x)Description: Static method QPixmap QPixmap::grabWidget(QWidget *widget, int x, int y, int w, int h) This method is static and can be called without an instance. [static] QPixmap grabWidget(QWidget ptr widget,int x,int y)Description: Static method QPixmap QPixmap::grabWidget(QWidget *widget, int x, int y, int w, int h) This method is static and can be called without an instance. [static] QPixmap grabWidget(QWidget ptr widget,int x,int y,int w)Description: Static method QPixmap QPixmap::grabWidget(QWidget *widget, int x, int y, int w, int h) This method is static and can be called without an instance. [static] QPixmap grabWidget(QWidget ptr widget,int x,int y,int w,int h)Description: Static method QPixmap QPixmap::grabWidget(QWidget *widget, int x, int y, int w, int h) This method is static and can be called without an instance. [static] QPixmap grabWindow(unsigned int arg1)Description: Static method QPixmap QPixmap::grabWindow(WId, int x, int y, int w, int h) This method is static and can be called without an instance. [static] QPixmap grabWindow(unsigned int arg1,int x)Description: Static method QPixmap QPixmap::grabWindow(WId, int x, int y, int w, int h) This method is static and can be called without an instance. [static] QPixmap grabWindow(unsigned int arg1,int x,int y)Description: Static method QPixmap QPixmap::grabWindow(WId, int x, int y, int w, int h) This method is static and can be called without an instance. [static] QPixmap grabWindow(unsigned int arg1,int x,int y,int w)Description: Static method QPixmap QPixmap::grabWindow(WId, int x, int y, int w, int h) This method is static and can be called without an instance. [static] QPixmap grabWindow(unsigned int arg1,int x,int y,int w,int h)Description: Static method QPixmap QPixmap::grabWindow(WId, int x, int y, int w, int h) This method is static and can be called without an instance. [const] bool hasAlphaDescription: Method bool QPixmap::hasAlpha() [const] bool hasAlphaChannelDescription: Method bool QPixmap::hasAlphaChannel() [const] int heightDescription: Method int QPixmap::height() [const] bool isDetachedDescription: Method bool QPixmap::isDetached() [const] bool isDetached?Description: Method bool QPixmap::isDetached() [const] bool isNullDescription: Method bool QPixmap::isNull() [const] bool isNull?Description: Method bool QPixmap::isNull() [const] bool isQBitmapDescription: Method bool QPixmap::isQBitmap() [const] bool isQBitmap?Description: Method bool QPixmap::isQBitmap() [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. bool load(string fileName)Description: Method bool QPixmap::load(const QString &fileName, const char *format, QFlags<enum Qt::ImageConversionFlag> flags) bool load(string fileName,string format)Description: Method bool QPixmap::load(const QString &fileName, const char *format, QFlags<enum Qt::ImageConversionFlag> flags) bool load(string fileName,string format,int flags)Description: Method bool QPixmap::load(const QString &fileName, const char *format, QFlags<enum Qt::ImageConversionFlag> flags) bool loadFromData(string buf,unsigned int len)Description: Method bool QPixmap::loadFromData(const char unsigned *buf, int unsigned len, const char *format, QFlags<enum Qt::ImageConversionFlag> flags) bool loadFromData(string buf,unsigned int len,string format)Description: Method bool QPixmap::loadFromData(const char unsigned *buf, int unsigned len, const char *format, QFlags<enum Qt::ImageConversionFlag> flags) bool loadFromData(string buf,unsigned int len,string format,int flags)Description: Method bool QPixmap::loadFromData(const char unsigned *buf, int unsigned len, const char *format, QFlags<enum Qt::ImageConversionFlag> flags) bool loadFromData(string data)Description: Method bool QPixmap::loadFromData(const QByteArray &data, const char *format, QFlags<enum Qt::ImageConversionFlag> flags) bool loadFromData(string data,string format)Description: Method bool QPixmap::loadFromData(const QByteArray &data, const char *format, QFlags<enum Qt::ImageConversionFlag> flags) bool loadFromData(string data,string format,int flags)Description: Method bool QPixmap::loadFromData(const QByteArray &data, const char *format, QFlags<enum Qt::ImageConversionFlag> flags) [const] QBitmap maskDescription: Method QBitmap QPixmap::mask() void mask=(const QBitmap arg1)Description: Method void QPixmap::setMask(const QBitmap &) [virtual,const] int metric(const QPaintDevice_PaintDeviceMetric arg1)Description: Virtual method int QPixmap::metric(QPaintDevice::PaintDeviceMetric ) This method can be reimplemented in a derived class. [static] new QPixmap newDescription: Constructor QPixmap::QPixmap() This method creates an object of class QPixmap. [static] new QPixmap new(int w,int h)Description: Constructor QPixmap::QPixmap(int w, int h) This method creates an object of class QPixmap. [static] new QPixmap new(const QSize arg1)Description: Constructor QPixmap::QPixmap(const QSize &) This method creates an object of class QPixmap. [static] new QPixmap new(const QPixmap arg1)Description: Constructor QPixmap::QPixmap(const QPixmap &) This method creates an object of class QPixmap. [static] new QPixmap new(string fileName)Description: Constructor QPixmap::QPixmap(const QString &fileName, const char *format, QFlags<enum Qt::ImageConversionFlag> flags) This method creates an object of class QPixmap. [static] new QPixmap new(string fileName,string format)Description: Constructor QPixmap::QPixmap(const QString &fileName, const char *format, QFlags<enum Qt::ImageConversionFlag> flags) This method creates an object of class QPixmap. [static] new QPixmap new(string fileName,string format,int flags)Description: Constructor QPixmap::QPixmap(const QString &fileName, const char *format, QFlags<enum Qt::ImageConversionFlag> flags) This method creates an object of class QPixmap. [virtual,const] QPaintEngine ptr paintEngineDescription: Virtual method QPaintEngine * QPixmap::paintEngine() This method can be reimplemented in a derived class. [const] QRect rectDescription: Method QRect QPixmap::rect() [const] bool save(QIODevice ptr device)Description: Method bool QPixmap::save(QIODevice *device, const char *format, int quality) [const] bool save(QIODevice ptr device,string format)Description: Method bool QPixmap::save(QIODevice *device, const char *format, int quality) [const] bool save(QIODevice ptr device,string format,int quality)Description: Method bool QPixmap::save(QIODevice *device, const char *format, int quality) [const] bool save(string fileName)Description: Method bool QPixmap::save(const QString &fileName, const char *format, int quality) [const] bool save(string fileName,string format)Description: Method bool QPixmap::save(const QString &fileName, const char *format, int quality) [const] bool save(string fileName,string format,int quality)Description: Method bool QPixmap::save(const QString &fileName, const char *format, int quality) [const] QPixmap scaled(int w,int h)Description: Method QPixmap QPixmap::scaled(int w, int h, Qt::AspectRatioMode aspectMode, Qt::TransformationMode mode) [const] QPixmap scaled(int w,int h,const Qt_AspectRatioMode aspectMode)Description: Method QPixmap QPixmap::scaled(int w, int h, Qt::AspectRatioMode aspectMode, Qt::TransformationMode mode) [const] QPixmap scaled(int w,int h,const Qt_AspectRatioMode aspectMode,const Qt_TransformationMode mode)Description: Method QPixmap QPixmap::scaled(int w, int h, Qt::AspectRatioMode aspectMode, Qt::TransformationMode mode) [const] QPixmap scaled(const QSize s)Description: Method QPixmap QPixmap::scaled(const QSize &s, Qt::AspectRatioMode aspectMode, Qt::TransformationMode mode) [const] QPixmap scaled(const QSize s,const Qt_AspectRatioMode aspectMode)Description: Method QPixmap QPixmap::scaled(const QSize &s, Qt::AspectRatioMode aspectMode, Qt::TransformationMode mode) [const] QPixmap scaled(const QSize s,const Qt_AspectRatioMode aspectMode,const Qt_TransformationMode mode)Description: Method QPixmap QPixmap::scaled(const QSize &s, Qt::AspectRatioMode aspectMode, Qt::TransformationMode mode) [const] QPixmap scaledToHeight(int h)Description: Method QPixmap QPixmap::scaledToHeight(int h, Qt::TransformationMode mode) [const] QPixmap scaledToHeight(int h,const Qt_TransformationMode mode)Description: Method QPixmap QPixmap::scaledToHeight(int h, Qt::TransformationMode mode) [const] QPixmap scaledToWidth(int w)Description: Method QPixmap QPixmap::scaledToWidth(int w, Qt::TransformationMode mode) [const] QPixmap scaledToWidth(int w,const Qt_TransformationMode mode)Description: Method QPixmap QPixmap::scaledToWidth(int w, Qt::TransformationMode mode) void scroll(int dx,int dy,const QRect rect)Description: Method void QPixmap::scroll(int dx, int dy, const QRect &rect, QRegion *exposed) void scroll(int dx,int dy,const QRect rect,QRegion ptr exposed)Description: Method void QPixmap::scroll(int dx, int dy, const QRect &rect, QRegion *exposed) void scroll(int dx,int dy,int x,int y,int width,int height)Description: Method void QPixmap::scroll(int dx, int dy, int x, int y, int width, int height, QRegion *exposed) void scroll(int dx,int dy,int x,int y,int width,int height,QRegion ptr exposed)Description: Method void QPixmap::scroll(int dx, int dy, int x, int y, int width, int height, QRegion *exposed) [const] int serialNumberDescription: Method int QPixmap::serialNumber() void setAlphaChannel(const QPixmap arg1)Description: Method void QPixmap::setAlphaChannel(const QPixmap &) void setMask(const QBitmap arg1)Description: Method void QPixmap::setMask(const QBitmap &) [const] QSize sizeDescription: Method QSize QPixmap::size() [const] QImage toImageDescription: Method QImage QPixmap::toImage() [const] QPixmap transformed(const QMatrix arg1)Description: Method QPixmap QPixmap::transformed(const QMatrix &, Qt::TransformationMode mode) [const] QPixmap transformed(const QMatrix arg1,const Qt_TransformationMode mode)Description: Method QPixmap QPixmap::transformed(const QMatrix &, Qt::TransformationMode mode) [const] QPixmap transformed(const QTransform arg1)Description: Method QPixmap QPixmap::transformed(const QTransform &, Qt::TransformationMode mode) [const] QPixmap transformed(const QTransform arg1,const Qt_TransformationMode mode)Description: Method QPixmap QPixmap::transformed(const QTransform &, Qt::TransformationMode mode) [static] QMatrix trueMatrix(const QMatrix m,int w,int h)Description: Static method QMatrix QPixmap::trueMatrix(const QMatrix &m, int w, int h) This method is static and can be called without an instance. [static] QTransform trueMatrix(const QTransform m,int w,int h)Description: Static method QTransform QPixmap::trueMatrix(const QTransform &m, int w, int h) This method is static and can be called without an instance. [const] int widthDescription: Method int QPixmap::width() |