Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

List of All Members for QImage

This is the complete list of members for QImage, including inherited members.

  • enum Endian
  • 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 QString & fileName, const char * format = 0 )
  • QImage ( const char * const[] xpm )
  • QImage ( const QByteArray & array )
  • QImage ( uchar * yourdata, int w, int h, int depth, QRgb * colortable, int numColors, Endian bitOrder )
  • QImage ( uchar * yourdata, int w, int h, int depth, int bpl, QRgb * colortable, int numColors, Endian bitOrder )
  • QImage ( const QImage & image )
  • bool allGray () const
  • Endian bitOrder () const
  • uchar * bits () const
  • int bytesPerLine () const
  • QRgb color ( int i ) const
  • QRgb * colorTable () const
  • QImage convertBitOrder ( Endian bitOrder ) const
  • QImage convertDepth ( int depth, int conversion_flags ) const
  • QImage convertDepth ( int depth ) const
  • QImage convertDepthWithPalette ( int d, QRgb * palette, int palette_count, int conversion_flags = 0 ) const
  • QImage copy () const
  • QImage copy ( int x, int y, int w, int h, int conversion_flags = 0 ) const
  • QImage copy ( const QRect & r ) 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 ( int conversion_flags = 0 ) 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
  • const char * imageFormat ( const QString & fileName )
  • QStringList inputFormatList ()
  • QList<QByteArray> inputFormats ()
  • void invertPixels ( bool invertAlpha = true )
  • bool isGrayscale () const
  • bool isNull () const
  • uchar ** 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 )


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp1