Ignore:
Timestamp:
Jul 31, 2009, 1:13:57 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Added OS/2 stubs for platform-specific parts of all key GUI classes. Non-key classes are temporarily disabled with QT_NO_ defines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qclipboard.cpp

    r2 r95  
    160160#endif
    161161
    162 #ifndef Q_WS_WIN32
     162#if
    163163/*!
    164164    \internal
     
    230230
    231231    \value Selection  indicates that data should be stored and retrieved from
    232     the global mouse selection. Support for \c Selection is provided only on 
     232    the global mouse selection. Support for \c Selection is provided only on
    233233    systems with a global mouse selection (e.g. X11).
    234234
     
    346346    image is retrieved from the global clipboard.  If \a mode is
    347347    QClipboard::Selection, the image is retrieved from the global
    348     mouse selection. 
     348    mouse selection.
    349349
    350350    \sa setImage() pixmap() mimeData(), QImage::isNull()
     
    461461*/
    462462
    463 /*! 
     463/*!
    464464    \fn void QClipboard::clear(Mode mode)
    465465    Clear the clipboard contents.
     
    469469    function clears the the global clipboard contents.  If \a mode is
    470470    QClipboard::Selection, this function clears the global mouse
    471     selection contents. If \a mode is QClipboard::FindBuffer, this 
     471    selection contents. If \a mode is QClipboard::FindBuffer, this
    472472    function clears the search string buffer.
    473473
     
    562562}
    563563
    564 /*! 
     564/*!
    565565    \internal
    566566    \fn bool QClipboard::supportsMode(Mode mode) const;
     
    569569*/
    570570
    571 /*! 
     571/*!
    572572    \internal
    573573    \fn bool QClipboard::ownsMode(Mode mode) const;
     
    576576*/
    577577
    578 /*! 
     578/*!
    579579    \internal
    580580    Emits the appropriate changed signal for \a mode.
Note: See TracChangeset for help on using the changeset viewer.