- enum ColorMode
- enum Optimization
- QPixmap ()
- QPixmap ( const QImage & image )
- QPixmap ( int w, int h, int depth = -1, Optimization optimization = DefaultOptim )
- QPixmap ( const QString & fileName, const char * format = 0, ColorMode mode = Auto )
- QPixmap ( const QString & fileName, const char * format, int conversion_flags )
- QPixmap ( const char * const[] xpm )
- QPixmap ( const QPixmap & pixmap )
- QPixmap ( int w, int h, const uchar * bits, bool isXbitmap )
- QPixmap ( const QSize & size, int depth = -1, Optimization optimization = DefaultOptim )
- ~QPixmap ()
- bool convertFromImage ( const QImage & img, int conversion_flags )
- bool convertFromImage ( const QImage & image, ColorMode mode = Auto )
- QImage convertToImage () const
- 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 )
- 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
- const char * imageFormat ( const QString & fileName )
- bool isExtDev () const
|
- bool isNull () const
- bool isQBitmap () const
- bool load ( const QString & fileName, const char * format, int conversion_flags )
- bool load ( const QString & fileName, const char * format = 0, ColorMode mode = Auto )
- bool loadFromData ( const uchar * buf, uint len, const char * format, int conversion_flags )
- bool loadFromData ( const uchar * buf, uint len, const char * format = 0, ColorMode mode = Auto )
- bool loadFromData ( const QByteArray & buf, const char * format = 0, int conversion_flags = 0 )
- const QBitmap * mask () const
- int metric ( int m ) const
- Optimization optimization () const
- bool paintingActive () const
- QRect rect () 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
- bool selfMask () const
- int serialNumber () const
- void setDefaultOptimization ( Optimization optimization )
- void setMask ( const QBitmap & newmask )
- void setOptimization ( Optimization optimization )
- QSize size () const
- QWMatrix trueMatrix ( const QWMatrix & m, int w, int h )
- int width () const
- HDC winHDC () const
- QPixmap xForm ( const QWMatrix & matrix ) const
- bool operator! () const
- QPixmap & operator= ( const QPixmap & pixmap )
- QPixmap & operator= ( const QImage & image )
|