- enum Optimization
- QCanvasPixmap ( const QString & datafilename )
- QCanvasPixmap ( const QImage & image )
- QCanvasPixmap ( const QPixmap & pm, const QPoint & offset )
- ~QCanvasPixmap ()
- QBitmap createHeuristicMask ( bool clipTight = true ) const
- int defaultDepth ()
- Optimization defaultOptimization ()
- int depth () const
- void detach ()
- void fill ( const QColor & fillColor = Qt::white )
- void fill ( const QWidget * widget, const QPoint & offset )
- void fill ( const QWidget * widget, int xoff, int yoff )
- bool fromImage ( const QImage & img, Qt::ImageConversionFlags flags = Qt::AutoColor )
- HDC getDC () const
- QPixmap grabWidget ( QWidget * widget, int x = 0, int y = 0, int w = -1, int h = -1 )
- QPixmap grabWindow ( WId window, int x = 0, int y = 0, int w = -1, int h = -1 )
- bool hasAlpha () const
- bool hasAlphaChannel () const
- int height () const
- bool isExtDev () const
- bool isNull () const
- bool isQBitmap () const
- bool load ( const QString & fileName, const char * format = 0, Qt::ImageConversionFlags flags = Qt::AutoColor )
- bool loadFromData ( const uchar * buf, uint len, const char * format, Qt::ImageConversionFlags flags = Qt::AutoColor )
- bool loadFromData ( const QByteArray & buf, const char * format = 0, Qt::ImageConversionFlags flags = Qt::AutoColor )
|
|