Changeset 56 for trunk/include/qpixmap.h


Ignore:
Timestamp:
Jan 19, 2006, 10:09:05 PM (20 years ago)
Author:
dmik
Message:

Added the OS/2 specific (i.e. not portable) internal public method to create OS/2 icons/pointers from QPixmap objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/qpixmap.h

    r8 r56  
    162162    int         allocCell();
    163163    void        freeCell( bool = FALSE );
     164#elif defined(Q_WS_PM)
     165    static HPOINTER createIcon( bool pointer, int hotX, int hotY,
     166                                const QPixmap *normal, const QPixmap *mini );
    164167#endif
    165168
     
    252255#elif defined(Q_WS_PM)
    253256    void prepareForMasking( bool prepare );
     257    HPOINTER createIcon( bool pointer, int hotX, int hotY, bool mini );
    254258    void attachHandle( HBITMAP hbm );
    255259    HBITMAP detachHandle();
Note: See TracChangeset for help on using the changeset viewer.