Ignore:
Timestamp:
Oct 28, 2009, 2:20:27 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: QPixmap: Created OS/2 specific methods for converting pixmaps to HBITMAPs and HPOINTERs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/image/qpixmap.h

    r2 r260  
    6060class QVariant;
    6161class QX11Info;
     62class QIcon;
    6263
    6364class QPixmapData;
     
    146147    HBITMAP toWinHBITMAP(HBitmapFormat format = NoAlpha) const;
    147148    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);
    148155#endif
    149156
Note: See TracChangeset for help on using the changeset viewer.