input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qpixmap.html

output_urn
QPixmap

inherits

public_types
 enum HBitmapFormat { NoAlpha, PremultipliedAlpha, Alpha }
 enum ShareMode { ImplicitlyShared, ExplicitlyShared }

properties

public_functions
QPixmap ()
QPixmap ( int width, int height )
QPixmap ( const QString & fileName, const char * format = 0, Qt::ImageConversionFlags flags = Qt::AutoColor )
QPixmap ( const char * const[] xpm )
QPixmap ( const QPixmap & pixmap )
QPixmap ( const QSize & size )
~QPixmap ()
 qint64 cacheKey () const
 bool convertFromImage ( const QImage & image, Qt::ImageConversionFlags flags = Qt::AutoColor )
 QPixmap copy ( const QRect & rectangle = QRect() ) const
 QPixmap copy ( int x, int y, int width, int height ) const
 QBitmap createHeuristicMask ( bool clipTight = true ) const
 QBitmap createMaskFromColor ( const QColor & maskColor, Qt::MaskMode mode ) const
 QBitmap createMaskFromColor ( const QColor & maskColor ) const
 int depth () const
 void detach ()
 void fill ( const QColor & color = Qt::white )
 void fill ( const QWidget * widget, const QPoint & offset )
 void fill ( const QWidget * widget, int x, int y )
 Qt::HANDLE handle () const
 bool hasAlpha () const
 bool hasAlphaChannel () const
 int height () 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 * data, uint len, const char * format = 0, Qt::ImageConversionFlags flags = Qt::AutoColor )
 bool loadFromData ( const QByteArray & data, const char * format = 0, Qt::ImageConversionFlags flags = Qt::AutoColor )
 QBitmap mask () const
 QRect rect () const
 bool save ( const QString & fileName, const char * format = 0, int quality = -1 ) const
 bool save ( QIODevice * device, const char * format = 0, int quality = -1 ) const
 QPixmap scaled ( const QSize & size, Qt::AspectRatioMode aspectRatioMode = Qt::IgnoreAspectRatio, Qt::TransformationMode transformMode = Qt::FastTransformation ) const
 QPixmap scaled ( int width, int height, Qt::AspectRatioMode aspectRatioMode = Qt::IgnoreAspectRatio, Qt::TransformationMode transformMode = Qt::FastTransformation ) const
 QPixmap scaledToHeight ( int height, Qt::TransformationMode mode = Qt::FastTransformation ) const
 QPixmap scaledToWidth ( int width, Qt::TransformationMode mode = Qt::FastTransformation ) const
 void scroll ( int dx, int dy, int x, int y, int width, int height, QRegion * exposed = 0 )
 void scroll ( int dx, int dy, const QRect & rect, QRegion * exposed = 0 )
 void setMask ( const QBitmap & mask )
 QSize size () const
 QImage toImage () const
 CGImageRef toMacCGImageRef () const
 CFbsBitmap * toSymbianCFbsBitmap () const
 RSgImage * toSymbianRSgImage () const
 HBITMAP toWinHBITMAP ( HBitmapFormat format = NoAlpha ) const
 HICON toWinHICON () const
 QPixmap transformed ( const QTransform & transform, Qt::TransformationMode mode = Qt::FastTransformation ) const
 QPixmap transformed ( const QMatrix & matrix, Qt::TransformationMode mode = Qt::FastTransformation ) const
 int width () const
 const QX11Info & x11Info () const
 Qt::HANDLE x11PictureHandle () const
operator QVariant () const
 bool operator! () const
 QPixmap & operator= ( const QPixmap & pixmap )

public_slots

signals

static_public_members
 int defaultDepth ()
 QPixmap fromImage ( const QImage & image, Qt::ImageConversionFlags flags = Qt::AutoColor )
 QPixmap fromImageReader ( QImageReader * imageReader, Qt::ImageConversionFlags flags = Qt::AutoColor )
 QPixmap fromMacCGImageRef ( CGImageRef image )
 QPixmap fromSymbianCFbsBitmap ( CFbsBitmap * bitmap )
 QPixmap fromSymbianRSgImage ( RSgImage * sgImage )
 QPixmap fromWinHBITMAP ( HBITMAP bitmap, HBitmapFormat format = NoAlpha )
 QPixmap fromWinHICON ( HICON icon )
 QPixmap fromX11Pixmap ( Qt::HANDLE pixmap, ShareMode mode = ImplicitlyShared )
 QPixmap grabWidget ( QWidget * widget, const QRect & rectangle )
 QPixmap grabWidget ( QWidget * widget, int x = 0, int y = 0, int width = -1, int height = -1 )
 QPixmap grabWindow ( WId window, int x = 0, int y = 0, int width = -1, int height = -1 )
 QTransform trueMatrix ( const QTransform & matrix, int width, int height )
 QMatrix trueMatrix ( const QMatrix & m, int w, int h )

protected_functions

reimplemented_public_functions

reimplemented_protected_functions

protected_slots

related_non_members
 QDataStream & operator<< ( QDataStream & stream, const QPixmap & pixmap )
 QDataStream & operator>> ( QDataStream & stream, QPixmap & pixmap )

templateClass
false

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects

typedefed_objects

parent_typedefed_objects

class_objects

parent_class_objects

enums
class_name
QPixmap
name
HBitmapFormat
key
NoAlpha
PremultipliedAlpha
Alpha
public_flag
true
class_name
QPixmap
name
ShareMode
key
ImplicitlyShared
ExplicitlyShared
public_flag
true

parent_enums
class_name
QPaintDevice
name
PaintDeviceMetric
key
PdmWidth
PdmHeight
PdmWidthMM
PdmHeightMM
PdmNumColors
PdmDepth
PdmDpiX
PdmDpiY
PdmPhysicalDpiX
PdmPhysicalDpiY
public_flag
true

parent_index
194

parent_name
QPaintDevice

