summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqclipboard.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-06 13:44:12 +0900
committerMichele Calgaro <[email protected]>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqclipboard.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/ntqclipboard.html')
-rw-r--r--doc/html/ntqclipboard.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/ntqclipboard.html b/doc/html/ntqclipboard.html
index 9e91d9e04..f4d4374d3 100644
--- a/doc/html/ntqclipboard.html
+++ b/doc/html/ntqclipboard.html
@@ -89,8 +89,8 @@ access it using <a href="ntqapplication.html#clipboard">TQApplication::clipboard
TQClipboard *cb = TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>();
// Copy text from the clipboard (paste)
- <a href="ntqstring.html">TQString</a> text = cb-&gt;<a href="#text">text</a>(TQClipboard::<a href="#Mode-enum">Clipboard</a>);
- if ( !text.<a href="ntqstring.html#isNull">isNull</a>() )
+ <a href="tqstring.html">TQString</a> text = cb-&gt;<a href="#text">text</a>(TQClipboard::<a href="#Mode-enum">Clipboard</a>);
+ if ( !text.<a href="tqstring.html#isNull">isNull</a>() )
<a href="ntqapplication.html#qDebug">tqDebug</a>( "The clipboard contains: " + text );
// Copy text into the clipboard
@@ -360,7 +360,7 @@ which put data into the clipboard will put the data into the mouse
selection, otherwise the data will be put into the clipboard.
<p> <p>See also <a href="#supportsSelection">supportsSelection</a>() and <a href="#selectionModeEnabled">selectionModeEnabled</a>().
-<h3 class=fn>void <a name="setText"></a>TQClipboard::setText ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="ntqclipboard.html#Mode-enum">Mode</a>&nbsp;mode )
+<h3 class=fn>void <a name="setText"></a>TQClipboard::setText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="ntqclipboard.html#Mode-enum">Mode</a>&nbsp;mode )
</h3>
Copies <em>text</em> into the clipboard as plain text.
<p> The <em>mode</em> argument is used to control which part of the system
@@ -371,7 +371,7 @@ mouse selection.
<p> <p>See also <a href="#text">text</a>() and <a href="#setData">setData</a>().
<p>Example: <a href="regexptester-example.html#x2476">regexptester/regexptester.cpp</a>.
-<h3 class=fn>void <a name="setText-2"></a>TQClipboard::setText ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
+<h3 class=fn>void <a name="setText-2"></a>TQClipboard::setText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This function uses the <a href="#setText">TQClipboard::setText</a>() function which takes
@@ -387,7 +387,7 @@ 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>&nbsp;mode ) const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQClipboard::text ( <a href="ntqclipboard.html#Mode-enum">Mode</a>&nbsp;mode ) const
</h3>
Returns the clipboard text as plain text, or a null string if the
clipboard does not contain any text.
@@ -396,9 +396,9 @@ clipboard is used. If <em>mode</em> is TQClipboard::Clipboard, the
text is retrieved from the global clipboard. If <em>mode</em> is
TQClipboard::Selection, the text is retrieved from the global
mouse selection.
-<p> <p>See also <a href="#setText">setText</a>(), <a href="#data">data</a>(), and <a href="ntqstring.html#operator!">TQString::operator!</a>().
+<p> <p>See also <a href="#setText">setText</a>(), <a href="#data">data</a>(), and <a href="tqstring.html#operator!">TQString::operator!</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text-2"></a>TQClipboard::text ( <a href="ntqcstring.html">TQCString</a>&nbsp;&amp;&nbsp;subtype, <a href="ntqclipboard.html#Mode-enum">Mode</a>&nbsp;mode ) const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-2"></a>TQClipboard::text ( <a href="ntqcstring.html">TQCString</a>&nbsp;&amp;&nbsp;subtype, <a href="ntqclipboard.html#Mode-enum">Mode</a>&nbsp;mode ) const
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Returns the clipboard text in subtype <em>subtype</em>, or a null string
@@ -411,9 +411,9 @@ text is retrieved from the global clipboard. If <em>mode</em> is
TQClipboard::Selection, the text is retrieved from the global
mouse selection.
<p> Common values for <em>subtype</em> are "plain" and "html".
-<p> <p>See also <a href="#setText">setText</a>(), <a href="#data">data</a>(), and <a href="ntqstring.html#operator!">TQString::operator!</a>().
+<p> <p>See also <a href="#setText">setText</a>(), <a href="#data">data</a>(), and <a href="tqstring.html#operator!">TQString::operator!</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text-3"></a>TQClipboard::text () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-3"></a>TQClipboard::text () const
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This function uses the <a href="#text">TQClipboard::text</a>() function which takes
@@ -423,7 +423,7 @@ If selectionModeEnabled() returns TRUE, the mode argument is
TQClipboard::Selection, otherwise the mode argument is
TQClipboard::Clipboard.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text-4"></a>TQClipboard::text ( <a href="ntqcstring.html">TQCString</a>&nbsp;&amp;&nbsp;subtype ) const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-4"></a>TQClipboard::text ( <a href="ntqcstring.html">TQCString</a>&nbsp;&amp;&nbsp;subtype ) const
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Returns the clipboard text in subtype <em>subtype</em>, or a null string