diff options
Diffstat (limited to 'doc/html/tqtextedit.html')
-rw-r--r-- | doc/html/tqtextedit.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/html/tqtextedit.html b/doc/html/tqtextedit.html index 52e2da198..2e51acc66 100644 --- a/doc/html/tqtextedit.html +++ b/doc/html/tqtextedit.html @@ -724,7 +724,7 @@ default color is used again. <em>para</em> at character position <em>pos</em>. <p> <p>See also <a href="#doubleClicked">doubleClicked</a>(). -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="color"></a>TQTextEdit::color () const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="color"></a>TQTextEdit::color () const </h3> Returns the color of the current format. <p> <p>See also <a href="#setColor">setColor</a>() and <a href="#paper-prop">paper</a>. @@ -782,7 +782,7 @@ has changed. <p> The new alignment is <em>a</em>. <p> <p>See also <a href="#setAlignment">setAlignment</a>(). -<h3 class=fn>void <a name="currentColorChanged"></a>TQTextEdit::currentColorChanged ( const <a href="ntqcolor.html">TQColor</a> & c )<tt> [signal]</tt> +<h3 class=fn>void <a name="currentColorChanged"></a>TQTextEdit::currentColorChanged ( const <a href="tqcolor.html">TQColor</a> & c )<tt> [signal]</tt> </h3> <p> This signal is emitted if the color of the current format has @@ -790,12 +790,12 @@ changed. <p> The new color is <em>c</em>. <p> <p>See also <a href="#setColor">setColor</a>(). -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="currentFont"></a>TQTextEdit::currentFont () const +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="currentFont"></a>TQTextEdit::currentFont () const </h3> Returns the font of the current format. <p> <p>See also <a href="#setCurrentFont">setCurrentFont</a>(), <a href="#setFamily">setFamily</a>(), and <a href="#setPointSize">setPointSize</a>(). -<h3 class=fn>void <a name="currentFontChanged"></a>TQTextEdit::currentFontChanged ( const <a href="ntqfont.html">TQFont</a> & f )<tt> [signal]</tt> +<h3 class=fn>void <a name="currentFontChanged"></a>TQTextEdit::currentFontChanged ( const <a href="tqfont.html">TQFont</a> & f )<tt> [signal]</tt> </h3> <p> This signal is emitted if the font of the current format has @@ -891,7 +891,7 @@ tab moves the focus to the next child; if <em>n</em> is FALSE the tab moves the focus to the previous child. Returns TRUE if the focus was moved; otherwise returns FALSE. -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="font"></a>TQTextEdit::font () const +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="font"></a>TQTextEdit::font () const </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> Returns <a href="tqwidget.html#font">TQScrollView::font</a>() @@ -1044,7 +1044,7 @@ used by some key event handler. <em>select</em> specifies whether the text between the current cursor position and the new position should be selected. -<h3 class=fn><a href="ntqbrush.html">TQBrush</a> <a name="paper"></a>TQTextEdit::paper () const +<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 @@ -1052,7 +1052,7 @@ See the <a href="tqtextedit.html#paper-prop">"paper"</a> property for details. Returns the paragraph which is at position <em>pos</em> (in contents coordinates). -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="paragraphBackgroundColor"></a>TQTextEdit::paragraphBackgroundColor ( int para ) const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="paragraphBackgroundColor"></a>TQTextEdit::paragraphBackgroundColor ( int para ) const </h3> Returns the background color of the paragraph <em>para</em> or an invalid color if <em>para</em> is out of range or the paragraph has no @@ -1189,12 +1189,12 @@ If <em>b</em> is TRUE sets the current format to bold; otherwise sets the current format to non-bold. <p> <p>See also <a href="#bold">bold</a>(). -<h3 class=fn>void <a name="setColor"></a>TQTextEdit::setColor ( const <a href="ntqcolor.html">TQColor</a> & c )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setColor"></a>TQTextEdit::setColor ( const <a href="tqcolor.html">TQColor</a> & c )<tt> [virtual slot]</tt> </h3> Sets the color of the current format, i.e. of the text, to <em>c</em>. <p> <p>See also <a href="#color">color</a>() and <a href="#paper-prop">paper</a>. -<h3 class=fn>void <a name="setCurrentFont"></a>TQTextEdit::setCurrentFont ( const <a href="ntqfont.html">TQFont</a> & f )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setCurrentFont"></a>TQTextEdit::setCurrentFont ( const <a href="tqfont.html">TQFont</a> & f )<tt> [virtual slot]</tt> </h3> <p> Sets the font of the current format to <em>f</em>. @@ -1242,10 +1242,10 @@ See the <a href="tqtextedit.html#modified-prop">"modified"</a> property for deta <h3 class=fn>void <a name="setOverwriteMode"></a>TQTextEdit::setOverwriteMode ( bool b )<tt> [virtual slot]</tt> </h3><p>Sets the text edit's overwrite mode to <em>b</em>. See the <a href="tqtextedit.html#overwriteMode-prop">"overwriteMode"</a> property for details. -<h3 class=fn>void <a name="setPaper"></a>TQTextEdit::setPaper ( const <a href="ntqbrush.html">TQBrush</a> & pap )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setPaper"></a>TQTextEdit::setPaper ( const <a href="tqbrush.html">TQBrush</a> & pap )<tt> [virtual slot]</tt> </h3><p>Sets the background (paper) brush to <em>pap</em>. See the <a href="tqtextedit.html#paper-prop">"paper"</a> property for details. -<h3 class=fn>void <a name="setParagraphBackgroundColor"></a>TQTextEdit::setParagraphBackgroundColor ( int para, const <a href="ntqcolor.html">TQColor</a> & bg )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setParagraphBackgroundColor"></a>TQTextEdit::setParagraphBackgroundColor ( int para, const <a href="tqcolor.html">TQColor</a> & bg )<tt> [virtual slot]</tt> </h3> Sets the background color of the paragraph <em>para</em> to <em>bg</em>. @@ -1272,7 +1272,7 @@ is 0, this is the default selection. otherwise the cursor position remains unchanged. <p> <p>See also <a href="#getSelection">getSelection</a>() and <a href="#selectedText-prop">selectedText</a>. -<h3 class=fn>void <a name="setSelectionAttributes"></a>TQTextEdit::setSelectionAttributes ( int selNum, const <a href="ntqcolor.html">TQColor</a> & back, bool invertText )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setSelectionAttributes"></a>TQTextEdit::setSelectionAttributes ( int selNum, const <a href="tqcolor.html">TQColor</a> & back, bool invertText )<tt> [virtual slot]</tt> </h3> Sets the background color of selection number <em>selNum</em> to <em>back</em> and specifies whether the text of this selection should be @@ -1510,7 +1510,7 @@ the user overwrite any characters to the right of the cursor position. <p>Set this property's value with <a href="#setOverwriteMode">setOverwriteMode</a>() and get this property's value with <a href="#isOverwriteMode">isOverwriteMode</a>(). -<h3 class=fn><a href="ntqbrush.html">TQBrush</a> <a name="paper-prop"></a>paper</h3> +<h3 class=fn><a href="tqbrush.html">TQBrush</a> <a name="paper-prop"></a>paper</h3> <p>This property holds the background (paper) brush. <p>The brush that is currently used to draw the background of the text edit. The initial setting is an empty brush. |