- enum Optimization
- enum PaintDeviceMetric
- Q3CanvasPixmap ( const QString & datafilename )
- Q3CanvasPixmap ( const QImage & image )
- Q3CanvasPixmap ( const QPixmap & pm, const QPoint & offset )
- ~Q3CanvasPixmap ()
- 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
- int heightMM () 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 = 0, Qt::ImageConversionFlags flags = Qt::AutoColor )
- bool loadFromData ( const QByteArray & buf, const char * format = 0, Qt::ImageConversionFlags flags = Qt::AutoColor )
- int logicalDpiX () const
- int logicalDpiY () const
- const QBitmap * mask () const
|
- int metric ( PaintDeviceMetric m ) const
- int numColors () const
- int offsetX () const
- int offsetY () const
- Optimization optimization () const
- bool paintingActive () const
- QRect rect () const
- void releaseDC ( HDC hdc ) const
- void resize ( int w, int h )
- void resize ( const QSize & size )
- bool save ( const QString & fileName, const char * format, int quality = -1 ) const
- bool save ( QIODevice * device, const char * format, int quality = -1 ) const
- QPixmap scale ( int w, int h, Qt::AspectRatioMode aspectRatioMode = Qt::IgnoreAspectRatio, Qt::TransformationMode transformMode = Qt::FastTransformation ) const
- QPixmap scale ( const QSize & size, Qt::AspectRatioMode aspectMode = Qt::IgnoreAspectRatio, Qt::TransformationMode transformMode = Qt::FastTransformation ) const
- QPixmap scaleHeight ( int h ) const
- QPixmap scaleWidth ( int w ) const
- bool selfMask () const
- int serialNumber () const
- void setDefaultOptimization ( Optimization optimization )
- void setMask ( const QBitmap & newmask )
- void setOffset ( int x, int y )
- void setOptimization ( Optimization optimization )
- QSize size () const
- QImage toImage () const
- QPixmap transform ( const QMatrix & matrix, Qt::TransformationMode mode = Qt::FastTransformation ) const
- QMatrix trueMatrix ( const QMatrix & m, int w, int h )
- int width () const
- int widthMM () const
- bool operator! () const
- QPixmap & operator= ( const QPixmap & pixmap )
- QPixmap & operator= ( const QImage & image )
|