diff options
Diffstat (limited to 'doc/html/tqtextedit.html')
-rw-r--r-- | doc/html/tqtextedit.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqtextedit.html b/doc/html/tqtextedit.html index 29d52d811..dcc15dbc9 100644 --- a/doc/html/tqtextedit.html +++ b/doc/html/tqtextedit.html @@ -736,7 +736,7 @@ the text edit's <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> uses t of files and images. <p> <p>See also <a href="#text-prop">text</a>. -<p>Examples: <a href="qaction-application-example.html#x1164">action/application.cpp</a>, <a href="simple-application-example.html#x1582">application/application.cpp</a>, <a href="helpviewer-example.html#x1028">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2068">mdi/application.cpp</a>, and <a href="qdir-example.html#x1843">qdir/qdir.cpp</a>. +<p>Examples: <a href="tqaction-application-example.html#x1164">action/application.cpp</a>, <a href="simple-application-example.html#x1582">application/application.cpp</a>, <a href="helpviewer-example.html#x1028">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2068">mdi/application.cpp</a>, and <a href="qdir-example.html#x1843">qdir/qdir.cpp</a>. <h3 class=fn>void <a name="copy"></a>TQTextEdit::copy ()<tt> [virtual slot]</tt> </h3> Copies any selected text (from selection 0) to the clipboard. @@ -754,17 +754,17 @@ 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="ntqpopupmenu.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="ntqpoint.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 popup menu, reimplement this function and return the created popup menu. Ownership of the popup menu is transferred to the caller. -<p> <b>Warning:</b> The <a href="ntqpopupmenu.html">TQPopupMenu</a> ID values 0-7 are reserved, and they map to the +<p> <b>Warning:</b> The <a href="tqpopupmenu.html">TQPopupMenu</a> ID values 0-7 are reserved, and they map to the standard operations. When inserting items into your custom popup menu, be sure to specify ID values larger than 7. -<h3 class=fn><a href="ntqpopupmenu.html">TQPopupMenu</a> * <a name="createPopupMenu-2"></a>TQTextEdit::createPopupMenu ()<tt> [virtual protected]</tt> +<h3 class=fn><a href="tqpopupmenu.html">TQPopupMenu</a> * <a name="createPopupMenu-2"></a>TQTextEdit::createPopupMenu ()<tt> [virtual protected]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> This function is called to create a right mouse button popup menu. @@ -1028,7 +1028,7 @@ Returns the <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> which is b edit. <p> <p>See also <a href="#setMimeSourceFactory">setMimeSourceFactory</a>(). -<p>Examples: <a href="qaction-application-example.html#x1166">action/application.cpp</a>, <a href="simple-application-example.html#x1584">application/application.cpp</a>, <a href="helpviewer-example.html#x1030">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2070">mdi/application.cpp</a>, and <a href="qdir-example.html#x1844">qdir/qdir.cpp</a>. +<p>Examples: <a href="tqaction-application-example.html#x1166">action/application.cpp</a>, <a href="simple-application-example.html#x1584">application/application.cpp</a>, <a href="helpviewer-example.html#x1030">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2070">mdi/application.cpp</a>, and <a href="qdir-example.html#x1844">qdir/qdir.cpp</a>. <h3 class=fn>void <a name="modificationChanged"></a>TQTextEdit::modificationChanged ( bool m )<tt> [signal]</tt> </h3> @@ -1348,7 +1348,7 @@ See the <a href="tqtextedit.html#wrapPolicy-prop">"wrapPolicy"</a> property for Returns the <a href="tqstylesheet.html">TQStyleSheet</a> which is being used by this text edit. <p> <p>See also <a href="#setStyleSheet">setStyleSheet</a>(). -<p>Examples: <a href="qaction-application-example.html#x1169">action/application.cpp</a>, <a href="simple-application-example.html#x1587">application/application.cpp</a>, <a href="helpviewer-example.html#x1031">helpviewer/helpwindow.cpp</a>, and <a href="mdi-example.html#x2072">mdi/application.cpp</a>. +<p>Examples: <a href="tqaction-application-example.html#x1169">action/application.cpp</a>, <a href="simple-application-example.html#x1587">application/application.cpp</a>, <a href="helpviewer-example.html#x1031">helpviewer/helpwindow.cpp</a>, and <a href="mdi-example.html#x2072">mdi/application.cpp</a>. <h3 class=fn>void <a name="sync"></a>TQTextEdit::sync ()<tt> [virtual slot]</tt> </h3> TQTextEdit is optimized for large amounts text. One of its |