Changeset 690 for trunk/src/gui/image
- Timestamp:
- Mar 16, 2010, 12:21:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/image/qpixmap_pm.cpp
r659 r690 233 233 234 234 /*! 235 Returns a QPixmap that is equivalent to the given \a bitmap. If \a hbmMask236 is not NULLHANDLE, it should contain vertically adjacent AND and XOR masks237 for the given bitmap which will be used to create a mask for the returned238 QPixmap.235 Returns a QPixmap that is equivalent to the 236 237 238 QPixmap. 239 239 240 240 Note that this method will attempt to auto-detect the presence of the real 241 241 alpha chennel in the high 8 bits of the 32-bit pixel value for each pixel if 242 the \a bitmap has 1 plane and the 32-bit depth. This alpha channel will be243 used tocreate an alpha channel for the returned QPixmap.242 243 create an alpha channel for the returned QPixmap. 244 244 245 245 \warning This function is only available on OS/2. … … 350 350 351 351 /*! 352 Creates a \c HPOINTER from the given QIcon. Returns the \c HPOINTER handle. 352 Creates a \c HPOINTER from the given \a icon. Returns the \c HPOINTER 353 handle. 353 354 354 355 If \a isPointer is \c true, an icon size closest to the system pointer size … … 435 436 436 437 /*! 437 Returns a QIcon that is equivalent to the given \a pointer. Optionally 438 returns pixmaps used to comprise the icon in the respective arguments. 438 Returns a QIcon that is equivalent to the pointer given in \a hpointer. 439 Optionally returns pixmaps used to comprise the icon in \a pixmap and 440 \a pixmapMini. 439 441 440 442 Note that this method will attempt to auto-detect the presence of the real
Note:
See TracChangeset
for help on using the changeset viewer.