diff options
Diffstat (limited to 'doc/html/ntqclipboard.html')
| -rw-r--r-- | doc/html/ntqclipboard.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/html/ntqclipboard.html b/doc/html/ntqclipboard.html index 2ce95aff3..bb1a4a18f 100644 --- a/doc/html/ntqclipboard.html +++ b/doc/html/ntqclipboard.html @@ -174,7 +174,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This function uses the <a href="#clear">TQClipboard::clear</a>() function which takes a TQClipboard::Mode argument. The value of the mode argument is determined by the return value of <a href="#selectionModeEnabled">selectionModeEnabled</a>(). -If selectionModeEnabled() returns TRUE, the mode argument is +If selectionModeEnabled() returns true, the mode argument is TQClipboard::Selection, otherwise the mode argument is TQClipboard::Clipboard. <h3 class=fn><a href="qmimesource.html">TQMimeSource</a> * <a name="data"></a>TQClipboard::data ( <a href="ntqclipboard.html#Mode-enum">Mode</a> mode ) const @@ -194,7 +194,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This function uses the <a href="#data">TQClipboard::data</a>() function which takes a TQClipboard::Mode argument. The value of the mode argument is determined by the return value of <a href="#selectionModeEnabled">selectionModeEnabled</a>(). -If selectionModeEnabled() returns TRUE, the mode argument is +If selectionModeEnabled() returns true, the mode argument is TQClipboard::Selection, otherwise the mode argument is TQClipboard::Clipboard. @@ -221,19 +221,19 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This function uses the <a href="#image">TQClipboard::image</a>() function which takes a TQClipboard::Mode argument. The value of the mode argument is determined by the return value of <a href="#selectionModeEnabled">selectionModeEnabled</a>(). -If selectionModeEnabled() returns TRUE, the mode argument is +If selectionModeEnabled() returns true, the mode argument is TQClipboard::Selection, otherwise the mode argument is TQClipboard::Clipboard. <h3 class=fn>bool <a name="ownsClipboard"></a>TQClipboard::ownsClipboard () const </h3> -Returns TRUE if this clipboard object owns the clipboard data; -otherwise returns FALSE. +Returns true if this clipboard object owns the clipboard data; +otherwise returns false. <h3 class=fn>bool <a name="ownsSelection"></a>TQClipboard::ownsSelection () const </h3> -Returns TRUE if this clipboard object owns the mouse selection -data; otherwise returns FALSE. +Returns true if this clipboard object owns the mouse selection +data; otherwise returns false. <h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="pixmap"></a>TQClipboard::pixmap ( <a href="ntqclipboard.html#Mode-enum">Mode</a> mode ) const </h3> @@ -255,7 +255,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This function uses the <a href="#pixmap">TQClipboard::pixmap</a>() function which takes a TQClipboard::Mode argument. The value of the mode argument is determined by the return value of <a href="#selectionModeEnabled">selectionModeEnabled</a>(). -If selectionModeEnabled() returns TRUE, the mode argument is +If selectionModeEnabled() returns true, the mode argument is TQClipboard::Selection, otherwise the mode argument is TQClipboard::Clipboard. @@ -299,7 +299,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This function uses the <a href="#setData">TQClipboard::setData</a>() function which takes a TQClipboard::Mode argument. The value of the mode argument is determined by the return value of <a href="#selectionModeEnabled">selectionModeEnabled</a>(). -If selectionModeEnabled() returns TRUE, the mode argument is +If selectionModeEnabled() returns true, the mode argument is TQClipboard::Selection, otherwise the mode argument is TQClipboard::Clipboard. @@ -324,7 +324,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This function uses the <a href="#setImage">TQClipboard::setImage</a>() function which takes a TQClipboard::Mode argument. The value of the mode argument is determined by the return value of <a href="#selectionModeEnabled">selectionModeEnabled</a>(). -If selectionModeEnabled() returns TRUE, the mode argument is +If selectionModeEnabled() returns true, the mode argument is TQClipboard::Selection, otherwise the mode argument is TQClipboard::Clipboard. @@ -346,7 +346,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This function uses the <a href="#setPixmap">TQClipboard::setPixmap</a>() function which takes a TQClipboard::Mode argument. The value of the mode argument is determined by the return value of <a href="#selectionModeEnabled">selectionModeEnabled</a>(). -If selectionModeEnabled() returns TRUE, the mode argument is +If selectionModeEnabled() returns true, the mode argument is TQClipboard::Selection, otherwise the mode argument is TQClipboard::Clipboard. @@ -354,7 +354,7 @@ TQClipboard::Clipboard. </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Use the <a href="#data">TQClipboard::data</a>(), <a href="#setData">TQClipboard::setData</a>() and related functions which take a TQClipboard::Mode argument. -<p> Sets the clipboard selection mode. If <em>enable</em> is TRUE, then +<p> Sets the clipboard selection mode. If <em>enable</em> is true, then subsequent calls to TQClipboard::setData() and other functions which put data into the clipboard will put the data into the mouse selection, otherwise the data will be put into the clipboard. @@ -377,14 +377,14 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This function uses the <a href="#setText">TQClipboard::setText</a>() function which takes a TQClipboard::Mode argument. The value of the mode argument is determined by the return value of <a href="#selectionModeEnabled">selectionModeEnabled</a>(). -If selectionModeEnabled() returns TRUE, the mode argument is +If selectionModeEnabled() returns true, the mode argument is TQClipboard::Selection, otherwise the mode argument is TQClipboard::Clipboard. <h3 class=fn>bool <a name="supportsSelection"></a>TQClipboard::supportsSelection () const </h3> -Returns TRUE if the clipboard supports mouse selection; otherwise -returns FALSE. +Returns true if the clipboard supports mouse selection; otherwise +returns false. <p>Example: <a href="regexptester-example.html#x2477">regexptester/regexptester.cpp</a>. <h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQClipboard::text ( <a href="ntqclipboard.html#Mode-enum">Mode</a> mode ) const @@ -419,7 +419,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> This function uses the <a href="#text">TQClipboard::text</a>() function which takes a TQClipboard::Mode argument. The value of the mode argument is determined by the return value of <a href="#selectionModeEnabled">selectionModeEnabled</a>(). -If selectionModeEnabled() returns TRUE, the mode argument is +If selectionModeEnabled() returns true, the mode argument is TQClipboard::Selection, otherwise the mode argument is TQClipboard::Clipboard. @@ -431,7 +431,7 @@ if the clipboard does not contain any text. This function uses the <a href="#text">TQClipboard::text</a>() function which takes a TQClipboard::Mode argument. The value of the mode argument is determined by the return value of <a href="#selectionModeEnabled">selectionModeEnabled</a>(). If selectionModeEnabled() -returns TRUE, the mode argument is TQClipboard::Selection, +returns true, the mode argument is TQClipboard::Selection, otherwise the mode argument is TQClipboard::Clipboard. <!-- eof --> |
