- enum Endian
- enum InvertMode
- QImage ()
- QImage ( int w, int h, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )
- QImage ( const QSize & size, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )
- QImage ( const char * const[] xpm )
- QImage ( const QString & fileName, const char * format = 0 )
- QImage ( const QByteArray & array )
- QImage ( uchar * yourdata, int w, int h, int depth, const QRgb * colortable, int numColors, Endian bitOrder )
- QImage ( uchar * yourdata, int w, int h, int depth, int bpl, const QRgb * colortable, int numColors, Endian bitOrder )
- QImage ( const QImage & image )
- ~QImage ()
- bool allGray () const
- Endian bitOrder () const
- uchar * bits ()
- const uchar * bits () const
- int bytesPerLine () const
- QRgb color ( int i ) const
- QRgb * colorTable ()
- const QRgb * colorTable () const
- QImage convertBitOrder ( Endian bitOrder ) const
- QImage convertDepth ( int depth, Qt::ImageConversionFlags flags ) const
- QImage convertDepth ( int depth ) const
- QImage convertDepthWithPalette ( int d, QRgb * palette, int palette_count, Qt::ImageConversionFlags flags = Qt::AutoColor ) const
- QImage copy () const
- QImage copy ( int x, int y, int w, int h, Qt::ImageConversionFlags flags = Qt::AutoColor ) const
- QImage copy ( const QRect & r, Qt::ImageConversionFlags flags = Qt::AutoColor ) const
- bool create ( int width, int height, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )
- bool create ( const QSize & size, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )
- QImage createAlphaMask ( Qt::ImageConversionFlags flags = Qt::AutoColor ) const
- QImage createHeuristicMask ( bool clipTight = true ) const
- int depth () const
- void detach ()
- int dotsPerMeterX () const
- int dotsPerMeterY () const
- void fill ( uint pixel )
- bool hasAlphaBuffer () const
- int height () const
- void invertPixels ( InvertMode mode = InvertRgb )
- bool isDetached () const
- bool isGrayscale () const
- bool isNull () const
- uchar ** jumpTable ()
- const uchar * const * jumpTable () const
- bool load ( const QString & fileName, const char * format = 0 )
|
- bool loadFromData ( const uchar * buf, uint len, const char * format = 0 )
- bool loadFromData ( QByteArray buf, const char * format = 0 )
- QImage mirror () const
- QImage mirror ( bool horizontal, bool vertical ) const
- int numBytes () const
- int numColors () const
- QPoint offset () const
- QRgb pixel ( int x, int y ) const
- int pixelIndex ( int x, int y ) const
- QRect rect () const
- void reset ()
- bool save ( const QString & fileName, const char * format, int quality = -1 ) const
- bool save ( QIODevice * device, const char * format, int quality = -1 ) const
- QImage scale ( int w, int h, Qt::AspectRatioMode aspectRatioMode = Qt::IgnoreAspectRatio, Qt::TransformationMode transformMode = Qt::FastTransformation ) const
- QImage scale ( const QSize & size, Qt::AspectRatioMode aspectMode = Qt::IgnoreAspectRatio, Qt::TransformationMode transformMode = Qt::FastTransformation ) const
- QImage scaleHeight ( int h ) const
- QImage scaleWidth ( int w ) const
- uchar * scanLine ( int i )
- const uchar * scanLine ( int i ) const
- int serialNumber () const
- void setAlphaBuffer ( bool enable )
- void setColor ( int i, QRgb c )
- void setDotsPerMeterX ( int x )
- void setDotsPerMeterY ( int y )
- void setNumColors ( int numColors )
- void setOffset ( const QPoint & p )
- void setPixel ( int x, int y, uint index_or_rgb )
- void setText ( const char * key, const char * lang, const QString & s )
- QSize size () const
- QImage swapRGB () const
- Endian systemBitOrder ()
- Endian systemByteOrder ()
- QString text ( const char * key, const char * lang = 0 ) const
- QString text ( const QImageTextKeyLang & kl ) const
- QStringList textKeys () const
- QStringList textLanguages () const
- QList<QImageTextKeyLang> textList () const
- QImage transform ( const QMatrix & matrix, Qt::TransformationMode mode = Qt::FastTransformation ) const
- QMatrix trueMatrix ( const QMatrix & matrix, int w, int h )
- bool valid ( int x, int y ) const
- int width () const
- bool operator!= ( const QImage & i ) const
- QImage & operator= ( const QImage & image )
- bool operator== ( const QImage & i ) const
|