diff options
Diffstat (limited to 'doc/html/tqclipboard.html')
-rw-r--r-- | doc/html/tqclipboard.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/html/tqclipboard.html b/doc/html/tqclipboard.html index bde04f0e0..bf83f1e68 100644 --- a/doc/html/tqclipboard.html +++ b/doc/html/tqclipboard.html @@ -173,7 +173,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="tqmimesource.html">TQMimeSource</a> * <a name="data"></a>TQClipboard::data ( <a href="tqclipboard.html#Mode-enum">Mode</a> mode ) const @@ -193,7 +193,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. @@ -220,19 +220,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="tqpixmap.html">TQPixmap</a> <a name="pixmap"></a>TQClipboard::pixmap ( <a href="tqclipboard.html#Mode-enum">Mode</a> mode ) const </h3> @@ -254,7 +254,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. @@ -298,7 +298,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. @@ -323,7 +323,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. @@ -345,7 +345,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. @@ -353,7 +353,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. @@ -376,14 +376,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="tqstring.html">TQString</a> <a name="text"></a>TQClipboard::text ( <a href="tqclipboard.html#Mode-enum">Mode</a> mode ) const @@ -418,7 +418,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. @@ -430,7 +430,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 --> |