Changeset 260 for trunk/src/gui/image/qpixmap.h
- Timestamp:
- Oct 28, 2009, 2:20:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/image/qpixmap.h
r2 r260 60 60 class QVariant; 61 61 class QX11Info; 62 class QIcon; 62 63 63 64 class QPixmapData; … … 146 147 HBITMAP toWinHBITMAP(HBitmapFormat format = NoAlpha) const; 147 148 static QPixmap fromWinHBITMAP(HBITMAP hbitmap, HBitmapFormat format = NoAlpha); 149 #endif 150 151 #if defined(Q_WS_PM) 152 HBITMAP toPmHBITMAP(HBITMAP *mask = 0) const; 153 static HPOINTER toPmHPOINTER(const QIcon &icon, bool isPointer = false, 154 int hotX = 0, int hotY = 0); 148 155 #endif 149 156
Note:
See TracChangeset
for help on using the changeset viewer.