summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtextedit.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqtextedit.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt-1e9fa8e0.tar.gz
tqt-1e9fa8e0.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqtextedit.html')
-rw-r--r--doc/html/tqtextedit.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqtextedit.html b/doc/html/tqtextedit.html
index 2e51acc66..aee63b096 100644
--- a/doc/html/tqtextedit.html
+++ b/doc/html/tqtextedit.html
@@ -671,13 +671,13 @@ Constructs an empty TQTextEdit called <em>name</em>, with parent <em>parent</em>
Returns the alignment of the current paragraph.
<p> <p>See also <a href="#setAlignment">setAlignment</a>().
-<h3 class=fn><a href="tqstring.html">TQString</a> <a name="anchorAt"></a>TQTextEdit::anchorAt ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, <a href="ntqt.html#AnchorAttribute-enum">AnchorAttribute</a>&nbsp;attr )
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="anchorAt"></a>TQTextEdit::anchorAt ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, <a href="ntqt.html#AnchorAttribute-enum">AnchorAttribute</a>&nbsp;attr )
</h3>
If there is an anchor at position <em>pos</em> (in contents
coordinates), the text for attribute <em>attr</em> is returned,
otherwise <a href="tqstring.html#TQString-null">TQString::null</a> is returned.
-<h3 class=fn><a href="tqstring.html">TQString</a> <a name="anchorAt-2"></a>TQTextEdit::anchorAt ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="anchorAt-2"></a>TQTextEdit::anchorAt ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> If there is an anchor at position <em>pos</em> (in contents
@@ -701,7 +701,7 @@ See the <a href="tqtextedit.html#autoFormatting-prop">"autoFormatting"</a> prope
Returns TRUE if the current format is bold; otherwise returns FALSE.
<p> <p>See also <a href="#setBold">setBold</a>().
-<h3 class=fn>int <a name="charAt"></a>TQTextEdit::charAt ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, int&nbsp;*&nbsp;para ) const
+<h3 class=fn>int <a name="charAt"></a>TQTextEdit::charAt ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, int&nbsp;*&nbsp;para ) const
</h3>
Returns the index of the character (relative to its paragraph) at
position <em>pos</em> (in contents coordinates). If <em>para</em> is not 0,
@@ -754,7 +754,7 @@ de-selected this signal is emitted with <em>yes</em> set to FALSE.
the clipboard. If <em>yes</em> is FALSE then copy() does nothing.
<p> <p>See also <a href="#selectionChanged">selectionChanged</a>().
-<h3 class=fn><a href="tqpopupmenu.html">TQPopupMenu</a>&nbsp;* <a name="createPopupMenu"></a>TQTextEdit::createPopupMenu ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [virtual protected]</tt>
+<h3 class=fn><a href="tqpopupmenu.html">TQPopupMenu</a>&nbsp;* <a name="createPopupMenu"></a>TQTextEdit::createPopupMenu ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [virtual protected]</tt>
</h3>
This function is called to create a right mouse button popup menu
at the document position <em>pos</em>. If you want to create a custom
@@ -771,7 +771,7 @@ sure to specify ID values larger than 7.
If you want to create a custom popup menu, reimplement this function
and return the created popup menu. Ownership of the popup menu is
transferred to the caller.
-<p> This function is only called if <a href="#createPopupMenu">createPopupMenu</a>( const <a href="ntqpoint.html">TQPoint</a> & )
+<p> This function is only called if <a href="#createPopupMenu">createPopupMenu</a>( const <a href="tqpoint.html">TQPoint</a> & )
returns 0.
<h3 class=fn>void <a name="currentAlignmentChanged"></a>TQTextEdit::currentAlignmentChanged ( int&nbsp;a )<tt> [signal]</tt>
@@ -1047,7 +1047,7 @@ should be selected.
<h3 class=fn><a href="tqbrush.html">TQBrush</a> <a name="paper"></a>TQTextEdit::paper () const
</h3><p>Returns the background (paper) brush.
See the <a href="tqtextedit.html#paper-prop">"paper"</a> property for details.
-<h3 class=fn>int <a name="paragraphAt"></a>TQTextEdit::paragraphAt ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
+<h3 class=fn>int <a name="paragraphAt"></a>TQTextEdit::paragraphAt ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
</h3>
Returns the paragraph which is at position <em>pos</em> (in contents
coordinates).
@@ -1064,7 +1064,7 @@ Returns the length of the paragraph <em>para</em> (i.e. the number of
characters), or -1 if there is no paragraph with index <em>para</em>.
<p> This function ignores newlines.
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="paragraphRect"></a>TQTextEdit::paragraphRect ( int&nbsp;para ) const
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="paragraphRect"></a>TQTextEdit::paragraphRect ( int&nbsp;para ) const
</h3>
Returns the rectangle of the paragraph <em>para</em> in contents
coordinates, or an invalid rectangle if <em>para</em> is out of range.
@@ -1090,7 +1090,7 @@ text edit at the current cursor position. The <em>subtype</em> can be
nothing happens.
<p> <p>See also <a href="#paste">paste</a>(), <a href="#cut">cut</a>(), and <a href="#copy">TQTextEdit::copy</a>().
-<h3 class=fn>void <a name="placeCursor"></a>TQTextEdit::placeCursor ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, TQTextCursor&nbsp;*&nbsp;c = 0 )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="placeCursor"></a>TQTextEdit::placeCursor ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, TQTextCursor&nbsp;*&nbsp;c = 0 )<tt> [virtual slot]</tt>
</h3>
Places the cursor <em>c</em> at the character which is closest to position
<em>pos</em> (in contents coordinates). If <em>c</em> is 0, the default text