Changeset 690 for trunk/src/gui/image


Ignore:
Timestamp:
Mar 16, 2010, 12:21:22 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

docs: Fixed warnings and added some missing documentation for OS/2 specific classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/image/qpixmap_pm.cpp

    r659 r690  
    233233
    234234/*!
    235     Returns a QPixmap that is equivalent to the given \a bitmap. If \a hbmMask
    236     is not NULLHANDLE, it should contain vertically adjacent AND and XOR masks
    237     for the given bitmap which will be used to create a mask for the returned
    238     QPixmap.
     235    Returns a QPixmap that is equivalent to the
     236   
     237   
     238    QPixmap.
    239239
    240240    Note that this method will attempt to auto-detect the presence of the real
    241241    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 be
    243     used to create an alpha channel for the returned QPixmap.
     242   
     243    create an alpha channel for the returned QPixmap.
    244244
    245245    \warning This function is only available on OS/2.
     
    350350
    351351/*!
    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.
    353354
    354355    If \a isPointer is \c true, an icon size closest to the system pointer size
     
    435436
    436437/*!
    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.
    439441
    440442    Note that this method will attempt to auto-detect the presence of the real
Note: See TracChangeset for help on using the changeset viewer.