Changeset 95 for trunk/src/gui/kernel/qclipboard.cpp
- Timestamp:
- Jul 31, 2009, 1:13:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qclipboard.cpp
r2 r95 160 160 #endif 161 161 162 #if ndef Q_WS_WIN32162 #if 163 163 /*! 164 164 \internal … … 230 230 231 231 \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 233 233 systems with a global mouse selection (e.g. X11). 234 234 … … 346 346 image is retrieved from the global clipboard. If \a mode is 347 347 QClipboard::Selection, the image is retrieved from the global 348 mouse selection. 348 mouse selection. 349 349 350 350 \sa setImage() pixmap() mimeData(), QImage::isNull() … … 461 461 */ 462 462 463 /*! 463 /*! 464 464 \fn void QClipboard::clear(Mode mode) 465 465 Clear the clipboard contents. … … 469 469 function clears the the global clipboard contents. If \a mode is 470 470 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 472 472 function clears the search string buffer. 473 473 … … 562 562 } 563 563 564 /*! 564 /*! 565 565 \internal 566 566 \fn bool QClipboard::supportsMode(Mode mode) const; … … 569 569 */ 570 570 571 /*! 571 /*! 572 572 \internal 573 573 \fn bool QClipboard::ownsMode(Mode mode) const; … … 576 576 */ 577 577 578 /*! 578 /*! 579 579 \internal 580 580 Emits the appropriate changed signal for \a mode.
Note:
See TracChangeset
for help on using the changeset viewer.