diff options
Diffstat (limited to 'doc/html/tqtextedit.html')
-rw-r--r-- | doc/html/tqtextedit.html | 16 |
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 <a href="ntqpoint.html">TQPoint</a> & pos, <a href="ntqt.html#AnchorAttribute-enum">AnchorAttribute</a> attr ) +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="anchorAt"></a>TQTextEdit::anchorAt ( const <a href="tqpoint.html">TQPoint</a> & pos, <a href="ntqt.html#AnchorAttribute-enum">AnchorAttribute</a> 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 <a href="ntqpoint.html">TQPoint</a> & pos ) +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="anchorAt-2"></a>TQTextEdit::anchorAt ( const <a href="tqpoint.html">TQPoint</a> & 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 <a href="ntqpoint.html">TQPoint</a> & pos, int * para ) const +<h3 class=fn>int <a name="charAt"></a>TQTextEdit::charAt ( const <a href="tqpoint.html">TQPoint</a> & pos, int * 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> * <a name="createPopupMenu"></a>TQTextEdit::createPopupMenu ( const <a href="ntqpoint.html">TQPoint</a> & pos )<tt> [virtual protected]</tt> +<h3 class=fn><a href="tqpopupmenu.html">TQPopupMenu</a> * <a name="createPopupMenu"></a>TQTextEdit::createPopupMenu ( const <a href="tqpoint.html">TQPoint</a> & 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 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 <a href="ntqpoint.html">TQPoint</a> & pos ) const +<h3 class=fn>int <a name="paragraphAt"></a>TQTextEdit::paragraphAt ( const <a href="tqpoint.html">TQPoint</a> & 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 para ) const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="paragraphRect"></a>TQTextEdit::paragraphRect ( int 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 <a href="ntqpoint.html">TQPoint</a> & pos, TQTextCursor * c = 0 )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="placeCursor"></a>TQTextEdit::placeCursor ( const <a href="tqpoint.html">TQPoint</a> & pos, TQTextCursor * 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 |