- enum Optimization
- enum PaintDeviceMetric
- QBitmap ()
- QBitmap ( int width, int height, bool clear = false, QPixmap::Optimization optimization = QPixmap::DefaultOptim )
- QBitmap ( int width, int height, const uchar * bits, bool isXbitmap = false )
- QBitmap ( const QBitmap & bitmap )
- QBitmap ( const QPixmap & pixmap )
- QBitmap ( const QImage & image )
- QBitmap ( const QString & fileName, const char * format = 0 )
- QBitmap ( const QSize & size, bool clear = false, QPixmap::Optimization optimization = QPixmap::DefaultOptim )
- QBitmap ( const QSize & size, const uchar * bits, bool isXbitmap = false )
- 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
- 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 setOptimization ( Optimization optimization )
- QSize size () const
- QImage toImage () const
- QBitmap transform ( const QMatrix & matrix ) const
- QMatrix trueMatrix ( const QMatrix & m, int w, int h )
- int width () const
- int widthMM () const
- bool operator! () const
- QBitmap & operator= ( const QBitmap & bitmap )
- QBitmap & operator= ( const QPixmap & pixmap )
- QBitmap & operator= ( const QImage & image )
|