diff options
Diffstat (limited to 'doc/html')
165 files changed, 2541 insertions, 2541 deletions
diff --git a/doc/html/addressbook-example.html b/doc/html/addressbook-example.html index 957cc0105..c61e3fb32 100644 --- a/doc/html/addressbook-example.html +++ b/doc/html/addressbook-example.html @@ -290,7 +290,7 @@ protected: #include <<a href="qlabel-h.html">ntqlabel.h</a>> #include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> #include <<a href="qfile-h.html">ntqfile.h</a>> -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> <a name="f274"></a>ABCentralWidget::ABCentralWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="tqwidget.html">TQWidget</a>( parent, name ) @@ -313,8 +313,8 @@ void <a name="f275"></a>ABCentralWidget::save( const <a href="tqstring.html">TQS if ( !f.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_WriteOnly</a> ) ) return; - <a href="ntqtextstream.html">TQTextStream</a> t( &f ); -<a name="x603"></a> t.<a href="ntqtextstream.html#setEncoding">setEncoding</a>(TQTextStream::UnicodeUTF8); + <a href="tqtextstream.html">TQTextStream</a> t( &f ); +<a name="x603"></a> t.<a href="tqtextstream.html#setEncoding">setEncoding</a>(TQTextStream::UnicodeUTF8); <a href="qlistviewitemiterator.html">TQListViewItemIterator</a> it( listView ); @@ -333,13 +333,13 @@ void <a name="f276"></a>ABCentralWidget::load( const <a href="tqstring.html">TQS if ( !f.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_ReadOnly</a> ) ) return; - <a href="ntqtextstream.html">TQTextStream</a> t( &f ); - t.<a href="ntqtextstream.html#setEncoding">setEncoding</a>(TQTextStream::UnicodeUTF8); + <a href="tqtextstream.html">TQTextStream</a> t( &f ); + t.<a href="tqtextstream.html#setEncoding">setEncoding</a>(TQTextStream::UnicodeUTF8); -<a name="x601"></a> while ( !t.<a href="ntqtextstream.html#atEnd">atEnd</a>() ) { +<a name="x601"></a> while ( !t.<a href="tqtextstream.html#atEnd">atEnd</a>() ) { <a href="qlistviewitem.html">TQListViewItem</a> *item = new <a href="qlistviewitem.html">TQListViewItem</a>( listView ); for ( unsigned int i = 0; i < 4; i++ ) -<a name="x602"></a><a name="x595"></a> item-><a href="qlistviewitem.html#setText">setText</a>( i, t.<a href="ntqtextstream.html#readLine">readLine</a>() ); +<a name="x602"></a><a name="x595"></a> item-><a href="qlistviewitem.html#setText">setText</a>( i, t.<a href="tqtextstream.html#readLine">readLine</a>() ); } f.<a href="ntqfile.html#close">close</a>(); diff --git a/doc/html/advanced.html b/doc/html/advanced.html index be9629a8a..56b63c6bb 100644 --- a/doc/html/advanced.html +++ b/doc/html/advanced.html @@ -59,7 +59,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="qtableitem.html">TQTableItem</a></b><td>The cell content for TQTable cells <tr bgcolor=#f0f0f0><td><b><a href="qtableselection.html">TQTableSelection</a></b><td>Access to a selected area in a TQTable <tr bgcolor=#f0f0f0><td><b><a href="ntqtabwidget.html">TQTabWidget</a></b><td>Stack of tabbed widgets -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextbrowser.html">TQTextBrowser</a></b><td>Rich text browser with hypertext navigation +<tr bgcolor=#f0f0f0><td><b><a href="tqtextbrowser.html">TQTextBrowser</a></b><td>Rich text browser with hypertext navigation <tr bgcolor=#f0f0f0><td><b><a href="qtimeedit.html">TQTimeEdit</a></b><td>Time editor <tr bgcolor=#f0f0f0><td><b><a href="ntqtoolbox.html">TQToolBox</a></b><td>Column of tabbed widget items </table> diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 4372d8b3d..3a362ca59 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -377,16 +377,16 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="qtableitem.html">TQTableItem</a></b><td>The cell content for TQTable cells <tr bgcolor=#f0f0f0><td><b><a href="qtableselection.html">TQTableSelection</a></b><td>Access to a selected area in a TQTable <tr bgcolor=#f0f0f0><td><b><a href="qtabletevent.html">TQTabletEvent</a></b><td>Parameters that describe a Tablet event -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextbrowser.html">TQTextBrowser</a></b><td>Rich text browser with hypertext navigation -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextcodec.html">TQTextCodec</a></b><td>Conversion between text encodings -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextcodecplugin.html">TQTextCodecPlugin</a></b><td>Abstract base for custom TQTextCodec plugins -<tr bgcolor=#f0f0f0><td><b><a href="qtextdecoder.html">TQTextDecoder</a></b><td>State-based decoder -<tr bgcolor=#f0f0f0><td><b><a href="qtextdrag.html">TQTextDrag</a></b><td>Drag and drop object for transferring plain and Unicode text -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextedit.html">TQTextEdit</a></b><td>Powerful single-page rich text editor -<tr bgcolor=#f0f0f0><td><b><a href="qtextencoder.html">TQTextEncoder</a></b><td>State-based encoder -<tr bgcolor=#f0f0f0><td><b><a href="qtextistream.html">TQTextIStream</a></b><td>Convenience class for input streams -<tr bgcolor=#f0f0f0><td><b><a href="qtextostream.html">TQTextOStream</a></b><td>Convenience class for output streams -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextstream.html">TQTextStream</a></b><td>Basic functions for reading and writing text using a TQIODevice +<tr bgcolor=#f0f0f0><td><b><a href="tqtextbrowser.html">TQTextBrowser</a></b><td>Rich text browser with hypertext navigation +<tr bgcolor=#f0f0f0><td><b><a href="tqtextcodec.html">TQTextCodec</a></b><td>Conversion between text encodings +<tr bgcolor=#f0f0f0><td><b><a href="tqtextcodecplugin.html">TQTextCodecPlugin</a></b><td>Abstract base for custom TQTextCodec plugins +<tr bgcolor=#f0f0f0><td><b><a href="tqtextdecoder.html">TQTextDecoder</a></b><td>State-based decoder +<tr bgcolor=#f0f0f0><td><b><a href="tqtextdrag.html">TQTextDrag</a></b><td>Drag and drop object for transferring plain and Unicode text +<tr bgcolor=#f0f0f0><td><b><a href="tqtextedit.html">TQTextEdit</a></b><td>Powerful single-page rich text editor +<tr bgcolor=#f0f0f0><td><b><a href="tqtextencoder.html">TQTextEncoder</a></b><td>State-based encoder +<tr bgcolor=#f0f0f0><td><b><a href="tqtextistream.html">TQTextIStream</a></b><td>Convenience class for input streams +<tr bgcolor=#f0f0f0><td><b><a href="tqtextostream.html">TQTextOStream</a></b><td>Convenience class for output streams +<tr bgcolor=#f0f0f0><td><b><a href="tqtextstream.html">TQTextStream</a></b><td>Basic functions for reading and writing text using a TQIODevice <tr bgcolor=#f0f0f0><td><b><a href="ntqthread.html">TQThread</a></b><td>Platform-independent threads <tr bgcolor=#f0f0f0><td><b><a href="ntqthreadstorage.html">TQThreadStorage</a></b><td>Per-thread data storage <tr bgcolor=#f0f0f0><td><b><a href="qtime.html">TQTime</a></b><td>Clock time functions diff --git a/doc/html/basic.html b/doc/html/basic.html index e0f96b445..3d09d177a 100644 --- a/doc/html/basic.html +++ b/doc/html/basic.html @@ -54,7 +54,7 @@ widgets.</a> <tr bgcolor=#f0f0f0><td><b><a href="ntqslider.html">TQSlider</a></b><td>Vertical or horizontal slider <tr bgcolor=#f0f0f0><td><b><a href="ntqspinbox.html">TQSpinBox</a></b><td>Spin box widget (spin button) <tr bgcolor=#f0f0f0><td><b><a href="ntqsyntaxhighlighter.html">TQSyntaxHighlighter</a></b><td>Base class for implementing TQTextEdit syntax highlighters -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextedit.html">TQTextEdit</a></b><td>Powerful single-page rich text editor +<tr bgcolor=#f0f0f0><td><b><a href="tqtextedit.html">TQTextEdit</a></b><td>Powerful single-page rich text editor <tr bgcolor=#f0f0f0><td><b><a href="ntqtoolbutton.html">TQToolButton</a></b><td>Quick-access button to commands or options, usually used inside a TQToolBar </table> <!-- eof --> diff --git a/doc/html/canvas-chart-example.html b/doc/html/canvas-chart-example.html index d2a404977..40379d951 100644 --- a/doc/html/canvas-chart-example.html +++ b/doc/html/canvas-chart-example.html @@ -144,8 +144,8 @@ private: }; -TQTextStream &operator<<( <a href="ntqtextstream.html">TQTextStream</a>&, const Element& ); -TQTextStream &operator>>( <a href="ntqtextstream.html">TQTextStream</a>&, Element& ); +TQTextStream &operator<<( <a href="tqtextstream.html">TQTextStream</a>&, const Element& ); +TQTextStream &operator>>( <a href="tqtextstream.html">TQTextStream</a>&, Element& ); #endif </pre> diff --git a/doc/html/chart-chartform_files-cpp.html b/doc/html/chart-chartform_files-cpp.html index 48705ab2d..bbcb75b87 100644 --- a/doc/html/chart-chartform_files-cpp.html +++ b/doc/html/chart-chartform_files-cpp.html @@ -53,11 +53,11 @@ void <a name="f172"></a>ChartForm::load( const <a href="tqstring.html">TQString< init(); // Make sure we have colours m_filename = filename; - <a href="ntqtextstream.html">TQTextStream</a> ts( &file ); + <a href="tqtextstream.html">TQTextStream</a> ts( &file ); Element element; int errors = 0; int i = 0; - while ( !ts.<a href="ntqtextstream.html#eof">eof</a>() ) { + while ( !ts.<a href="tqtextstream.html#eof">eof</a>() ) { ts >> element; if ( element.isValid() ) m_elements[i++] = element; @@ -103,7 +103,7 @@ void <a name="f173"></a>ChartForm::fileSave() arg( m_filename ), 2000 ); return; } - <a href="ntqtextstream.html">TQTextStream</a> ts( &file ); + <a href="tqtextstream.html">TQTextStream</a> ts( &file ); for ( int i = 0; i < MAX_ELEMENTS; ++i ) if ( m_elements[i].isValid() ) ts << m_elements[i]; diff --git a/doc/html/chart-element-cpp.html b/doc/html/chart-element-cpp.html index 8851ba0be..3ee388b98 100644 --- a/doc/html/chart-element-cpp.html +++ b/doc/html/chart-element-cpp.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <pre>#include "element.h" #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> const char FIELD_SEP = ':'; const char PROPOINT_SEP = ';'; @@ -91,7 +91,7 @@ void Element::setProY( int index, double value ) } -TQTextStream &operator<<( <a href="ntqtextstream.html">TQTextStream</a> &s, const Element &element ) +TQTextStream &operator<<( <a href="tqtextstream.html">TQTextStream</a> &s, const Element &element ) { s << element.value() << FIELD_SEP << element.valueColor().name() << FIELD_SEP @@ -109,9 +109,9 @@ TQTextStream &operator<<( <a href="ntqtextstream.html">TQTextStream</a } -TQTextStream &operator>>( <a href="ntqtextstream.html">TQTextStream</a> &s, Element &element ) +TQTextStream &operator>>( <a href="tqtextstream.html">TQTextStream</a> &s, Element &element ) { - <a href="tqstring.html">TQString</a> data = s.<a href="ntqtextstream.html#readLine">readLine</a>(); + <a href="tqstring.html">TQString</a> data = s.<a href="tqtextstream.html#readLine">readLine</a>(); element.setValue( Element::INVALID ); int errors = 0; diff --git a/doc/html/chart-element-h.html b/doc/html/chart-element-h.html index b6959af64..70497a784 100644 --- a/doc/html/chart-element-h.html +++ b/doc/html/chart-element-h.html @@ -112,8 +112,8 @@ private: }; -TQTextStream &operator<<( <a href="ntqtextstream.html">TQTextStream</a>&, const Element& ); -TQTextStream &operator>>( <a href="ntqtextstream.html">TQTextStream</a>&, Element& ); +TQTextStream &operator<<( <a href="tqtextstream.html">TQTextStream</a>&, const Element& ); +TQTextStream &operator>>( <a href="tqtextstream.html">TQTextStream</a>&, Element& ); #endif </pre><!-- eof --> diff --git a/doc/html/classchart.html b/doc/html/classchart.html index 364cc66de..e56ad71a1 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -158,8 +158,8 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="448,503,541,524" href="ntqiconview.html"> <area shape="rect" coords="448,524,545,542" href="ntqlistview.html"> <area shape="rect" coords="458,542,545,558" href="ntqlistbox.html"> -<area shape="rect" coords="458,558,548,577" href="ntqtextedit.html"> -<area shape="rect" coords="460,577,548,593" href="ntqtextbrowser.html"> +<area shape="rect" coords="458,558,548,577" href="tqtextedit.html"> +<area shape="rect" coords="460,577,548,593" href="tqtextbrowser.html"> <area shape="rect" coords="460,594,547,613" href="qgridlayout.html"> <area shape="rect" coords="456,613,547,629" href="qboxlayout.html"> <area shape="rect" coords="456,629,544,649" href="qhboxlayout.html"> @@ -290,9 +290,9 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="893,469,993,488" href="ntqsizepolicy.html"> <area shape="rect" coords="894,488,986,505" href="tqstring.html"> <area shape="rect" coords="894,506,986,524" href="qconststring.html"> -<area shape="rect" coords="895,525,996,543" href="ntqtextcodec.html"> -<area shape="rect" coords="897,538,996,559" href="ntqtextcodecplugin.html"> -<area shape="rect" coords="902,560,987,579" href="ntqtextstream.html"> +<area shape="rect" coords="895,525,996,543" href="tqtextcodec.html"> +<area shape="rect" coords="897,538,996,559" href="tqtextcodecplugin.html"> +<area shape="rect" coords="902,560,987,579" href="tqtextstream.html"> <area shape="rect" coords="897,578,976,594" href="qtime.html"> <area shape="rect" coords="898,595,991,614" href="tqptrdictiterator.html"> <area shape="rect" coords="895,613,989,631" href="tqmapiterator.html"> diff --git a/doc/html/classes.html b/doc/html/classes.html index 7ccd9b735..498697793 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -123,7 +123,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="ntqprocess.html">TQProcess</a> <td align="right"> -<td><a href="ntqtextbrowser.html">TQTextBrowser</a> +<td><a href="tqtextbrowser.html">TQTextBrowser</a> <tr> <td align="right"> <td><a href="qasciicacheiterator.html">TQAsciiCacheIterator</a> @@ -134,7 +134,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="ntqprogressbar.html">TQProgressBar</a> <td align="right"> -<td><a href="ntqtextcodec.html">TQTextCodec</a> +<td><a href="tqtextcodec.html">TQTextCodec</a> <tr> <td align="right"> <td><a href="ntqasciidict.html">TQAsciiDict</a> @@ -145,7 +145,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="ntqprogressdialog.html">TQProgressDialog</a> <td align="right"> -<td><a href="ntqtextcodecplugin.html">TQTextCodecPlugin</a> +<td><a href="tqtextcodecplugin.html">TQTextCodecPlugin</a> <tr> <td align="right"> <td><a href="qasciidictiterator.html">TQAsciiDictIterator</a> @@ -156,7 +156,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqptrcollection.html">TQPtrCollection</a> <td align="right"> -<td><a href="qtextdecoder.html">TQTextDecoder</a> +<td><a href="tqtextdecoder.html">TQTextDecoder</a> <tr> <td align="right"> <td><a href="ntqassistantclient.html">TQAssistantClient</a> @@ -167,7 +167,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqptrdict.html">TQPtrDict</a> <td align="right"> -<td><a href="qtextdrag.html">TQTextDrag</a> +<td><a href="tqtextdrag.html">TQTextDrag</a> <tr> <td align="right"> <td><a href="qaxaggregated.html">TQAxAggregated</a> @@ -178,7 +178,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqptrdictiterator.html">TQPtrDictIterator</a> <td align="right"> -<td><a href="ntqtextedit.html">TQTextEdit</a> +<td><a href="tqtextedit.html">TQTextEdit</a> <tr> <td align="right"> <td><a href="qaxbase.html">TQAxBase</a> @@ -189,7 +189,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqptrlist.html">TQPtrList</a> <td align="right"> -<td><a href="qtextencoder.html">TQTextEncoder</a> +<td><a href="tqtextencoder.html">TQTextEncoder</a> <tr> <td align="right"> <td><a href="qaxbindable.html">TQAxBindable</a> @@ -200,7 +200,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqptrlistiterator.html">TQPtrListIterator</a> <td align="right"> -<td><a href="qtextistream.html">TQTextIStream</a> +<td><a href="tqtextistream.html">TQTextIStream</a> <tr> <td align="right"> <td><a href="qaxfactory.html">TQAxFactory</a> @@ -211,7 +211,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqptrqueue.html">TQPtrQueue</a> <td align="right"> -<td><a href="qtextostream.html">TQTextOStream</a> +<td><a href="tqtextostream.html">TQTextOStream</a> <tr> <td align="right"> <td><a href="qaxobject.html">TQAxObject</a> @@ -222,7 +222,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqptrstack.html">TQPtrStack</a> <td align="right"> -<td><a href="ntqtextstream.html">TQTextStream</a> +<td><a href="tqtextstream.html">TQTextStream</a> <tr> <td align="right"> <td><a href="qaxscript.html">TQAxScript</a> diff --git a/doc/html/clientserver-example.html b/doc/html/clientserver-example.html index b66a1f1e4..d44930b68 100644 --- a/doc/html/clientserver-example.html +++ b/doc/html/clientserver-example.html @@ -59,10 +59,10 @@ specified. You can send single lines to the server. #include <<a href="qserversocket-h.html">ntqserversocket.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> -#include <<a href="qtextview-h.html">ntqtextview.h</a>> +#include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <stdlib.h> @@ -97,9 +97,9 @@ signals: private slots: void readClient() { - <a href="ntqtextstream.html">TQTextStream</a> ts( this ); + <a href="tqtextstream.html">TQTextStream</a> ts( this ); while ( canReadLine() ) { -<a name="x787"></a> <a href="tqstring.html">TQString</a> str = ts.<a href="ntqtextstream.html#readLine">readLine</a>(); +<a name="x787"></a> <a href="tqstring.html">TQString</a> str = ts.<a href="tqtextstream.html#readLine">readLine</a>(); emit logText( tr("Read: '%1'\n").arg(str) ); ts << line << ": " << str << endl; @@ -165,7 +165,7 @@ public: ); <a href="ntqlabel.html">TQLabel</a> *lb = new <a href="ntqlabel.html">TQLabel</a>( itext, this ); <a name="x784"></a> lb-><a href="ntqlabel.html#setAlignment">setAlignment</a>( AlignHCenter ); - infoText = new <a href="ntqtextview.html">TQTextView</a>( this ); + infoText = new <a href="tqtextview.html">TQTextView</a>( this ); <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( tr("Quit") , this ); connect( server, TQ_SIGNAL(newConnect(ClientSocket*)), @@ -181,20 +181,20 @@ public: private slots: void newConnect( ClientSocket *s ) { -<a name="x786"></a> infoText-><a href="ntqtextedit.html#append">append</a>( tr("New connection\n") ); +<a name="x786"></a> infoText-><a href="tqtextedit.html#append">append</a>( tr("New connection\n") ); connect( s, TQ_SIGNAL(logText(const <a href="tqstring.html">TQString</a>&)), - infoText, TQ_SLOT(<a href="ntqtextedit.html#append">append</a>(const <a href="tqstring.html">TQString</a>&)) ); + infoText, TQ_SLOT(<a href="tqtextedit.html#append">append</a>(const <a href="tqstring.html">TQString</a>&)) ); <a name="x785"></a> connect( s, TQ_SIGNAL(<a href="ntqsocket.html#connectionClosed">connectionClosed</a>()), TQ_SLOT(connectionClosed()) ); } void connectionClosed() { - infoText-><a href="ntqtextedit.html#append">append</a>( tr("Client closed connection\n") ); + infoText-><a href="tqtextedit.html#append">append</a>( tr("Client closed connection\n") ); } private: - <a href="ntqtextview.html">TQTextView</a> *infoText; + <a href="tqtextview.html">TQTextView</a> *infoText; }; @@ -226,11 +226,11 @@ int main( int argc, char** argv ) #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="qhbox-h.html">ntqhbox.h</a>> -#include <<a href="qtextview-h.html">ntqtextview.h</a>> +#include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="qlineedit-h.html">ntqlineedit.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> class Client : public <a href="ntqvbox.html">TQVBox</a> @@ -240,7 +240,7 @@ public: Client( const <a href="tqstring.html">TQString</a> &host, TQ_UINT16 port ) { // GUI layout - infoText = new <a href="ntqtextview.html">TQTextView</a>( this ); + infoText = new <a href="tqtextview.html">TQTextView</a>( this ); <a href="ntqhbox.html">TQHBox</a> *hb = new <a href="ntqhbox.html">TQHBox</a>( this ); inputText = new <a href="ntqlineedit.html">TQLineEdit</a>( hb ); <a href="ntqpushbutton.html">TQPushButton</a> *send = new <a href="ntqpushbutton.html">TQPushButton</a>( tr("Send") , hb ); @@ -263,7 +263,7 @@ public: TQ_SLOT(socketError(int)) ); // connect to the server -<a name="x805"></a> infoText-><a href="ntqtextedit.html#append">append</a>( tr("Trying to connect to the server\n") ); +<a name="x805"></a> infoText-><a href="tqtextedit.html#append">append</a>( tr("Trying to connect to the server\n") ); <a name="x797"></a> socket-><a href="ntqsocket.html#connectToHost">connectToHost</a>( host, port ); } @@ -288,7 +288,7 @@ private slots: void sendToServer() { // write to the server - <a href="ntqtextstream.html">TQTextStream</a> os(socket); + <a href="tqtextstream.html">TQTextStream</a> os(socket); <a name="x794"></a> os << inputText-><a href="ntqlineedit.html#text">text</a>() << "\n"; <a name="x793"></a> inputText-><a href="ntqlineedit.html#setText">setText</a>( "" ); } @@ -297,33 +297,33 @@ private slots: { // read from the server <a name="x795"></a> while ( socket-><a href="ntqsocket.html#canReadLine">canReadLine</a>() ) { -<a name="x802"></a> infoText-><a href="ntqtextedit.html#append">append</a>( socket-><a href="ntqsocket.html#readLine">readLine</a>() ); +<a name="x802"></a> infoText-><a href="tqtextedit.html#append">append</a>( socket-><a href="ntqsocket.html#readLine">readLine</a>() ); } } void socketConnected() { - infoText-><a href="ntqtextedit.html#append">append</a>( tr("Connected to server\n") ); + infoText-><a href="tqtextedit.html#append">append</a>( tr("Connected to server\n") ); } void socketConnectionClosed() { - infoText-><a href="ntqtextedit.html#append">append</a>( tr("Connection closed by the server\n") ); + infoText-><a href="tqtextedit.html#append">append</a>( tr("Connection closed by the server\n") ); } void socketClosed() { - infoText-><a href="ntqtextedit.html#append">append</a>( tr("Connection closed\n") ); + infoText-><a href="tqtextedit.html#append">append</a>( tr("Connection closed\n") ); } void socketError( int e ) { - infoText-><a href="ntqtextedit.html#append">append</a>( tr("Error number %1 occurred\n").arg(e) ); + infoText-><a href="tqtextedit.html#append">append</a>( tr("Error number %1 occurred\n").arg(e) ); } private: <a href="ntqsocket.html">TQSocket</a> *socket; - <a href="ntqtextview.html">TQTextView</a> *infoText; + <a href="tqtextview.html">TQTextView</a> *infoText; <a href="ntqlineedit.html">TQLineEdit</a> *inputText; }; diff --git a/doc/html/customlayout-example.html b/doc/html/customlayout-example.html index b8fb8bf68..6fa6ec4cb 100644 --- a/doc/html/customlayout-example.html +++ b/doc/html/customlayout-example.html @@ -788,7 +788,7 @@ int main( int argc, char **argv ) large->addWidget( new <a href="ntqpushbutton.html">TQPushButton</a>( "North", wid ), BorderLayout::North ); large->addWidget( new <a href="ntqpushbutton.html">TQPushButton</a>( "West", wid ), BorderLayout::West ); <a href="ntqmultilineedit.html">TQMultiLineEdit</a>* m = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( wid ); - m-><a href="ntqtextedit.html#setText">setText</a>( "Central\nWidget" ); + m-><a href="tqtextedit.html#setText">setText</a>( "Central\nWidget" ); large->addWidget( m, BorderLayout::Center ); <a href="tqwidget.html">TQWidget</a> *east1 = new <a href="ntqpushbutton.html">TQPushButton</a>( "East", wid ); large->addWidget( east1, BorderLayout::East ); diff --git a/doc/html/designer-manual-16.html b/doc/html/designer-manual-16.html index 884083ec8..b59d75c14 100644 --- a/doc/html/designer-manual-16.html +++ b/doc/html/designer-manual-16.html @@ -371,7 +371,7 @@ body { background: #ffffff; color: black; } </pre> <a name="widget"></a><h4><a name="1-22"></a>widget</h4> <p>Widgets are used at multiple levels within a <tt>.ui</tt> file. The whole form itself is a widget, and it contains other widgets, usually within the context of layouts such as hboxes, vboxes and grids.</p> -<p>Below is an example of a complete <tt>.ui</tt> file. The form itself is a <a href="tqwidget.html">TQWidget</a> with various non-default properties set. This widget contains a single hbox, which also has some non-default properties, and which contains a single <a href="ntqtextbrowser.html">TQTextBrowser</a> widget.</p> +<p>Below is an example of a complete <tt>.ui</tt> file. The form itself is a <a href="tqwidget.html">TQWidget</a> with various non-default properties set. This widget contains a single hbox, which also has some non-default properties, and which contains a single <a href="tqtextbrowser.html">TQTextBrowser</a> widget.</p> <pre> <!DOCTYPE UI><UI version="3.1" stdsetdef="1"> <class>WinIntroPage</class> diff --git a/doc/html/designer-manual-3.html b/doc/html/designer-manual-3.html index b21cc226f..a4da7992a 100644 --- a/doc/html/designer-manual-3.html +++ b/doc/html/designer-manual-3.html @@ -205,7 +205,7 @@ body { background: #ffffff; color: black; } <p>Click the viewActionGroup action group in the Action Editor, and drag it to the View menu; drop it on this menu (when the horizontal red line appears beneath the View menu). Because we dragged the action group, <em>all</em> its actions (in our case the viewTableAction and viewIconsAction) are added to the relevant menu. We'll also make the view actions available on the toolbar. Click the viewActionGroup once again, and drag it to the toolbar; drop it the right of the separator at the far right of the toolbar, and drop it on the toolbar's edge. (Again, a vertical red line will indicate the position.)</p> <p>Don't forget that you can preview to see things in action with <b>Ctrl+T</b>, and to click <b>File|Save</b> (or press <b>Ctrl+S</b>) regularly! If you preview now you will find that if you click the view toolbar buttons and menu options that both the toolbar buttons and the menu items automatically stay in sync.</p> <h3><a name="5"></a>Creating the Main Widget</h3> -<p>Most main-window style applications consist of a menu bar, a toolbar, a status bar and a central widget. We've already created a menu bar and toolbar, and since we've created a <a href="ntqmainwindow.html">TQMainWindow</a> (via the main window wizard), we also have a status bar. Widgets commonly used as an application's main widget are <a href="ntqlistview.html">TQListView</a> (which provides a tree view), <a href="ntqtable.html">TQTable</a> and <a href="ntqtextedit.html">TQTextEdit</a>. Since we want to provide our users with two different views of the same data, we'll use a <a href="tqwidgetstack.html">TQWidgetStack</a> as our main widget. The <a href="tqwidgetstack.html">TQWidgetStack</a> has no visual representation of its own; you place one or more widgets on each <a href="tqwidgetstack.html">TQWidgetStack</a> "page", as if each page was a form in its own right, and then provide the user with some mechanism for switching between pages. (This is similar in principle to using a <a href="ntqtabwidget.html">TQTabWidget</a>.) We want to provide our users with two views: a tabular view that lists colors and their names, and an icon-based view that shows color swatches. In our example we only place a single widget on each <a href="tqwidgetstack.html">TQWidgetStack</a> page; but this merely reflects the application's design -- we could have placed any number of widgets on each page.</p> +<p>Most main-window style applications consist of a menu bar, a toolbar, a status bar and a central widget. We've already created a menu bar and toolbar, and since we've created a <a href="ntqmainwindow.html">TQMainWindow</a> (via the main window wizard), we also have a status bar. Widgets commonly used as an application's main widget are <a href="ntqlistview.html">TQListView</a> (which provides a tree view), <a href="ntqtable.html">TQTable</a> and <a href="tqtextedit.html">TQTextEdit</a>. Since we want to provide our users with two different views of the same data, we'll use a <a href="tqwidgetstack.html">TQWidgetStack</a> as our main widget. The <a href="tqwidgetstack.html">TQWidgetStack</a> has no visual representation of its own; you place one or more widgets on each <a href="tqwidgetstack.html">TQWidgetStack</a> "page", as if each page was a form in its own right, and then provide the user with some mechanism for switching between pages. (This is similar in principle to using a <a href="ntqtabwidget.html">TQTabWidget</a>.) We want to provide our users with two views: a tabular view that lists colors and their names, and an icon-based view that shows color swatches. In our example we only place a single widget on each <a href="tqwidgetstack.html">TQWidgetStack</a> page; but this merely reflects the application's design -- we could have placed any number of widgets on each page.</p> <p>Click the Toolbox's Containers button, then click WidgetStack. Click approximately in the middle of the form to place the widget stack. Change the widget stack's <em>name</em> property to "colorWidgetStack".</p> <p align="center"><img align="middle" src="mw-addmainwidg.png" width="641" height="394"> </p> @@ -632,10 +632,10 @@ body { background: #ffffff; color: black; } if ( file.<a href="ntqfile.html#open">open</a>( IO_ReadOnly ) ) { statusBar()->message( TQString( "Loading '%1'..." ). arg( filename ) ); - <a href="ntqtextstream.html">TQTextStream</a> stream( &file ); + <a href="tqtextstream.html">TQTextStream</a> stream( &file ); <a href="tqstring.html">TQString</a> line; - while ( ! stream.<a href="ntqtextstream.html#eof">eof</a>() ) { - line = stream.<a href="ntqtextstream.html#readLine">readLine</a>(); + while ( ! stream.<a href="tqtextstream.html#eof">eof</a>() ) { + line = stream.<a href="tqtextstream.html#readLine">readLine</a>(); if ( regex.<a href="ntqregexp.html#search">search</a>( line ) == -1 ) m_comments += line; else @@ -724,7 +724,7 @@ Captures: cap(1) cap(2) cap(3) cap(4) <a href="ntqfile.html">TQFile</a> file( m_filename ); if ( file.<a href="ntqfile.html#open">open</a>( IO_WriteOnly ) ) { - <a href="ntqtextstream.html">TQTextStream</a> stream( &file ); + <a href="tqtextstream.html">TQTextStream</a> stream( &file ); if ( ! m_comments.isEmpty() ) stream << m_comments.join( "\n" ) << "\n"; TQMap<TQString,TQColor>::ConstIterator it; diff --git a/doc/html/dnd.html b/doc/html/dnd.html index 0fb3d2950..08e41e137 100644 --- a/doc/html/dnd.html +++ b/doc/html/dnd.html @@ -59,18 +59,18 @@ mechanism. <p> For drag and drop examples see (in increasing order of sophistication): <tt>qt/examples/iconview/simple_dd</tt>, <tt>qt/examples/dragdrop</tt> and <tt>qt/examples/fileiconview</tt>. See also the -<a href="ntqtextedit.html">TQTextEdit</a> widget source code. +<a href="tqtextedit.html">TQTextEdit</a> widget source code. <p> <h2> Dragging </h2> <a name="1"></a><p> To start a drag, for example in a <a href="tqwidget.html#mouseMoveEvent">mouse motion event</a>, create an object of the <a href="ntqdragobject.html">TQDragObject</a> -subclass appropriate for your media, such as <a href="qtextdrag.html">TQTextDrag</a> for text and +subclass appropriate for your media, such as <a href="tqtextdrag.html">TQTextDrag</a> for text and <a href="tqimagedrag.html">TQImageDrag</a> for images. Then call the drag() method. This is all you need for simple dragging of existing types. <p> For example, to start dragging some text from a widget: <pre> void MyWidget::startDrag() { - <a href="ntqdragobject.html">TQDragObject</a> *d = new <a href="qtextdrag.html">TQTextDrag</a>( myHighlightedText(), this ); + <a href="ntqdragobject.html">TQDragObject</a> *d = new <a href="tqtextdrag.html">TQTextDrag</a>( myHighlightedText(), this ); d-><a href="ntqdragobject.html#dragCopy">dragCopy</a>(); // do NOT delete d. } @@ -107,7 +107,7 @@ MyWidget::MyWidget(...) : void MyWidget::dragEnterEvent(TQDragEnterEvent* event) { event->accept( - TQTextDrag::<a href="qtextdrag.html#canDecode">canDecode</a>(event) || + TQTextDrag::<a href="tqtextdrag.html#canDecode">canDecode</a>(event) || TQImageDrag::<a href="tqimagedrag.html#canDecode">canDecode</a>(event) ); } @@ -119,7 +119,7 @@ void MyWidget::dropEvent(TQDropEvent* event) if ( TQImageDrag::<a href="tqimagedrag.html#decode">decode</a>(event, image) ) { insertImageAt(image, event->pos()); - } else if ( TQTextDrag::<a href="qtextdrag.html#decode">decode</a>(event, text) ) { + } else if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>(event, text) ) { insertTextAt(text, event->pos()); } } @@ -143,13 +143,13 @@ information on the clipboard: void MyWidget::copy() { TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>()->setData( - new <a href="qtextdrag.html">TQTextDrag</a>(myHighlightedText()) ); + new <a href="tqtextdrag.html">TQTextDrag</a>(myHighlightedText()) ); } void MyWidget::paste() { <a href="tqstring.html">TQString</a> text; - if ( TQTextDrag::<a href="qtextdrag.html#decode">decode</a>(TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>()->data(), text) ) + if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>(TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>()->data(), text) ) insertText( text ); } </pre> @@ -210,7 +210,7 @@ indicate to each other which data formats they can accept and which they can produce. This is achieved using <a href="http://www.rfc-editor.org/rfc/rfc1341.txt">MIME types</a>: the drag source provides a list of MIME types that it can produce (ordered from most appropriate to least appropriate), and the drop target chooses -which of those it can accept. For example, <a href="qtextdrag.html">TQTextDrag</a> provides support +which of those it can accept. For example, <a href="tqtextdrag.html">TQTextDrag</a> provides support for the "<tt>text/plain</tt>" MIME type (ordinary unformatted text), and the Unicode formats "<tt>text/utf16</tt>" and "<tt>text/utf8</tt>"; <a href="tqimagedrag.html">TQImageDrag</a> provides for "<tt>image/*</tt>", where <tt>*</tt> is any image format that @@ -259,7 +259,7 @@ the drag start point and the drop event might look like this: <p> <pre> void MyEditor::startDrag() { - <a href="ntqdragobject.html">TQDragObject</a> *d = new <a href="qtextdrag.html">TQTextDrag</a>(myHighlightedText(), this); + <a href="ntqdragobject.html">TQDragObject</a> *d = new <a href="tqtextdrag.html">TQTextDrag</a>(myHighlightedText(), this); if ( d-><a href="ntqdragobject.html#drag">drag</a>() && d-><a href="ntqdragobject.html#target">target</a>() != this ) cutMyHighlightedText(); } @@ -268,7 +268,7 @@ void MyEditor::dropEvent(TQDropEvent* event) { <a href="tqstring.html">TQString</a> text; - if ( TQTextDrag::<a href="qtextdrag.html#decode">decode</a>(event, text) ) { + if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>(event, text) ) { if ( event->source() == this && event->action() == TQDropEvent::Move ) { // Careful not to tread on my own feet event->acceptAction(); @@ -288,7 +288,7 @@ an <em>area</em> is given for which the drag is accepted or ignored: <pre> void MyWidget::dragMoveEvent(TQDragMoveEvent* event) { - if ( TQTextDrag::<a href="qtextdrag.html#canDecode">canDecode</a>(event) ) { + if ( TQTextDrag::<a href="tqtextdrag.html#canDecode">canDecode</a>(event) ) { MyCadItem* item = findMyItemAt(event->pos()); if ( item ) event->accept(); @@ -302,7 +302,7 @@ you promise the acceptance persists: <pre> void MyWidget::dragMoveEvent(TQDragMoveEvent* event) { - if ( TQTextDrag::<a href="qtextdrag.html#canDecode">canDecode</a>(event) ) { + if ( TQTextDrag::<a href="tqtextdrag.html#canDecode">canDecode</a>(event) ) { MyCadItem* item = findMyItemAt(event->pos()); if ( item ) { <a href="ntqrect.html">TQRect</a> r = item->areaRelativeToMeClippedByAnythingInTheWay(); diff --git a/doc/html/draganddrop.html b/doc/html/draganddrop.html index abc15b817..eacda92b9 100644 --- a/doc/html/draganddrop.html +++ b/doc/html/draganddrop.html @@ -49,7 +49,7 @@ TQt.</a> <tr bgcolor=#f0f0f0><td><b><a href="qmacmime.html">TQMacMime</a></b><td>Maps open-standard MIME to Mac flavors <tr bgcolor=#f0f0f0><td><b><a href="qmimesource.html">TQMimeSource</a></b><td>Abstraction of objects which provide formatted data of a certain MIME type <tr bgcolor=#f0f0f0><td><b><a href="qstoreddrag.html">TQStoredDrag</a></b><td>Simple stored-value drag object for arbitrary MIME data -<tr bgcolor=#f0f0f0><td><b><a href="qtextdrag.html">TQTextDrag</a></b><td>Drag and drop object for transferring plain and Unicode text +<tr bgcolor=#f0f0f0><td><b><a href="tqtextdrag.html">TQTextDrag</a></b><td>Drag and drop object for transferring plain and Unicode text <tr bgcolor=#f0f0f0><td><b><a href="quridrag.html">TQUriDrag</a></b><td>Drag object for a list of URI references <tr bgcolor=#f0f0f0><td><b><a href="qwindowsmime.html">TQWindowsMime</a></b><td>Maps open-standard MIME to Window Clipboard formats </table> diff --git a/doc/html/emb-features.html b/doc/html/emb-features.html index 035040abf..a35244be3 100644 --- a/doc/html/emb-features.html +++ b/doc/html/emb-features.html @@ -175,10 +175,10 @@ translation (<a href="ntqwmatrix.html">TQWMatrix</a>) <td valign="top">Disabling this disables all widgets except <a href="tqwidget.html">TQWidget</a>. <td valign="top"> <tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_TEXTVIEW -<td valign="top">HTML document viewing (<a href="ntqtextview.html">TQTextView</a>) +<td valign="top">HTML document viewing (<a href="tqtextview.html">TQTextView</a>) <td valign="top">TQT_NO_WIDGETS, TQT_NO_RICHTEXT <tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_TEXTBROWSER -<td valign="top">HTML document browsing (<a href="ntqtextbrowser.html">TQTextBrowser</a>) +<td valign="top">HTML document browsing (<a href="tqtextbrowser.html">TQTextBrowser</a>) <td valign="top">TQT_NO_TEXTVIEW <tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_ICONVIEW <td valign="top">Labelled icons (<a href="ntqiconview.html">TQIconView</a>) diff --git a/doc/html/functions.html b/doc/html/functions.html index df4f3ff5d..9dac6979e 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -132,7 +132,7 @@ abort: <a href="ntqmessagebox.html#adjustSize">TQMessageBox</a> <a href="ntqsimplerichtext.html#adjustSize">TQSimpleRichText</a> <a href="tqwidget.html#adjustSize">TQWidget</a><li>advance: <a href="tqcanvas.html#advance">TQCanvas</a> <a href="tqcanvasitem.html#advance">TQCanvasItem</a> <a href="tqcanvassprite.html#advance">TQCanvasSprite</a><li>afterSeek: <a href="tqsqlquery.html#afterSeek">TQSqlQuery</a><li>alignment: - <a href="ntqgroupbox.html#alignment">TQGroupBox</a> <a href="ntqlabel.html#alignment">TQLabel</a> <a href="qlayoutitem.html#alignment">TQLayoutItem</a> <a href="ntqlineedit.html#alignment">TQLineEdit</a> <a href="ntqmultilineedit.html#alignment">TQMultiLineEdit</a> <a href="qstylesheetitem.html#alignment">TQStyleSheetItem</a> <a href="qtableitem.html#alignment">TQTableItem</a> <a href="ntqtextedit.html#alignment">TQTextEdit</a><li>alignmentRect: + <a href="ntqgroupbox.html#alignment">TQGroupBox</a> <a href="ntqlabel.html#alignment">TQLabel</a> <a href="qlayoutitem.html#alignment">TQLayoutItem</a> <a href="ntqlineedit.html#alignment">TQLineEdit</a> <a href="ntqmultilineedit.html#alignment">TQMultiLineEdit</a> <a href="qstylesheetitem.html#alignment">TQStyleSheetItem</a> <a href="qtableitem.html#alignment">TQTableItem</a> <a href="tqtextedit.html#alignment">TQTextEdit</a><li>alignmentRect: <a href="ntqlayout.html#alignmentRect">TQLayout</a><li>all: <a href="qmacmime.html#all">TQMacMime</a> <a href="qwindowsmime.html#all">TQWindowsMime</a><li>allColumnsShowFocus: <a href="ntqlistview.html#allColumnsShowFocus">TQListView</a><li>allGray: @@ -145,8 +145,8 @@ abort: <a href="ntqsessionmanager.html#allowsErrorInteraction">TQSessionManager</a><li>allowsInteraction: <a href="ntqsessionmanager.html#allowsInteraction">TQSessionManager</a><li>alpha: <a href="qglformat.html#alpha">TQGLFormat</a><li>anchorAt: - <a href="ntqsimplerichtext.html#anchorAt">TQSimpleRichText</a> <a href="ntqtextedit.html#anchorAt">TQTextEdit</a><li>anchorClicked: - <a href="ntqtextbrowser.html#anchorClicked">TQTextBrowser</a><li>anchorCol: + <a href="ntqsimplerichtext.html#anchorAt">TQSimpleRichText</a> <a href="tqtextedit.html#anchorAt">TQTextEdit</a><li>anchorClicked: + <a href="tqtextbrowser.html#anchorClicked">TQTextBrowser</a><li>anchorCol: <a href="qtableselection.html#anchorCol">TQTableSelection</a><li>anchorRow: <a href="qtableselection.html#anchorRow">TQTableSelection</a><li>angleLength: <a href="tqcanvasellipse.html#angleLength">TQCanvasEllipse</a><li>angleStart: @@ -155,7 +155,7 @@ abort: <a href="tqcanvasitem.html#animated">TQCanvasItem</a><li>answerRect: <a href="qdragmoveevent.html#answerRect">TQDragMoveEvent</a><li>appID: <a href="qaxfactory.html#appID">TQAxFactory</a><li>append: - <a href="ntqcstring.html#append">TQCString</a> <a href="qicondrag.html#append">TQIconDrag</a> <a href="tqptrlist.html#append">TQPtrList</a> <a href="tqsqlcursor.html#append">TQSqlCursor</a> <a href="tqsqlindex.html#append">TQSqlIndex</a> <a href="tqsqlrecord.html#append">TQSqlRecord</a> <a href="tqstring.html#append">TQString</a> <a href="ntqtextedit.html#append">TQTextEdit</a> <a href="tqvaluelist.html#append">TQValueList</a> <a href="tqvaluevector.html#append">TQValueVector</a> <a href="tqxmlattributes.html#append">TQXmlAttributes</a><li>appendChild: + <a href="ntqcstring.html#append">TQCString</a> <a href="qicondrag.html#append">TQIconDrag</a> <a href="tqptrlist.html#append">TQPtrList</a> <a href="tqsqlcursor.html#append">TQSqlCursor</a> <a href="tqsqlindex.html#append">TQSqlIndex</a> <a href="tqsqlrecord.html#append">TQSqlRecord</a> <a href="tqstring.html#append">TQString</a> <a href="tqtextedit.html#append">TQTextEdit</a> <a href="tqvaluelist.html#append">TQValueList</a> <a href="tqvaluevector.html#append">TQValueVector</a> <a href="tqxmlattributes.html#append">TQXmlAttributes</a><li>appendChild: <a href="tqdomnode.html#appendChild">TQDomNode</a><li>appendData: <a href="tqdomcharacterdata.html#appendData">TQDomCharacterData</a><li>applicationContext: <a href="qmotif.html#applicationContext">TQMotif</a><li>applicationDirPath: @@ -216,7 +216,7 @@ abort: <a href="ntqassistantclient.html#assistantOpened">TQAssistantClient</a><li>at: <a href="ntqbitarray.html#at">TQBitArray</a> <a href="ntqiodevice.html#at">TQIODevice</a> <a href="ntqmemarray.html#at">TQMemArray</a> <a href="tqptrlist.html#at">TQPtrList</a> <a href="tqptrvector.html#at">TQPtrVector</a> <a href="ntqsocket.html#at">TQSocket</a> <a href="tqsqlquery.html#at">TQSqlQuery</a> <a href="tqsqlresult.html#at">TQSqlResult</a> <a href="tqstring.html#at">TQString</a> <a href="tqvaluelist.html#at">TQValueList</a> <a href="tqvaluevector.html#at">TQValueVector</a><li>atBeginning: <a href="ntqmultilineedit.html#atBeginning">TQMultiLineEdit</a><li>atEnd: - <a href="ntqdatastream.html#atEnd">TQDataStream</a> <a href="ntqfile.html#atEnd">TQFile</a> <a href="ntqiodevice.html#atEnd">TQIODevice</a> <a href="ntqmultilineedit.html#atEnd">TQMultiLineEdit</a> <a href="ntqsocket.html#atEnd">TQSocket</a> <a href="ntqtextstream.html#atEnd">TQTextStream</a><li>atFirst: + <a href="ntqdatastream.html#atEnd">TQDataStream</a> <a href="ntqfile.html#atEnd">TQFile</a> <a href="ntqiodevice.html#atEnd">TQIODevice</a> <a href="ntqmultilineedit.html#atEnd">TQMultiLineEdit</a> <a href="ntqsocket.html#atEnd">TQSocket</a> <a href="tqtextstream.html#atEnd">TQTextStream</a><li>atFirst: <a href="qasciicacheiterator.html#atFirst">TQAsciiCacheIterator</a> <a href="qcacheiterator.html#atFirst">TQCacheIterator</a> <a href="qintcacheiterator.html#atFirst">TQIntCacheIterator</a> <a href="tqptrlistiterator.html#atFirst">TQPtrListIterator</a><li>atLast: <a href="qasciicacheiterator.html#atLast">TQAsciiCacheIterator</a> <a href="qcacheiterator.html#atLast">TQCacheIterator</a> <a href="qintcacheiterator.html#atLast">TQIntCacheIterator</a> <a href="tqptrlistiterator.html#atLast">TQPtrListIterator</a><li>attribute: <a href="tqdomelement.html#attribute">TQDomElement</a><li>attributeDecl: @@ -234,7 +234,7 @@ abort: <a href="ntqpushbutton.html#autoDefault">TQPushButton</a><li>autoDelete: <a href="tqptrcollection.html#autoDelete">TQAsciiDict</a> <a href="tqptrcollection.html#autoDelete">TQCache</a> <a href="tqdatatable.html#autoDelete">TQDataTable</a> <a href="tqptrcollection.html#autoDelete">TQDict</a> <a href="qiconfactory.html#autoDelete">TQIconFactory</a> <a href="tqptrcollection.html#autoDelete">TQIntDict</a> <a href="ntqnetworkprotocol.html#autoDelete">TQNetworkProtocol</a> <a href="tqptrcollection.html#autoDelete">TQPtrCollection</a> <a href="tqptrcollection.html#autoDelete">TQPtrDict</a> <a href="tqptrcollection.html#autoDelete">TQPtrList</a> <a href="tqptrqueue.html#autoDelete">TQPtrQueue</a> <a href="tqptrstack.html#autoDelete">TQPtrStack</a> <a href="tqptrcollection.html#autoDelete">TQPtrVector</a><li>autoEdit: <a href="tqdatabrowser.html#autoEdit">TQDataBrowser</a> <a href="tqdatatable.html#autoEdit">TQDataTable</a><li>autoFormatting: - <a href="ntqtextedit.html#autoFormatting">TQTextEdit</a><li>autoMask: + <a href="tqtextedit.html#autoFormatting">TQTextEdit</a><li>autoMask: <a href="tqwidget.html#autoMask">TQWidget</a><li>autoRaise: <a href="ntqtoolbutton.html#autoRaise">TQToolButton</a><li>autoRepeat: <a href="ntqbutton.html#autoRepeat">TQButton</a> <a href="ntqbutton.html#autoRepeat">TQCheckBox</a> <a href="ntqbutton.html#autoRepeat">TQPushButton</a> <a href="ntqbutton.html#autoRepeat">TQRadioButton</a><li>autoReset: @@ -253,8 +253,8 @@ back: <a href="tqwidget.html#backgroundOrigin">TQWidget</a><li>backgroundPixmap: <a href="tqcanvas.html#backgroundPixmap">TQCanvas</a><li>backspace: <a href="ntqlineedit.html#backspace">TQLineEdit</a> <a href="ntqmultilineedit.html#backspace">TQMultiLineEdit</a><li>backward: - <a href="ntqtextbrowser.html#backward">TQTextBrowser</a><li>backwardAvailable: - <a href="ntqtextbrowser.html#backwardAvailable">TQTextBrowser</a><li>base: + <a href="tqtextbrowser.html#backward">TQTextBrowser</a><li>backwardAvailable: + <a href="tqtextbrowser.html#backwardAvailable">TQTextBrowser</a><li>base: <a href="qcolorgroup.html#base">TQColorGroup</a> <a href="qscreen.html#base">TQScreen</a><li>baseName: <a href="ntqfileinfo.html#baseName">TQFileInfo</a><li>baseSize: <a href="tqwidget.html#baseSize">TQWidget</a><li>beep: @@ -279,7 +279,7 @@ back: <a href="tqobject.html#blockSignals">TQObject</a><li>blocking: <a href="ntqsocketdevice.html#blocking">TQSocketDevice</a><li>blue: <a href="ntqcolor.html#blue">TQColor</a><li>bold: - <a href="ntqfont.html#bold">TQFont</a> <a href="ntqfontdatabase.html#bold">TQFontDatabase</a> <a href="ntqfontinfo.html#bold">TQFontInfo</a> <a href="ntqtextedit.html#bold">TQTextEdit</a><li>bottom: + <a href="ntqfont.html#bold">TQFont</a> <a href="ntqfontdatabase.html#bold">TQFontDatabase</a> <a href="ntqfontinfo.html#bold">TQFontInfo</a> <a href="tqtextedit.html#bold">TQTextEdit</a><li>bottom: <a href="qdoublevalidator.html#bottom">TQDoubleValidator</a> <a href="qintvalidator.html#bottom">TQIntValidator</a> <a href="ntqrect.html#bottom">TQRect</a><li>bottomDock: <a href="ntqmainwindow.html#bottomDock">TQMainWindow</a><li>bottomEdge: <a href="tqcanvassprite.html#bottomEdge">TQCanvasSprite</a><li>bottomLeft: @@ -321,9 +321,9 @@ c: <a href="qaxscript.html#call">TQAxScript</a> <a href="qaxscriptmanager.html#call">TQAxScriptManager</a><li>canCast: <a href="ntqvariant.html#canCast">TQVariant</a><li>canConvert: <a href="qmacmime.html#canConvert">TQMacMime</a> <a href="qwindowsmime.html#canConvert">TQWindowsMime</a><li>canDecode: - <a href="qcolordrag.html#canDecode">TQColorDrag</a> <a href="qicondrag.html#canDecode">TQIconDrag</a> <a href="tqimagedrag.html#canDecode">TQImageDrag</a> <a href="qtextdrag.html#canDecode">TQTextDrag</a> <a href="quridrag.html#canDecode">TQUriDrag</a><li>canDelete: + <a href="qcolordrag.html#canDecode">TQColorDrag</a> <a href="qicondrag.html#canDecode">TQIconDrag</a> <a href="tqimagedrag.html#canDecode">TQImageDrag</a> <a href="tqtextdrag.html#canDecode">TQTextDrag</a> <a href="quridrag.html#canDecode">TQUriDrag</a><li>canDelete: <a href="tqsqlcursor.html#canDelete">TQSqlCursor</a><li>canEncode: - <a href="ntqtextcodec.html#canEncode">TQTextCodec</a><li>canInsert: + <a href="tqtextcodec.html#canEncode">TQTextCodec</a><li>canInsert: <a href="tqsqlcursor.html#canInsert">TQSqlCursor</a><li>canReadLine: <a href="ntqsocket.html#canReadLine">TQSocket</a><li>canReadLineStderr: <a href="ntqprocess.html#canReadLineStderr">TQProcess</a><li>canReadLineStdout: @@ -366,7 +366,7 @@ c: <a href="ntqtabdialog.html#changeTab">TQTabDialog</a> <a href="ntqtabwidget.html#changeTab">TQTabWidget</a><li>changed: <a href="tqimageconsumer.html#changed">TQImageConsumer</a><li>channel: <a href="qcopchannel.html#channel">TQCopChannel</a><li>charAt: - <a href="ntqtextedit.html#charAt">TQTextEdit</a><li>charWidth: + <a href="tqtextedit.html#charAt">TQTextEdit</a><li>charWidth: <a href="ntqfontmetrics.html#charWidth">TQFontMetrics</a><li>characters: <a href="tqxmlcontenthandler.html#characters">TQXmlContentHandler</a><li>checkConnectArgs: <a href="tqobject.html#checkConnectArgs">TQObject</a><li>checkConnection: @@ -396,7 +396,7 @@ c: <a href="ntqdir.html#cleanDirPath">TQDir</a><li>cleanText: <a href="ntqspinbox.html#cleanText">TQSpinBox</a><li>cleanup: <a href="ntqcolor.html#cleanup">TQColor</a> <a href="ntqcursor.html#cleanup">TQCursor</a> <a href="qfontmanager.html#cleanup">TQFontManager</a><li>clear: - <a href="ntqaccel.html#clear">TQAccel</a> <a href="ntqasciicache.html#clear">TQAsciiCache</a> <a href="ntqasciidict.html#clear">TQAsciiDict</a> <a href="qaxbase.html#clear">TQAxBase</a> <a href="ntqcache.html#clear">TQCache</a> <a href="ntqclipboard.html#clear">TQClipboard</a> <a href="ntqcombobox.html#clear">TQComboBox</a> <a href="ntqdict.html#clear">TQDict</a> <a href="tqdomnode.html#clear">TQDomNode</a> <a href="ntqiconview.html#clear">TQIconView</a> <a href="ntqintcache.html#clear">TQIntCache</a> <a href="ntqintdict.html#clear">TQIntDict</a> <a href="ntqlabel.html#clear">TQLabel</a> <a href="ntqlineedit.html#clear">TQLineEdit</a> <a href="ntqlistbox.html#clear">TQListBox</a> <a href="ntqlistview.html#clear">TQListView</a> <a href="tqmap.html#clear">TQMap</a> <a href="ntqmenudata.html#clear">TQMenuBar</a> <a href="ntqmenudata.html#clear">TQMenuData</a> <a href="tqobjectcleanuphandler.html#clear">TQObjectCleanupHandler</a> <a href="ntqpixmapcache.html#clear">TQPixmapCache</a> <a href="ntqmenudata.html#clear">TQPopupMenu</a> <a href="tqptrcollection.html#clear">TQPtrCollection</a> <a href="tqptrdict.html#clear">TQPtrDict</a> <a href="tqptrlist.html#clear">TQPtrList</a> <a href="tqptrqueue.html#clear">TQPtrQueue</a> <a href="tqptrstack.html#clear">TQPtrStack</a> <a href="tqptrvector.html#clear">TQPtrVector</a> <a href="ntqsplashscreen.html#clear">TQSplashScreen</a> <a href="tqsqlcursor.html#clear">TQSqlCursor</a> <a href="tqsqlfield.html#clear">TQSqlField</a> <a href="tqsqlform.html#clear">TQSqlForm</a> <a href="tqsqlrecord.html#clear">TQSqlRecord</a> <a href="ntqstatusbar.html#clear">TQStatusBar</a> <a href="ntqtextedit.html#clear">TQTextEdit</a> <a href="ntqtoolbar.html#clear">TQToolBar</a> <a href="ntqtooltip.html#clear">TQToolTip</a> <a href="ntqtranslator.html#clear">TQTranslator</a> <a href="tqvaluelist.html#clear">TQValueList</a> <a href="tqvaluevector.html#clear">TQValueVector</a> <a href="ntqvariant.html#clear">TQVariant</a> <a href="tqxmlattributes.html#clear">TQXmlAttributes</a><li>clearArguments: + <a href="ntqaccel.html#clear">TQAccel</a> <a href="ntqasciicache.html#clear">TQAsciiCache</a> <a href="ntqasciidict.html#clear">TQAsciiDict</a> <a href="qaxbase.html#clear">TQAxBase</a> <a href="ntqcache.html#clear">TQCache</a> <a href="ntqclipboard.html#clear">TQClipboard</a> <a href="ntqcombobox.html#clear">TQComboBox</a> <a href="ntqdict.html#clear">TQDict</a> <a href="tqdomnode.html#clear">TQDomNode</a> <a href="ntqiconview.html#clear">TQIconView</a> <a href="ntqintcache.html#clear">TQIntCache</a> <a href="ntqintdict.html#clear">TQIntDict</a> <a href="ntqlabel.html#clear">TQLabel</a> <a href="ntqlineedit.html#clear">TQLineEdit</a> <a href="ntqlistbox.html#clear">TQListBox</a> <a href="ntqlistview.html#clear">TQListView</a> <a href="tqmap.html#clear">TQMap</a> <a href="ntqmenudata.html#clear">TQMenuBar</a> <a href="ntqmenudata.html#clear">TQMenuData</a> <a href="tqobjectcleanuphandler.html#clear">TQObjectCleanupHandler</a> <a href="ntqpixmapcache.html#clear">TQPixmapCache</a> <a href="ntqmenudata.html#clear">TQPopupMenu</a> <a href="tqptrcollection.html#clear">TQPtrCollection</a> <a href="tqptrdict.html#clear">TQPtrDict</a> <a href="tqptrlist.html#clear">TQPtrList</a> <a href="tqptrqueue.html#clear">TQPtrQueue</a> <a href="tqptrstack.html#clear">TQPtrStack</a> <a href="tqptrvector.html#clear">TQPtrVector</a> <a href="ntqsplashscreen.html#clear">TQSplashScreen</a> <a href="tqsqlcursor.html#clear">TQSqlCursor</a> <a href="tqsqlfield.html#clear">TQSqlField</a> <a href="tqsqlform.html#clear">TQSqlForm</a> <a href="tqsqlrecord.html#clear">TQSqlRecord</a> <a href="ntqstatusbar.html#clear">TQStatusBar</a> <a href="tqtextedit.html#clear">TQTextEdit</a> <a href="ntqtoolbar.html#clear">TQToolBar</a> <a href="ntqtooltip.html#clear">TQToolTip</a> <a href="ntqtranslator.html#clear">TQTranslator</a> <a href="tqvaluelist.html#clear">TQValueList</a> <a href="tqvaluevector.html#clear">TQValueVector</a> <a href="ntqvariant.html#clear">TQVariant</a> <a href="tqxmlattributes.html#clear">TQXmlAttributes</a><li>clearArguments: <a href="ntqprocess.html#clearArguments">TQProcess</a><li>clearBit: <a href="ntqbitarray.html#clearBit">TQBitArray</a><li>clearCalibration: <a href="qwsmousehandler.html#clearCalibration">TQWSMouseHandler</a><li>clearCell: @@ -409,7 +409,7 @@ c: <a href="tqwidget.html#clearMask">TQWidget</a><li>clearModified: <a href="ntqlineedit.html#clearModified">TQLineEdit</a><li>clearOperationQueue: <a href="ntqnetworkprotocol.html#clearOperationQueue">TQNetworkProtocol</a><li>clearParagraphBackground: - <a href="ntqtextedit.html#clearParagraphBackground">TQTextEdit</a><li>clearPendingCommands: + <a href="tqtextedit.html#clearParagraphBackground">TQTextEdit</a><li>clearPendingCommands: <a href="ntqftp.html#clearPendingCommands">TQFtp</a><li>clearPendingData: <a href="ntqsocket.html#clearPendingData">TQSocket</a><li>clearPendingRequests: <a href="ntqhttp.html#clearPendingRequests">TQHttp</a><li>clearSelection: @@ -417,7 +417,7 @@ c: <a href="ntqcombobox.html#clearValidator">TQComboBox</a> <a href="ntqlineedit.html#clearValidator">TQLineEdit</a><li>clearValues: <a href="tqdatabrowser.html#clearValues">TQDataBrowser</a> <a href="tqdataview.html#clearValues">TQDataView</a> <a href="tqsqlform.html#clearValues">TQSqlForm</a> <a href="tqsqlrecord.html#clearValues">TQSqlRecord</a><li>clearWFlags: <a href="tqwidget.html#clearWFlags">TQWidget</a><li>clicked: - <a href="ntqbutton.html#clicked">TQButton</a> <a href="ntqbuttongroup.html#clicked">TQButtonGroup</a> <a href="ntqbutton.html#clicked">TQCheckBox</a> <a href="ntqheader.html#clicked">TQHeader</a> <a href="ntqiconview.html#clicked">TQIconView</a> <a href="ntqlistbox.html#clicked">TQListBox</a> <a href="ntqlistview.html#clicked">TQListView</a> <a href="ntqbutton.html#clicked">TQPushButton</a> <a href="ntqbutton.html#clicked">TQRadioButton</a> <a href="ntqtable.html#clicked">TQTable</a> <a href="ntqtextedit.html#clicked">TQTextEdit</a> <a href="ntqwhatsthis.html#clicked">TQWhatsThis</a><li>client: + <a href="ntqbutton.html#clicked">TQButton</a> <a href="ntqbuttongroup.html#clicked">TQButtonGroup</a> <a href="ntqbutton.html#clicked">TQCheckBox</a> <a href="ntqheader.html#clicked">TQHeader</a> <a href="ntqiconview.html#clicked">TQIconView</a> <a href="ntqlistbox.html#clicked">TQListBox</a> <a href="ntqlistview.html#clicked">TQListView</a> <a href="ntqbutton.html#clicked">TQPushButton</a> <a href="ntqbutton.html#clicked">TQRadioButton</a> <a href="ntqtable.html#clicked">TQTable</a> <a href="tqtextedit.html#clicked">TQTextEdit</a> <a href="ntqwhatsthis.html#clicked">TQWhatsThis</a><li>client: <a href="qwswindow.html#client">TQWSWindow</a><li>clientSite: <a href="qaxbindable.html#clientSite">TQAxBindable</a><li>clientWindows: <a href="qwsserver.html#clientWindows">TQWSServer</a><li>clipRegion: @@ -439,14 +439,14 @@ c: <a href="ntqapplication.html#closingDown">TQApplication</a><li>clut: <a href="qscreen.html#clut">TQScreen</a><li>cmd: <a href="ntqpaintdevice.html#cmd">TQPaintDevice</a><li>codec: - <a href="ntqtextstream.html#codec">TQTextStream</a><li>codecForCStrings: - <a href="ntqtextcodec.html#codecForCStrings">TQTextCodec</a><li>codecForContent: - <a href="ntqtextcodec.html#codecForContent">TQTextCodec</a><li>codecForIndex: - <a href="ntqtextcodec.html#codecForIndex">TQTextCodec</a><li>codecForLocale: - <a href="ntqtextcodec.html#codecForLocale">TQTextCodec</a><li>codecForMib: - <a href="ntqtextcodec.html#codecForMib">TQTextCodec</a><li>codecForName: - <a href="ntqtextcodec.html#codecForName">TQTextCodec</a><li>codecForTr: - <a href="ntqtextcodec.html#codecForTr">TQTextCodec</a><li>col: + <a href="tqtextstream.html#codec">TQTextStream</a><li>codecForCStrings: + <a href="tqtextcodec.html#codecForCStrings">TQTextCodec</a><li>codecForContent: + <a href="tqtextcodec.html#codecForContent">TQTextCodec</a><li>codecForIndex: + <a href="tqtextcodec.html#codecForIndex">TQTextCodec</a><li>codecForLocale: + <a href="tqtextcodec.html#codecForLocale">TQTextCodec</a><li>codecForMib: + <a href="tqtextcodec.html#codecForMib">TQTextCodec</a><li>codecForName: + <a href="tqtextcodec.html#codecForName">TQTextCodec</a><li>codecForTr: + <a href="tqtextcodec.html#codecForTr">TQTextCodec</a><li>col: <a href="qtableitem.html#col">TQTableItem</a><li>colSpacing: <a href="qgridlayout.html#colSpacing">TQGridLayout</a><li>colSpan: <a href="qtableitem.html#colSpan">TQTableItem</a><li>colStretch: @@ -454,7 +454,7 @@ c: <a href="ntqlistview.html#collapsed">TQListView</a><li>collidesWith: <a href="tqcanvasitem.html#collidesWith">TQCanvasItem</a><li>collisions: <a href="tqcanvas.html#collisions">TQCanvas</a> <a href="tqcanvasitem.html#collisions">TQCanvasItem</a><li>color: - <a href="ntqbrush.html#color">TQBrush</a> <a href="tqcanvastext.html#color">TQCanvasText</a> <a href="qcolorgroup.html#color">TQColorGroup</a> <a href="tqimage.html#color">TQImage</a> <a href="ntqpalette.html#color">TQPalette</a> <a href="ntqpen.html#color">TQPen</a> <a href="qstyleoption.html#color">TQStyleOption</a> <a href="qstylesheetitem.html#color">TQStyleSheetItem</a> <a href="ntqtextedit.html#color">TQTextEdit</a><li>colorGroup: + <a href="ntqbrush.html#color">TQBrush</a> <a href="tqcanvastext.html#color">TQCanvasText</a> <a href="qcolorgroup.html#color">TQColorGroup</a> <a href="tqimage.html#color">TQImage</a> <a href="ntqpalette.html#color">TQPalette</a> <a href="ntqpen.html#color">TQPen</a> <a href="qstyleoption.html#color">TQStyleOption</a> <a href="qstylesheetitem.html#color">TQStyleSheetItem</a> <a href="tqtextedit.html#color">TQTextEdit</a><li>colorGroup: <a href="tqwidget.html#colorGroup">TQWidget</a><li>colorMode: <a href="ntqprinter.html#colorMode">TQPrinter</a><li>colorNames: <a href="ntqcolor.html#colorNames">TQColor</a><li>colorSpec: @@ -532,7 +532,7 @@ c: <a href="ntqscrollview.html#contentsWidth">TQScrollView</a><li>contentsX: <a href="ntqscrollview.html#contentsX">TQScrollView</a><li>contentsY: <a href="ntqscrollview.html#contentsY">TQScrollView</a><li>context: - <a href="qglwidget.html#context">TQGLWidget</a> <a href="ntqsimplerichtext.html#context">TQSimpleRichText</a> <a href="ntqtextedit.html#context">TQTextEdit</a> <a href="qtranslatormessage.html#context">TQTranslatorMessage</a><li>contextMenuEvent: + <a href="qglwidget.html#context">TQGLWidget</a> <a href="ntqsimplerichtext.html#context">TQSimpleRichText</a> <a href="tqtextedit.html#context">TQTextEdit</a> <a href="qtranslatormessage.html#context">TQTranslatorMessage</a><li>contextMenuEvent: <a href="tqwidget.html#contextMenuEvent">TQWidget</a><li>contextMenuRequested: <a href="ntqiconview.html#contextMenuRequested">TQIconView</a> <a href="ntqlistbox.html#contextMenuRequested">TQListBox</a> <a href="ntqlistview.html#contextMenuRequested">TQListView</a> <a href="ntqtable.html#contextMenuRequested">TQTable</a><li>contexts: <a href="qstylesheetitem.html#contexts">TQStyleSheetItem</a><li>control: @@ -554,8 +554,8 @@ c: <a href="qmacmime.html#convertor">TQMacMime</a> <a href="qwindowsmime.html#convertor">TQWindowsMime</a><li>convertorName: <a href="qmacmime.html#convertorName">TQMacMime</a> <a href="qwindowsmime.html#convertorName">TQWindowsMime</a><li>coords: <a href="ntqrect.html#coords">TQRect</a><li>copy: - <a href="ntqbitarray.html#copy">TQBitArray</a> <a href="ntqcstring.html#copy">TQCString</a> <a href="tqimage.html#copy">TQImage</a> <a href="ntqlineedit.html#copy">TQLineEdit</a> <a href="ntqmemarray.html#copy">TQMemArray</a> <a href="ntqpalette.html#copy">TQPalette</a> <a href="ntqpicture.html#copy">TQPicture</a> <a href="ntqpointarray.html#copy">TQPointArray</a> <a href="ntqtextedit.html#copy">TQTextEdit</a> <a href="ntqurloperator.html#copy">TQUrlOperator</a><li>copyAvailable: - <a href="ntqtextedit.html#copyAvailable">TQTextEdit</a><li>copyBlt: + <a href="ntqbitarray.html#copy">TQBitArray</a> <a href="ntqcstring.html#copy">TQCString</a> <a href="tqimage.html#copy">TQImage</a> <a href="ntqlineedit.html#copy">TQLineEdit</a> <a href="ntqmemarray.html#copy">TQMemArray</a> <a href="ntqpalette.html#copy">TQPalette</a> <a href="ntqpicture.html#copy">TQPicture</a> <a href="ntqpointarray.html#copy">TQPointArray</a> <a href="tqtextedit.html#copy">TQTextEdit</a> <a href="ntqurloperator.html#copy">TQUrlOperator</a><li>copyAvailable: + <a href="tqtextedit.html#copyAvailable">TQTextEdit</a><li>copyBlt: <a href="ntqpixmap.html#copyBlt">TQPixmap</a><li>cornerWidget: <a href="ntqscrollview.html#cornerWidget">TQScrollView</a> <a href="ntqtabwidget.html#cornerWidget">TQTabWidget</a><li>count: <a href="ntqaccel.html#count">TQAccel</a> <a href="ntqasciicache.html#count">TQAsciiCache</a> <a href="qasciicacheiterator.html#count">TQAsciiCacheIterator</a> <a href="ntqasciidict.html#count">TQAsciiDict</a> <a href="qasciidictiterator.html#count">TQAsciiDictIterator</a> <a href="ntqbuttongroup.html#count">TQButtonGroup</a> <a href="ntqcache.html#count">TQCache</a> <a href="qcacheiterator.html#count">TQCacheIterator</a> <a href="tqcanvaspixmaparray.html#count">TQCanvasPixmapArray</a> <a href="ntqcombobox.html#count">TQComboBox</a> <a href="qcombotableitem.html#count">TQComboTableItem</a> <a href="ntqdict.html#count">TQDict</a> <a href="qdictiterator.html#count">TQDictIterator</a> <a href="ntqdir.html#count">TQDir</a> <a href="ntqdockarea.html#count">TQDockArea</a> <a href="tqdomnamednodemap.html#count">TQDomNamedNodeMap</a> <a href="tqdomnodelist.html#count">TQDomNodeList</a> <a href="ntqfocusdata.html#count">TQFocusData</a> <a href="ntqheader.html#count">TQHeader</a> <a href="ntqiconview.html#count">TQIconView</a> <a href="ntqintcache.html#count">TQIntCache</a> <a href="qintcacheiterator.html#count">TQIntCacheIterator</a> <a href="ntqintdict.html#count">TQIntDict</a> <a href="qintdictiterator.html#count">TQIntDictIterator</a> <a href="qkeyevent.html#count">TQKeyEvent</a> <a href="ntqkeysequence.html#count">TQKeySequence</a> <a href="ntqlistbox.html#count">TQListBox</a> <a href="tqmap.html#count">TQMap</a> <a href="ntqmemarray.html#count">TQMemArray</a> <a href="ntqmenudata.html#count">TQMenuData</a> <a href="tqptrcollection.html#count">TQPtrCollection</a> <a href="tqptrdict.html#count">TQPtrDict</a> <a href="tqptrdictiterator.html#count">TQPtrDictIterator</a> <a href="tqptrlist.html#count">TQPtrList</a> <a href="tqptrlistiterator.html#count">TQPtrListIterator</a> <a href="tqptrqueue.html#count">TQPtrQueue</a> <a href="tqptrstack.html#count">TQPtrStack</a> <a href="tqptrvector.html#count">TQPtrVector</a> <a href="tqsqlform.html#count">TQSqlForm</a> <a href="tqsqlrecord.html#count">TQSqlRecord</a> <a href="ntqtabbar.html#count">TQTabBar</a> <a href="ntqtabwidget.html#count">TQTabWidget</a> <a href="ntqtoolbox.html#count">TQToolBox</a> <a href="tqvaluelist.html#count">TQValueList</a> <a href="tqvaluevector.html#count">TQValueVector</a> <a href="tqxmlattributes.html#count">TQXmlAttributes</a><li>countCf: @@ -578,15 +578,15 @@ c: <a href="tqdomdocument.html#createElement">TQDomDocument</a><li>createElementNS: <a href="tqdomdocument.html#createElementNS">TQDomDocument</a><li>createEntityReference: <a href="tqdomdocument.html#createEntityReference">TQDomDocument</a><li>createForMib: - <a href="ntqtextcodecplugin.html#createForMib">TQTextCodecPlugin</a><li>createForName: - <a href="ntqtextcodecplugin.html#createForName">TQTextCodecPlugin</a><li>createGfx: + <a href="tqtextcodecplugin.html#createForMib">TQTextCodecPlugin</a><li>createForName: + <a href="tqtextcodecplugin.html#createForName">TQTextCodecPlugin</a><li>createGfx: <a href="qscreen.html#createGfx">TQScreen</a><li>createHeuristicMask: <a href="tqimage.html#createHeuristicMask">TQImage</a> <a href="ntqpixmap.html#createHeuristicMask">TQPixmap</a><li>createHostWindow: <a href="qaxwidget.html#createHostWindow">TQAxWidget</a><li>createObject: <a href="qaxfactory.html#createObject">TQAxFactory</a><li>createObjectWrapper: <a href="qaxfactory.html#createObjectWrapper">TQAxFactory</a><li>createPixmap: <a href="qiconfactory.html#createPixmap">TQIconFactory</a><li>createPopupMenu: - <a href="ntqlineedit.html#createPopupMenu">TQLineEdit</a> <a href="ntqtextedit.html#createPopupMenu">TQTextEdit</a><li>createProcessingInstruction: + <a href="ntqlineedit.html#createPopupMenu">TQLineEdit</a> <a href="tqtextedit.html#createPopupMenu">TQTextEdit</a><li>createProcessingInstruction: <a href="tqdomdocument.html#createProcessingInstruction">TQDomDocument</a><li>createQuery: <a href="tqsqldriver.html#createQuery">TQSqlDriver</a><li>createTextNode: <a href="tqdomdocument.html#createTextNode">TQDomDocument</a><li>createUuid: @@ -600,10 +600,10 @@ c: <a href="ntqtable.html#currEditCol">TQTable</a><li>currEditRow: <a href="ntqtable.html#currEditRow">TQTable</a><li>current: <a href="qasciicacheiterator.html#current">TQAsciiCacheIterator</a> <a href="qasciidictiterator.html#current">TQAsciiDictIterator</a> <a href="qcacheiterator.html#current">TQCacheIterator</a> <a href="qdictiterator.html#current">TQDictIterator</a> <a href="ntqdir.html#current">TQDir</a> <a href="qglayoutiterator.html#current">TQGLayoutIterator</a> <a href="qintcacheiterator.html#current">TQIntCacheIterator</a> <a href="qintdictiterator.html#current">TQIntDictIterator</a> <a href="qlayoutiterator.html#current">TQLayoutIterator</a> <a href="qlistviewitemiterator.html#current">TQListViewItemIterator</a> <a href="tqptrdictiterator.html#current">TQPtrDictIterator</a> <a href="tqptrlist.html#current">TQPtrList</a> <a href="tqptrlistiterator.html#current">TQPtrListIterator</a> <a href="tqptrqueue.html#current">TQPtrQueue</a> <a href="tqptrstack.html#current">TQPtrStack</a><li>currentAlignmentChanged: - <a href="ntqtextedit.html#currentAlignmentChanged">TQTextEdit</a><li>currentAllocContext: + <a href="tqtextedit.html#currentAlignmentChanged">TQTextEdit</a><li>currentAllocContext: <a href="ntqcolor.html#currentAllocContext">TQColor</a><li>currentChanged: <a href="tqdatabrowser.html#currentChanged">TQDataBrowser</a> <a href="tqdatatable.html#currentChanged">TQDataTable</a> <a href="ntqiconview.html#currentChanged">TQIconView</a> <a href="ntqlistbox.html#currentChanged">TQListBox</a> <a href="ntqlistview.html#currentChanged">TQListView</a> <a href="ntqtabdialog.html#currentChanged">TQTabDialog</a> <a href="ntqtabwidget.html#currentChanged">TQTabWidget</a> <a href="ntqtable.html#currentChanged">TQTable</a> <a href="ntqtoolbox.html#currentChanged">TQToolBox</a><li>currentColorChanged: - <a href="ntqtextedit.html#currentColorChanged">TQTextEdit</a><li>currentColumn: + <a href="tqtextedit.html#currentColorChanged">TQTextEdit</a><li>currentColumn: <a href="ntqtable.html#currentColumn">TQTable</a><li>currentCommand: <a href="ntqftp.html#currentCommand">TQFtp</a><li>currentContext: <a href="qglcontext.html#currentContext">TQGLContext</a><li>currentDate: @@ -613,8 +613,8 @@ c: <a href="ntqftp.html#currentDevice">TQFtp</a><li>currentDirPath: <a href="ntqdir.html#currentDirPath">TQDir</a><li>currentEdited: <a href="tqdatabrowser.html#currentEdited">TQDataBrowser</a><li>currentFont: - <a href="ntqtextedit.html#currentFont">TQTextEdit</a><li>currentFontChanged: - <a href="ntqtextedit.html#currentFontChanged">TQTextEdit</a><li>currentId: + <a href="tqtextedit.html#currentFont">TQTextEdit</a><li>currentFontChanged: + <a href="tqtextedit.html#currentFontChanged">TQTextEdit</a><li>currentId: <a href="ntqftp.html#currentId">TQFtp</a> <a href="ntqhttp.html#currentId">TQHttp</a><li>currentIndex: <a href="ntqtoolbox.html#currentIndex">TQToolBox</a><li>currentItem: <a href="ntqcombobox.html#currentItem">TQComboBox</a> <a href="qcombotableitem.html#currentItem">TQComboTableItem</a> <a href="ntqiconview.html#currentItem">TQIconView</a> <a href="ntqlistbox.html#currentItem">TQListBox</a> <a href="ntqlistview.html#currentItem">TQListView</a> <a href="ntqtoolbox.html#currentItem">TQToolBox</a><li>currentKey: @@ -633,7 +633,7 @@ c: <a href="ntqthread.html#currentThread">TQThread</a><li>currentTime: <a href="qtime.html#currentTime">TQTime</a><li>currentValueText: <a href="ntqspinbox.html#currentValueText">TQSpinBox</a><li>currentVerticalAlignmentChanged: - <a href="ntqtextedit.html#currentVerticalAlignmentChanged">TQTextEdit</a><li>cursor: + <a href="tqtextedit.html#currentVerticalAlignmentChanged">TQTextEdit</a><li>cursor: <a href="tqwidget.html#cursor">TQWidget</a><li>cursorBackward: <a href="ntqlineedit.html#cursorBackward">TQLineEdit</a><li>cursorChanged: <a href="tqdatabrowser.html#cursorChanged">TQDataBrowser</a> <a href="tqdatatable.html#cursorChanged">TQDataTable</a><li>cursorDown: @@ -645,7 +645,7 @@ c: <a href="ntqmultilineedit.html#cursorPoint">TQMultiLineEdit</a><li>cursorPos: <a href="qimevent.html#cursorPos">TQIMEvent</a><li>cursorPosition: <a href="ntqlineedit.html#cursorPosition">TQLineEdit</a><li>cursorPositionChanged: - <a href="ntqtextedit.html#cursorPositionChanged">TQTextEdit</a><li>cursorRight: + <a href="tqtextedit.html#cursorPositionChanged">TQTextEdit</a><li>cursorRight: <a href="ntqmultilineedit.html#cursorRight">TQMultiLineEdit</a><li>cursorUp: <a href="ntqmultilineedit.html#cursorUp">TQMultiLineEdit</a><li>cursorWordBackward: <a href="ntqlineedit.html#cursorWordBackward">TQLineEdit</a> <a href="ntqmultilineedit.html#cursorWordBackward">TQMultiLineEdit</a><li>cursorWordForward: @@ -655,7 +655,7 @@ c: <a href="tqobject.html#customEvent">TQObject</a><li>customWhatsThis: <a href="tqwidget.html#customWhatsThis">TQWidget</a><li>customize: <a href="ntqmainwindow.html#customize">TQMainWindow</a><li>cut: - <a href="ntqlineedit.html#cut">TQLineEdit</a> <a href="ntqtextedit.html#cut">TQTextEdit</a><li><a name="d"></a> + <a href="ntqlineedit.html#cut">TQLineEdit</a> <a href="tqtextedit.html#cut">TQTextEdit</a><li><a name="d"></a> dark: <a href="ntqcolor.html#dark">TQColor</a> <a href="qcolorgroup.html#dark">TQColorGroup</a><li>data: <a href="ntqclipboard.html#data">TQClipboard</a> <a href="qcustomevent.html#data">TQCustomEvent</a> <a href="tqdomcharacterdata.html#data">TQDomCharacterData</a> <a href="tqdomprocessinginstruction.html#data">TQDomProcessingInstruction</a> <a href="qicondragitem.html#data">TQIconDragItem</a> <a href="tqmapconstiterator.html#data">TQMapConstIterator</a> <a href="tqmapiterator.html#data">TQMapIterator</a> <a href="ntqmemarray.html#data">TQMemArray</a> <a href="qmimesourcefactory.html#data">TQMimeSourceFactory</a> <a href="ntqnetworkprotocol.html#data">TQNetworkProtocol</a> <a href="ntqpicture.html#data">TQPicture</a> <a href="tqptrvector.html#data">TQPtrVector</a> <a href="tqsqlresult.html#data">TQSqlResult</a> <a href="ntqurloperator.html#data">TQUrlOperator</a> <a href="tqxmlinputsource.html#data">TQXmlInputSource</a><li>dataChanged: @@ -679,7 +679,7 @@ dark: <a href="ntqfont.html#deciPointSize">TQFont</a><li>decimals: <a href="qdoublevalidator.html#decimals">TQDoubleValidator</a><li>declHandler: <a href="tqxmlreader.html#declHandler">TQXmlReader</a><li>decode: - <a href="qcolordrag.html#decode">TQColorDrag</a> <a href="tqimagedecoder.html#decode">TQImageDecoder</a> <a href="tqimagedrag.html#decode">TQImageDrag</a> <a href="tqimageformat.html#decode">TQImageFormat</a> <a href="qtextdrag.html#decode">TQTextDrag</a> <a href="quridrag.html#decode">TQUriDrag</a> <a href="ntqurl.html#decode">TQUrl</a><li>decodeLocalFiles: + <a href="qcolordrag.html#decode">TQColorDrag</a> <a href="tqimagedecoder.html#decode">TQImageDecoder</a> <a href="tqimagedrag.html#decode">TQImageDrag</a> <a href="tqimageformat.html#decode">TQImageFormat</a> <a href="tqtextdrag.html#decode">TQTextDrag</a> <a href="quridrag.html#decode">TQUriDrag</a> <a href="ntqurl.html#decode">TQUrl</a><li>decodeLocalFiles: <a href="quridrag.html#decodeLocalFiles">TQUriDrag</a><li>decodeName: <a href="ntqfile.html#decodeName">TQFile</a><li>decodeToUnicodeUris: <a href="quridrag.html#decodeToUnicodeUris">TQUriDrag</a><li>decoderFor: @@ -701,10 +701,10 @@ dark: <a href="qstylesheetitem.html#definesFontItalic">TQStyleSheetItem</a><li>definesFontStrikeOut: <a href="qstylesheetitem.html#definesFontStrikeOut">TQStyleSheetItem</a><li>definesFontUnderline: <a href="qstylesheetitem.html#definesFontUnderline">TQStyleSheetItem</a><li>del: - <a href="tqdatabrowser.html#del">TQDataBrowser</a> <a href="ntqlineedit.html#del">TQLineEdit</a> <a href="tqsqlcursor.html#del">TQSqlCursor</a> <a href="ntqtextedit.html#del">TQTextEdit</a><li>delay: + <a href="tqdatabrowser.html#del">TQDataBrowser</a> <a href="ntqlineedit.html#del">TQLineEdit</a> <a href="tqsqlcursor.html#del">TQSqlCursor</a> <a href="tqtextedit.html#del">TQTextEdit</a><li>delay: <a href="qtooltipgroup.html#delay">TQToolTipGroup</a><li>delayedCloseFinished: <a href="ntqsocket.html#delayedCloseFinished">TQSocket</a><li>deleteAllCodecs: - <a href="ntqtextcodec.html#deleteAllCodecs">TQTextCodec</a><li>deleteAllItems: + <a href="tqtextcodec.html#deleteAllCodecs">TQTextCodec</a><li>deleteAllItems: <a href="ntqlayout.html#deleteAllItems">TQLayout</a><li>deleteCurrent: <a href="tqdatabrowser.html#deleteCurrent">TQDataBrowser</a> <a href="tqdatatable.html#deleteCurrent">TQDataTable</a> <a href="qlayoutiterator.html#deleteCurrent">TQLayoutIterator</a><li>deleteData: <a href="tqdomcharacterdata.html#deleteData">TQDomCharacterData</a><li>deleteItem: @@ -725,7 +725,7 @@ dark: <a href="tqobject.html#destroyed">TQObject</a><li>det: <a href="ntqwmatrix.html#det">TQWMatrix</a><li>detach: <a href="ntqbitarray.html#detach">TQBitArray</a> <a href="ntqglcolormap.html#detach">TQGLColormap</a> <a href="ntqiconset.html#detach">TQIconSet</a> <a href="tqimage.html#detach">TQImage</a> <a href="tqmap.html#detach">TQMap</a> <a href="ntqmemarray.html#detach">TQMemArray</a> <a href="ntqpicture.html#detach">TQPicture</a> <a href="ntqpixmap.html#detach">TQPixmap</a><li>device: - <a href="ntqdatastream.html#device">TQDataStream</a> <a href="qglcontext.html#device">TQGLContext</a> <a href="ntqpainter.html#device">TQPainter</a> <a href="qtabletevent.html#device">TQTabletEvent</a> <a href="ntqtextstream.html#device">TQTextStream</a><li>deviceHeight: + <a href="ntqdatastream.html#device">TQDataStream</a> <a href="qglcontext.html#device">TQGLContext</a> <a href="ntqpainter.html#device">TQPainter</a> <a href="qtabletevent.html#device">TQTabletEvent</a> <a href="tqtextstream.html#device">TQTextStream</a><li>deviceHeight: <a href="qscreen.html#deviceHeight">TQScreen</a><li>deviceIsPixmap: <a href="qglcontext.html#deviceIsPixmap">TQGLContext</a><li>deviceWidth: <a href="qscreen.html#deviceWidth">TQScreen</a><li>dialMoved: @@ -759,7 +759,7 @@ dark: <a href="ntqlineedit.html#displayText">TQLineEdit</a><li>doAutoScroll: <a href="ntqiconview.html#doAutoScroll">TQIconView</a> <a href="ntqlistview.html#doAutoScroll">TQListView</a><li>doDefaultAction: <a href="qaccessibleinterface.html#doDefaultAction">TQAccessibleInterface</a><li>doKeyboardAction: - <a href="ntqtextedit.html#doKeyboardAction">TQTextEdit</a><li>doLayout: + <a href="tqtextedit.html#doKeyboardAction">TQTextEdit</a><li>doLayout: <a href="ntqlistbox.html#doLayout">TQListBox</a><li>docName: <a href="ntqprinter.html#docName">TQPrinter</a><li>dock: <a href="ntqdockwindow.html#dock">TQDockWindow</a><li>dockWindowList: @@ -769,14 +769,14 @@ dark: <a href="ntqmainwindow.html#dockWindowsMovable">TQMainWindow</a><li>doctype: <a href="tqdomdocument.html#doctype">TQDomDocument</a><li>documentElement: <a href="tqdomdocument.html#documentElement">TQDomDocument</a><li>documentTitle: - <a href="ntqtextedit.html#documentTitle">TQTextEdit</a><li>done: + <a href="tqtextedit.html#documentTitle">TQTextEdit</a><li>done: <a href="ntqdialog.html#done">TQDialog</a> <a href="ntqftp.html#done">TQFtp</a> <a href="ntqhttp.html#done">TQHttp</a><li>doneCurrent: <a href="qglcontext.html#doneCurrent">TQGLContext</a> <a href="qglwidget.html#doneCurrent">TQGLWidget</a><li>dotsPerMeterX: <a href="tqimage.html#dotsPerMeterX">TQImage</a><li>dotsPerMeterY: <a href="tqimage.html#dotsPerMeterY">TQImage</a><li>doubleBuffer: <a href="qglformat.html#doubleBuffer">TQGLFormat</a> <a href="qglwidget.html#doubleBuffer">TQGLWidget</a><li>doubleClickInterval: <a href="ntqapplication.html#doubleClickInterval">TQApplication</a><li>doubleClicked: - <a href="ntqiconview.html#doubleClicked">TQIconView</a> <a href="ntqlistbox.html#doubleClicked">TQListBox</a> <a href="ntqlistview.html#doubleClicked">TQListView</a> <a href="ntqtable.html#doubleClicked">TQTable</a> <a href="ntqtextedit.html#doubleClicked">TQTextEdit</a><li>downRect: + <a href="ntqiconview.html#doubleClicked">TQIconView</a> <a href="ntqlistbox.html#doubleClicked">TQListBox</a> <a href="ntqlistview.html#doubleClicked">TQListView</a> <a href="ntqtable.html#doubleClicked">TQTable</a> <a href="tqtextedit.html#doubleClicked">TQTextEdit</a><li>downRect: <a href="ntqspinbox.html#downRect">TQSpinBox</a><li>drag: <a href="ntqdragobject.html#drag">TQDragObject</a><li>dragAutoScroll: <a href="ntqscrollview.html#dragAutoScroll">TQScrollView</a><li>dragCopy: @@ -883,7 +883,7 @@ echoMode: <a href="tqptrqueue.html#enqueue">TQPtrQueue</a><li>ensureCellVisible: <a href="ntqgridview.html#ensureCellVisible">TQGridView</a> <a href="ntqtable.html#ensureCellVisible">TQTable</a><li>ensureCurrentVisible: <a href="ntqlistbox.html#ensureCurrentVisible">TQListBox</a><li>ensureCursorVisible: - <a href="ntqtextedit.html#ensureCursorVisible">TQTextEdit</a><li>ensureItemVisible: + <a href="tqtextedit.html#ensureCursorVisible">TQTextEdit</a><li>ensureItemVisible: <a href="ntqiconview.html#ensureItemVisible">TQIconView</a> <a href="ntqlistview.html#ensureItemVisible">TQListView</a><li>ensureVisible: <a href="ntqscrollview.html#ensureVisible">TQScrollView</a><li>enterAllocContext: <a href="ntqcolor.html#enterAllocContext">TQColor</a><li>enterEvent: @@ -935,7 +935,7 @@ echoMode: falseText: <a href="tqdatatable.html#falseText">TQDataTable</a><li>families: <a href="ntqfontdatabase.html#families">TQFontDatabase</a><li>family: - <a href="ntqfont.html#family">TQFont</a> <a href="ntqfontinfo.html#family">TQFontInfo</a> <a href="ntqtextedit.html#family">TQTextEdit</a><li>fatalError: + <a href="ntqfont.html#family">TQFont</a> <a href="ntqfontinfo.html#family">TQFontInfo</a> <a href="tqtextedit.html#family">TQTextEdit</a><li>fatalError: <a href="tqxmlerrorhandler.html#fatalError">TQXmlErrorHandler</a><li>feature: <a href="tqxmlreader.html#feature">TQXmlReader</a><li>featureList: <a href="qaxfactory.html#featureList">TQAxFactory</a><li>fetch: @@ -954,11 +954,11 @@ falseText: <a href="ntqdir.html#filePath">TQDir</a> <a href="ntqfileinfo.html#filePath">TQFileInfo</a> <a href="qmimesourcefactory.html#filePath">TQMimeSourceFactory</a><li>fileSelected: <a href="ntqfiledialog.html#fileSelected">TQFileDialog</a><li>filesSelected: <a href="ntqfiledialog.html#filesSelected">TQFileDialog</a><li>fill: - <a href="ntqbitarray.html#fill">TQBitArray</a> <a href="ntqcstring.html#fill">TQCString</a> <a href="tqimage.html#fill">TQImage</a> <a href="ntqmemarray.html#fill">TQMemArray</a> <a href="ntqpixmap.html#fill">TQPixmap</a> <a href="tqptrvector.html#fill">TQPtrVector</a> <a href="tqstring.html#fill">TQString</a> <a href="ntqtextstream.html#fill">TQTextStream</a><li>fillRect: + <a href="ntqbitarray.html#fill">TQBitArray</a> <a href="ntqcstring.html#fill">TQCString</a> <a href="tqimage.html#fill">TQImage</a> <a href="ntqmemarray.html#fill">TQMemArray</a> <a href="ntqpixmap.html#fill">TQPixmap</a> <a href="tqptrvector.html#fill">TQPtrVector</a> <a href="tqstring.html#fill">TQString</a> <a href="tqtextstream.html#fill">TQTextStream</a><li>fillRect: <a href="ntqpainter.html#fillRect">TQPainter</a><li>filter: <a href="tqdatabrowser.html#filter">TQDataBrowser</a> <a href="tqdatatable.html#filter">TQDataTable</a> <a href="ntqdir.html#filter">TQDir</a> <a href="tqsqlcursor.html#filter">TQSqlCursor</a> <a href="qwsinputmethod.html#filter">TQWSInputMethod</a><li>filterSelected: <a href="ntqfiledialog.html#filterSelected">TQFileDialog</a><li>find: - <a href="ntqasciicache.html#find">TQAsciiCache</a> <a href="ntqasciidict.html#find">TQAsciiDict</a> <a href="ntqbuttongroup.html#find">TQButtonGroup</a> <a href="ntqcstring.html#find">TQCString</a> <a href="ntqcache.html#find">TQCache</a> <a href="tqdatatable.html#find">TQDataTable</a> <a href="ntqdict.html#find">TQDict</a> <a href="ntqglcolormap.html#find">TQGLColormap</a> <a href="ntqintcache.html#find">TQIntCache</a> <a href="ntqintdict.html#find">TQIntDict</a> <a href="tqmap.html#find">TQMap</a> <a href="ntqmemarray.html#find">TQMemArray</a> <a href="ntqpixmapcache.html#find">TQPixmapCache</a> <a href="tqptrdict.html#find">TQPtrDict</a> <a href="tqptrlist.html#find">TQPtrList</a> <a href="tqptrvector.html#find">TQPtrVector</a> <a href="tqsqlrecordinfo.html#find">TQSqlRecordInfo</a> <a href="tqstring.html#find">TQString</a> <a href="ntqtextedit.html#find">TQTextEdit</a> <a href="tqvaluelist.html#find">TQValueList</a> <a href="tqwidget.html#find">TQWidget</a><li>findFirstVisibleItem: + <a href="ntqasciicache.html#find">TQAsciiCache</a> <a href="ntqasciidict.html#find">TQAsciiDict</a> <a href="ntqbuttongroup.html#find">TQButtonGroup</a> <a href="ntqcstring.html#find">TQCString</a> <a href="ntqcache.html#find">TQCache</a> <a href="tqdatatable.html#find">TQDataTable</a> <a href="ntqdict.html#find">TQDict</a> <a href="ntqglcolormap.html#find">TQGLColormap</a> <a href="ntqintcache.html#find">TQIntCache</a> <a href="ntqintdict.html#find">TQIntDict</a> <a href="tqmap.html#find">TQMap</a> <a href="ntqmemarray.html#find">TQMemArray</a> <a href="ntqpixmapcache.html#find">TQPixmapCache</a> <a href="tqptrdict.html#find">TQPtrDict</a> <a href="tqptrlist.html#find">TQPtrList</a> <a href="tqptrvector.html#find">TQPtrVector</a> <a href="tqsqlrecordinfo.html#find">TQSqlRecordInfo</a> <a href="tqstring.html#find">TQString</a> <a href="tqtextedit.html#find">TQTextEdit</a> <a href="tqvaluelist.html#find">TQValueList</a> <a href="tqwidget.html#find">TQWidget</a><li>findFirstVisibleItem: <a href="ntqiconview.html#findFirstVisibleItem">TQIconView</a><li>findIndex: <a href="tqvaluelist.html#findIndex">TQValueList</a><li>findItem: <a href="ntqiconview.html#findItem">TQIconView</a> <a href="ntqlistbox.html#findItem">TQListBox</a> <a href="ntqlistview.html#findItem">TQListView</a> <a href="ntqmenudata.html#findItem">TQMenuData</a><li>findKey: @@ -983,7 +983,7 @@ falseText: <a href="ntqdockwindow.html#fixedExtent">TQDockWindow</a><li>fixedPitch: <a href="ntqfont.html#fixedPitch">TQFont</a> <a href="ntqfontinfo.html#fixedPitch">TQFontInfo</a><li>fixup: <a href="ntqvalidator.html#fixup">TQValidator</a><li>flags: - <a href="ntqiodevice.html#flags">TQIODevice</a> <a href="ntqtextstream.html#flags">TQTextStream</a><li>flavor: + <a href="ntqiodevice.html#flags">TQIODevice</a> <a href="tqtextstream.html#flags">TQTextStream</a><li>flavor: <a href="qmacmime.html#flavor">TQMacMime</a><li>flavorFor: <a href="qmacmime.html#flavorFor">TQMacMime</a><li>flavorToMime: <a href="qmacmime.html#flavorToMime">TQMacMime</a><li>flush: @@ -991,7 +991,7 @@ falseText: <a href="ntqapplication.html#flushX">TQApplication</a><li>focusData: <a href="tqwidget.html#focusData">TQWidget</a><li>focusInEvent: <a href="tqwidget.html#focusInEvent">TQWidget</a><li>focusNextPrevChild: - <a href="ntqtextedit.html#focusNextPrevChild">TQTextEdit</a> <a href="tqwidget.html#focusNextPrevChild">TQWidget</a><li>focusOutEvent: + <a href="tqtextedit.html#focusNextPrevChild">TQTextEdit</a> <a href="tqwidget.html#focusNextPrevChild">TQWidget</a><li>focusOutEvent: <a href="tqwidget.html#focusOutEvent">TQWidget</a><li>focusPolicy: <a href="tqwidget.html#focusPolicy">TQWidget</a><li>focusProxy: <a href="tqwidget.html#focusProxy">TQWidget</a><li>focusRectPolicy: @@ -1015,8 +1015,8 @@ falseText: <a href="qdropevent.html#format">TQDropEvent</a> <a href="qglcontext.html#format">TQGLContext</a> <a href="qglwidget.html#format">TQGLWidget</a> <a href="tqimagedecoder.html#format">TQImageDecoder</a> <a href="tqimageio.html#format">TQImageIO</a> <a href="qmimesource.html#format">TQMimeSource</a><li>formatName: <a href="tqimagedecoder.html#formatName">TQImageDecoder</a> <a href="tqimageformattype.html#formatName">TQImageFormatType</a><li>formatValue: <a href="tqsqldriver.html#formatValue">TQSqlDriver</a><li>forward: - <a href="ntqtextbrowser.html#forward">TQTextBrowser</a><li>forwardAvailable: - <a href="ntqtextbrowser.html#forwardAvailable">TQTextBrowser</a><li>frame: + <a href="tqtextbrowser.html#forward">TQTextBrowser</a><li>forwardAvailable: + <a href="tqtextbrowser.html#forwardAvailable">TQTextBrowser</a><li>frame: <a href="tqcanvassprite.html#frame">TQCanvasSprite</a> <a href="ntqlineedit.html#frame">TQLineEdit</a><li>frameBuffer: <a href="qdirectpainter.html#frameBuffer">TQDirectPainter</a><li>frameChanged: <a href="ntqframe.html#frameChanged">TQFrame</a><li>frameCount: @@ -1044,7 +1044,7 @@ falseText: <a href="qdate.html#fromString">TQDate</a> <a href="ntqdatetime.html#fromString">TQDateTime</a> <a href="ntqfont.html#fromString">TQFont</a> <a href="qtime.html#fromString">TQTime</a><li>fromStringList: <a href="tqsqlindex.html#fromStringList">TQSqlIndex</a><li>fromUcs2: <a href="tqstring.html#fromUcs2">TQString</a><li>fromUnicode: - <a href="qhebrewcodec.html#fromUnicode">TQHebrewCodec</a> <a href="ntqtextcodec.html#fromUnicode">TQTextCodec</a> <a href="qtextencoder.html#fromUnicode">TQTextEncoder</a><li>fromUtf8: + <a href="qhebrewcodec.html#fromUnicode">TQHebrewCodec</a> <a href="tqtextcodec.html#fromUnicode">TQTextCodec</a> <a href="tqtextencoder.html#fromUnicode">TQTextEncoder</a><li>fromUtf8: <a href="tqstring.html#fromUtf8">TQString</a><li>front: <a href="tqvaluelist.html#front">TQValueList</a> <a href="tqvaluevector.html#front">TQValueVector</a><li>fullPage: <a href="ntqprinter.html#fullPage">TQPrinter</a><li>fullSpan: @@ -1057,7 +1057,7 @@ gamma: <a href="qlayoutitem.html#geometry">TQLayoutItem</a> <a href="tqwidget.html#geometry">TQWidget</a><li>get: <a href="qfontmanager.html#get">TQFontManager</a> <a href="ntqftp.html#get">TQFtp</a> <a href="ntqhttp.html#get">TQHttp</a> <a href="ntqurloperator.html#get">TQUrlOperator</a><li>getColor: <a href="ntqcolordialog.html#getColor">TQColorDialog</a><li>getCursorPosition: - <a href="ntqtextedit.html#getCursorPosition">TQTextEdit</a><li>getDouble: + <a href="tqtextedit.html#getCursorPosition">TQTextEdit</a><li>getDouble: <a href="ntqinputdialog.html#getDouble">TQInputDialog</a><li>getExistingDirectory: <a href="ntqfiledialog.html#getExistingDirectory">TQFileDialog</a><li>getFirst: <a href="tqptrlist.html#getFirst">TQPtrList</a><li>getFont: @@ -1081,7 +1081,7 @@ gamma: <a href="ntqcolor.html#getRgb">TQColor</a><li>getRgba: <a href="ntqcolordialog.html#getRgba">TQColorDialog</a><li>getSaveFileName: <a href="ntqfiledialog.html#getSaveFileName">TQFileDialog</a><li>getSelection: - <a href="ntqtextedit.html#getSelection">TQTextEdit</a><li>getText: + <a href="tqtextedit.html#getSelection">TQTextEdit</a><li>getText: <a href="ntqinputdialog.html#getText">TQInputDialog</a><li>getURL: <a href="qnpinstance.html#getURL">TQNPInstance</a><li>getURLNotify: <a href="qnpinstance.html#getURLNotify">TQNPInstance</a><li>getValidRect: @@ -1158,7 +1158,7 @@ hScrollBarMode: <a href="tqxmlreader.html#hasProperty">TQXmlReader</a><li>hasRef: <a href="ntqurl.html#hasRef">TQUrl</a><li>hasScaledContents: <a href="ntqlabel.html#hasScaledContents">TQLabel</a><li>hasSelectedText: - <a href="ntqlineedit.html#hasSelectedText">TQLineEdit</a> <a href="ntqtextedit.html#hasSelectedText">TQTextEdit</a><li>hasStaticBackground: + <a href="ntqlineedit.html#hasSelectedText">TQLineEdit</a> <a href="tqtextedit.html#hasSelectedText">TQTextEdit</a><li>hasStaticBackground: <a href="ntqscrollview.html#hasStaticBackground">TQScrollView</a><li>hasStockEvents: <a href="qaxfactory.html#hasStockEvents">TQAxFactory</a><li>hasUser: <a href="ntqurl.html#hasUser">TQUrl</a><li>hasViewXForm: @@ -1170,14 +1170,14 @@ hScrollBarMode: <a href="qstyleoption.html#headerSection">TQStyleOption</a><li>headerWidth: <a href="ntqheader.html#headerWidth">TQHeader</a><li>height: <a href="tqcanvas.html#height">TQCanvas</a> <a href="tqcanvasellipse.html#height">TQCanvasEllipse</a> <a href="tqcanvasrectangle.html#height">TQCanvasRectangle</a> <a href="tqcanvassprite.html#height">TQCanvasSprite</a> <a href="qdirectpainter.html#height">TQDirectPainter</a> <a href="ntqfontmetrics.html#height">TQFontMetrics</a> <a href="qiconviewitem.html#height">TQIconViewItem</a> <a href="tqimage.html#height">TQImage</a> <a href="qlistboxitem.html#height">TQListBoxItem</a> <a href="qlistboxpixmap.html#height">TQListBoxPixmap</a> <a href="qlistboxtext.html#height">TQListBoxText</a> <a href="qlistviewitem.html#height">TQListViewItem</a> <a href="ntqpaintdevicemetrics.html#height">TQPaintDeviceMetrics</a> <a href="ntqpixmap.html#height">TQPixmap</a> <a href="ntqrect.html#height">TQRect</a> <a href="qscreen.html#height">TQScreen</a> <a href="ntqsimplerichtext.html#height">TQSimpleRichText</a> <a href="ntqsize.html#height">TQSize</a> <a href="tqwidget.html#height">TQWidget</a><li>heightForWidth: - <a href="qboxlayout.html#heightForWidth">TQBoxLayout</a> <a href="qgridlayout.html#heightForWidth">TQGridLayout</a> <a href="qlayoutitem.html#heightForWidth">TQLayoutItem</a> <a href="ntqmenubar.html#heightForWidth">TQMenuBar</a> <a href="ntqtextedit.html#heightForWidth">TQTextEdit</a> <a href="tqwidget.html#heightForWidth">TQWidget</a><li>heightMM: + <a href="qboxlayout.html#heightForWidth">TQBoxLayout</a> <a href="qgridlayout.html#heightForWidth">TQGridLayout</a> <a href="qlayoutitem.html#heightForWidth">TQLayoutItem</a> <a href="ntqmenubar.html#heightForWidth">TQMenuBar</a> <a href="tqtextedit.html#heightForWidth">TQTextEdit</a> <a href="tqwidget.html#heightForWidth">TQWidget</a><li>heightMM: <a href="ntqpaintdevicemetrics.html#heightMM">TQPaintDeviceMetrics</a><li>help: <a href="ntqwizard.html#help">TQWizard</a><li>helpButton: <a href="ntqwizard.html#helpButton">TQWizard</a><li>helpButtonPressed: <a href="ntqtabdialog.html#helpButtonPressed">TQTabDialog</a><li>helpClicked: <a href="ntqwizard.html#helpClicked">TQWizard</a><li>heuristicContentMatch: - <a href="ntqtextcodec.html#heuristicContentMatch">TQTextCodec</a><li>heuristicNameMatch: - <a href="ntqtextcodec.html#heuristicNameMatch">TQTextCodec</a><li>hide: + <a href="tqtextcodec.html#heuristicContentMatch">TQTextCodec</a><li>heuristicNameMatch: + <a href="tqtextcodec.html#heuristicNameMatch">TQTextCodec</a><li>hide: <a href="tqcanvasitem.html#hide">TQCanvasItem</a> <a href="ntqmenubar.html#hide">TQMenuBar</a> <a href="ntqtooltip.html#hide">TQToolTip</a> <a href="qwswindow.html#hide">TQWSWindow</a> <a href="tqwidget.html#hide">TQWidget</a><li>hideColumn: <a href="ntqlistview.html#hideColumn">TQListView</a> <a href="ntqtable.html#hideColumn">TQTable</a><li>hideEvent: <a href="ntqscrollbar.html#hideEvent">TQScrollBar</a> <a href="tqwidget.html#hideEvent">TQWidget</a><li>hideOrShow: @@ -1186,10 +1186,10 @@ hScrollBarMode: <a href="tqobject.html#highPriority">TQObject</a><li>highlight: <a href="qcolorgroup.html#highlight">TQColorGroup</a><li>highlightParagraph: <a href="ntqsyntaxhighlighter.html#highlightParagraph">TQSyntaxHighlighter</a><li>highlighted: - <a href="ntqcombobox.html#highlighted">TQComboBox</a> <a href="ntqlistbox.html#highlighted">TQListBox</a> <a href="ntqmenubar.html#highlighted">TQMenuBar</a> <a href="ntqpopupmenu.html#highlighted">TQPopupMenu</a> <a href="ntqtextbrowser.html#highlighted">TQTextBrowser</a><li>highlightedText: + <a href="ntqcombobox.html#highlighted">TQComboBox</a> <a href="ntqlistbox.html#highlighted">TQListBox</a> <a href="ntqmenubar.html#highlighted">TQMenuBar</a> <a href="ntqpopupmenu.html#highlighted">TQPopupMenu</a> <a href="tqtextbrowser.html#highlighted">TQTextBrowser</a><li>highlightedText: <a href="qcolorgroup.html#highlightedText">TQColorGroup</a><li>hitButton: <a href="ntqbutton.html#hitButton">TQButton</a><li>home: - <a href="ntqdir.html#home">TQDir</a> <a href="ntqfocusdata.html#home">TQFocusData</a> <a href="ntqlineedit.html#home">TQLineEdit</a> <a href="ntqmultilineedit.html#home">TQMultiLineEdit</a> <a href="ntqtextbrowser.html#home">TQTextBrowser</a><li>homeDirPath: + <a href="ntqdir.html#home">TQDir</a> <a href="ntqfocusdata.html#home">TQFocusData</a> <a href="ntqlineedit.html#home">TQLineEdit</a> <a href="ntqmultilineedit.html#home">TQMultiLineEdit</a> <a href="tqtextbrowser.html#home">TQTextBrowser</a><li>homeDirPath: <a href="ntqdir.html#homeDirPath">TQDir</a><li>horData: <a href="ntqsizepolicy.html#horData">TQSizePolicy</a><li>horStretch: <a href="ntqsizepolicy.html#horStretch">TQSizePolicy</a><li>horizontalAlignment: @@ -1253,10 +1253,10 @@ icon: <a href="tqimage.html#inputFormatList">TQImage</a><li>inputFormats: <a href="tqimage.html#inputFormats">TQImage</a> <a href="tqimagedecoder.html#inputFormats">TQImageDecoder</a> <a href="tqimageio.html#inputFormats">TQImageIO</a><li>inputMask: <a href="ntqlineedit.html#inputMask">TQLineEdit</a><li>insert: - <a href="ntqasciicache.html#insert">TQAsciiCache</a> <a href="ntqasciidict.html#insert">TQAsciiDict</a> <a href="ntqbuttongroup.html#insert">TQButtonGroup</a> <a href="ntqcstring.html#insert">TQCString</a> <a href="ntqcache.html#insert">TQCache</a> <a href="tqdatabrowser.html#insert">TQDataBrowser</a> <a href="ntqdict.html#insert">TQDict</a> <a href="ntqintcache.html#insert">TQIntCache</a> <a href="ntqintdict.html#insert">TQIntDict</a> <a href="ntqlineedit.html#insert">TQLineEdit</a> <a href="tqmap.html#insert">TQMap</a> <a href="ntqpixmapcache.html#insert">TQPixmapCache</a> <a href="tqptrdict.html#insert">TQPtrDict</a> <a href="tqptrlist.html#insert">TQPtrList</a> <a href="tqptrvector.html#insert">TQPtrVector</a> <a href="tqsqlcursor.html#insert">TQSqlCursor</a> <a href="tqsqlform.html#insert">TQSqlForm</a> <a href="tqsqlpropertymap.html#insert">TQSqlPropertyMap</a> <a href="tqsqlrecord.html#insert">TQSqlRecord</a> <a href="tqstring.html#insert">TQString</a> <a href="ntqtextedit.html#insert">TQTextEdit</a> <a href="ntqtranslator.html#insert">TQTranslator</a> <a href="tqvaluelist.html#insert">TQValueList</a> <a href="tqvaluevector.html#insert">TQValueVector</a><li>insertAfter: + <a href="ntqasciicache.html#insert">TQAsciiCache</a> <a href="ntqasciidict.html#insert">TQAsciiDict</a> <a href="ntqbuttongroup.html#insert">TQButtonGroup</a> <a href="ntqcstring.html#insert">TQCString</a> <a href="ntqcache.html#insert">TQCache</a> <a href="tqdatabrowser.html#insert">TQDataBrowser</a> <a href="ntqdict.html#insert">TQDict</a> <a href="ntqintcache.html#insert">TQIntCache</a> <a href="ntqintdict.html#insert">TQIntDict</a> <a href="ntqlineedit.html#insert">TQLineEdit</a> <a href="tqmap.html#insert">TQMap</a> <a href="ntqpixmapcache.html#insert">TQPixmapCache</a> <a href="tqptrdict.html#insert">TQPtrDict</a> <a href="tqptrlist.html#insert">TQPtrList</a> <a href="tqptrvector.html#insert">TQPtrVector</a> <a href="tqsqlcursor.html#insert">TQSqlCursor</a> <a href="tqsqlform.html#insert">TQSqlForm</a> <a href="tqsqlpropertymap.html#insert">TQSqlPropertyMap</a> <a href="tqsqlrecord.html#insert">TQSqlRecord</a> <a href="tqstring.html#insert">TQString</a> <a href="tqtextedit.html#insert">TQTextEdit</a> <a href="ntqtranslator.html#insert">TQTranslator</a> <a href="tqvaluelist.html#insert">TQValueList</a> <a href="tqvaluevector.html#insert">TQValueVector</a><li>insertAfter: <a href="tqdomnode.html#insertAfter">TQDomNode</a><li>insertAndMark: <a href="ntqmultilineedit.html#insertAndMark">TQMultiLineEdit</a><li>insertAt: - <a href="ntqmultilineedit.html#insertAt">TQMultiLineEdit</a> <a href="ntqtextedit.html#insertAt">TQTextEdit</a><li>insertBefore: + <a href="ntqmultilineedit.html#insertAt">TQMultiLineEdit</a> <a href="tqtextedit.html#insertAt">TQTextEdit</a><li>insertBefore: <a href="tqdomnode.html#insertBefore">TQDomNode</a><li>insertChild: <a href="tqobject.html#insertChild">TQObject</a><li>insertColumns: <a href="ntqtable.html#insertColumns">TQTable</a><li>insertCurrent: @@ -1267,7 +1267,7 @@ icon: <a href="qboxlayout.html#insertLayout">TQBoxLayout</a><li>insertLine: <a href="ntqmultilineedit.html#insertLine">TQMultiLineEdit</a><li>insertPage: <a href="ntqwizard.html#insertPage">TQWizard</a><li>insertParagraph: - <a href="ntqtextedit.html#insertParagraph">TQTextEdit</a><li>insertRows: + <a href="tqtextedit.html#insertParagraph">TQTextEdit</a><li>insertRows: <a href="ntqtable.html#insertRows">TQTable</a><li>insertSearchPath: <a href="ntqsettings.html#insertSearchPath">TQSettings</a><li>insertSeparator: <a href="ntqmenudata.html#insertSeparator">TQMenuBar</a> <a href="ntqmenudata.html#insertSeparator">TQMenuData</a> <a href="ntqmenudata.html#insertSeparator">TQPopupMenu</a><li>insertSpacing: @@ -1404,7 +1404,7 @@ icon: <a href="tqwidget.html#isMaximized">TQWidget</a><li>isMinimized: <a href="tqwidget.html#isMinimized">TQWidget</a><li>isModal: <a href="ntqdialog.html#isModal">TQDialog</a> <a href="tqwidget.html#isModal">TQWidget</a><li>isModified: - <a href="ntqlineedit.html#isModified">TQLineEdit</a> <a href="ntqtextedit.html#isModified">TQTextEdit</a><li>isMovingEnabled: + <a href="ntqlineedit.html#isModified">TQLineEdit</a> <a href="tqtextedit.html#isModified">TQTextEdit</a><li>isMovingEnabled: <a href="ntqdockwindow.html#isMovingEnabled">TQDockWindow</a> <a href="ntqheader.html#isMovingEnabled">TQHeader</a><li>isNotation: <a href="tqdomnode.html#isNotation">TQDomNode</a> <a href="tqdomnotation.html#isNotation">TQDomNotation</a><li>isNull: <a href="qaxbase.html#isNull">TQAxBase</a> <a href="ntqcstring.html#isNull">TQCString</a> <a href="qchar.html#isNull">TQChar</a> <a href="qdate.html#isNull">TQDate</a> <a href="ntqdatetime.html#isNull">TQDateTime</a> <a href="tqdomimplementation.html#isNull">TQDomImplementation</a> <a href="tqdomnode.html#isNull">TQDomNode</a> <a href="ntqguardedptr.html#isNull">TQGuardedPtr</a> <a href="ntqhostaddress.html#isNull">TQHostAddress</a> <a href="ntqiconset.html#isNull">TQIconSet</a> <a href="tqimage.html#isNull">TQImage</a> <a href="ntqmemarray.html#isNull">TQMemArray</a> <a href="ntqmovie.html#isNull">TQMovie</a> <a href="ntqpicture.html#isNull">TQPicture</a> <a href="ntqpixmap.html#isNull">TQPixmap</a> <a href="ntqpoint.html#isNull">TQPoint</a> <a href="tqptrvector.html#isNull">TQPtrVector</a> <a href="ntqrect.html#isNull">TQRect</a> <a href="ntqregion.html#isNull">TQRegion</a> <a href="ntqsize.html#isNull">TQSize</a> <a href="tqsqlcursor.html#isNull">TQSqlCursor</a> <a href="tqsqlfield.html#isNull">TQSqlField</a> <a href="tqsqlquery.html#isNull">TQSqlQuery</a> <a href="tqsqlrecord.html#isNull">TQSqlRecord</a> <a href="tqsqlresult.html#isNull">TQSqlResult</a> <a href="tqstring.html#isNull">TQString</a> <a href="qtime.html#isNull">TQTime</a> <a href="ntquuid.html#isNull">TQUuid</a> <a href="ntqvariant.html#isNull">TQVariant</a><li>isNumber: @@ -1413,7 +1413,7 @@ icon: <a href="ntqassistantclient.html#isOpen">TQAssistantClient</a> <a href="ntqiodevice.html#isOpen">TQIODevice</a> <a href="ntqlistview.html#isOpen">TQListView</a> <a href="qlistviewitem.html#isOpen">TQListViewItem</a> <a href="tqsqldatabase.html#isOpen">TQSqlDatabase</a> <a href="tqsqldriver.html#isOpen">TQSqlDriver</a><li>isOpenError: <a href="tqsqldatabase.html#isOpenError">TQSqlDatabase</a> <a href="tqsqldriver.html#isOpenError">TQSqlDriver</a><li>isOptionEnabled: <a href="ntqprinter.html#isOptionEnabled">TQPrinter</a><li>isOverwriteMode: - <a href="ntqtextedit.html#isOverwriteMode">TQTextEdit</a><li>isPartiallyObscured: + <a href="tqtextedit.html#isOverwriteMode">TQTextEdit</a><li>isPartiallyObscured: <a href="qwswindow.html#isPartiallyObscured">TQWSWindow</a><li>isPhase2: <a href="ntqsessionmanager.html#isPhase2">TQSessionManager</a><li>isPopup: <a href="tqwidget.html#isPopup">TQWidget</a><li>isPrint: @@ -1424,10 +1424,10 @@ icon: <a href="ntqpixmap.html#isTQBitmap">TQPixmap</a><li>isRadioButtonExclusive: <a href="ntqbuttongroup.html#isRadioButtonExclusive">TQButtonGroup</a><li>isRaw: <a href="ntqiodevice.html#isRaw">TQIODevice</a><li>isReadOnly: - <a href="tqdatabrowser.html#isReadOnly">TQDataBrowser</a> <a href="ntqlineedit.html#isReadOnly">TQLineEdit</a> <a href="tqsqlcursor.html#isReadOnly">TQSqlCursor</a> <a href="tqsqlfield.html#isReadOnly">TQSqlField</a> <a href="ntqtable.html#isReadOnly">TQTable</a> <a href="ntqtextedit.html#isReadOnly">TQTextEdit</a><li>isReadWrite: + <a href="tqdatabrowser.html#isReadOnly">TQDataBrowser</a> <a href="ntqlineedit.html#isReadOnly">TQLineEdit</a> <a href="tqsqlcursor.html#isReadOnly">TQSqlCursor</a> <a href="tqsqlfield.html#isReadOnly">TQSqlField</a> <a href="ntqtable.html#isReadOnly">TQTable</a> <a href="tqtextedit.html#isReadOnly">TQTextEdit</a><li>isReadWrite: <a href="ntqiodevice.html#isReadWrite">TQIODevice</a><li>isReadable: <a href="ntqdir.html#isReadable">TQDir</a> <a href="ntqfileinfo.html#isReadable">TQFileInfo</a> <a href="ntqiodevice.html#isReadable">TQIODevice</a> <a href="ntqurlinfo.html#isReadable">TQUrlInfo</a><li>isRedoAvailable: - <a href="ntqlineedit.html#isRedoAvailable">TQLineEdit</a> <a href="ntqtextedit.html#isRedoAvailable">TQTextEdit</a><li>isRegistered: + <a href="ntqlineedit.html#isRedoAvailable">TQLineEdit</a> <a href="tqtextedit.html#isRedoAvailable">TQTextEdit</a><li>isRegistered: <a href="qcopchannel.html#isRegistered">TQCopChannel</a><li>isRelative: <a href="ntqdir.html#isRelative">TQDir</a> <a href="ntqfileinfo.html#isRelative">TQFileInfo</a><li>isRelativePath: <a href="ntqdir.html#isRelativePath">TQDir</a><li>isRelativeUrl: @@ -1474,8 +1474,8 @@ icon: <a href="tqsqlfieldinfo.html#isTrim">TQSqlFieldInfo</a><li>isTrimmed: <a href="tqsqlcursor.html#isTrimmed">TQSqlCursor</a><li>isTristate: <a href="ntqcheckbox.html#isTristate">TQCheckBox</a> <a href="qchecklistitem.html#isTristate">TQCheckListItem</a><li>isUndoAvailable: - <a href="ntqlineedit.html#isUndoAvailable">TQLineEdit</a> <a href="ntqtextedit.html#isUndoAvailable">TQTextEdit</a><li>isUndoRedoEnabled: - <a href="ntqtextedit.html#isUndoRedoEnabled">TQTextEdit</a><li>isUpdatesEnabled: + <a href="ntqlineedit.html#isUndoAvailable">TQLineEdit</a> <a href="tqtextedit.html#isUndoAvailable">TQTextEdit</a><li>isUndoRedoEnabled: + <a href="tqtextedit.html#isUndoRedoEnabled">TQTextEdit</a><li>isUpdatesEnabled: <a href="tqwidget.html#isUpdatesEnabled">TQWidget</a><li>isValid: <a href="qaccessibleinterface.html#isValid">TQAccessibleInterface</a> <a href="qaxscriptengine.html#isValid">TQAxScriptEngine</a> <a href="tqcanvaspixmaparray.html#isValid">TQCanvasPixmapArray</a> <a href="tqcanvaspolygonalitem.html#isValid">TQCanvasPolygonalItem</a> <a href="ntqcolor.html#isValid">TQColor</a> <a href="qdate.html#isValid">TQDate</a> <a href="ntqdatetime.html#isValid">TQDateTime</a> <a href="qglcontext.html#isValid">TQGLContext</a> <a href="qglwidget.html#isValid">TQGLWidget</a> <a href="qhttpheader.html#isValid">TQHttpHeader</a> <a href="ntqrect.html#isValid">TQRect</a> <a href="ntqregexp.html#isValid">TQRegExp</a> <a href="ntqsize.html#isValid">TQSize</a> <a href="ntqsocketdevice.html#isValid">TQSocketDevice</a> <a href="tqsqlquery.html#isValid">TQSqlQuery</a> <a href="tqsqlresult.html#isValid">TQSqlResult</a> <a href="qtime.html#isValid">TQTime</a> <a href="ntqurl.html#isValid">TQUrl</a> <a href="ntqurlinfo.html#isValid">TQUrlInfo</a> <a href="ntqvariant.html#isValid">TQVariant</a><li>isVerticalSliderPressed: <a href="ntqscrollview.html#isVerticalSliderPressed">TQScrollView</a><li>isVerticallyStretchable: @@ -1486,7 +1486,7 @@ icon: <a href="tqobject.html#isWidgetType">TQObject</a><li>isWorking: <a href="ntqdns.html#isWorking">TQDns</a><li>isWritable: <a href="ntqfileinfo.html#isWritable">TQFileInfo</a> <a href="ntqiodevice.html#isWritable">TQIODevice</a> <a href="ntqurlinfo.html#isWritable">TQUrlInfo</a><li>italic: - <a href="ntqfont.html#italic">TQFont</a> <a href="ntqfontdatabase.html#italic">TQFontDatabase</a> <a href="ntqfontinfo.html#italic">TQFontInfo</a> <a href="ntqtextedit.html#italic">TQTextEdit</a><li>item: + <a href="ntqfont.html#italic">TQFont</a> <a href="ntqfontdatabase.html#italic">TQFontDatabase</a> <a href="ntqfontinfo.html#italic">TQFontInfo</a> <a href="tqtextedit.html#italic">TQTextEdit</a><li>item: <a href="tqdomnamednodemap.html#item">TQDomNamedNodeMap</a> <a href="tqdomnodelist.html#item">TQDomNodeList</a> <a href="ntqlistbox.html#item">TQListBox</a> <a href="ntqstylesheet.html#item">TQStyleSheet</a> <a href="ntqtable.html#item">TQTable</a> <a href="ntqtoolbox.html#item">TQToolBox</a><li>itemAbove: <a href="qlistviewitem.html#itemAbove">TQListViewItem</a><li>itemAt: <a href="ntqlistbox.html#itemAt">TQListBox</a> <a href="ntqlistview.html#itemAt">TQListView</a><li>itemBelow: @@ -1516,7 +1516,7 @@ join: key: <a href="ntqaccel.html#key">TQAccel</a> <a href="ntqfont.html#key">TQFont</a> <a href="qiconviewitem.html#key">TQIconViewItem</a> <a href="qkeyevent.html#key">TQKeyEvent</a> <a href="qlistviewitem.html#key">TQListViewItem</a> <a href="tqmapconstiterator.html#key">TQMapConstIterator</a> <a href="tqmapiterator.html#key">TQMapIterator</a> <a href="qtableitem.html#key">TQTableItem</a><li>keyMap: <a href="qwsserver.html#keyMap">TQWSServer</a><li>keyPressEvent: - <a href="ntqlineedit.html#keyPressEvent">TQLineEdit</a> <a href="ntqtextbrowser.html#keyPressEvent">TQTextBrowser</a> <a href="ntqtextedit.html#keyPressEvent">TQTextEdit</a> <a href="tqwidget.html#keyPressEvent">TQWidget</a><li>keyReleaseEvent: + <a href="ntqlineedit.html#keyPressEvent">TQLineEdit</a> <a href="tqtextbrowser.html#keyPressEvent">TQTextBrowser</a> <a href="tqtextedit.html#keyPressEvent">TQTextEdit</a> <a href="tqwidget.html#keyPressEvent">TQWidget</a><li>keyReleaseEvent: <a href="tqwidget.html#keyReleaseEvent">TQWidget</a><li>keyToValue: <a href="qmetaproperty.html#keyToValue">TQMetaProperty</a><li>keyboardFocusTab: <a href="ntqtabbar.html#keyboardFocusTab">TQTabBar</a><li>keyboardGrabber: @@ -1566,7 +1566,7 @@ label: <a href="tqcanvassprite.html#leftEdge">TQCanvasSprite</a><li>leftJustify: <a href="ntqcstring.html#leftJustify">TQCString</a> <a href="tqstring.html#leftJustify">TQString</a><li>leftMargin: <a href="ntqscrollview.html#leftMargin">TQScrollView</a><li>length: - <a href="ntqcstring.html#length">TQCString</a> <a href="tqdomcharacterdata.html#length">TQDomCharacterData</a> <a href="tqdomnamednodemap.html#length">TQDomNamedNodeMap</a> <a href="tqdomnodelist.html#length">TQDomNodeList</a> <a href="tqsqlfieldinfo.html#length">TQSqlFieldInfo</a> <a href="tqstring.html#length">TQString</a> <a href="ntqtextedit.html#length">TQTextEdit</a> <a href="tqxmlattributes.html#length">TQXmlAttributes</a><li>lessThan: + <a href="ntqcstring.html#length">TQCString</a> <a href="tqdomcharacterdata.html#length">TQDomCharacterData</a> <a href="tqdomnamednodemap.html#length">TQDomNamedNodeMap</a> <a href="tqdomnodelist.html#length">TQDomNodeList</a> <a href="tqsqlfieldinfo.html#length">TQSqlFieldInfo</a> <a href="tqstring.html#length">TQString</a> <a href="tqtextedit.html#length">TQTextEdit</a> <a href="tqxmlattributes.html#length">TQXmlAttributes</a><li>lessThan: <a href="ntqurlinfo.html#lessThan">TQUrlInfo</a><li>lexicalHandler: <a href="tqxmlreader.html#lexicalHandler">TQXmlReader</a><li>library: <a href="ntqlibrary.html#library">TQLibrary</a><li>libraryPaths: @@ -1576,18 +1576,18 @@ label: <a href="ntqcombobox.html#lineEdit">TQComboBox</a><li>lineLength: <a href="ntqmultilineedit.html#lineLength">TQMultiLineEdit</a><li>lineNumber: <a href="tqxmllocator.html#lineNumber">TQXmlLocator</a> <a href="tqxmlparseexception.html#lineNumber">TQXmlParseException</a><li>lineOfChar: - <a href="ntqtextedit.html#lineOfChar">TQTextEdit</a><li>lineSpacing: + <a href="tqtextedit.html#lineOfChar">TQTextEdit</a><li>lineSpacing: <a href="ntqfontmetrics.html#lineSpacing">TQFontMetrics</a><li>lineStep: <a href="ntqdial.html#lineStep">TQDial</a> <a href="qdirectpainter.html#lineStep">TQDirectPainter</a> <a href="ntqrangecontrol.html#lineStep">TQRangeControl</a> <a href="ntqscrollbar.html#lineStep">TQScrollBar</a> <a href="ntqslider.html#lineStep">TQSlider</a> <a href="ntqspinbox.html#lineStep">TQSpinBox</a><li>lineUp: <a href="ntqdockarea.html#lineUp">TQDockArea</a><li>lineUpDockWindows: <a href="ntqmainwindow.html#lineUpDockWindows">TQMainWindow</a><li>lineWidth: <a href="ntqfontmetrics.html#lineWidth">TQFontMetrics</a> <a href="ntqframe.html#lineWidth">TQFrame</a> <a href="qstyleoption.html#lineWidth">TQStyleOption</a><li>lines: - <a href="ntqtextedit.html#lines">TQTextEdit</a><li>linesOfParagraph: - <a href="ntqtextedit.html#linesOfParagraph">TQTextEdit</a><li>linestep: + <a href="tqtextedit.html#lines">TQTextEdit</a><li>linesOfParagraph: + <a href="tqtextedit.html#linesOfParagraph">TQTextEdit</a><li>linestep: <a href="qscreen.html#linestep">TQScreen</a><li>link: <a href="qcolorgroup.html#link">TQColorGroup</a><li>linkClicked: - <a href="ntqtextbrowser.html#linkClicked">TQTextBrowser</a><li>linkUnderline: - <a href="ntqtextedit.html#linkUnderline">TQTextEdit</a><li>linkVisited: + <a href="tqtextbrowser.html#linkClicked">TQTextBrowser</a><li>linkUnderline: + <a href="tqtextedit.html#linkUnderline">TQTextEdit</a><li>linkVisited: <a href="qcolorgroup.html#linkVisited">TQColorGroup</a><li>list: <a href="ntqftp.html#list">TQFtp</a><li>listBox: <a href="ntqcombobox.html#listBox">TQComboBox</a> <a href="qlistboxitem.html#listBox">TQListBoxItem</a><li>listChildren: @@ -1598,15 +1598,15 @@ label: <a href="qstyleoption.html#listViewItem">TQStyleOption</a><li>listen: <a href="ntqsocketdevice.html#listen">TQSocketDevice</a><li>load: <a href="qaxscript.html#load">TQAxScript</a> <a href="qaxscriptmanager.html#load">TQAxScriptManager</a> <a href="tqimage.html#load">TQImage</a> <a href="ntqlibrary.html#load">TQLibrary</a> <a href="ntqpicture.html#load">TQPicture</a> <a href="ntqpixmap.html#load">TQPixmap</a> <a href="ntqtranslator.html#load">TQTranslator</a><li>loadCharmap: - <a href="ntqtextcodec.html#loadCharmap">TQTextCodec</a><li>loadCharmapFile: - <a href="ntqtextcodec.html#loadCharmapFile">TQTextCodec</a><li>loadFromData: + <a href="tqtextcodec.html#loadCharmap">TQTextCodec</a><li>loadCharmapFile: + <a href="tqtextcodec.html#loadCharmapFile">TQTextCodec</a><li>loadFromData: <a href="tqimage.html#loadFromData">TQImage</a> <a href="ntqpixmap.html#loadFromData">TQPixmap</a><li>loadImages: <a href="tqwidgetfactory.html#loadImages">TQWidgetFactory</a><li>local8Bit: <a href="tqstring.html#local8Bit">TQString</a><li>localData: <a href="ntqthreadstorage.html#localData">TQThreadStorage</a><li>localFileToUri: <a href="quridrag.html#localFileToUri">TQUriDrag</a><li>localName: <a href="tqdomnode.html#localName">TQDomNode</a> <a href="tqxmlattributes.html#localName">TQXmlAttributes</a><li>locale: - <a href="ntqtextcodec.html#locale">TQTextCodec</a><li>localeAwareCompare: + <a href="tqtextcodec.html#locale">TQTextCodec</a><li>localeAwareCompare: <a href="tqstring.html#localeAwareCompare">TQString</a><li>lock: <a href="ntqapplication.html#lock">TQApplication</a> <a href="ntqmutex.html#lock">TQMutex</a><li>locked: <a href="ntqapplication.html#locked">TQApplication</a> <a href="ntqmutex.html#locked">TQMutex</a><li>logicalDpiX: @@ -1636,9 +1636,9 @@ m11: <a href="qmimesourcefactory.html#makeAbsolute">TQMimeSourceFactory</a><li>makeArc: <a href="ntqpointarray.html#makeArc">TQPointArray</a><li>makeCurrent: <a href="qglcontext.html#makeCurrent">TQGLContext</a> <a href="qglwidget.html#makeCurrent">TQGLWidget</a><li>makeDecoder: - <a href="ntqtextcodec.html#makeDecoder">TQTextCodec</a><li>makeEllipse: + <a href="tqtextcodec.html#makeDecoder">TQTextCodec</a><li>makeEllipse: <a href="ntqpointarray.html#makeEllipse">TQPointArray</a><li>makeEncoder: - <a href="ntqtextcodec.html#makeEncoder">TQTextCodec</a><li>makeOverlayCurrent: + <a href="tqtextcodec.html#makeEncoder">TQTextCodec</a><li>makeOverlayCurrent: <a href="qglwidget.html#makeOverlayCurrent">TQGLWidget</a><li>makeRowLayout: <a href="ntqiconview.html#makeRowLayout">TQIconView</a><li>manager: <a href="qwsserver.html#manager">TQWSServer</a><li>manhattanLength: @@ -1675,7 +1675,7 @@ m11: <a href="ntqiconview.html#maxItemTextLength">TQIconView</a><li>maxItemWidth: <a href="ntqiconview.html#maxItemWidth">TQIconView</a> <a href="ntqlistbox.html#maxItemWidth">TQListBox</a><li>maxLength: <a href="ntqlineedit.html#maxLength">TQLineEdit</a><li>maxLogLines: - <a href="ntqtextedit.html#maxLogLines">TQTextEdit</a><li>maxPage: + <a href="tqtextedit.html#maxLogLines">TQTextEdit</a><li>maxPage: <a href="ntqprinter.html#maxPage">TQPrinter</a><li>maxValue: <a href="qdateedit.html#maxValue">TQDateEdit</a> <a href="ntqdial.html#maxValue">TQDial</a> <a href="ntqrangecontrol.html#maxValue">TQRangeControl</a> <a href="ntqscrollbar.html#maxValue">TQScrollBar</a> <a href="ntqslider.html#maxValue">TQSlider</a> <a href="ntqspinbox.html#maxValue">TQSpinBox</a> <a href="qtimeedit.html#maxValue">TQTimeEdit</a><li>maxWidth: <a href="ntqfontmetrics.html#maxWidth">TQFontMetrics</a><li>maximize: @@ -1704,16 +1704,16 @@ m11: <a href="qaxfactory.html#metaObject">TQAxFactory</a> <a href="tqobject.html#metaObject">TQObject</a><li>method: <a href="qhttprequestheader.html#method">TQHttpRequestHeader</a><li>metric: <a href="ntqpicture.html#metric">TQPicture</a> <a href="ntqpixmap.html#metric">TQPixmap</a> <a href="tqwidget.html#metric">TQWidget</a><li>mibEnum: - <a href="ntqeucjpcodec.html#mibEnum">TQEucJpCodec</a> <a href="ntqtextcodec.html#mibEnum">TQTextCodec</a><li>mibEnums: - <a href="ntqtextcodecplugin.html#mibEnums">TQTextCodecPlugin</a><li>microFocusHint: + <a href="ntqeucjpcodec.html#mibEnum">TQEucJpCodec</a> <a href="tqtextcodec.html#mibEnum">TQTextCodec</a><li>mibEnums: + <a href="tqtextcodecplugin.html#mibEnums">TQTextCodecPlugin</a><li>microFocusHint: <a href="tqwidget.html#microFocusHint">TQWidget</a><li>mid: <a href="ntqcstring.html#mid">TQCString</a> <a href="qcolorgroup.html#mid">TQColorGroup</a> <a href="tqstring.html#mid">TQString</a><li>midLineWidth: <a href="ntqframe.html#midLineWidth">TQFrame</a> <a href="qstyleoption.html#midLineWidth">TQStyleOption</a><li>midlight: <a href="qcolorgroup.html#midlight">TQColorGroup</a><li>mightBeRichText: <a href="ntqstylesheet.html#mightBeRichText">TQStyleSheet</a><li>mimeFor: <a href="qmacmime.html#mimeFor">TQMacMime</a> <a href="qwindowsmime.html#mimeFor">TQWindowsMime</a><li>mimeName: - <a href="ntqeucjpcodec.html#mimeName">TQEucJpCodec</a> <a href="ntqeuckrcodec.html#mimeName">TQEucKrCodec</a> <a href="qhebrewcodec.html#mimeName">TQHebrewCodec</a> <a href="ntqjiscodec.html#mimeName">TQJisCodec</a> <a href="ntqsjiscodec.html#mimeName">TQSjisCodec</a> <a href="ntqtextcodec.html#mimeName">TQTextCodec</a><li>mimeSourceFactory: - <a href="ntqtextedit.html#mimeSourceFactory">TQTextEdit</a><li>minLeftBearing: + <a href="ntqeucjpcodec.html#mimeName">TQEucJpCodec</a> <a href="ntqeuckrcodec.html#mimeName">TQEucKrCodec</a> <a href="qhebrewcodec.html#mimeName">TQHebrewCodec</a> <a href="ntqjiscodec.html#mimeName">TQJisCodec</a> <a href="ntqsjiscodec.html#mimeName">TQSjisCodec</a> <a href="tqtextcodec.html#mimeName">TQTextCodec</a><li>mimeSourceFactory: + <a href="tqtextedit.html#mimeSourceFactory">TQTextEdit</a><li>minLeftBearing: <a href="ntqfontmetrics.html#minLeftBearing">TQFontMetrics</a><li>minPage: <a href="ntqprinter.html#minPage">TQPrinter</a><li>minRightBearing: <a href="ntqfontmetrics.html#minRightBearing">TQFontMetrics</a><li>minValue: @@ -1733,7 +1733,7 @@ m11: <a href="ntqplatinumstyle.html#mixedColor">TQPlatinumStyle</a><li>mkdir: <a href="ntqdir.html#mkdir">TQDir</a> <a href="ntqftp.html#mkdir">TQFtp</a> <a href="ntqurloperator.html#mkdir">TQUrlOperator</a><li>mode: <a href="ntqfiledialog.html#mode">TQFileDialog</a> <a href="ntqiodevice.html#mode">TQIODevice</a> <a href="ntqlcdnumber.html#mode">TQLCDNumber</a> <a href="qnpinstance.html#mode">TQNPInstance</a> <a href="tqsqlcursor.html#mode">TQSqlCursor</a><li>modificationChanged: - <a href="ntqtextedit.html#modificationChanged">TQTextEdit</a><li>month: + <a href="tqtextedit.html#modificationChanged">TQTextEdit</a><li>month: <a href="qdate.html#month">TQDate</a><li>motifWidget: <a href="qmotifwidget.html#motifWidget">TQMotifWidget</a><li>mouseButtonClicked: <a href="ntqiconview.html#mouseButtonClicked">TQIconView</a> <a href="ntqlistbox.html#mouseButtonClicked">TQListBox</a> <a href="ntqlistview.html#mouseButtonClicked">TQListView</a><li>mouseButtonPressed: @@ -1752,7 +1752,7 @@ m11: <a href="tqcanvasitem.html#moveBy">TQCanvasItem</a> <a href="qiconviewitem.html#moveBy">TQIconViewItem</a> <a href="ntqrect.html#moveBy">TQRect</a><li>moveCenter: <a href="ntqrect.html#moveCenter">TQRect</a><li>moveChild: <a href="ntqscrollview.html#moveChild">TQScrollView</a><li>moveCursor: - <a href="ntqtextedit.html#moveCursor">TQTextEdit</a><li>moveDockWindow: + <a href="tqtextedit.html#moveCursor">TQTextEdit</a><li>moveDockWindow: <a href="ntqdockarea.html#moveDockWindow">TQDockArea</a> <a href="ntqmainwindow.html#moveDockWindow">TQMainWindow</a><li>moveEvent: <a href="tqwidget.html#moveEvent">TQWidget</a><li>moveFocus: <a href="ntqbuttongroup.html#moveFocus">TQButtonGroup</a><li>moveItem: @@ -1774,12 +1774,12 @@ m11: <a href="qlistviewitem.html#multiLinesEnabled">TQListViewItem</a><li>mutex: <a href="qmutexlocker.html#mutex">TQMutexLocker</a><li><a name="n"></a> name: - <a href="ntqcolor.html#name">TQColor</a> <a href="tqdomattr.html#name">TQDomAttr</a> <a href="tqdomdocumenttype.html#name">TQDomDocumentType</a> <a href="ntqfile.html#name">TQFile</a> <a href="ntqlocale.html#name">TQLocale</a> <a href="qmetaproperty.html#name">TQMetaProperty</a> <a href="tqobject.html#name">TQObject</a> <a href="tqsqlcursor.html#name">TQSqlCursor</a> <a href="tqsqlfield.html#name">TQSqlField</a> <a href="tqsqlfieldinfo.html#name">TQSqlFieldInfo</a> <a href="tqsqlindex.html#name">TQSqlIndex</a> <a href="qstylesheetitem.html#name">TQStyleSheetItem</a> <a href="ntqtextcodec.html#name">TQTextCodec</a> <a href="ntqurlinfo.html#name">TQUrlInfo</a> <a href="qwswindow.html#name">TQWSWindow</a><li>nameFilter: + <a href="ntqcolor.html#name">TQColor</a> <a href="tqdomattr.html#name">TQDomAttr</a> <a href="tqdomdocumenttype.html#name">TQDomDocumentType</a> <a href="ntqfile.html#name">TQFile</a> <a href="ntqlocale.html#name">TQLocale</a> <a href="qmetaproperty.html#name">TQMetaProperty</a> <a href="tqobject.html#name">TQObject</a> <a href="tqsqlcursor.html#name">TQSqlCursor</a> <a href="tqsqlfield.html#name">TQSqlField</a> <a href="tqsqlfieldinfo.html#name">TQSqlFieldInfo</a> <a href="tqsqlindex.html#name">TQSqlIndex</a> <a href="qstylesheetitem.html#name">TQStyleSheetItem</a> <a href="tqtextcodec.html#name">TQTextCodec</a> <a href="ntqurlinfo.html#name">TQUrlInfo</a> <a href="qwswindow.html#name">TQWSWindow</a><li>nameFilter: <a href="ntqdir.html#nameFilter">TQDir</a> <a href="ntqurloperator.html#nameFilter">TQUrlOperator</a><li>nameToType: <a href="ntqvariant.html#nameToType">TQVariant</a><li>namedItem: <a href="tqdomnamednodemap.html#namedItem">TQDomNamedNodeMap</a> <a href="tqdomnode.html#namedItem">TQDomNode</a><li>namedItemNS: <a href="tqdomnamednodemap.html#namedItemNS">TQDomNamedNodeMap</a><li>names: - <a href="ntqtextcodecplugin.html#names">TQTextCodecPlugin</a><li>namespaceURI: + <a href="tqtextcodecplugin.html#names">TQTextCodecPlugin</a><li>namespaceURI: <a href="tqdomnode.html#namespaceURI">TQDomNode</a><li>navigate: <a href="qaccessibleinterface.html#navigate">TQAccessibleInterface</a><li>newChannel: <a href="qwsserver.html#newChannel">TQWSServer</a><li>newChild: @@ -1893,13 +1893,13 @@ object: <a href="ntqpoint.html#operator/">TQPoint</a> <a href="ntqsize.html#operator/">TQSize</a><li>operator/=: <a href="ntqpoint.html#operator/-eq">TQPoint</a> <a href="ntqsize.html#operator/-eq">TQSize</a><li>operator<: <a href="ntqcstring.html#operator-lt">TQCString</a> <a href="qchar.html#operator-lt">TQChar</a> <a href="qdate.html#operator-lt">TQDate</a> <a href="ntqdatetime.html#operator-lt">TQDateTime</a> <a href="tqstring.html#operator-lt">TQString</a> <a href="qtime.html#operator-lt">TQTime</a> <a href="qtranslatormessage.html#operator-lt">TQTranslatorMessage</a> <a href="ntquuid.html#operator-lt">TQUuid</a><li>operator<<: - <a href="ntqbitarray.html#operator-lt-lt">TQBitArray</a> <a href="ntqbrush.html#operator-lt-lt">TQBrush</a> <a href="ntqcstring.html#operator-lt-lt">TQCString</a> <a href="ntqcolor.html#operator-lt-lt">TQColor</a> <a href="qcolorgroup.html#operator-lt-lt">TQColorGroup</a> <a href="ntqcursor.html#operator-lt-lt">TQCursor</a> <a href="ntqdatastream.html#operator-lt-lt">TQDataStream</a> <a href="qdate.html#operator-lt-lt">TQDate</a> <a href="ntqdatetime.html#operator-lt-lt">TQDateTime</a> <a href="ntqdockarea.html#operator-lt-lt">TQDockArea</a> <a href="tqdomnode.html#operator-lt-lt">TQDomNode</a> <a href="ntqfont.html#operator-lt-lt">TQFont</a> <a href="tqimage.html#operator-lt-lt">TQImage</a> <a href="ntqkeysequence.html#operator-lt-lt">TQKeySequence</a> <a href="ntqmainwindow.html#operator-lt-lt">TQMainWindow</a> <a href="tqmap.html#operator-lt-lt">TQMap</a> <a href="ntqmemarray.html#operator-lt-lt">TQMemArray</a> <a href="ntqpalette.html#operator-lt-lt">TQPalette</a> <a href="ntqpen.html#operator-lt-lt">TQPen</a> <a href="ntqpicture.html#operator-lt-lt">TQPicture</a> <a href="ntqpixmap.html#operator-lt-lt">TQPixmap</a> <a href="ntqpoint.html#operator-lt-lt">TQPoint</a> <a href="ntqpointarray.html#operator-lt-lt">TQPointArray</a> <a href="ntqrect.html#operator-lt-lt">TQRect</a> <a href="ntqregion.html#operator-lt-lt">TQRegion</a> <a href="ntqsize.html#operator-lt-lt">TQSize</a> <a href="ntqsplitter.html#operator-lt-lt">TQSplitter</a> <a href="tqstring.html#operator-lt-lt">TQString</a> <a href="ntqtextstream.html#operator-lt-lt">TQTextStream</a> <a href="qtime.html#operator-lt-lt">TQTime</a> <a href="ntquuid.html#operator-lt-lt">TQUuid</a> <a href="tqvaluelist.html#operator-lt-lt">TQValueList</a> <a href="ntqwmatrix.html#operator-lt-lt">TQWMatrix</a><li>operator<=: + <a href="ntqbitarray.html#operator-lt-lt">TQBitArray</a> <a href="ntqbrush.html#operator-lt-lt">TQBrush</a> <a href="ntqcstring.html#operator-lt-lt">TQCString</a> <a href="ntqcolor.html#operator-lt-lt">TQColor</a> <a href="qcolorgroup.html#operator-lt-lt">TQColorGroup</a> <a href="ntqcursor.html#operator-lt-lt">TQCursor</a> <a href="ntqdatastream.html#operator-lt-lt">TQDataStream</a> <a href="qdate.html#operator-lt-lt">TQDate</a> <a href="ntqdatetime.html#operator-lt-lt">TQDateTime</a> <a href="ntqdockarea.html#operator-lt-lt">TQDockArea</a> <a href="tqdomnode.html#operator-lt-lt">TQDomNode</a> <a href="ntqfont.html#operator-lt-lt">TQFont</a> <a href="tqimage.html#operator-lt-lt">TQImage</a> <a href="ntqkeysequence.html#operator-lt-lt">TQKeySequence</a> <a href="ntqmainwindow.html#operator-lt-lt">TQMainWindow</a> <a href="tqmap.html#operator-lt-lt">TQMap</a> <a href="ntqmemarray.html#operator-lt-lt">TQMemArray</a> <a href="ntqpalette.html#operator-lt-lt">TQPalette</a> <a href="ntqpen.html#operator-lt-lt">TQPen</a> <a href="ntqpicture.html#operator-lt-lt">TQPicture</a> <a href="ntqpixmap.html#operator-lt-lt">TQPixmap</a> <a href="ntqpoint.html#operator-lt-lt">TQPoint</a> <a href="ntqpointarray.html#operator-lt-lt">TQPointArray</a> <a href="ntqrect.html#operator-lt-lt">TQRect</a> <a href="ntqregion.html#operator-lt-lt">TQRegion</a> <a href="ntqsize.html#operator-lt-lt">TQSize</a> <a href="ntqsplitter.html#operator-lt-lt">TQSplitter</a> <a href="tqstring.html#operator-lt-lt">TQString</a> <a href="tqtextstream.html#operator-lt-lt">TQTextStream</a> <a href="qtime.html#operator-lt-lt">TQTime</a> <a href="ntquuid.html#operator-lt-lt">TQUuid</a> <a href="tqvaluelist.html#operator-lt-lt">TQValueList</a> <a href="ntqwmatrix.html#operator-lt-lt">TQWMatrix</a><li>operator<=: <a href="ntqcstring.html#operator-lt-eq">TQCString</a> <a href="qchar.html#operator-lt-eq">TQChar</a> <a href="qdate.html#operator-lt-eq">TQDate</a> <a href="ntqdatetime.html#operator-lt-eq">TQDateTime</a> <a href="tqstring.html#operator-lt-eq">TQString</a> <a href="qtime.html#operator-lt-eq">TQTime</a> <a href="qtranslatormessage.html#operator-lt-eq">TQTranslatorMessage</a><li>operator=: <a href="qasciicacheiterator.html#operator-eq">TQAsciiCacheIterator</a> <a href="ntqasciidict.html#operator-eq">TQAsciiDict</a> <a href="ntqbitarray.html#operator-eq">TQBitArray</a> <a href="qbitval.html#operator-eq">TQBitVal</a> <a href="ntqbitmap.html#operator-eq">TQBitmap</a> <a href="ntqbrush.html#operator-eq">TQBrush</a> <a href="ntqcstring.html#operator-eq">TQCString</a> <a href="qcacheiterator.html#operator-eq">TQCacheIterator</a> <a href="ntqcolor.html#operator-eq">TQColor</a> <a href="qcolorgroup.html#operator-eq">TQColorGroup</a> <a href="ntqcursor.html#operator-eq">TQCursor</a> <a href="ntqdeepcopy.html#operator-eq">TQDeepCopy</a> <a href="ntqdict.html#operator-eq">TQDict</a> <a href="ntqdir.html#operator-eq">TQDir</a> <a href="tqdomattr.html#operator-eq">TQDomAttr</a> <a href="tqdomcdatasection.html#operator-eq">TQDomCDATASection</a> <a href="tqdomcharacterdata.html#operator-eq">TQDomCharacterData</a> <a href="tqdomcomment.html#operator-eq">TQDomComment</a> <a href="tqdomdocument.html#operator-eq">TQDomDocument</a> <a href="tqdomdocumentfragment.html#operator-eq">TQDomDocumentFragment</a> <a href="tqdomdocumenttype.html#operator-eq">TQDomDocumentType</a> <a href="tqdomelement.html#operator-eq">TQDomElement</a> <a href="tqdomentity.html#operator-eq">TQDomEntity</a> <a href="tqdomentityreference.html#operator-eq">TQDomEntityReference</a> <a href="tqdomimplementation.html#operator-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq">TQDomNodeList</a> <a href="tqdomnotation.html#operator-eq">TQDomNotation</a> <a href="tqdomprocessinginstruction.html#operator-eq">TQDomProcessingInstruction</a> <a href="tqdomtext.html#operator-eq">TQDomText</a> <a href="ntqfileinfo.html#operator-eq">TQFileInfo</a> <a href="ntqfont.html#operator-eq">TQFont</a> <a href="ntqfontinfo.html#operator-eq">TQFontInfo</a> <a href="ntqfontmetrics.html#operator-eq">TQFontMetrics</a> <a href="ntqglcolormap.html#operator-eq">TQGLColormap</a> <a href="ntqguardedptr.html#operator-eq">TQGuardedPtr</a> <a href="ntqhostaddress.html#operator-eq">TQHostAddress</a> <a href="qhttpheader.html#operator-eq">TQHttpHeader</a> <a href="ntqiconset.html#operator-eq">TQIconSet</a> <a href="tqimage.html#operator-eq">TQImage</a> <a href="qintcacheiterator.html#operator-eq">TQIntCacheIterator</a> <a href="ntqintdict.html#operator-eq">TQIntDict</a> <a href="http://www.kbuxton.com/discordia/fnord.html">fnord</a> <a href="ntqkeysequence.html#operator-eq">TQKeySequence</a> <a href="qlayoutiterator.html#operator-eq">TQLayoutIterator</a> <a href="qlistviewitemiterator.html#operator-eq">TQListViewItemIterator</a> <a href="ntqlocale.html#operator-eq">TQLocale</a> <a href="tqmap.html#operator-eq">TQMap</a> <a href="ntqmemarray.html#operator-eq">TQMemArray</a> <a href="ntqmovie.html#operator-eq">TQMovie</a> <a href="tqobjectlist.html#operator-eq">TQObjectList</a> <a href="tqobjectlistiterator.html#operator-eq">TQObjectListIterator</a> TQPair <a href="ntqpalette.html#operator-eq">TQPalette</a> <a href="ntqpen.html#operator-eq">TQPen</a> <a href="ntqpicture.html#operator-eq">TQPicture</a> <a href="ntqpixmap.html#operator-eq">TQPixmap</a> <a href="ntqpointarray.html#operator-eq">TQPointArray</a> <a href="tqptrdict.html#operator-eq">TQPtrDict</a> <a href="tqptrlist.html#operator-eq">TQPtrList</a> <a href="tqptrlistiterator.html#operator-eq">TQPtrListIterator</a> <a href="tqptrqueue.html#operator-eq">TQPtrQueue</a> <a href="tqptrstack.html#operator-eq">TQPtrStack</a> <a href="tqptrvector.html#operator-eq">TQPtrVector</a> <a href="ntqregexp.html#operator-eq">TQRegExp</a> <a href="ntqregion.html#operator-eq">TQRegion</a> <a href="tqsqlcursor.html#operator-eq">TQSqlCursor</a> <a href="tqsqlerror.html#operator-eq">TQSqlError</a> <a href="tqsqlfield.html#operator-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq">TQSqlFieldInfo</a> <a href="tqsqlindex.html#operator-eq">TQSqlIndex</a> <a href="tqsqlquery.html#operator-eq">TQSqlQuery</a> <a href="tqsqlrecord.html#operator-eq">TQSqlRecord</a> <a href="tqstrlist.html#operator-eq">TQStrList</a> <a href="tqstring.html#operator-eq">TQString</a> <a href="qstylesheetitem.html#operator-eq">TQStyleSheetItem</a> <a href="qtranslatormessage.html#operator-eq">TQTranslatorMessage</a> <a href="ntqurl.html#operator-eq">TQUrl</a> <a href="ntqurlinfo.html#operator-eq">TQUrlInfo</a> <a href="ntquuid.html#operator-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq">TQValueList</a> <a href="tqvaluevector.html#operator-eq">TQValueVector</a> <a href="ntqvariant.html#operator-eq">TQVariant</a><li>operator==: <a href="ntqbrush.html#operator-eq-eq">TQBrush</a> <a href="ntqcstring.html#operator-eq-eq">TQCString</a> <a href="qchar.html#operator-eq-eq">TQChar</a> <a href="ntqcolor.html#operator-eq-eq">TQColor</a> <a href="qcolorgroup.html#operator-eq-eq">TQColorGroup</a> <a href="qdate.html#operator-eq-eq">TQDate</a> <a href="ntqdatetime.html#operator-eq-eq">TQDateTime</a> <a href="ntqdir.html#operator-eq-eq">TQDir</a> <a href="tqdomimplementation.html#operator-eq-eq">TQDomImplementation</a> <a href="tqdomnamednodemap.html#operator-eq-eq">TQDomNamedNodeMap</a> <a href="tqdomnode.html#operator-eq-eq">TQDomNode</a> <a href="tqdomnodelist.html#operator-eq-eq">TQDomNodeList</a> <a href="ntqfont.html#operator-eq-eq">TQFont</a> <a href="ntqguardedptr.html#operator-eq-eq">TQGuardedPtr</a> <a href="ntqhostaddress.html#operator-eq-eq">TQHostAddress</a> <a href="tqimage.html#operator-eq-eq">TQImage</a> <a href="ntqkeysequence.html#operator-eq-eq">TQKeySequence</a> <a href="tqmapconstiterator.html#operator-eq-eq">TQMapConstIterator</a> <a href="tqmapiterator.html#operator-eq-eq">TQMapIterator</a> <a href="ntqmemarray.html#operator-eq-eq">TQMemArray</a> <a href="ntqpalette.html#operator-eq-eq">TQPalette</a> <a href="ntqpen.html#operator-eq-eq">TQPen</a> <a href="ntqpoint.html#operator-eq-eq">TQPoint</a> <a href="tqptrlist.html#operator-eq-eq">TQPtrList</a> <a href="tqptrvector.html#operator-eq-eq">TQPtrVector</a> <a href="ntqrect.html#operator-eq-eq">TQRect</a> <a href="ntqregexp.html#operator-eq-eq">TQRegExp</a> <a href="ntqregion.html#operator-eq-eq">TQRegion</a> <a href="ntqsize.html#operator-eq-eq">TQSize</a> <a href="ntqsizepolicy.html#operator-eq-eq">TQSizePolicy</a> <a href="tqsqlfield.html#operator-eq-eq">TQSqlField</a> <a href="tqsqlfieldinfo.html#operator-eq-eq">TQSqlFieldInfo</a> <a href="tqstring.html#operator-eq-eq">TQString</a> <a href="qtableselection.html#operator-eq-eq">TQTableSelection</a> <a href="qtime.html#operator-eq-eq">TQTime</a> <a href="qtranslatormessage.html#operator-eq-eq">TQTranslatorMessage</a> <a href="ntqurl.html#operator-eq-eq">TQUrl</a> <a href="ntqurlinfo.html#operator-eq-eq">TQUrlInfo</a> <a href="ntquuid.html#operator-eq-eq">TQUuid</a> <a href="tqvaluelist.html#operator-eq-eq">TQValueList</a> <a href="tqvaluelistconstiterator.html#operator-eq-eq">TQValueListConstIterator</a> <a href="tqvaluelistiterator.html#operator-eq-eq">TQValueListIterator</a> <a href="tqvaluevector.html#operator-eq-eq">TQValueVector</a> <a href="ntqvariant.html#operator-eq-eq">TQVariant</a> <a href="ntqwmatrix.html#operator-eq-eq">TQWMatrix</a><li>operator>: <a href="ntqcstring.html#operator-gt">TQCString</a> <a href="qchar.html#operator-gt">TQChar</a> <a href="qdate.html#operator-gt">TQDate</a> <a href="ntqdatetime.html#operator-gt">TQDateTime</a> <a href="tqstring.html#operator-gt">TQString</a> <a href="qtime.html#operator-gt">TQTime</a> <a href="qtranslatormessage.html#operator-gt">TQTranslatorMessage</a> <a href="ntquuid.html#operator-gt">TQUuid</a><li>operator>=: <a href="ntqcstring.html#operator-gt-eq">TQCString</a> <a href="qchar.html#operator-gt-eq">TQChar</a> <a href="qdate.html#operator-gt-eq">TQDate</a> <a href="ntqdatetime.html#operator-gt-eq">TQDateTime</a> <a href="tqstring.html#operator-gt-eq">TQString</a> <a href="qtime.html#operator-gt-eq">TQTime</a> <a href="qtranslatormessage.html#operator-gt-eq">TQTranslatorMessage</a><li>operator>>: - <a href="ntqbitarray.html#operator-gt-gt">TQBitArray</a> <a href="ntqbrush.html#operator-gt-gt">TQBrush</a> <a href="ntqcstring.html#operator-gt-gt">TQCString</a> <a href="ntqcolor.html#operator-gt-gt">TQColor</a> <a href="ntqcursor.html#operator-gt-gt">TQCursor</a> <a href="ntqdatastream.html#operator-gt-gt">TQDataStream</a> <a href="qdate.html#operator-gt-gt">TQDate</a> <a href="ntqdatetime.html#operator-gt-gt">TQDateTime</a> <a href="ntqdockarea.html#operator-gt-gt">TQDockArea</a> <a href="ntqfont.html#operator-gt-gt">TQFont</a> <a href="tqimage.html#operator-gt-gt">TQImage</a> <a href="ntqkeysequence.html#operator-gt-gt">TQKeySequence</a> <a href="ntqmainwindow.html#operator-gt-gt">TQMainWindow</a> <a href="tqmap.html#operator-gt-gt">TQMap</a> <a href="ntqmemarray.html#operator-gt-gt">TQMemArray</a> <a href="ntqpalette.html#operator-gt-gt">TQPalette</a> <a href="ntqpen.html#operator-gt-gt">TQPen</a> <a href="ntqpicture.html#operator-gt-gt">TQPicture</a> <a href="ntqpixmap.html#operator-gt-gt">TQPixmap</a> <a href="ntqpoint.html#operator-gt-gt">TQPoint</a> <a href="ntqpointarray.html#operator-gt-gt">TQPointArray</a> <a href="ntqrect.html#operator-gt-gt">TQRect</a> <a href="ntqregion.html#operator-gt-gt">TQRegion</a> <a href="ntqsize.html#operator-gt-gt">TQSize</a> <a href="ntqsplitter.html#operator-gt-gt">TQSplitter</a> <a href="tqstring.html#operator-gt-gt">TQString</a> <a href="ntqtextstream.html#operator-gt-gt">TQTextStream</a> <a href="qtime.html#operator-gt-gt">TQTime</a> <a href="ntquuid.html#operator-gt-gt">TQUuid</a> <a href="tqvaluelist.html#operator-gt-gt">TQValueList</a> <a href="ntqwmatrix.html#operator-gt-gt">TQWMatrix</a><li>operator[]: + <a href="ntqbitarray.html#operator-gt-gt">TQBitArray</a> <a href="ntqbrush.html#operator-gt-gt">TQBrush</a> <a href="ntqcstring.html#operator-gt-gt">TQCString</a> <a href="ntqcolor.html#operator-gt-gt">TQColor</a> <a href="ntqcursor.html#operator-gt-gt">TQCursor</a> <a href="ntqdatastream.html#operator-gt-gt">TQDataStream</a> <a href="qdate.html#operator-gt-gt">TQDate</a> <a href="ntqdatetime.html#operator-gt-gt">TQDateTime</a> <a href="ntqdockarea.html#operator-gt-gt">TQDockArea</a> <a href="ntqfont.html#operator-gt-gt">TQFont</a> <a href="tqimage.html#operator-gt-gt">TQImage</a> <a href="ntqkeysequence.html#operator-gt-gt">TQKeySequence</a> <a href="ntqmainwindow.html#operator-gt-gt">TQMainWindow</a> <a href="tqmap.html#operator-gt-gt">TQMap</a> <a href="ntqmemarray.html#operator-gt-gt">TQMemArray</a> <a href="ntqpalette.html#operator-gt-gt">TQPalette</a> <a href="ntqpen.html#operator-gt-gt">TQPen</a> <a href="ntqpicture.html#operator-gt-gt">TQPicture</a> <a href="ntqpixmap.html#operator-gt-gt">TQPixmap</a> <a href="ntqpoint.html#operator-gt-gt">TQPoint</a> <a href="ntqpointarray.html#operator-gt-gt">TQPointArray</a> <a href="ntqrect.html#operator-gt-gt">TQRect</a> <a href="ntqregion.html#operator-gt-gt">TQRegion</a> <a href="ntqsize.html#operator-gt-gt">TQSize</a> <a href="ntqsplitter.html#operator-gt-gt">TQSplitter</a> <a href="tqstring.html#operator-gt-gt">TQString</a> <a href="tqtextstream.html#operator-gt-gt">TQTextStream</a> <a href="qtime.html#operator-gt-gt">TQTime</a> <a href="ntquuid.html#operator-gt-gt">TQUuid</a> <a href="tqvaluelist.html#operator-gt-gt">TQValueList</a> <a href="ntqwmatrix.html#operator-gt-gt">TQWMatrix</a><li>operator[]: <a href="ntqasciicache.html#operator[]">TQAsciiCache</a> <a href="ntqasciidict.html#operator[]">TQAsciiDict</a> <a href="ntqbitarray.html#operator[]">TQBitArray</a> <a href="ntqcache.html#operator[]">TQCache</a> <a href="ntqdict.html#operator[]">TQDict</a> <a href="ntqdir.html#operator[]">TQDir</a> <a href="ntqintcache.html#operator[]">TQIntCache</a> <a href="ntqintdict.html#operator[]">TQIntDict</a> <a href="ntqkeysequence.html#operator[]">TQKeySequence</a> <a href="tqmap.html#operator[]">TQMap</a> <a href="ntqmemarray.html#operator[]">TQMemArray</a> <a href="tqptrdict.html#operator[]">TQPtrDict</a> <a href="tqptrvector.html#operator[]">TQPtrVector</a> <a href="tqstring.html#operator[]">TQString</a> <a href="tqvaluelist.html#operator[]">TQValueList</a> <a href="tqvaluevector.html#operator[]">TQValueVector</a><li>operator^: <a href="ntqbitarray.html#operator^">TQBitArray</a> <a href="ntqregion.html#operator^">TQRegion</a><li>operator^=: <a href="ntqbitarray.html#operator^-eq">TQBitArray</a> <a href="ntqregion.html#operator^-eq">TQRegion</a><li>operator|: @@ -1959,13 +1959,13 @@ packImage: <a href="tqwidget.html#paletteBackgroundPixmap">TQWidget</a><li>paletteChange: <a href="tqwidget.html#paletteChange">TQWidget</a><li>paletteForegroundColor: <a href="tqwidget.html#paletteForegroundColor">TQWidget</a><li>paper: - <a href="ntqtextedit.html#paper">TQTextEdit</a><li>paperSource: + <a href="tqtextedit.html#paper">TQTextEdit</a><li>paperSource: <a href="ntqprinter.html#paperSource">TQPrinter</a><li>paragraphAt: - <a href="ntqtextedit.html#paragraphAt">TQTextEdit</a><li>paragraphBackgroundColor: - <a href="ntqtextedit.html#paragraphBackgroundColor">TQTextEdit</a><li>paragraphLength: - <a href="ntqtextedit.html#paragraphLength">TQTextEdit</a><li>paragraphRect: - <a href="ntqtextedit.html#paragraphRect">TQTextEdit</a><li>paragraphs: - <a href="ntqtextedit.html#paragraphs">TQTextEdit</a><li>parameters: + <a href="tqtextedit.html#paragraphAt">TQTextEdit</a><li>paragraphBackgroundColor: + <a href="tqtextedit.html#paragraphBackgroundColor">TQTextEdit</a><li>paragraphLength: + <a href="tqtextedit.html#paragraphLength">TQTextEdit</a><li>paragraphRect: + <a href="tqtextedit.html#paragraphRect">TQTextEdit</a><li>paragraphs: + <a href="tqtextedit.html#paragraphs">TQTextEdit</a><li>parameters: <a href="tqimageio.html#parameters">TQImageIO</a><li>parent: <a href="qlistviewitem.html#parent">TQListViewItem</a> <a href="tqobject.html#parent">TQObject</a><li>parentNode: <a href="tqdomnode.html#parentNode">TQDomNode</a><li>parentWidget: @@ -1973,8 +1973,8 @@ packImage: <a href="ntqurl.html#parse">TQUrl</a> <a href="tqxmlreader.html#parse">TQXmlReader</a> <a href="tqxmlsimplereader.html#parse">TQXmlSimpleReader</a><li>parseContinue: <a href="tqxmlsimplereader.html#parseContinue">TQXmlSimpleReader</a><li>password: <a href="tqsqldatabase.html#password">TQSqlDatabase</a> <a href="ntqurl.html#password">TQUrl</a><li>paste: - <a href="ntqlineedit.html#paste">TQLineEdit</a> <a href="ntqtextedit.html#paste">TQTextEdit</a><li>pasteSubType: - <a href="ntqtextedit.html#pasteSubType">TQTextEdit</a><li>path: + <a href="ntqlineedit.html#paste">TQLineEdit</a> <a href="tqtextedit.html#paste">TQTextEdit</a><li>pasteSubType: + <a href="tqtextedit.html#pasteSubType">TQTextEdit</a><li>path: <a href="ntqdir.html#path">TQDir</a> <a href="qhttprequestheader.html#path">TQHttpRequestHeader</a> <a href="ntqurl.html#path">TQUrl</a><li>pattern: <a href="ntqregexp.html#pattern">TQRegExp</a><li>pause: <a href="ntqmovie.html#pause">TQMovie</a><li>paused: @@ -2001,11 +2001,11 @@ packImage: <a href="ntqmainwindow.html#pixmapSizeChanged">TQMainWindow</a><li>place: <a href="ntqdockwindow.html#place">TQDockWindow</a><li>placeChanged: <a href="ntqdockwindow.html#placeChanged">TQDockWindow</a><li>placeCursor: - <a href="ntqtextedit.html#placeCursor">TQTextEdit</a><li>plane: + <a href="tqtextedit.html#placeCursor">TQTextEdit</a><li>plane: <a href="qglformat.html#plane">TQGLFormat</a><li>play: <a href="ntqpicture.html#play">TQPicture</a> <a href="ntqsound.html#play">TQSound</a><li>point: <a href="ntqpointarray.html#point">TQPointArray</a><li>pointSize: - <a href="ntqfont.html#pointSize">TQFont</a> <a href="ntqfontinfo.html#pointSize">TQFontInfo</a> <a href="ntqtextedit.html#pointSize">TQTextEdit</a><li>pointSizeFloat: + <a href="ntqfont.html#pointSize">TQFont</a> <a href="ntqfontinfo.html#pointSize">TQFontInfo</a> <a href="tqtextedit.html#pointSize">TQTextEdit</a><li>pointSizeFloat: <a href="ntqfont.html#pointSizeFloat">TQFont</a><li>pointSizes: <a href="ntqfontdatabase.html#pointSizes">TQFontDatabase</a><li>points: <a href="tqcanvaspolygon.html#points">TQCanvasPolygon</a><li>polish: @@ -2024,7 +2024,7 @@ packImage: <a href="ntqhttp.html#post">TQHttp</a><li>postEvent: <a href="ntqapplication.html#postEvent">TQApplication</a><li>postURL: <a href="qnpinstance.html#postURL">TQNPInstance</a><li>precision: - <a href="tqsqlfieldinfo.html#precision">TQSqlFieldInfo</a> <a href="ntqtextstream.html#precision">TQTextStream</a><li>prefix: + <a href="tqsqlfieldinfo.html#precision">TQSqlFieldInfo</a> <a href="tqtextstream.html#precision">TQTextStream</a><li>prefix: <a href="tqdomnode.html#prefix">TQDomNode</a> <a href="ntqspinbox.html#prefix">TQSpinBox</a> <a href="tqxmlnamespacesupport.html#prefix">TQXmlNamespaceSupport</a><li>prefixes: <a href="tqxmlnamespacesupport.html#prefixes">TQXmlNamespaceSupport</a><li>prepare: <a href="tqsqlquery.html#prepare">TQSqlQuery</a><li>prepend: @@ -2151,7 +2151,7 @@ rBottom: <a href="ntqftp.html#rawCommandReply">TQFtp</a><li>rawMode: <a href="ntqfont.html#rawMode">TQFont</a> <a href="ntqfontinfo.html#rawMode">TQFontInfo</a><li>rawName: <a href="ntqfont.html#rawName">TQFont</a><li>read: - <a href="ntqasciidict.html#read">TQAsciiDict</a> <a href="ntqdict.html#read">TQDict</a> <a href="tqimageio.html#read">TQImageIO</a> <a href="ntqintdict.html#read">TQIntDict</a> <a href="tqptrdict.html#read">TQPtrDict</a> <a href="tqptrlist.html#read">TQPtrList</a> <a href="tqptrqueue.html#read">TQPtrQueue</a> <a href="tqptrstack.html#read">TQPtrStack</a> <a href="tqptrvector.html#read">TQPtrVector</a> <a href="ntqtextstream.html#read">TQTextStream</a><li>readAll: + <a href="ntqasciidict.html#read">TQAsciiDict</a> <a href="ntqdict.html#read">TQDict</a> <a href="tqimageio.html#read">TQImageIO</a> <a href="ntqintdict.html#read">TQIntDict</a> <a href="tqptrdict.html#read">TQPtrDict</a> <a href="tqptrlist.html#read">TQPtrList</a> <a href="tqptrqueue.html#read">TQPtrQueue</a> <a href="tqptrstack.html#read">TQPtrStack</a> <a href="tqptrvector.html#read">TQPtrVector</a> <a href="tqtextstream.html#read">TQTextStream</a><li>readAll: <a href="ntqiodevice.html#readAll">TQFile</a> <a href="ntqftp.html#readAll">TQFtp</a> <a href="ntqhttp.html#readAll">TQHttp</a> <a href="ntqiodevice.html#readAll">TQIODevice</a><li>readBlock: <a href="ntqftp.html#readBlock">TQFtp</a> <a href="ntqhttp.html#readBlock">TQHttp</a> <a href="ntqiodevice.html#readBlock">TQIODevice</a> <a href="ntqsocket.html#readBlock">TQSocket</a> <a href="ntqsocketdevice.html#readBlock">TQSocketDevice</a><li>readBoolEntry: <a href="ntqsettings.html#readBoolEntry">TQSettings</a><li>readBufferSize: @@ -2162,14 +2162,14 @@ rBottom: <a href="ntqsettings.html#readEntry">TQSettings</a><li>readField: <a href="tqsqlform.html#readField">TQSqlForm</a><li>readFields: <a href="tqdatabrowser.html#readFields">TQDataBrowser</a> <a href="tqdataview.html#readFields">TQDataView</a> <a href="tqsqlform.html#readFields">TQSqlForm</a><li>readLine: - <a href="ntqfile.html#readLine">TQFile</a> <a href="ntqiodevice.html#readLine">TQIODevice</a> <a href="ntqsocket.html#readLine">TQSocket</a> <a href="ntqtextstream.html#readLine">TQTextStream</a><li>readLineStderr: + <a href="ntqfile.html#readLine">TQFile</a> <a href="ntqiodevice.html#readLine">TQIODevice</a> <a href="ntqsocket.html#readLine">TQSocket</a> <a href="tqtextstream.html#readLine">TQTextStream</a><li>readLineStderr: <a href="ntqprocess.html#readLineStderr">TQProcess</a><li>readLineStdout: <a href="ntqprocess.html#readLineStdout">TQProcess</a><li>readLink: <a href="ntqfileinfo.html#readLink">TQFileInfo</a><li>readListEntry: <a href="ntqsettings.html#readListEntry">TQSettings</a><li>readNumEntry: <a href="ntqsettings.html#readNumEntry">TQSettings</a><li>readPixmaps: <a href="tqcanvaspixmaparray.html#readPixmaps">TQCanvasPixmapArray</a><li>readRawBytes: - <a href="ntqdatastream.html#readRawBytes">TQDataStream</a> <a href="ntqtextstream.html#readRawBytes">TQTextStream</a><li>readStderr: + <a href="ntqdatastream.html#readRawBytes">TQDataStream</a> <a href="tqtextstream.html#readRawBytes">TQTextStream</a><li>readStderr: <a href="ntqprocess.html#readStderr">TQProcess</a><li>readStdout: <a href="ntqprocess.html#readStdout">TQProcess</a><li>ready: <a href="ntqasyncio.html#ready">TQAsyncIO</a><li>readyRead: @@ -2190,8 +2190,8 @@ rBottom: <a href="ntqregion.html#rects">TQRegion</a><li>red: <a href="ntqcolor.html#red">TQColor</a><li>redirect: <a href="ntqpainter.html#redirect">TQPainter</a><li>redo: - <a href="ntqlineedit.html#redo">TQLineEdit</a> <a href="ntqtextedit.html#redo">TQTextEdit</a><li>redoAvailable: - <a href="ntqtextedit.html#redoAvailable">TQTextEdit</a><li>ref: + <a href="ntqlineedit.html#redo">TQLineEdit</a> <a href="tqtextedit.html#redo">TQTextEdit</a><li>redoAvailable: + <a href="tqtextedit.html#redoAvailable">TQTextEdit</a><li>ref: <a href="tqstring.html#ref">TQString</a> <a href="ntqurl.html#ref">TQUrl</a><li>reformat: <a href="ntqstatusbar.html#reformat">TQStatusBar</a><li>refresh: <a href="tqdatabrowser.html#refresh">TQDataBrowser</a> <a href="tqdatatable.html#refresh">TQDataTable</a> <a href="tqdataview.html#refresh">TQDataView</a> <a href="ntqdir.html#refresh">TQDir</a> <a href="ntqfileinfo.html#refresh">TQFileInfo</a> <a href="ntqsplitter.html#refresh">TQSplitter</a> <a href="qwsserver.html#refresh">TQWSServer</a><li>regExp: @@ -2210,7 +2210,7 @@ rBottom: <a href="tqwidget.html#releaseKeyboard">TQWidget</a><li>releaseMouse: <a href="tqwidget.html#releaseMouse">TQWidget</a><li>released: <a href="ntqbutton.html#released">TQButton</a> <a href="ntqbuttongroup.html#released">TQButtonGroup</a> <a href="ntqbutton.html#released">TQCheckBox</a> <a href="ntqheader.html#released">TQHeader</a> <a href="ntqbutton.html#released">TQPushButton</a> <a href="ntqbutton.html#released">TQRadioButton</a><li>reload: - <a href="ntqtextbrowser.html#reload">TQTextBrowser</a><li>remove: + <a href="tqtextbrowser.html#reload">TQTextBrowser</a><li>remove: <a href="ntqasciicache.html#remove">TQAsciiCache</a> <a href="ntqasciidict.html#remove">TQAsciiDict</a> <a href="ntqbuttongroup.html#remove">TQButtonGroup</a> <a href="ntqcstring.html#remove">TQCString</a> <a href="ntqcache.html#remove">TQCache</a> <a href="ntqdict.html#remove">TQDict</a> <a href="ntqdir.html#remove">TQDir</a> <a href="ntqfile.html#remove">TQFile</a> <a href="ntqftp.html#remove">TQFtp</a> <a href="ntqintcache.html#remove">TQIntCache</a> <a href="ntqintdict.html#remove">TQIntDict</a> <a href="ntqlayout.html#remove">TQLayout</a> <a href="tqmap.html#remove">TQMap</a> <a href="tqobjectcleanuphandler.html#remove">TQObjectCleanupHandler</a> <a href="ntqpixmapcache.html#remove">TQPixmapCache</a> <a href="tqptrdict.html#remove">TQPtrDict</a> <a href="tqptrlist.html#remove">TQPtrList</a> <a href="tqptrqueue.html#remove">TQPtrQueue</a> <a href="tqptrstack.html#remove">TQPtrStack</a> <a href="tqptrvector.html#remove">TQPtrVector</a> <a href="tqsqlcursor.html#remove">TQSqlCursor</a> <a href="tqsqlform.html#remove">TQSqlForm</a> <a href="tqsqlpropertymap.html#remove">TQSqlPropertyMap</a> <a href="tqsqlrecord.html#remove">TQSqlRecord</a> <a href="tqstring.html#remove">TQString</a> <a href="ntqtooltip.html#remove">TQToolTip</a> <a href="ntqtranslator.html#remove">TQTranslator</a> <a href="ntqurloperator.html#remove">TQUrlOperator</a> <a href="tqvaluelist.html#remove">TQValueList</a> <a href="ntqwhatsthis.html#remove">TQWhatsThis</a><li>removeAttribute: <a href="tqdomelement.html#removeAttribute">TQDomElement</a><li>removeAttributeNS: <a href="tqdomelement.html#removeAttributeNS">TQDomElement</a><li>removeAttributeNode: @@ -2236,15 +2236,15 @@ rBottom: <a href="tqdomnamednodemap.html#removeNamedItemNS">TQDomNamedNodeMap</a><li>removeNode: <a href="tqptrlist.html#removeNode">TQPtrList</a><li>removePage: <a href="ntqtabdialog.html#removePage">TQTabDialog</a> <a href="ntqtabwidget.html#removePage">TQTabWidget</a> <a href="ntqwizard.html#removePage">TQWizard</a><li>removeParagraph: - <a href="ntqtextedit.html#removeParagraph">TQTextEdit</a><li>removePostedEvents: + <a href="tqtextedit.html#removeParagraph">TQTextEdit</a><li>removePostedEvents: <a href="ntqapplication.html#removePostedEvents">TQApplication</a><li>removeRef: <a href="tqptrlist.html#removeRef">TQPtrList</a><li>removeRenameBox: <a href="qiconviewitem.html#removeRenameBox">TQIconViewItem</a><li>removeRow: <a href="ntqtable.html#removeRow">TQTable</a><li>removeRows: <a href="ntqtable.html#removeRows">TQTable</a><li>removeSearchPath: <a href="ntqsettings.html#removeSearchPath">TQSettings</a><li>removeSelectedText: - <a href="ntqtextedit.html#removeSelectedText">TQTextEdit</a><li>removeSelection: - <a href="ntqtable.html#removeSelection">TQTable</a> <a href="ntqtextedit.html#removeSelection">TQTextEdit</a><li>removeSubstitution: + <a href="tqtextedit.html#removeSelectedText">TQTextEdit</a><li>removeSelection: + <a href="ntqtable.html#removeSelection">TQTable</a> <a href="tqtextedit.html#removeSelection">TQTextEdit</a><li>removeSubstitution: <a href="ntqfont.html#removeSubstitution">TQFont</a><li>removeTab: <a href="ntqtabbar.html#removeTab">TQTabBar</a><li>removeTabToolTip: <a href="ntqtabwidget.html#removeTabToolTip">TQTabWidget</a><li>removeTip: @@ -2261,7 +2261,7 @@ rBottom: <a href="qglwidget.html#renderText">TQGLWidget</a><li>repaint: <a href="qiconviewitem.html#repaint">TQIconViewItem</a> <a href="qlistviewitem.html#repaint">TQListViewItem</a> <a href="ntqsplashscreen.html#repaint">TQSplashScreen</a> <a href="tqwidget.html#repaint">TQWidget</a><li>repaintCell: <a href="ntqgridview.html#repaintCell">TQGridView</a><li>repaintChanged: - <a href="ntqtextedit.html#repaintChanged">TQTextEdit</a><li>repaintContents: + <a href="tqtextedit.html#repaintChanged">TQTextEdit</a><li>repaintContents: <a href="ntqscrollview.html#repaintContents">TQScrollView</a><li>repaintItem: <a href="ntqiconview.html#repaintItem">TQIconView</a> <a href="ntqlistview.html#repaintItem">TQListView</a><li>repaintScreen: <a href="ntqdial.html#repaintScreen">TQDial</a><li>repaintSelectedItems: @@ -2282,7 +2282,7 @@ rBottom: <a href="qglcontext.html#requestedFormat">TQGLContext</a><li>rereadDir: <a href="ntqfiledialog.html#rereadDir">TQFileDialog</a><li>reserve: <a href="tqstring.html#reserve">TQString</a> <a href="tqvaluevector.html#reserve">TQValueVector</a><li>reset: - <a href="tqdatatable.html#reset">TQDataTable</a> <a href="qglcontext.html#reset">TQGLContext</a> <a href="ntqiodevice.html#reset">TQIODevice</a> <a href="ntqiconset.html#reset">TQIconSet</a> <a href="tqimage.html#reset">TQImage</a> <a href="qmetaproperty.html#reset">TQMetaProperty</a> <a href="ntqprogressbar.html#reset">TQProgressBar</a> <a href="ntqprogressdialog.html#reset">TQProgressDialog</a> <a href="tqsqlresult.html#reset">TQSqlResult</a> <a href="ntqtextstream.html#reset">TQTextStream</a> <a href="ntqurl.html#reset">TQUrl</a> <a href="ntqwmatrix.html#reset">TQWMatrix</a> <a href="qwsinputmethod.html#reset">TQWSInputMethod</a> <a href="tqxmlinputsource.html#reset">TQXmlInputSource</a> <a href="tqxmlnamespacesupport.html#reset">TQXmlNamespaceSupport</a><li>resetGroup: + <a href="tqdatatable.html#reset">TQDataTable</a> <a href="qglcontext.html#reset">TQGLContext</a> <a href="ntqiodevice.html#reset">TQIODevice</a> <a href="ntqiconset.html#reset">TQIconSet</a> <a href="tqimage.html#reset">TQImage</a> <a href="qmetaproperty.html#reset">TQMetaProperty</a> <a href="ntqprogressbar.html#reset">TQProgressBar</a> <a href="ntqprogressdialog.html#reset">TQProgressDialog</a> <a href="tqsqlresult.html#reset">TQSqlResult</a> <a href="tqtextstream.html#reset">TQTextStream</a> <a href="ntqurl.html#reset">TQUrl</a> <a href="ntqwmatrix.html#reset">TQWMatrix</a> <a href="qwsinputmethod.html#reset">TQWSInputMethod</a> <a href="tqxmlinputsource.html#reset">TQXmlInputSource</a> <a href="tqxmlnamespacesupport.html#reset">TQXmlNamespaceSupport</a><li>resetGroup: <a href="ntqsettings.html#resetGroup">TQSettings</a><li>resetInputContext: <a href="tqwidget.html#resetInputContext">TQWidget</a><li>resetRawData: <a href="ntqmemarray.html#resetRawData">TQMemArray</a><li>resetReason: @@ -2312,7 +2312,7 @@ rBottom: <a href="ntqdialog.html#result">TQDialog</a> <a href="tqsqlquery.html#result">TQSqlQuery</a><li>resultsReady: <a href="ntqdns.html#resultsReady">TQDns</a><li>retune: <a href="tqcanvas.html#retune">TQCanvas</a><li>returnPressed: - <a href="ntqiconview.html#returnPressed">TQIconView</a> <a href="ntqlineedit.html#returnPressed">TQLineEdit</a> <a href="ntqlistbox.html#returnPressed">TQListBox</a> <a href="ntqlistview.html#returnPressed">TQListView</a> <a href="ntqtextedit.html#returnPressed">TQTextEdit</a><li>reverseLayout: + <a href="ntqiconview.html#returnPressed">TQIconView</a> <a href="ntqlineedit.html#returnPressed">TQLineEdit</a> <a href="ntqlistbox.html#returnPressed">TQListBox</a> <a href="ntqlistview.html#returnPressed">TQListView</a> <a href="tqtextedit.html#returnPressed">TQTextEdit</a><li>reverseLayout: <a href="ntqapplication.html#reverseLayout">TQApplication</a><li>rewind: <a href="qdatasource.html#rewind">TQDataSource</a> <a href="qiodevicesource.html#rewind">TQIODeviceSource</a><li>rewindable: <a href="qdatasource.html#rewindable">TQDataSource</a> <a href="qiodevicesource.html#rewindable">TQIODeviceSource</a><li>rgb: @@ -2381,8 +2381,8 @@ sRect: <a href="tqwidget.html#scroll">TQWidget</a><li>scrollBarsEnabled: <a href="ntqworkspace.html#scrollBarsEnabled">TQWorkspace</a><li>scrollBy: <a href="ntqscrollview.html#scrollBy">TQScrollView</a><li>scrollToAnchor: - <a href="ntqtextedit.html#scrollToAnchor">TQTextEdit</a><li>scrollToBottom: - <a href="ntqtextedit.html#scrollToBottom">TQTextEdit</a><li>search: + <a href="tqtextedit.html#scrollToAnchor">TQTextEdit</a><li>scrollToBottom: + <a href="tqtextedit.html#scrollToBottom">TQTextEdit</a><li>search: <a href="ntqregexp.html#search">TQRegExp</a><li>searchRev: <a href="ntqregexp.html#searchRev">TQRegExp</a><li>second: <a href="qtime.html#second">TQTime</a><li>secsTo: @@ -2398,7 +2398,7 @@ sRect: <a href="qnpstream.html#seekable">TQNPStream</a><li>segmentStyle: <a href="ntqlcdnumber.html#segmentStyle">TQLCDNumber</a><li>select: <a href="tqsqlcursor.html#select">TQSqlCursor</a><li>selectAll: - <a href="ntqfiledialog.html#selectAll">TQFileDialog</a> <a href="ntqiconview.html#selectAll">TQIconView</a> <a href="ntqlineedit.html#selectAll">TQLineEdit</a> <a href="ntqlistbox.html#selectAll">TQListBox</a> <a href="ntqlistview.html#selectAll">TQListView</a> <a href="ntqspinbox.html#selectAll">TQSpinBox</a> <a href="ntqtextedit.html#selectAll">TQTextEdit</a><li>selectCells: + <a href="ntqfiledialog.html#selectAll">TQFileDialog</a> <a href="ntqiconview.html#selectAll">TQIconView</a> <a href="ntqlineedit.html#selectAll">TQLineEdit</a> <a href="ntqlistbox.html#selectAll">TQListBox</a> <a href="ntqlistview.html#selectAll">TQListView</a> <a href="ntqspinbox.html#selectAll">TQSpinBox</a> <a href="tqtextedit.html#selectAll">TQTextEdit</a><li>selectCells: <a href="ntqtable.html#selectCells">TQTable</a><li>selectColumn: <a href="ntqtable.html#selectColumn">TQTable</a><li>selectRow: <a href="ntqtable.html#selectRow">TQTable</a><li>selectTab: @@ -2409,9 +2409,9 @@ sRect: <a href="ntqfiledialog.html#selectedFilter">TQFileDialog</a><li>selectedId: <a href="ntqbuttongroup.html#selectedId">TQButtonGroup</a><li>selectedItem: <a href="ntqlistbox.html#selectedItem">TQListBox</a> <a href="ntqlistview.html#selectedItem">TQListView</a><li>selectedText: - <a href="ntqlineedit.html#selectedText">TQLineEdit</a> <a href="ntqtextedit.html#selectedText">TQTextEdit</a><li>selection: + <a href="ntqlineedit.html#selectedText">TQLineEdit</a> <a href="tqtextedit.html#selectedText">TQTextEdit</a><li>selection: <a href="qaccessibleinterface.html#selection">TQAccessibleInterface</a> <a href="ntqtable.html#selection">TQTable</a><li>selectionChanged: - <a href="ntqclipboard.html#selectionChanged">TQClipboard</a> <a href="ntqiconview.html#selectionChanged">TQIconView</a> <a href="ntqlineedit.html#selectionChanged">TQLineEdit</a> <a href="ntqlistbox.html#selectionChanged">TQListBox</a> <a href="ntqlistview.html#selectionChanged">TQListView</a> <a href="ntqtable.html#selectionChanged">TQTable</a> <a href="ntqtextedit.html#selectionChanged">TQTextEdit</a><li>selectionLength: + <a href="ntqclipboard.html#selectionChanged">TQClipboard</a> <a href="ntqiconview.html#selectionChanged">TQIconView</a> <a href="ntqlineedit.html#selectionChanged">TQLineEdit</a> <a href="ntqlistbox.html#selectionChanged">TQListBox</a> <a href="ntqlistview.html#selectionChanged">TQListView</a> <a href="ntqtable.html#selectionChanged">TQTable</a> <a href="tqtextedit.html#selectionChanged">TQTextEdit</a><li>selectionLength: <a href="qimevent.html#selectionLength">TQIMEvent</a><li>selectionMode: <a href="ntqiconview.html#selectionMode">TQIconView</a> <a href="ntqlistbox.html#selectionMode">TQListBox</a> <a href="ntqlistview.html#selectionMode">TQListView</a> <a href="ntqtable.html#selectionMode">TQTable</a><li>selectionStart: <a href="ntqlineedit.html#selectionStart">TQLineEdit</a><li>selfMask: @@ -2444,7 +2444,7 @@ sRect: <a href="ntqhostaddress.html#setAddress">TQHostAddress</a><li>setAddressReusable: <a href="ntqsocketdevice.html#setAddressReusable">TQSocketDevice</a><li>setAdvancePeriod: <a href="tqcanvas.html#setAdvancePeriod">TQCanvas</a><li>setAlignment: - <a href="ntqgroupbox.html#setAlignment">TQGroupBox</a> <a href="ntqlabel.html#setAlignment">TQLabel</a> <a href="qlayoutitem.html#setAlignment">TQLayoutItem</a> <a href="ntqlineedit.html#setAlignment">TQLineEdit</a> <a href="ntqmultilineedit.html#setAlignment">TQMultiLineEdit</a> <a href="qstylesheetitem.html#setAlignment">TQStyleSheetItem</a> <a href="ntqtextedit.html#setAlignment">TQTextEdit</a><li>setAllChanged: + <a href="ntqgroupbox.html#setAlignment">TQGroupBox</a> <a href="ntqlabel.html#setAlignment">TQLabel</a> <a href="qlayoutitem.html#setAlignment">TQLayoutItem</a> <a href="ntqlineedit.html#setAlignment">TQLineEdit</a> <a href="ntqmultilineedit.html#setAlignment">TQMultiLineEdit</a> <a href="qstylesheetitem.html#setAlignment">TQStyleSheetItem</a> <a href="tqtextedit.html#setAlignment">TQTextEdit</a><li>setAllChanged: <a href="tqcanvas.html#setAllChanged">TQCanvas</a><li>setAllColumnsShowFocus: <a href="ntqlistview.html#setAllColumnsShowFocus">TQListView</a><li>setAlpha: <a href="qglformat.html#setAlpha">TQGLFormat</a><li>setAlphaBuffer: @@ -2473,7 +2473,7 @@ sRect: <a href="ntqpushbutton.html#setAutoDefault">TQPushButton</a><li>setAutoDelete: <a href="tqptrcollection.html#setAutoDelete">TQAsciiDict</a> <a href="tqptrcollection.html#setAutoDelete">TQCache</a> <a href="tqdatatable.html#setAutoDelete">TQDataTable</a> <a href="tqptrcollection.html#setAutoDelete">TQDict</a> <a href="qiconfactory.html#setAutoDelete">TQIconFactory</a> <a href="tqptrcollection.html#setAutoDelete">TQIntDict</a> <a href="ntqnetworkprotocol.html#setAutoDelete">TQNetworkProtocol</a> <a href="tqptrcollection.html#setAutoDelete">TQPtrCollection</a> <a href="tqptrcollection.html#setAutoDelete">TQPtrDict</a> <a href="tqptrcollection.html#setAutoDelete">TQPtrList</a> <a href="tqptrqueue.html#setAutoDelete">TQPtrQueue</a> <a href="tqptrstack.html#setAutoDelete">TQPtrStack</a> <a href="tqptrcollection.html#setAutoDelete">TQPtrVector</a><li>setAutoEdit: <a href="tqdatabrowser.html#setAutoEdit">TQDataBrowser</a> <a href="tqdatatable.html#setAutoEdit">TQDataTable</a><li>setAutoFormatting: - <a href="ntqtextedit.html#setAutoFormatting">TQTextEdit</a><li>setAutoMask: + <a href="tqtextedit.html#setAutoFormatting">TQTextEdit</a><li>setAutoMask: <a href="tqwidget.html#setAutoMask">TQWidget</a><li>setAutoRaise: <a href="ntqtoolbutton.html#setAutoRaise">TQToolButton</a><li>setAutoRepeat: <a href="ntqbutton.html#setAutoRepeat">TQButton</a> <a href="ntqbutton.html#setAutoRepeat">TQCheckBox</a> <a href="ntqbutton.html#setAutoRepeat">TQPushButton</a> <a href="ntqbutton.html#setAutoRepeat">TQRadioButton</a><li>setAutoReset: @@ -2489,7 +2489,7 @@ sRect: <a href="ntqlcdnumber.html#setBinMode">TQLCDNumber</a><li>setBit: <a href="ntqbitarray.html#setBit">TQBitArray</a><li>setBlocking: <a href="ntqsocketdevice.html#setBlocking">TQSocketDevice</a><li>setBold: - <a href="ntqfont.html#setBold">TQFont</a> <a href="ntqtextedit.html#setBold">TQTextEdit</a><li>setBottom: + <a href="ntqfont.html#setBold">TQFont</a> <a href="tqtextedit.html#setBold">TQTextEdit</a><li>setBottom: <a href="qdoublevalidator.html#setBottom">TQDoubleValidator</a> <a href="qintvalidator.html#setBottom">TQIntValidator</a> <a href="ntqrect.html#setBottom">TQRect</a><li>setBottomItem: <a href="ntqlistbox.html#setBottomItem">TQListBox</a><li>setBottomLeft: <a href="ntqrect.html#setBottomLeft">TQRect</a><li>setBottomRight: @@ -2529,15 +2529,15 @@ sRect: <a href="ntqpainter.html#setClipRegion">TQPainter</a><li>setClipping: <a href="ntqpainter.html#setClipping">TQPainter</a><li>setCloseMode: <a href="ntqdockwindow.html#setCloseMode">TQDockWindow</a><li>setCodec: - <a href="ntqtextstream.html#setCodec">TQTextStream</a><li>setCodecForCStrings: - <a href="ntqtextcodec.html#setCodecForCStrings">TQTextCodec</a><li>setCodecForLocale: - <a href="ntqtextcodec.html#setCodecForLocale">TQTextCodec</a><li>setCodecForTr: - <a href="ntqtextcodec.html#setCodecForTr">TQTextCodec</a><li>setCol: + <a href="tqtextstream.html#setCodec">TQTextStream</a><li>setCodecForCStrings: + <a href="tqtextcodec.html#setCodecForCStrings">TQTextCodec</a><li>setCodecForLocale: + <a href="tqtextcodec.html#setCodecForLocale">TQTextCodec</a><li>setCodecForTr: + <a href="tqtextcodec.html#setCodecForTr">TQTextCodec</a><li>setCol: <a href="qtableitem.html#setCol">TQTableItem</a><li>setColSpacing: <a href="qgridlayout.html#setColSpacing">TQGridLayout</a><li>setColStretch: <a href="qgridlayout.html#setColStretch">TQGridLayout</a><li>setCollapsible: <a href="ntqsplitter.html#setCollapsible">TQSplitter</a><li>setColor: - <a href="ntqbrush.html#setColor">TQBrush</a> <a href="tqcanvastext.html#setColor">TQCanvasText</a> <a href="qcolordrag.html#setColor">TQColorDrag</a> <a href="qcolorgroup.html#setColor">TQColorGroup</a> <a href="tqimage.html#setColor">TQImage</a> <a href="ntqpalette.html#setColor">TQPalette</a> <a href="ntqpen.html#setColor">TQPen</a> <a href="qstylesheetitem.html#setColor">TQStyleSheetItem</a> <a href="ntqtextedit.html#setColor">TQTextEdit</a><li>setColorMode: + <a href="ntqbrush.html#setColor">TQBrush</a> <a href="tqcanvastext.html#setColor">TQCanvasText</a> <a href="qcolordrag.html#setColor">TQColorDrag</a> <a href="qcolorgroup.html#setColor">TQColorGroup</a> <a href="tqimage.html#setColor">TQImage</a> <a href="ntqpalette.html#setColor">TQPalette</a> <a href="ntqpen.html#setColor">TQPen</a> <a href="qstylesheetitem.html#setColor">TQStyleSheetItem</a> <a href="tqtextedit.html#setColor">TQTextEdit</a><li>setColorMode: <a href="ntqprinter.html#setColorMode">TQPrinter</a><li>setColorSpec: <a href="ntqapplication.html#setColorSpec">TQApplication</a><li>setColormap: <a href="qglwidget.html#setColormap">TQGLWidget</a><li>setColumn: @@ -2576,7 +2576,7 @@ sRect: <a href="ntqprinter.html#setCreator">TQPrinter</a><li>setCurrent: <a href="ntqdir.html#setCurrent">TQDir</a><li>setCurrentCell: <a href="ntqtable.html#setCurrentCell">TQTable</a><li>setCurrentFont: - <a href="ntqtextedit.html#setCurrentFont">TQTextEdit</a><li>setCurrentIndex: + <a href="tqtextedit.html#setCurrentFont">TQTextEdit</a><li>setCurrentIndex: <a href="ntqtoolbox.html#setCurrentIndex">TQToolBox</a><li>setCurrentItem: <a href="ntqcombobox.html#setCurrentItem">TQComboBox</a> <a href="qcombotableitem.html#setCurrentItem">TQComboTableItem</a> <a href="ntqiconview.html#setCurrentItem">TQIconView</a> <a href="ntqlistbox.html#setCurrentItem">TQListBox</a> <a href="ntqlistview.html#setCurrentItem">TQListView</a> <a href="ntqtoolbox.html#setCurrentItem">TQToolBox</a><li>setCurrentPage: <a href="ntqtabwidget.html#setCurrentPage">TQTabWidget</a><li>setCurrentTab: @@ -2585,7 +2585,7 @@ sRect: <a href="tqwidget.html#setCursor">TQWidget</a><li>setCursorFlashTime: <a href="ntqapplication.html#setCursorFlashTime">TQApplication</a><li>setCursorName: <a href="tqsqlindex.html#setCursorName">TQSqlIndex</a><li>setCursorPosition: - <a href="ntqlineedit.html#setCursorPosition">TQLineEdit</a> <a href="ntqmultilineedit.html#setCursorPosition">TQMultiLineEdit</a> <a href="ntqtextedit.html#setCursorPosition">TQTextEdit</a><li>setCursorVisible: + <a href="ntqlineedit.html#setCursorPosition">TQLineEdit</a> <a href="ntqmultilineedit.html#setCursorPosition">TQMultiLineEdit</a> <a href="tqtextedit.html#setCursorPosition">TQTextEdit</a><li>setCursorVisible: <a href="qwsserver.html#setCursorVisible">TQWSServer</a><li>setCustomColor: <a href="ntqcolordialog.html#setCustomColor">TQColorDialog</a><li>setCustomHighlighting: <a href="qlistboxitem.html#setCustomHighlighting">TQListBoxItem</a><li>setDTDHandler: @@ -2619,7 +2619,7 @@ sRect: <a href="tqimageio.html#setDescription">TQImageIO</a><li>setDesktopBackground: <a href="qwsserver.html#setDesktopBackground">TQWSServer</a><li>setDesktopSettingsAware: <a href="ntqapplication.html#setDesktopSettingsAware">TQApplication</a><li>setDevice: - <a href="ntqdatastream.html#setDevice">TQDataStream</a> <a href="ntqtextstream.html#setDevice">TQTextStream</a><li>setDir: + <a href="ntqdatastream.html#setDevice">TQDataStream</a> <a href="tqtextstream.html#setDevice">TQTextStream</a><li>setDir: <a href="ntqfiledialog.html#setDir">TQFileDialog</a> <a href="ntqurlinfo.html#setDir">TQUrlInfo</a><li>setDirectRendering: <a href="qglformat.html#setDirectRendering">TQGLFormat</a><li>setDirection: <a href="qboxlayout.html#setDirection">TQBoxLayout</a><li>setDirty: @@ -2653,7 +2653,7 @@ sRect: <a href="ntqaccel.html#setEnabled">TQAccel</a> <a href="ntqaction.html#setEnabled">TQAction</a> <a href="tqcanvasitem.html#setEnabled">TQCanvasItem</a> <a href="ntqlayout.html#setEnabled">TQLayout</a> <a href="qlistviewitem.html#setEnabled">TQListViewItem</a> <a href="ntqsocketnotifier.html#setEnabled">TQSocketNotifier</a> <a href="qtab.html#setEnabled">TQTab</a> <a href="qtableitem.html#setEnabled">TQTableItem</a> <a href="qtooltipgroup.html#setEnabled">TQToolTipGroup</a> <a href="tqwidget.html#setEnabled">TQWidget</a><li>setEncodedData: <a href="qstoreddrag.html#setEncodedData">TQStoredDrag</a><li>setEncodedPathAndQuery: <a href="ntqurl.html#setEncodedPathAndQuery">TQUrl</a><li>setEncoding: - <a href="ntqtextstream.html#setEncoding">TQTextStream</a><li>setEncodingFunction: + <a href="tqtextstream.html#setEncoding">TQTextStream</a><li>setEncodingFunction: <a href="ntqfile.html#setEncodingFunction">TQFile</a><li>setEntityResolver: <a href="tqxmlreader.html#setEntityResolver">TQXmlReader</a><li>setEntries: <a href="ntqglcolormap.html#setEntries">TQGLColormap</a><li>setEntry: @@ -2670,7 +2670,7 @@ sRect: <a href="ntqdialog.html#setExtension">TQDialog</a><li>setExtensionType: <a href="qmimesourcefactory.html#setExtensionType">TQMimeSourceFactory</a><li>setFalseText: <a href="tqdatatable.html#setFalseText">TQDataTable</a><li>setFamily: - <a href="ntqfont.html#setFamily">TQFont</a> <a href="ntqtextedit.html#setFamily">TQTextEdit</a><li>setFeature: + <a href="ntqfont.html#setFamily">TQFont</a> <a href="tqtextedit.html#setFamily">TQTextEdit</a><li>setFeature: <a href="tqxmlreader.html#setFeature">TQXmlReader</a> <a href="tqxmlsimplereader.html#setFeature">TQXmlSimpleReader</a><li>setFile: <a href="ntqfileinfo.html#setFile">TQFileInfo</a> <a href="ntqurlinfo.html#setFile">TQUrlInfo</a><li>setFileName: <a href="tqimageio.html#setFileName">TQImageIO</a> <a href="ntqurl.html#setFileName">TQUrl</a><li>setFileNames: @@ -2759,7 +2759,7 @@ sRect: <a href="ntqcombobox.html#setInsertionPolicy">TQComboBox</a><li>setInsideMargin: <a href="ntqgroupbox.html#setInsideMargin">TQGroupBox</a><li>setInsideSpacing: <a href="ntqgroupbox.html#setInsideSpacing">TQGroupBox</a><li>setItalic: - <a href="ntqfont.html#setItalic">TQFont</a> <a href="ntqtextedit.html#setItalic">TQTextEdit</a><li>setItem: + <a href="ntqfont.html#setItalic">TQFont</a> <a href="tqtextedit.html#setItalic">TQTextEdit</a><li>setItem: <a href="ntqtable.html#setItem">TQTable</a><li>setItemChecked: <a href="ntqmenudata.html#setItemChecked">TQMenuData</a> <a href="ntqmenudata.html#setItemChecked">TQPopupMenu</a><li>setItemEnabled: <a href="ntqaccel.html#setItemEnabled">TQAccel</a> <a href="ntqmenudata.html#setItemEnabled">TQMenuBar</a> <a href="ntqmenudata.html#setItemEnabled">TQMenuData</a> <a href="ntqmenudata.html#setItemEnabled">TQPopupMenu</a> <a href="ntqtoolbox.html#setItemEnabled">TQToolBox</a><li>setItemIconSet: @@ -2791,7 +2791,7 @@ sRect: <a href="ntqcombobox.html#setLineEdit">TQComboBox</a><li>setLineStep: <a href="ntqdial.html#setLineStep">TQDial</a> <a href="ntqscrollbar.html#setLineStep">TQScrollBar</a> <a href="ntqslider.html#setLineStep">TQSlider</a> <a href="ntqspinbox.html#setLineStep">TQSpinBox</a><li>setLineWidth: <a href="ntqframe.html#setLineWidth">TQFrame</a><li>setLinkUnderline: - <a href="ntqtextedit.html#setLinkUnderline">TQTextEdit</a><li>setListBox: + <a href="tqtextedit.html#setLinkUnderline">TQTextEdit</a><li>setListBox: <a href="ntqcombobox.html#setListBox">TQComboBox</a><li>setListStyle: <a href="qstylesheetitem.html#setListStyle">TQStyleSheetItem</a><li>setLocalData: <a href="ntqthreadstorage.html#setLocalData">TQThreadStorage</a><li>setLogicalFontSize: @@ -2812,7 +2812,7 @@ sRect: <a href="ntqiconview.html#setMaxItemTextLength">TQIconView</a><li>setMaxItemWidth: <a href="ntqiconview.html#setMaxItemWidth">TQIconView</a><li>setMaxLength: <a href="ntqlineedit.html#setMaxLength">TQLineEdit</a><li>setMaxLogLines: - <a href="ntqtextedit.html#setMaxLogLines">TQTextEdit</a><li>setMaxValue: + <a href="tqtextedit.html#setMaxLogLines">TQTextEdit</a><li>setMaxValue: <a href="qdateedit.html#setMaxValue">TQDateEdit</a> <a href="ntqdial.html#setMaxValue">TQDial</a> <a href="ntqrangecontrol.html#setMaxValue">TQRangeControl</a> <a href="ntqscrollbar.html#setMaxValue">TQScrollBar</a> <a href="ntqslider.html#setMaxValue">TQSlider</a> <a href="ntqspinbox.html#setMaxValue">TQSpinBox</a> <a href="qtimeedit.html#setMaxValue">TQTimeEdit</a><li>setMaxWindowRect: <a href="qwsserver.html#setMaxWindowRect">TQWSServer</a><li>setMaximumHeight: <a href="tqwidget.html#setMaximumHeight">TQWidget</a><li>setMaximumSize: @@ -2823,7 +2823,7 @@ sRect: <a href="qwsinputmethod.html#setMicroFocus">TQWSInputMethod</a><li>setMicroFocusHint: <a href="tqwidget.html#setMicroFocusHint">TQWidget</a><li>setMidLineWidth: <a href="ntqframe.html#setMidLineWidth">TQFrame</a><li>setMimeSourceFactory: - <a href="ntqtextedit.html#setMimeSourceFactory">TQTextEdit</a><li>setMinMax: + <a href="tqtextedit.html#setMimeSourceFactory">TQTextEdit</a><li>setMinMax: <a href="ntqprinter.html#setMinMax">TQPrinter</a><li>setMinValue: <a href="qdateedit.html#setMinValue">TQDateEdit</a> <a href="ntqdial.html#setMinValue">TQDial</a> <a href="ntqrangecontrol.html#setMinValue">TQRangeControl</a> <a href="ntqscrollbar.html#setMinValue">TQScrollBar</a> <a href="ntqslider.html#setMinValue">TQSlider</a> <a href="ntqspinbox.html#setMinValue">TQSpinBox</a> <a href="qtimeedit.html#setMinValue">TQTimeEdit</a><li>setMinimal: <a href="ntqregexp.html#setMinimal">TQRegExp</a><li>setMinimumDuration: @@ -2834,7 +2834,7 @@ sRect: <a href="qtimeedit.html#setMinute">TQTimeEdit</a><li>setModal: <a href="ntqdialog.html#setModal">TQDialog</a><li>setMode: <a href="ntqfiledialog.html#setMode">TQFileDialog</a> <a href="ntqiodevice.html#setMode">TQIODevice</a> <a href="ntqlcdnumber.html#setMode">TQLCDNumber</a> <a href="qscreen.html#setMode">TQScreen</a> <a href="tqsqlcursor.html#setMode">TQSqlCursor</a><li>setModified: - <a href="ntqtextedit.html#setModified">TQTextEdit</a><li>setMonth: + <a href="tqtextedit.html#setModified">TQTextEdit</a><li>setMonth: <a href="qdateedit.html#setMonth">TQDateEdit</a><li>setMouseTracking: <a href="tqwidget.html#setMouseTracking">TQWidget</a><li>setMovie: <a href="ntqlabel.html#setMovie">TQLabel</a><li>setMovingEnabled: @@ -2880,7 +2880,7 @@ sRect: <a href="ntqfont.html#setOverline">TQFont</a><li>setOverrideCursor: <a href="ntqapplication.html#setOverrideCursor">TQApplication</a><li>setOverrideKeys: TQWSServer<li>setOverwriteMode: - <a href="ntqtextedit.html#setOverwriteMode">TQTextEdit</a><li>setOwner: + <a href="tqtextedit.html#setOverwriteMode">TQTextEdit</a><li>setOwner: <a href="ntqurlinfo.html#setOwner">TQUrlInfo</a><li>setPageOrder: <a href="ntqprinter.html#setPageOrder">TQPrinter</a><li>setPageSize: <a href="ntqprinter.html#setPageSize">TQPrinter</a><li>setPageStep: @@ -2889,9 +2889,9 @@ sRect: <a href="tqwidget.html#setPaletteBackgroundColor">TQWidget</a><li>setPaletteBackgroundPixmap: <a href="tqwidget.html#setPaletteBackgroundPixmap">TQWidget</a><li>setPaletteForegroundColor: <a href="tqwidget.html#setPaletteForegroundColor">TQWidget</a><li>setPaper: - <a href="ntqtextedit.html#setPaper">TQTextEdit</a><li>setPaperSource: + <a href="tqtextedit.html#setPaper">TQTextEdit</a><li>setPaperSource: <a href="ntqprinter.html#setPaperSource">TQPrinter</a><li>setParagraphBackgroundColor: - <a href="ntqtextedit.html#setParagraphBackgroundColor">TQTextEdit</a><li>setParameters: + <a href="tqtextedit.html#setParagraphBackgroundColor">TQTextEdit</a><li>setParameters: <a href="tqimageio.html#setParameters">TQImageIO</a><li>setPassword: <a href="tqsqldatabase.html#setPassword">TQSqlDatabase</a> <a href="ntqurl.html#setPassword">TQUrl</a><li>setPath: <a href="ntqdir.html#setPath">TQDir</a> <a href="ntqsettings.html#setPath">TQSettings</a> <a href="ntqurl.html#setPath">TQUrl</a><li>setPattern: @@ -2907,7 +2907,7 @@ sRect: <a href="qiconviewitem.html#setPixmapRect">TQIconViewItem</a><li>setPlane: <a href="qglformat.html#setPlane">TQGLFormat</a><li>setPoint: <a href="qdropevent.html#setPoint">TQDropEvent</a> <a href="ntqpointarray.html#setPoint">TQPointArray</a><li>setPointSize: - <a href="ntqfont.html#setPointSize">TQFont</a> <a href="ntqtextedit.html#setPointSize">TQTextEdit</a><li>setPointSizeFloat: + <a href="ntqfont.html#setPointSize">TQFont</a> <a href="tqtextedit.html#setPointSize">TQTextEdit</a><li>setPointSizeFloat: <a href="ntqfont.html#setPointSizeFloat">TQFont</a><li>setPoints: <a href="tqcanvasline.html#setPoints">TQCanvasLine</a> <a href="tqcanvaspolygon.html#setPoints">TQCanvasPolygon</a><li>setPopup: <a href="ntqpushbutton.html#setPopup">TQPushButton</a> <a href="ntqtoolbutton.html#setPopup">TQToolButton</a><li>setPopupDelay: @@ -2938,7 +2938,7 @@ sRect: <a href="ntqfont.html#setRawMode">TQFont</a><li>setRawName: <a href="ntqfont.html#setRawName">TQFont</a><li>setReadBufferSize: <a href="ntqsocket.html#setReadBufferSize">TQSocket</a><li>setReadOnly: - <a href="tqdatabrowser.html#setReadOnly">TQDataBrowser</a> <a href="ntqlineedit.html#setReadOnly">TQLineEdit</a> <a href="tqsqlfield.html#setReadOnly">TQSqlField</a> <a href="ntqtable.html#setReadOnly">TQTable</a> <a href="ntqtextedit.html#setReadOnly">TQTextEdit</a><li>setReadable: + <a href="tqdatabrowser.html#setReadOnly">TQDataBrowser</a> <a href="ntqlineedit.html#setReadOnly">TQLineEdit</a> <a href="tqsqlfield.html#setReadOnly">TQSqlField</a> <a href="ntqtable.html#setReadOnly">TQTable</a> <a href="tqtextedit.html#setReadOnly">TQTextEdit</a><li>setReadable: <a href="ntqurlinfo.html#setReadable">TQUrlInfo</a><li>setReason: <a href="qfocusevent.html#setReason">TQFocusEvent</a><li>setReceiveBufferSize: <a href="ntqsocketdevice.html#setReceiveBufferSize">TQSocketDevice</a><li>setRecord: @@ -2982,9 +2982,9 @@ sRect: <a href="qiconviewitem.html#setSelectable">TQIconViewItem</a> <a href="qlistboxitem.html#setSelectable">TQListBoxItem</a> <a href="qlistviewitem.html#setSelectable">TQListViewItem</a><li>setSelected: <a href="qaccessibleinterface.html#setSelected">TQAccessibleInterface</a> <a href="tqcanvasitem.html#setSelected">TQCanvasItem</a> <a href="ntqiconview.html#setSelected">TQIconView</a> <a href="qiconviewitem.html#setSelected">TQIconViewItem</a> <a href="ntqlistbox.html#setSelected">TQListBox</a> <a href="ntqlistview.html#setSelected">TQListView</a> <a href="qlistviewitem.html#setSelected">TQListViewItem</a><li>setSelectedFilter: <a href="ntqfiledialog.html#setSelectedFilter">TQFileDialog</a><li>setSelection: - <a href="ntqfiledialog.html#setSelection">TQFileDialog</a> <a href="ntqlineedit.html#setSelection">TQLineEdit</a> <a href="ntqtextedit.html#setSelection">TQTextEdit</a><li>setSelectionAnchor: + <a href="ntqfiledialog.html#setSelection">TQFileDialog</a> <a href="ntqlineedit.html#setSelection">TQLineEdit</a> <a href="tqtextedit.html#setSelection">TQTextEdit</a><li>setSelectionAnchor: <a href="ntqlistview.html#setSelectionAnchor">TQListView</a><li>setSelectionAttributes: - <a href="ntqtextedit.html#setSelectionAttributes">TQTextEdit</a><li>setSelectionMode: + <a href="tqtextedit.html#setSelectionAttributes">TQTextEdit</a><li>setSelectionMode: <a href="ntqiconview.html#setSelectionMode">TQIconView</a> <a href="ntqlistbox.html#setSelectionMode">TQListBox</a> <a href="ntqlistview.html#setSelectionMode">TQListView</a> <a href="ntqtable.html#setSelectionMode">TQTable</a><li>setSelfNesting: <a href="qstylesheetitem.html#setSelfNesting">TQStyleSheetItem</a><li>setSendBufferSize: <a href="ntqsocketdevice.html#setSendBufferSize">TQSocketDevice</a><li>setSeparator: @@ -3011,7 +3011,7 @@ sRect: <a href="ntqheader.html#setSortIndicator">TQHeader</a><li>setSortOrder: <a href="ntqlistview.html#setSortOrder">TQListView</a><li>setSorting: <a href="ntqdir.html#setSorting">TQDir</a> <a href="ntqiconview.html#setSorting">TQIconView</a> <a href="ntqlistview.html#setSorting">TQListView</a> <a href="ntqtable.html#setSorting">TQTable</a><li>setSource: - <a href="ntqtextbrowser.html#setSource">TQTextBrowser</a><li>setSpacing: + <a href="tqtextbrowser.html#setSource">TQTextBrowser</a><li>setSpacing: <a href="ntqgrid.html#setSpacing">TQGrid</a> <a href="ntqhbox.html#setSpacing">TQHBox</a> <a href="ntqiconview.html#setSpacing">TQIconView</a> <a href="ntqlayout.html#setSpacing">TQLayout</a><li>setSpan: <a href="qtableitem.html#setSpan">TQTableItem</a><li>setSpecialValueText: <a href="ntqspinbox.html#setSpecialValueText">TQSpinBox</a><li>setSpeed: @@ -3036,28 +3036,28 @@ sRect: <a href="qcombotableitem.html#setStringList">TQComboTableItem</a><li>setStyle: <a href="ntqapplication.html#setStyle">TQApplication</a> <a href="ntqbrush.html#setStyle">TQBrush</a> <a href="ntqpen.html#setStyle">TQPen</a> <a href="tqwidget.html#setStyle">TQWidget</a><li>setStyleHint: <a href="ntqfont.html#setStyleHint">TQFont</a><li>setStyleSheet: - <a href="ntqtextedit.html#setStyleSheet">TQTextEdit</a><li>setStyleStrategy: + <a href="tqtextedit.html#setStyleSheet">TQTextEdit</a><li>setStyleStrategy: <a href="ntqfont.html#setStyleStrategy">TQFont</a><li>setSubtype: - <a href="qtextdrag.html#setSubtype">TQTextDrag</a><li>setSuffix: + <a href="tqtextdrag.html#setSubtype">TQTextDrag</a><li>setSuffix: <a href="ntqspinbox.html#setSuffix">TQSpinBox</a><li>setSupportsMargin: <a href="ntqlayout.html#setSupportsMargin">TQLayout</a><li>setSymLink: <a href="ntqurlinfo.html#setSymLink">TQUrlInfo</a><li>setTabArray: <a href="ntqpainter.html#setTabArray">TQPainter</a><li>setTabBar: <a href="ntqtabdialog.html#setTabBar">TQTabDialog</a> <a href="ntqtabwidget.html#setTabBar">TQTabWidget</a><li>setTabChangesFocus: - <a href="ntqtextedit.html#setTabChangesFocus">TQTextEdit</a><li>setTabEnabled: + <a href="tqtextedit.html#setTabChangesFocus">TQTextEdit</a><li>setTabEnabled: <a href="ntqtabbar.html#setTabEnabled">TQTabBar</a> <a href="ntqtabdialog.html#setTabEnabled">TQTabDialog</a> <a href="ntqtabwidget.html#setTabEnabled">TQTabWidget</a><li>setTabIconSet: <a href="ntqtabwidget.html#setTabIconSet">TQTabWidget</a><li>setTabLabel: <a href="ntqtabwidget.html#setTabLabel">TQTabWidget</a><li>setTabOrder: <a href="tqwidget.html#setTabOrder">TQWidget</a><li>setTabPosition: <a href="ntqtabwidget.html#setTabPosition">TQTabWidget</a><li>setTabShape: <a href="ntqtabwidget.html#setTabShape">TQTabWidget</a><li>setTabStopWidth: - <a href="ntqtextedit.html#setTabStopWidth">TQTextEdit</a><li>setTabStops: + <a href="tqtextedit.html#setTabStopWidth">TQTextEdit</a><li>setTabStops: <a href="ntqpainter.html#setTabStops">TQPainter</a><li>setTabToolTip: <a href="ntqtabwidget.html#setTabToolTip">TQTabWidget</a><li>setTagName: <a href="tqdomelement.html#setTagName">TQDomElement</a><li>setText: - <a href="qaccessibleinterface.html#setText">TQAccessibleInterface</a> <a href="ntqaction.html#setText">TQAction</a> <a href="ntqbutton.html#setText">TQButton</a> <a href="tqcanvastext.html#setText">TQCanvasText</a> <a href="ntqbutton.html#setText">TQCheckBox</a> <a href="ntqclipboard.html#setText">TQClipboard</a> <a href="qiconviewitem.html#setText">TQIconViewItem</a> <a href="tqimage.html#setText">TQImage</a> <a href="ntqlabel.html#setText">TQLabel</a> <a href="ntqlineedit.html#setText">TQLineEdit</a> <a href="qlistboxitem.html#setText">TQListBoxItem</a> <a href="qlistviewitem.html#setText">TQListViewItem</a> <a href="ntqmessagebox.html#setText">TQMessageBox</a> <a href="qmimesourcefactory.html#setText">TQMimeSourceFactory</a> <a href="ntqbutton.html#setText">TQPushButton</a> <a href="ntqbutton.html#setText">TQRadioButton</a> <a href="qtab.html#setText">TQTab</a> <a href="ntqtable.html#setText">TQTable</a> <a href="qtableitem.html#setText">TQTableItem</a> <a href="qtextdrag.html#setText">TQTextDrag</a> <a href="ntqtextedit.html#setText">TQTextEdit</a><li>setTextFlags: + <a href="qaccessibleinterface.html#setText">TQAccessibleInterface</a> <a href="ntqaction.html#setText">TQAction</a> <a href="ntqbutton.html#setText">TQButton</a> <a href="tqcanvastext.html#setText">TQCanvasText</a> <a href="ntqbutton.html#setText">TQCheckBox</a> <a href="ntqclipboard.html#setText">TQClipboard</a> <a href="qiconviewitem.html#setText">TQIconViewItem</a> <a href="tqimage.html#setText">TQImage</a> <a href="ntqlabel.html#setText">TQLabel</a> <a href="ntqlineedit.html#setText">TQLineEdit</a> <a href="qlistboxitem.html#setText">TQListBoxItem</a> <a href="qlistviewitem.html#setText">TQListViewItem</a> <a href="ntqmessagebox.html#setText">TQMessageBox</a> <a href="qmimesourcefactory.html#setText">TQMimeSourceFactory</a> <a href="ntqbutton.html#setText">TQPushButton</a> <a href="ntqbutton.html#setText">TQRadioButton</a> <a href="qtab.html#setText">TQTab</a> <a href="ntqtable.html#setText">TQTable</a> <a href="qtableitem.html#setText">TQTableItem</a> <a href="tqtextdrag.html#setText">TQTextDrag</a> <a href="tqtextedit.html#setText">TQTextEdit</a><li>setTextFlags: <a href="tqcanvastext.html#setTextFlags">TQCanvasText</a><li>setTextFormat: - <a href="ntqlabel.html#setTextFormat">TQLabel</a> <a href="ntqmessagebox.html#setTextFormat">TQMessageBox</a> <a href="ntqtextedit.html#setTextFormat">TQTextEdit</a><li>setTextLabel: + <a href="ntqlabel.html#setTextFormat">TQLabel</a> <a href="ntqmessagebox.html#setTextFormat">TQMessageBox</a> <a href="tqtextedit.html#setTextFormat">TQTextEdit</a><li>setTextLabel: <a href="ntqtoolbutton.html#setTextLabel">TQToolButton</a><li>setTextPosition: <a href="ntqtoolbutton.html#setTextPosition">TQToolButton</a><li>setTextRect: <a href="qiconviewitem.html#setTextRect">TQIconViewItem</a><li>setTickInterval: @@ -3089,9 +3089,9 @@ sRect: <a href="tqdatatable.html#setTrueText">TQDataTable</a><li>setType: <a href="ntqiodevice.html#setType">TQIODevice</a> <a href="tqsqlerror.html#setType">TQSqlError</a><li>setUnchanged: <a href="tqcanvas.html#setUnchanged">TQCanvas</a><li>setUnderline: - <a href="ntqfont.html#setUnderline">TQFont</a> <a href="ntqtextedit.html#setUnderline">TQTextEdit</a><li>setUndoDepth: - <a href="ntqtextedit.html#setUndoDepth">TQTextEdit</a><li>setUndoRedoEnabled: - <a href="ntqtextedit.html#setUndoRedoEnabled">TQTextEdit</a><li>setUnicode: + <a href="ntqfont.html#setUnderline">TQFont</a> <a href="tqtextedit.html#setUnderline">TQTextEdit</a><li>setUndoDepth: + <a href="tqtextedit.html#setUndoDepth">TQTextEdit</a><li>setUndoRedoEnabled: + <a href="tqtextedit.html#setUndoRedoEnabled">TQTextEdit</a><li>setUnicode: <a href="tqstring.html#setUnicode">TQString</a><li>setUnicodeCodes: <a href="tqstring.html#setUnicodeCodes">TQString</a><li>setUnicodeUris: <a href="quridrag.html#setUnicodeUris">TQUriDrag</a><li>setUpLayout: @@ -3117,7 +3117,7 @@ sRect: <a href="ntqsizepolicy.html#setVerData">TQSizePolicy</a><li>setVerStretch: <a href="ntqsizepolicy.html#setVerStretch">TQSizePolicy</a><li>setVersion: <a href="ntqdatastream.html#setVersion">TQDataStream</a><li>setVerticalAlignment: - <a href="qstylesheetitem.html#setVerticalAlignment">TQStyleSheetItem</a> <a href="ntqtextedit.html#setVerticalAlignment">TQTextEdit</a><li>setVerticallyStretchable: + <a href="qstylesheetitem.html#setVerticalAlignment">TQStyleSheetItem</a> <a href="tqtextedit.html#setVerticalAlignment">TQTextEdit</a><li>setVerticallyStretchable: <a href="ntqdockwindow.html#setVerticallyStretchable">TQDockWindow</a><li>setViewMode: <a href="ntqfiledialog.html#setViewMode">TQFileDialog</a><li>setViewXForm: <a href="ntqpainter.html#setViewXForm">TQPainter</a><li>setViewport: @@ -3139,13 +3139,13 @@ sRect: <a href="qglcontext.html#setWindowCreated">TQGLContext</a><li>setWindowOpacity: <a href="tqwidget.html#setWindowOpacity">TQWidget</a><li>setWindowState: <a href="tqwidget.html#setWindowState">TQWidget</a><li>setWordWrap: - <a href="qtableitem.html#setWordWrap">TQTableItem</a> <a href="ntqtextedit.html#setWordWrap">TQTextEdit</a><li>setWordWrapIconText: + <a href="qtableitem.html#setWordWrap">TQTableItem</a> <a href="tqtextedit.html#setWordWrap">TQTextEdit</a><li>setWordWrapIconText: <a href="ntqiconview.html#setWordWrapIconText">TQIconView</a><li>setWorkingDirectory: <a href="ntqprocess.html#setWorkingDirectory">TQProcess</a><li>setWorldMatrix: <a href="tqcanvasview.html#setWorldMatrix">TQCanvasView</a> <a href="ntqpainter.html#setWorldMatrix">TQPainter</a><li>setWorldXForm: <a href="ntqpainter.html#setWorldXForm">TQPainter</a><li>setWrapColumnOrWidth: - <a href="ntqtextedit.html#setWrapColumnOrWidth">TQTextEdit</a><li>setWrapPolicy: - <a href="ntqtextedit.html#setWrapPolicy">TQTextEdit</a><li>setWrapping: + <a href="tqtextedit.html#setWrapColumnOrWidth">TQTextEdit</a><li>setWrapPolicy: + <a href="tqtextedit.html#setWrapPolicy">TQTextEdit</a><li>setWrapping: <a href="ntqdial.html#setWrapping">TQDial</a> <a href="ntqspinbox.html#setWrapping">TQSpinBox</a><li>setWritable: <a href="ntqurlinfo.html#setWritable">TQUrlInfo</a><li>setX: <a href="tqcanvasitem.html#setX">TQCanvasItem</a> <a href="ntqpoint.html#setX">TQPoint</a> <a href="ntqrect.html#setX">TQRect</a><li>setXVelocity: @@ -3155,7 +3155,7 @@ sRect: <a href="tqcanvasitem.html#setYVelocity">TQCanvasItem</a><li>setYear: <a href="qdateedit.html#setYear">TQDateEdit</a><li>setZ: <a href="tqcanvasitem.html#setZ">TQCanvasItem</a><li>setf: - <a href="ntqtextstream.html#setf">TQTextStream</a><li>setup: + <a href="tqtextstream.html#setf">TQTextStream</a><li>setup: <a href="qlistviewitem.html#setup">TQListViewItem</a> <a href="ntqprinter.html#setup">TQPrinter</a><li>shadow: <a href="qcolorgroup.html#shadow">TQColorGroup</a><li>shape: <a href="ntqcursor.html#shape">TQCursor</a> <a href="ntqtabbar.html#shape">TQTabBar</a><li>shear: @@ -3184,7 +3184,7 @@ sRect: <a href="qaxbase.html#signal">TQAxBase</a><li>signalNames: <a href="ntqmetaobject.html#signalNames">TQMetaObject</a><li>signalsBlocked: <a href="tqobject.html#signalsBlocked">TQObject</a><li>simpleHeuristicNameMatch: - <a href="ntqtextcodec.html#simpleHeuristicNameMatch">TQTextCodec</a><li>simplifyWhiteSpace: + <a href="tqtextcodec.html#simpleHeuristicNameMatch">TQTextCodec</a><li>simplifyWhiteSpace: <a href="ntqcstring.html#simplifyWhiteSpace">TQCString</a> <a href="tqstring.html#simplifyWhiteSpace">TQString</a><li>singleShot: <a href="ntqtimer.html#singleShot">TQTimer</a><li>size: <a href="ntqasciicache.html#size">TQAsciiCache</a> <a href="ntqasciidict.html#size">TQAsciiDict</a> <a href="ntqbitarray.html#size">TQBitArray</a> <a href="ntqcache.html#size">TQCache</a> <a href="tqcanvas.html#size">TQCanvas</a> <a href="tqcanvasrectangle.html#size">TQCanvasRectangle</a> <a href="ntqdict.html#size">TQDict</a> <a href="qdirectpainter.html#size">TQDirectPainter</a> <a href="ntqfile.html#size">TQFile</a> <a href="ntqfileinfo.html#size">TQFileInfo</a> <a href="ntqfontmetrics.html#size">TQFontMetrics</a> <a href="ntqglcolormap.html#size">TQGLColormap</a> <a href="ntqiodevice.html#size">TQIODevice</a> <a href="qiconviewitem.html#size">TQIconViewItem</a> <a href="tqimage.html#size">TQImage</a> <a href="ntqintcache.html#size">TQIntCache</a> <a href="ntqintdict.html#size">TQIntDict</a> <a href="tqmap.html#size">TQMap</a> <a href="ntqmemarray.html#size">TQMemArray</a> <a href="ntqpicture.html#size">TQPicture</a> <a href="ntqpixmap.html#size">TQPixmap</a> <a href="tqptrdict.html#size">TQPtrDict</a> <a href="tqptrvector.html#size">TQPtrVector</a> <a href="ntqrect.html#size">TQRect</a> <a href="qresizeevent.html#size">TQResizeEvent</a> <a href="ntqsocket.html#size">TQSocket</a> <a href="tqsqlquery.html#size">TQSqlQuery</a> <a href="tqsqlresult.html#size">TQSqlResult</a> <a href="ntqurlinfo.html#size">TQUrlInfo</a> <a href="tqvaluelist.html#size">TQValueList</a> <a href="tqvaluevector.html#size">TQValueVector</a> <a href="tqwidget.html#size">TQWidget</a><li>sizeChange: @@ -3195,7 +3195,7 @@ sRect: <a href="ntqcombobox.html#sizeLimit">TQComboBox</a><li>sizePolicy: <a href="tqwidget.html#sizePolicy">TQWidget</a><li>sizes: <a href="ntqsplitter.html#sizes">TQSplitter</a><li>skipWhiteSpace: - <a href="ntqtextstream.html#skipWhiteSpace">TQTextStream</a><li>skippedEntity: + <a href="tqtextstream.html#skipWhiteSpace">TQTextStream</a><li>skippedEntity: <a href="tqxmlcontenthandler.html#skippedEntity">TQXmlContentHandler</a><li>sleep: <a href="ntqthread.html#sleep">TQThread</a><li>sliderMoved: <a href="ntqscrollbar.html#sliderMoved">TQScrollBar</a> <a href="ntqslider.html#sliderMoved">TQSlider</a><li>sliderPressed: @@ -3220,8 +3220,8 @@ sRect: <a href="ntqheader.html#sortIndicatorSection">TQHeader</a><li>sortOrder: <a href="ntqlistview.html#sortOrder">TQListView</a><li>sorting: <a href="ntqdir.html#sorting">TQDir</a> <a href="ntqiconview.html#sorting">TQIconView</a> <a href="ntqtable.html#sorting">TQTable</a><li>source: - <a href="ntqdragobject.html#source">TQDragObject</a> <a href="qdropevent.html#source">TQDropEvent</a> <a href="ntqtextbrowser.html#source">TQTextBrowser</a><li>sourceChanged: - <a href="ntqtextbrowser.html#sourceChanged">TQTextBrowser</a><li>sourceText: + <a href="ntqdragobject.html#source">TQDragObject</a> <a href="qdropevent.html#source">TQDropEvent</a> <a href="tqtextbrowser.html#source">TQTextBrowser</a><li>sourceChanged: + <a href="tqtextbrowser.html#sourceChanged">TQTextBrowser</a><li>sourceText: <a href="qtranslatormessage.html#sourceText">TQTranslatorMessage</a><li>spacePressed: <a href="ntqlistview.html#spacePressed">TQListView</a><li>spacerItem: <a href="qlayoutitem.html#spacerItem">TQLayoutItem</a><li>spacing: @@ -3287,7 +3287,7 @@ sRect: <a href="tqwidget.html#styleChange">TQWidget</a><li>styleHint: <a href="ntqfont.html#styleHint">TQFont</a> <a href="ntqfontinfo.html#styleHint">TQFontInfo</a> <a href="ntqstyle.html#styleHint">TQStyle</a><li>stylePixmap: <a href="ntqstyle.html#stylePixmap">TQStyle</a><li>styleSheet: - <a href="qstylesheetitem.html#styleSheet">TQStyleSheetItem</a> <a href="ntqtextedit.html#styleSheet">TQTextEdit</a><li>styleStrategy: + <a href="qstylesheetitem.html#styleSheet">TQStyleSheetItem</a> <a href="tqtextedit.html#styleSheet">TQTextEdit</a><li>styleStrategy: <a href="ntqfont.html#styleStrategy">TQFont</a><li>styleString: <a href="ntqfontdatabase.html#styleString">TQFontDatabase</a><li>styles: <a href="ntqfontdatabase.html#styles">TQFontDatabase</a><li>subRect: @@ -3314,9 +3314,9 @@ sRect: <a href="ntqtable.html#swapColumns">TQTable</a><li>swapRGB: <a href="tqimage.html#swapRGB">TQImage</a><li>swapRows: <a href="ntqtable.html#swapRows">TQTable</a><li>sync: - <a href="ntqtextedit.html#sync">TQTextEdit</a><li>syncX: + <a href="tqtextedit.html#sync">TQTextEdit</a><li>syncX: <a href="ntqapplication.html#syncX">TQApplication</a><li>syntaxHighlighter: - <a href="ntqtextedit.html#syntaxHighlighter">TQTextEdit</a><li>system: + <a href="tqtextedit.html#syntaxHighlighter">TQTextEdit</a><li>system: <a href="ntqlocale.html#system">TQLocale</a><li>systemBitOrder: <a href="tqimage.html#systemBitOrder">TQImage</a><li>systemByteOrder: <a href="tqimage.html#systemByteOrder">TQImage</a><li>systemId: @@ -3326,13 +3326,13 @@ tab: <a href="ntqpainter.html#tabArray">TQPainter</a><li>tabAt: <a href="ntqtabbar.html#tabAt">TQTabBar</a><li>tabBar: <a href="ntqtabdialog.html#tabBar">TQTabDialog</a> <a href="ntqtabwidget.html#tabBar">TQTabWidget</a><li>tabChangesFocus: - <a href="ntqtextedit.html#tabChangesFocus">TQTextEdit</a><li>tabIconSet: + <a href="tqtextedit.html#tabChangesFocus">TQTextEdit</a><li>tabIconSet: <a href="ntqtabwidget.html#tabIconSet">TQTabWidget</a><li>tabLabel: <a href="ntqtabdialog.html#tabLabel">TQTabDialog</a> <a href="ntqtabwidget.html#tabLabel">TQTabWidget</a><li>tabList: <a href="ntqtabbar.html#tabList">TQTabBar</a><li>tabPosition: <a href="ntqtabwidget.html#tabPosition">TQTabWidget</a><li>tabShape: <a href="ntqtabwidget.html#tabShape">TQTabWidget</a><li>tabStopWidth: - <a href="ntqtextedit.html#tabStopWidth">TQTextEdit</a><li>tabStops: + <a href="tqtextedit.html#tabStopWidth">TQTextEdit</a><li>tabStops: <a href="ntqpainter.html#tabStops">TQPainter</a><li>tabToolTip: <a href="ntqtabwidget.html#tabToolTip">TQTabWidget</a><li>tabWidth: <a href="qstyleoption.html#tabWidth">TQStyleOption</a><li>table: @@ -3351,13 +3351,13 @@ tab: <a href="ntqbitarray.html#testBit">TQBitArray</a><li>testOption: <a href="qglformat.html#testOption">TQGLFormat</a><li>testWFlags: <a href="tqwidget.html#testWFlags">TQWidget</a><li>text: - <a href="qaccessibleinterface.html#text">TQAccessibleInterface</a> <a href="ntqaction.html#text">TQAction</a> <a href="ntqbutton.html#text">TQButton</a> <a href="tqcanvastext.html#text">TQCanvasText</a> <a href="ntqbutton.html#text">TQCheckBox</a> <a href="qchecklistitem.html#text">TQCheckListItem</a> <a href="ntqclipboard.html#text">TQClipboard</a> <a href="qcolorgroup.html#text">TQColorGroup</a> <a href="ntqcombobox.html#text">TQComboBox</a> <a href="qcombotableitem.html#text">TQComboTableItem</a> <a href="tqdatatable.html#text">TQDataTable</a> <a href="tqdomelement.html#text">TQDomElement</a> <a href="qimevent.html#text">TQIMEvent</a> <a href="qiconviewitem.html#text">TQIconViewItem</a> <a href="tqimage.html#text">TQImage</a> <a href="qkeyevent.html#text">TQKeyEvent</a> <a href="ntqlabel.html#text">TQLabel</a> <a href="ntqlineedit.html#text">TQLineEdit</a> <a href="ntqlistbox.html#text">TQListBox</a> <a href="qlistboxitem.html#text">TQListBoxItem</a> <a href="qlistviewitem.html#text">TQListViewItem</a> <a href="ntqmenudata.html#text">TQMenuData</a> <a href="ntqmessagebox.html#text">TQMessageBox</a> <a href="ntqmenudata.html#text">TQPopupMenu</a> <a href="ntqbutton.html#text">TQPushButton</a> <a href="ntqbutton.html#text">TQRadioButton</a> <a href="ntqspinbox.html#text">TQSpinBox</a> <a href="tqsqlerror.html#text">TQSqlError</a> <a href="qtab.html#text">TQTab</a> <a href="ntqtable.html#text">TQTable</a> <a href="qtableitem.html#text">TQTableItem</a> <a href="ntqtextedit.html#text">TQTextEdit</a> <a href="ntqwhatsthis.html#text">TQWhatsThis</a><li>textChanged: - <a href="ntqcombobox.html#textChanged">TQComboBox</a> <a href="ntqlineedit.html#textChanged">TQLineEdit</a> <a href="ntqspinbox.html#textChanged">TQSpinBox</a> <a href="ntqtextedit.html#textChanged">TQTextEdit</a><li>textCursor: - <a href="ntqtextedit.html#textCursor">TQTextEdit</a><li>textEdit: + <a href="qaccessibleinterface.html#text">TQAccessibleInterface</a> <a href="ntqaction.html#text">TQAction</a> <a href="ntqbutton.html#text">TQButton</a> <a href="tqcanvastext.html#text">TQCanvasText</a> <a href="ntqbutton.html#text">TQCheckBox</a> <a href="qchecklistitem.html#text">TQCheckListItem</a> <a href="ntqclipboard.html#text">TQClipboard</a> <a href="qcolorgroup.html#text">TQColorGroup</a> <a href="ntqcombobox.html#text">TQComboBox</a> <a href="qcombotableitem.html#text">TQComboTableItem</a> <a href="tqdatatable.html#text">TQDataTable</a> <a href="tqdomelement.html#text">TQDomElement</a> <a href="qimevent.html#text">TQIMEvent</a> <a href="qiconviewitem.html#text">TQIconViewItem</a> <a href="tqimage.html#text">TQImage</a> <a href="qkeyevent.html#text">TQKeyEvent</a> <a href="ntqlabel.html#text">TQLabel</a> <a href="ntqlineedit.html#text">TQLineEdit</a> <a href="ntqlistbox.html#text">TQListBox</a> <a href="qlistboxitem.html#text">TQListBoxItem</a> <a href="qlistviewitem.html#text">TQListViewItem</a> <a href="ntqmenudata.html#text">TQMenuData</a> <a href="ntqmessagebox.html#text">TQMessageBox</a> <a href="ntqmenudata.html#text">TQPopupMenu</a> <a href="ntqbutton.html#text">TQPushButton</a> <a href="ntqbutton.html#text">TQRadioButton</a> <a href="ntqspinbox.html#text">TQSpinBox</a> <a href="tqsqlerror.html#text">TQSqlError</a> <a href="qtab.html#text">TQTab</a> <a href="ntqtable.html#text">TQTable</a> <a href="qtableitem.html#text">TQTableItem</a> <a href="tqtextedit.html#text">TQTextEdit</a> <a href="ntqwhatsthis.html#text">TQWhatsThis</a><li>textChanged: + <a href="ntqcombobox.html#textChanged">TQComboBox</a> <a href="ntqlineedit.html#textChanged">TQLineEdit</a> <a href="ntqspinbox.html#textChanged">TQSpinBox</a> <a href="tqtextedit.html#textChanged">TQTextEdit</a><li>textCursor: + <a href="tqtextedit.html#textCursor">TQTextEdit</a><li>textEdit: <a href="ntqsyntaxhighlighter.html#textEdit">TQSyntaxHighlighter</a><li>textFlags: <a href="tqcanvastext.html#textFlags">TQCanvasText</a><li>textFor: <a href="ntqtooltip.html#textFor">TQToolTip</a> <a href="ntqwhatsthis.html#textFor">TQWhatsThis</a><li>textFormat: - <a href="ntqlabel.html#textFormat">TQLabel</a> <a href="ntqmessagebox.html#textFormat">TQMessageBox</a> <a href="ntqtextedit.html#textFormat">TQTextEdit</a><li>textKeys: + <a href="ntqlabel.html#textFormat">TQLabel</a> <a href="ntqmessagebox.html#textFormat">TQMessageBox</a> <a href="tqtextedit.html#textFormat">TQTextEdit</a><li>textKeys: <a href="tqimage.html#textKeys">TQImage</a><li>textLabel: <a href="ntqtoolbutton.html#textLabel">TQToolButton</a><li>textLanguages: <a href="tqimage.html#textLanguages">TQImage</a><li>textLine: @@ -3442,7 +3442,7 @@ tab: <a href="ntqcstring.html#toULong">TQCString</a> <a href="ntqlocale.html#toULong">TQLocale</a> <a href="tqstring.html#toULong">TQString</a><li>toULongLong: <a href="ntqlocale.html#toULongLong">TQLocale</a> <a href="tqstring.html#toULongLong">TQString</a> <a href="ntqvariant.html#toULongLong">TQVariant</a><li>toUShort: <a href="ntqcstring.html#toUShort">TQCString</a> <a href="ntqlocale.html#toUShort">TQLocale</a> <a href="tqstring.html#toUShort">TQString</a><li>toUnicode: - <a href="ntqtextcodec.html#toUnicode">TQTextCodec</a> <a href="qtextdecoder.html#toUnicode">TQTextDecoder</a><li>toVector: + <a href="tqtextcodec.html#toUnicode">TQTextCodec</a> <a href="tqtextdecoder.html#toUnicode">TQTextDecoder</a><li>toVector: <a href="tqptrlist.html#toVector">TQPtrList</a><li>toggle: <a href="ntqaction.html#toggle">TQAction</a> <a href="ntqbutton.html#toggle">TQButton</a> <a href="ntqbutton.html#toggle">TQCheckBox</a> <a href="ntqbutton.html#toggle">TQPushButton</a> <a href="ntqbutton.html#toggle">TQRadioButton</a> <a href="ntqtoolbutton.html#toggle">TQToolButton</a><li>toggleBit: <a href="ntqbitarray.html#toggleBit">TQBitArray</a><li>toggleCurrentItem: @@ -3495,11 +3495,11 @@ ucs2: <a href="tqstring.html#ucs2">TQString</a><li>unPolish: <a href="ntqstyle.html#unPolish">TQStyle</a><li>uncache: <a href="qscreen.html#uncache">TQScreen</a><li>underline: - <a href="ntqfont.html#underline">TQFont</a> <a href="ntqtextedit.html#underline">TQTextEdit</a><li>underlinePos: + <a href="ntqfont.html#underline">TQFont</a> <a href="tqtextedit.html#underline">TQTextEdit</a><li>underlinePos: <a href="ntqfontmetrics.html#underlinePos">TQFontMetrics</a><li>undo: - <a href="ntqlineedit.html#undo">TQLineEdit</a> <a href="ntqtextedit.html#undo">TQTextEdit</a><li>undoAvailable: - <a href="ntqtextedit.html#undoAvailable">TQTextEdit</a><li>undoDepth: - <a href="ntqtextedit.html#undoDepth">TQTextEdit</a><li>undock: + <a href="ntqlineedit.html#undo">TQLineEdit</a> <a href="tqtextedit.html#undo">TQTextEdit</a><li>undoAvailable: + <a href="tqtextedit.html#undoAvailable">TQTextEdit</a><li>undoDepth: + <a href="tqtextedit.html#undoDepth">TQTextEdit</a><li>undock: <a href="ntqdockwindow.html#undock">TQDockWindow</a><li>ungetch: <a href="ntqfile.html#ungetch">TQFile</a> <a href="ntqiodevice.html#ungetch">TQIODevice</a> <a href="ntqsocket.html#ungetch">TQSocket</a><li>unicode: <a href="qchar.html#unicode">TQChar</a> <a href="tqstring.html#unicode">TQString</a><li>unicodeUriToUri: @@ -3514,10 +3514,10 @@ ucs2: <a href="tqimagedecoder.html#unregisterDecoderFactory">TQImageDecoder</a><li>unregisterSocketNotifier: <a href="ntqeventloop.html#unregisterSocketNotifier">TQEventLoop</a><li>unsetCursor: <a href="tqwidget.html#unsetCursor">TQWidget</a><li>unsetDevice: - <a href="ntqdatastream.html#unsetDevice">TQDataStream</a> <a href="ntqtextstream.html#unsetDevice">TQTextStream</a><li>unsetFont: + <a href="ntqdatastream.html#unsetDevice">TQDataStream</a> <a href="tqtextstream.html#unsetDevice">TQTextStream</a><li>unsetFont: <a href="tqwidget.html#unsetFont">TQWidget</a><li>unsetPalette: <a href="tqwidget.html#unsetPalette">TQWidget</a><li>unsetf: - <a href="ntqtextstream.html#unsetf">TQTextStream</a><li>unsqueeze: + <a href="tqtextstream.html#unsetf">TQTextStream</a><li>unsqueeze: <a href="ntqtranslator.html#unsqueeze">TQTranslator</a><li>unuseJavaClass: <a href="qnplugin.html#unuseJavaClass">TQNPlugin</a><li>upRect: <a href="ntqspinbox.html#upRect">TQSpinBox</a><li>update: @@ -3610,7 +3610,7 @@ wait: <a href="qmacstyle.html#widgetSizePolicy">TQMacStyle</a><li>widgetToField: <a href="tqsqlform.html#widgetToField">TQSqlForm</a><li>widgets: <a href="tqwidgetfactory.html#widgets">TQWidgetFactory</a><li>width: - <a href="tqcanvas.html#width">TQCanvas</a> <a href="tqcanvasellipse.html#width">TQCanvasEllipse</a> <a href="tqcanvasrectangle.html#width">TQCanvasRectangle</a> <a href="tqcanvassprite.html#width">TQCanvasSprite</a> <a href="qdirectpainter.html#width">TQDirectPainter</a> <a href="ntqfontmetrics.html#width">TQFontMetrics</a> <a href="qiconviewitem.html#width">TQIconViewItem</a> <a href="tqimage.html#width">TQImage</a> <a href="qlistboxitem.html#width">TQListBoxItem</a> <a href="qlistboxpixmap.html#width">TQListBoxPixmap</a> <a href="qlistboxtext.html#width">TQListBoxText</a> <a href="qlistviewitem.html#width">TQListViewItem</a> <a href="ntqpaintdevicemetrics.html#width">TQPaintDeviceMetrics</a> <a href="ntqpen.html#width">TQPen</a> <a href="ntqpixmap.html#width">TQPixmap</a> <a href="ntqrect.html#width">TQRect</a> <a href="qscreen.html#width">TQScreen</a> <a href="ntqsimplerichtext.html#width">TQSimpleRichText</a> <a href="ntqsize.html#width">TQSize</a> <a href="ntqtextstream.html#width">TQTextStream</a> <a href="tqwidget.html#width">TQWidget</a><li>widthChanged: + <a href="tqcanvas.html#width">TQCanvas</a> <a href="tqcanvasellipse.html#width">TQCanvasEllipse</a> <a href="tqcanvasrectangle.html#width">TQCanvasRectangle</a> <a href="tqcanvassprite.html#width">TQCanvasSprite</a> <a href="qdirectpainter.html#width">TQDirectPainter</a> <a href="ntqfontmetrics.html#width">TQFontMetrics</a> <a href="qiconviewitem.html#width">TQIconViewItem</a> <a href="tqimage.html#width">TQImage</a> <a href="qlistboxitem.html#width">TQListBoxItem</a> <a href="qlistboxpixmap.html#width">TQListBoxPixmap</a> <a href="qlistboxtext.html#width">TQListBoxText</a> <a href="qlistviewitem.html#width">TQListViewItem</a> <a href="ntqpaintdevicemetrics.html#width">TQPaintDeviceMetrics</a> <a href="ntqpen.html#width">TQPen</a> <a href="ntqpixmap.html#width">TQPixmap</a> <a href="ntqrect.html#width">TQRect</a> <a href="qscreen.html#width">TQScreen</a> <a href="ntqsimplerichtext.html#width">TQSimpleRichText</a> <a href="ntqsize.html#width">TQSize</a> <a href="tqtextstream.html#width">TQTextStream</a> <a href="tqwidget.html#width">TQWidget</a><li>widthChanged: <a href="qlistviewitem.html#widthChanged">TQListViewItem</a><li>widthMM: <a href="ntqpaintdevicemetrics.html#widthMM">TQPaintDeviceMetrics</a><li>widthUsed: <a href="ntqsimplerichtext.html#widthUsed">TQSimpleRichText</a><li>wildcard: @@ -3630,12 +3630,12 @@ wait: <a href="ntqworkspace.html#windowList">TQWorkspace</a><li>windowOpacity: <a href="tqwidget.html#windowOpacity">TQWidget</a><li>windowState: <a href="tqwidget.html#windowState">TQWidget</a><li>wordWrap: - <a href="qtableitem.html#wordWrap">TQTableItem</a> <a href="ntqtextedit.html#wordWrap">TQTextEdit</a><li>wordWrapIconText: + <a href="qtableitem.html#wordWrap">TQTableItem</a> <a href="tqtextedit.html#wordWrap">TQTextEdit</a><li>wordWrapIconText: <a href="ntqiconview.html#wordWrapIconText">TQIconView</a><li>workingDirectory: <a href="ntqprocess.html#workingDirectory">TQProcess</a><li>worldMatrix: <a href="tqcanvasview.html#worldMatrix">TQCanvasView</a> <a href="ntqpainter.html#worldMatrix">TQPainter</a><li>wrapColumnOrWidth: - <a href="ntqtextedit.html#wrapColumnOrWidth">TQTextEdit</a><li>wrapPolicy: - <a href="ntqtextedit.html#wrapPolicy">TQTextEdit</a><li>wrapping: + <a href="tqtextedit.html#wrapColumnOrWidth">TQTextEdit</a><li>wrapPolicy: + <a href="tqtextedit.html#wrapPolicy">TQTextEdit</a><li>wrapping: <a href="ntqdial.html#wrapping">TQDial</a> <a href="ntqspinbox.html#wrapping">TQSpinBox</a><li>writable: <a href="qmetaproperty.html#writable">TQMetaProperty</a><li>write: <a href="ntqasciidict.html#write">TQAsciiDict</a> <a href="ntqdict.html#write">TQDict</a> <a href="tqimageio.html#write">TQImageIO</a> <a href="ntqintdict.html#write">TQIntDict</a> <a href="qnpinstance.html#write">TQNPInstance</a> <a href="qnpstream.html#write">TQNPStream</a> <a href="tqptrdict.html#write">TQPtrDict</a> <a href="tqptrlist.html#write">TQPtrList</a> <a href="tqptrqueue.html#write">TQPtrQueue</a> <a href="tqptrstack.html#write">TQPtrStack</a> <a href="tqptrvector.html#write">TQPtrVector</a> <a href="qtranslatormessage.html#write">TQTranslatorMessage</a><li>writeBlock: @@ -3644,7 +3644,7 @@ wait: <a href="ntqsettings.html#writeEntry">TQSettings</a><li>writeField: <a href="tqsqlform.html#writeField">TQSqlForm</a><li>writeFields: <a href="tqdatabrowser.html#writeFields">TQDataBrowser</a> <a href="tqdataview.html#writeFields">TQDataView</a> <a href="tqsqlform.html#writeFields">TQSqlForm</a><li>writeRawBytes: - <a href="ntqdatastream.html#writeRawBytes">TQDataStream</a> <a href="ntqtextstream.html#writeRawBytes">TQTextStream</a><li>writeReady: + <a href="ntqdatastream.html#writeRawBytes">TQDataStream</a> <a href="tqtextstream.html#writeRawBytes">TQTextStream</a><li>writeReady: <a href="qnpinstance.html#writeReady">TQNPInstance</a><li>writeToStdin: <a href="ntqprocess.html#writeToStdin">TQProcess</a><li>wroteToStdin: <a href="ntqprocess.html#wroteToStdin">TQProcess</a><li><a name="x"></a> @@ -3688,9 +3688,9 @@ y: <a href="qdate.html#year">TQDate</a><li><a name="z"></a> z: <a href="tqcanvasitem.html#z">TQCanvasItem</a><li>zoomIn: - <a href="ntqtextedit.html#zoomIn">TQTextEdit</a><li>zoomOut: - <a href="ntqtextedit.html#zoomOut">TQTextEdit</a><li>zoomTo: - <a href="ntqtextedit.html#zoomTo">TQTextEdit</a></ul> + <a href="tqtextedit.html#zoomIn">TQTextEdit</a><li>zoomOut: + <a href="tqtextedit.html#zoomOut">TQTextEdit</a><li>zoomTo: + <a href="tqtextedit.html#zoomTo">TQTextEdit</a></ul> <!-- eof --> diff --git a/doc/html/grapher-nsplugin-example.html b/doc/html/grapher-nsplugin-example.html index 3c8011ed3..b4aec2ac8 100644 --- a/doc/html/grapher-nsplugin-example.html +++ b/doc/html/grapher-nsplugin-example.html @@ -76,7 +76,7 @@ Implementation: // Include other TQt classes. #include <<a href="qpainter-h.html">ntqpainter.h</a>> -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="qbuffer-h.html">ntqbuffer.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> #include <<a href="qmenubar-h.html">ntqmenubar.h</a>> @@ -543,7 +543,7 @@ void <a name="f574"></a>Grapher::consumeLine() <a name="x2742"></a> line.<a href="ntqiodevice.html#close">close</a>(); line.<a href="ntqiodevice.html#open">open</a>(IO_ReadOnly); - <a href="ntqtextstream.html">TQTextStream</a> ts( &line ); + <a href="tqtextstream.html">TQTextStream</a> ts( &line ); if (ncols == 0 ) { ncols=0; @@ -559,7 +559,7 @@ void <a name="f574"></a>Grapher::consumeLine() t = new ColType(Label); } <a name="x2770"></a> if (t) typelist.<a href="tqptrlist.html#append">append</a>(t); -<a name="x2774"></a> } while (!ts.<a href="ntqtextstream.html#atEnd">atEnd</a>()); +<a name="x2774"></a> } while (!ts.<a href="tqtextstream.html#atEnd">atEnd</a>()); coltype = new ColType[ncols]; for (ColType* t = typelist.<a href="tqptrlist.html#first">first</a>(); t; t = typelist.<a href="tqptrlist.html#next">next</a>()) { coltype[ncols++] = *t; @@ -567,7 +567,7 @@ void <a name="f574"></a>Grapher::consumeLine() } else { int col=0; Datum *rowdata = new Datum[ncols]; - while ( col < ncols && !ts.<a href="ntqtextstream.html#atEnd">atEnd</a>() ) { + while ( col < ncols && !ts.<a href="tqtextstream.html#atEnd">atEnd</a>() ) { switch (coltype[col]) { case Numeric: { double value; diff --git a/doc/html/headerfilesynonyms b/doc/html/headerfilesynonyms index 70be07483..6e5145936 100644 --- a/doc/html/headerfilesynonyms +++ b/doc/html/headerfilesynonyms @@ -51,7 +51,7 @@ tqdomentity.h tqdom.h tqdomentityreference.h tqdom.h tqdomprocessinginstruction.h tqdom.h qstoreddrag.h ntqdragobject.h -qtextdrag.h ntqdragobject.h +tqtextdrag.h ntqdragobject.h tqimagedrag.h ntqdragobject.h quridrag.h ntqdragobject.h qcolordrag.h ntqdragobject.h @@ -143,10 +143,10 @@ qtableselection.h ntqtable.h qtableitem.h ntqtable.h qcombotableitem.h ntqtable.h qchecktableitem.h ntqtable.h -qtextencoder.h ntqtextcodec.h -qtextdecoder.h ntqtextcodec.h -qtextistream.h ntqtextstream.h -qtextostream.h ntqtextstream.h +tqtextencoder.h tqtextcodec.h +tqtextdecoder.h tqtextcodec.h +tqtextistream.h tqtextstream.h +tqtextostream.h tqtextstream.h qtooltipgroup.h ntqtooltip.h qtranslatormessage.h ntqtranslator.h qintvalidator.h ntqvalidator.h diff --git a/doc/html/headers.html b/doc/html/headers.html index 77436b33f..524c78dd9 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -253,12 +253,12 @@ body { background: #ffffff; color: black; } <li><a href="qtabdialog-h.html">ntqtabdialog.h</a> <li><a href="qtable-h.html">ntqtable.h</a> <li><a href="qtabwidget-h.html">ntqtabwidget.h</a> -<li><a href="qtextbrowser-h.html">ntqtextbrowser.h</a> -<li><a href="qtextcodec-h.html">ntqtextcodec.h</a> -<li><a href="qtextcodecplugin-h.html">ntqtextcodecplugin.h</a> -<li><a href="qtextedit-h.html">ntqtextedit.h</a> -<li><a href="qtextstream-h.html">ntqtextstream.h</a> -<li><a href="qtextview-h.html">ntqtextview.h</a> +<li><a href="tqtextbrowser-h.html">tqtextbrowser.h</a> +<li><a href="tqtextcodec-h.html">tqtextcodec.h</a> +<li><a href="tqtextcodecplugin-h.html">tqtextcodecplugin.h</a> +<li><a href="tqtextedit-h.html">tqtextedit.h</a> +<li><a href="tqtextstream-h.html">tqtextstream.h</a> +<li><a href="tqtextview-h.html">tqtextview.h</a> <li><a href="qthread-h.html">ntqthread.h</a> <li><a href="qthreadstorage-h.html">ntqthreadstorage.h</a> <li><a href="qtimer-h.html">ntqtimer.h</a> diff --git a/doc/html/helpsystem.html b/doc/html/helpsystem.html index 56f6f4c89..c9dcc58d3 100644 --- a/doc/html/helpsystem.html +++ b/doc/html/helpsystem.html @@ -50,7 +50,7 @@ help is a digression from their real task. <p><table width="100%"> <tr bgcolor=#f0f0f0><td><b><a href="ntqstatusbar.html">TQStatusBar</a></b><td>Horizontal bar suitable for presenting status information <tr bgcolor=#f0f0f0><td><b><a href="ntqstylesheet.html">TQStyleSheet</a></b><td>Collection of styles for rich text rendering and a generator of tags -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextbrowser.html">TQTextBrowser</a></b><td>Rich text browser with hypertext navigation +<tr bgcolor=#f0f0f0><td><b><a href="tqtextbrowser.html">TQTextBrowser</a></b><td>Rich text browser with hypertext navigation <tr bgcolor=#f0f0f0><td><b><a href="ntqtooltip.html">TQToolTip</a></b><td>Tool tips (balloon help) for any widget or rectangular part of a widget <tr bgcolor=#f0f0f0><td><b><a href="qtooltipgroup.html">TQToolTipGroup</a></b><td>Collects tool tips into related groups <tr bgcolor=#f0f0f0><td><b><a href="ntqwhatsthis.html">TQWhatsThis</a></b><td>Simple description of any widget, i.e. answering the question "What's this?" diff --git a/doc/html/helpviewer-example.html b/doc/html/helpviewer-example.html index b4b0068fe..52281f18a 100644 --- a/doc/html/helpviewer-example.html +++ b/doc/html/helpviewer-example.html @@ -51,7 +51,7 @@ TQt's richtext capabilities. #define HELPWINDOW_H #include <<a href="qmainwindow-h.html">ntqmainwindow.h</a>> -#include <<a href="qtextbrowser-h.html">ntqtextbrowser.h</a>> +#include <<a href="tqtextbrowser-h.html">tqtextbrowser.h</a>> #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> #include <<a href="tqmap-h.html">tqmap.h</a>> #include <<a href="qdir-h.html">ntqdir.h</a>> @@ -86,7 +86,7 @@ private: void readHistory(); void readBookmarks(); - <a href="ntqtextbrowser.html">TQTextBrowser</a>* browser; + <a href="tqtextbrowser.html">TQTextBrowser</a>* browser; <a href="ntqcombobox.html">TQComboBox</a> *pathCombo; int backwardId, forwardId; <a href="tqstringlist.html">TQStringList</a> history, bookmarks; @@ -124,7 +124,7 @@ private: #include <<a href="qtoolbutton-h.html">ntqtoolbutton.h</a>> #include <<a href="qiconset-h.html">ntqiconset.h</a>> #include <<a href="qfile-h.html">ntqfile.h</a>> -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="qstylesheet-h.html">ntqstylesheet.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="qfiledialog-h.html">ntqfiledialog.h</a>> @@ -151,19 +151,19 @@ private: readHistory(); readBookmarks(); - browser = new <a href="ntqtextbrowser.html">TQTextBrowser</a>( this ); + browser = new <a href="tqtextbrowser.html">TQTextBrowser</a>( this ); -<a name="x1030"></a> browser-><a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>()->setFilePath( _path ); +<a name="x1030"></a> browser-><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>()->setFilePath( _path ); browser-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); -<a name="x1027"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="ntqtextbrowser.html#sourceChanged">sourceChanged</a>(const <a href="tqstring.html">TQString</a>& ) ), +<a name="x1027"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="tqtextbrowser.html#sourceChanged">sourceChanged</a>(const <a href="tqstring.html">TQString</a>& ) ), this, TQ_SLOT( sourceChanged( const <a href="tqstring.html">TQString</a>&) ) ); <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>( browser ); if ( !home_.<a href="tqstring.html#isEmpty">isEmpty</a>() ) -<a name="x1025"></a> browser-><a href="ntqtextbrowser.html#setSource">setSource</a>( home_ ); +<a name="x1025"></a> browser-><a href="tqtextbrowser.html#setSource">setSource</a>( home_ ); -<a name="x1023"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="ntqtextbrowser.html#highlighted">highlighted</a>( const <a href="tqstring.html">TQString</a>&) ), +<a name="x1023"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="tqtextbrowser.html#highlighted">highlighted</a>( const <a href="tqstring.html">TQString</a>&) ), <a href="ntqmainwindow.html#statusBar">statusBar</a>(), TQ_SLOT( message( const <a href="tqstring.html">TQString</a>&)) ); <a href="tqwidget.html#resize">resize</a>( 640,700 ); @@ -183,12 +183,12 @@ private: <a href="ntqpopupmenu.html">TQPopupMenu</a>* go = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); backwardId = go-><a href="ntqmenudata.html#insertItem">insertItem</a>( icon_back, -<a name="x1019"></a> <a href="tqobject.html#tr">tr</a>("&Backward"), browser, TQ_SLOT( <a href="ntqtextbrowser.html#backward">backward</a>() ), +<a name="x1019"></a> <a href="tqobject.html#tr">tr</a>("&Backward"), browser, TQ_SLOT( <a href="tqtextbrowser.html#backward">backward</a>() ), CTRL+Key_Left ); forwardId = go-><a href="ntqmenudata.html#insertItem">insertItem</a>( icon_forward, -<a name="x1021"></a> <a href="tqobject.html#tr">tr</a>("&Forward"), browser, TQ_SLOT( <a href="ntqtextbrowser.html#forward">forward</a>() ), +<a name="x1021"></a> <a href="tqobject.html#tr">tr</a>("&Forward"), browser, TQ_SLOT( <a href="tqtextbrowser.html#forward">forward</a>() ), CTRL+Key_Right ); -<a name="x1024"></a> go-><a href="ntqmenudata.html#insertItem">insertItem</a>( icon_home, tr("&Home"), browser, TQ_SLOT( <a href="ntqtextbrowser.html#home">home</a>() ) ); +<a name="x1024"></a> go-><a href="ntqmenudata.html#insertItem">insertItem</a>( icon_home, tr("&Home"), browser, TQ_SLOT( <a href="tqtextbrowser.html#home">home</a>() ) ); <a href="ntqpopupmenu.html">TQPopupMenu</a>* help = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); help-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("&About"), this, TQ_SLOT( about() ) ); @@ -220,9 +220,9 @@ private: <a href="ntqmainwindow.html#menuBar">menuBar</a>()->setItemEnabled( forwardId, FALSE); <a href="ntqmainwindow.html#menuBar">menuBar</a>()->setItemEnabled( backwardId, FALSE); -<a name="x1020"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="ntqtextbrowser.html#backwardAvailable">backwardAvailable</a>( bool ) ), +<a name="x1020"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="tqtextbrowser.html#backwardAvailable">backwardAvailable</a>( bool ) ), this, TQ_SLOT( setBackwardAvailable( bool ) ) ); -<a name="x1022"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="ntqtextbrowser.html#forwardAvailable">forwardAvailable</a>( bool ) ), +<a name="x1022"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="tqtextbrowser.html#forwardAvailable">forwardAvailable</a>( bool ) ), this, TQ_SLOT( setForwardAvailable( bool ) ) ); @@ -230,13 +230,13 @@ private: <a href="ntqmainwindow.html#addToolBar">addToolBar</a>( toolbar, "Toolbar"); <a href="ntqtoolbutton.html">TQToolButton</a>* button; - button = new <a href="ntqtoolbutton.html">TQToolButton</a>( icon_back, tr("Backward"), "", browser, TQ_SLOT(<a href="ntqtextbrowser.html#backward">backward</a>()), toolbar ); -<a name="x1035"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="ntqtextbrowser.html#backwardAvailable">backwardAvailable</a>(bool) ), button, TQ_SLOT( <a href="tqwidget.html#setEnabled">setEnabled</a>(bool) ) ); + button = new <a href="ntqtoolbutton.html">TQToolButton</a>( icon_back, tr("Backward"), "", browser, TQ_SLOT(<a href="tqtextbrowser.html#backward">backward</a>()), toolbar ); +<a name="x1035"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="tqtextbrowser.html#backwardAvailable">backwardAvailable</a>(bool) ), button, TQ_SLOT( <a href="tqwidget.html#setEnabled">setEnabled</a>(bool) ) ); button-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); - button = new <a href="ntqtoolbutton.html">TQToolButton</a>( icon_forward, tr("Forward"), "", browser, TQ_SLOT(<a href="ntqtextbrowser.html#forward">forward</a>()), toolbar ); - <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="ntqtextbrowser.html#forwardAvailable">forwardAvailable</a>(bool) ), button, TQ_SLOT( <a href="tqwidget.html#setEnabled">setEnabled</a>(bool) ) ); + button = new <a href="ntqtoolbutton.html">TQToolButton</a>( icon_forward, tr("Forward"), "", browser, TQ_SLOT(<a href="tqtextbrowser.html#forward">forward</a>()), toolbar ); + <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="tqtextbrowser.html#forwardAvailable">forwardAvailable</a>(bool) ), button, TQ_SLOT( <a href="tqwidget.html#setEnabled">setEnabled</a>(bool) ) ); button-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); - button = new <a href="ntqtoolbutton.html">TQToolButton</a>( icon_home, tr("Home"), "", browser, TQ_SLOT(<a href="ntqtextbrowser.html#home">home</a>()), toolbar ); + button = new <a href="ntqtoolbutton.html">TQToolButton</a>( icon_home, tr("Home"), "", browser, TQ_SLOT(<a href="tqtextbrowser.html#home">home</a>()), toolbar ); <a name="x1033"></a> toolbar-><a href="ntqtoolbar.html#addSeparator">addSeparator</a>(); @@ -267,10 +267,10 @@ void <a name="f352"></a>HelpWindow::setForwardAvailable( bool b) void <a name="f353"></a>HelpWindow::sourceChanged( const <a href="tqstring.html">TQString</a>& url ) { -<a name="x1029"></a> if ( browser-><a href="ntqtextedit.html#documentTitle">documentTitle</a>().isNull() ) +<a name="x1029"></a> if ( browser-><a href="tqtextedit.html#documentTitle">documentTitle</a>().isNull() ) <a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Helpviewer - " + url ); else - <a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Helpviewer - " + browser-><a href="ntqtextedit.html#documentTitle">documentTitle</a>() ) ; + <a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Helpviewer - " + browser-><a href="tqtextedit.html#documentTitle">documentTitle</a>() ) ; if ( !url.<a href="tqstring.html#isEmpty">isEmpty</a>() && pathCombo ) { bool exists = FALSE; @@ -329,13 +329,13 @@ void <a name="f356"></a>HelpWindow::openFile() #ifndef TQT_NO_FILEDIALOG <a href="tqstring.html">TQString</a> fn = TQFileDialog::<a href="ntqfiledialog.html#getOpenFileName">getOpenFileName</a>( <a href="tqstring.html#TQString-null">TQString::null</a>, TQString::null, this ); if ( !fn.<a href="tqstring.html#isEmpty">isEmpty</a>() ) - browser-><a href="ntqtextbrowser.html#setSource">setSource</a>( fn ); + browser-><a href="tqtextbrowser.html#setSource">setSource</a>( fn ); #endif } void <a name="f357"></a>HelpWindow::newWindow() { -<a name="x1026"></a> ( new HelpWindow(browser-><a href="ntqtextbrowser.html#source">source</a>(), "qbrowser") )->show(); +<a name="x1026"></a> ( new HelpWindow(browser-><a href="tqtextbrowser.html#source">source</a>(), "qbrowser") )->show(); } void <a name="f358"></a>HelpWindow::print() @@ -351,11 +351,11 @@ void <a name="f358"></a>HelpWindow::print() <a name="x997"></a> int dpiy = metrics.<a href="ntqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); int margin = (int) ( (2/2.54)*dpiy ); // 2 cm margins <a name="x998"></a><a name="x996"></a> <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="ntqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="ntqpaintdevicemetrics.html#height">height</a>() - 2*margin ); -<a name="x1032"></a> <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( browser-><a href="ntqtextedit.html#text">text</a>(), +<a name="x1032"></a> <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( browser-><a href="tqtextedit.html#text">text</a>(), TQFont(), -<a name="x1028"></a> browser-><a href="ntqtextedit.html#context">context</a>(), -<a name="x1031"></a> browser-><a href="ntqtextedit.html#styleSheet">styleSheet</a>(), - browser-><a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>(), +<a name="x1028"></a> browser-><a href="tqtextedit.html#context">context</a>(), +<a name="x1031"></a> browser-><a href="tqtextedit.html#styleSheet">styleSheet</a>(), + browser-><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>(), view.<a href="ntqrect.html#height">height</a>() ); <a name="x1016"></a> richText.<a href="ntqsimplerichtext.html#setWidth">setWidth</a>( &p, view.<a href="ntqrect.html#width">width</a>() ); int page = 1; @@ -376,7 +376,7 @@ void <a name="f358"></a>HelpWindow::print() void <a name="f359"></a>HelpWindow::pathSelected( const <a href="tqstring.html">TQString</a> &_path ) { - browser-><a href="ntqtextbrowser.html#setSource">setSource</a>( _path ); + browser-><a href="tqtextbrowser.html#setSource">setSource</a>( _path ); if ( mHistory.values().contains(_path) ) mHistory[ hist-><a href="ntqmenudata.html#insertItem">insertItem</a>( _path ) ] = _path; } @@ -408,18 +408,18 @@ void <a name="f361"></a>HelpWindow::readBookmarks() void <a name="f362"></a>HelpWindow::histChosen( int i ) { if ( mHistory.contains( i ) ) - browser-><a href="ntqtextbrowser.html#setSource">setSource</a>( mHistory[ i ] ); + browser-><a href="tqtextbrowser.html#setSource">setSource</a>( mHistory[ i ] ); } void <a name="f363"></a>HelpWindow::bookmChosen( int i ) { if ( mBookmarks.contains( i ) ) - browser-><a href="ntqtextbrowser.html#setSource">setSource</a>( mBookmarks[ i ] ); + browser-><a href="tqtextbrowser.html#setSource">setSource</a>( mBookmarks[ i ] ); } void <a name="f364"></a>HelpWindow::addBookmark() { - mBookmarks[ bookm-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqwidget.html#caption">caption</a>() ) ] = browser-><a href="ntqtextedit.html#context">context</a>(); + mBookmarks[ bookm-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqwidget.html#caption">caption</a>() ) ] = browser-><a href="tqtextedit.html#context">context</a>(); } </pre> diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index 42389913e..eda73d451 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -334,7 +334,7 @@ classes in the TQt API. <li><a href="qcolordrag.html">TQColorDrag</a> <li><a href="quridrag.html">TQUriDrag</a> </ul> -<li><a href="qtextdrag.html">TQTextDrag</a> +<li><a href="tqtextdrag.html">TQTextDrag</a> </ul> <li><a href="tqeditorfactory.html">TQEditorFactory</a> <ul> @@ -475,11 +475,11 @@ classes in the TQt API. <ul> <li><a href="tqdatatable.html">TQDataTable</a> </ul> -<li><a href="ntqtextedit.html">TQTextEdit</a> +<li><a href="tqtextedit.html">TQTextEdit</a> <ul> <li><a href="ntqmultilineedit.html">TQMultiLineEdit</a> -<li><a href="ntqtextbrowser.html">TQTextBrowser</a> -<li><a href="ntqtextview.html">TQTextView</a> +<li><a href="tqtextbrowser.html">TQTextBrowser</a> +<li><a href="tqtextview.html">TQTextView</a> </ul> </ul> <li><a href="ntqsplitter.html">TQSplitter</a> @@ -522,7 +522,7 @@ classes in the TQt API. <li><a href="ntqwhatsthis.html">TQWhatsThis</a> </ul> <li><a href="qtableselection.html">TQTableSelection</a> -<li><a href="ntqtextcodec.html">TQTextCodec</a> +<li><a href="tqtextcodec.html">TQTextCodec</a> <ul> <li><a href="ntqbig5codec.html">TQBig5Codec</a> <li><a href="qbig5hkscscodec.html">TQBig5hkscsCodec</a> @@ -538,13 +538,13 @@ classes in the TQt API. <li><a href="ntqsjiscodec.html">TQSjisCodec</a> <li><a href="ntqtsciicodec.html">TQTsciiCodec</a> </ul> -<li><a href="ntqtextcodecplugin.html">TQTextCodecPlugin</a> -<li><a href="qtextdecoder.html">TQTextDecoder</a> -<li><a href="qtextencoder.html">TQTextEncoder</a> -<li><a href="ntqtextstream.html">TQTextStream</a> +<li><a href="tqtextcodecplugin.html">TQTextCodecPlugin</a> +<li><a href="tqtextdecoder.html">TQTextDecoder</a> +<li><a href="tqtextencoder.html">TQTextEncoder</a> +<li><a href="tqtextstream.html">TQTextStream</a> <ul> -<li><a href="qtextistream.html">TQTextIStream</a> -<li><a href="qtextostream.html">TQTextOStream</a> +<li><a href="tqtextistream.html">TQTextIStream</a> +<li><a href="tqtextostream.html">TQTextOStream</a> </ul> <li><a href="ntqthreadstorage.html">TQThreadStorage</a> <li><a href="qtime.html">TQTime</a> diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html index 32b502475..124439989 100644 --- a/doc/html/httpd-example.html +++ b/doc/html/httpd-example.html @@ -54,10 +54,10 @@ sending the page, it closes the connection. #include <<a href="qserversocket-h.html">ntqserversocket.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qmainwindow-h.html">ntqmainwindow.h</a>> -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> -#include <<a href="qtextview-h.html">ntqtextview.h</a>> +#include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> // HttpDaemon is the the class that implements the simple HTTP server. @@ -102,8 +102,8 @@ private slots: <a name="x727"></a> if ( socket-><a href="ntqsocket.html#canReadLine">canReadLine</a>() ) { <a name="x733"></a><a name="x730"></a> <a href="tqstringlist.html">TQStringList</a> tokens = TQStringList::<a href="tqstringlist.html#split">split</a>( TQRegExp("[ \r\n][ \r\n]*"), socket-><a href="ntqsocket.html#readLine">readLine</a>() ); if ( tokens[0] == "GET" ) { - <a href="ntqtextstream.html">TQTextStream</a> os( socket ); -<a name="x735"></a> os.<a href="ntqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::UnicodeUTF8 ); + <a href="tqtextstream.html">TQTextStream</a> os( socket ); +<a name="x735"></a> os.<a href="tqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::UnicodeUTF8 ); os << "HTTP/1.0 200 Ok\r\n" "Content-Type: text/html; charset=\"utf-8\"\r\n" "\r\n" @@ -139,7 +139,7 @@ public: <a name="x726"></a> ).arg( httpd-><a href="ntqserversocket.html#port">port</a>() ); <a href="ntqlabel.html">TQLabel</a> *lb = new <a href="ntqlabel.html">TQLabel</a>( itext, this ); lb-><a href="ntqlabel.html#setAlignment">setAlignment</a>( AlignHCenter ); - infoText = new <a href="ntqtextview.html">TQTextView</a>( this ); + infoText = new <a href="tqtextview.html">TQTextView</a>( this ); <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "quit" , this ); connect( httpd, TQ_SIGNAL(newConnect()), TQ_SLOT(newConnect()) ); @@ -155,19 +155,19 @@ public: private slots: void newConnect() { -<a name="x734"></a> infoText-><a href="ntqtextedit.html#append">append</a>( "New connection" ); +<a name="x734"></a> infoText-><a href="tqtextedit.html#append">append</a>( "New connection" ); } void endConnect() { - infoText-><a href="ntqtextedit.html#append">append</a>( "Connection closed\n\n" ); + infoText-><a href="tqtextedit.html#append">append</a>( "Connection closed\n\n" ); } void wroteToClient() { - infoText-><a href="ntqtextedit.html#append">append</a>( "Wrote to client" ); + infoText-><a href="tqtextedit.html#append">append</a>( "Wrote to client" ); } private: - <a href="ntqtextview.html">TQTextView</a> *infoText; + <a href="tqtextview.html">TQTextView</a> *infoText; }; diff --git a/doc/html/i18n-example.html b/doc/html/i18n-example.html index 884cd6aa5..5f976c919 100644 --- a/doc/html/i18n-example.html +++ b/doc/html/i18n-example.html @@ -175,7 +175,7 @@ void <a name="f526"></a>MyWidget::initChoices(TQWidget* parent) #include <<a href="qbuttongroup-h.html">ntqbuttongroup.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qsignalmapper-h.html">ntqsignalmapper.h</a>> -#include <<a href="qtextcodec-h.html">ntqtextcodec.h</a>> +#include <<a href="tqtextcodec-h.html">tqtextcodec.h</a>> #include <stdlib.h> #if defined(Q_OS_UNIX) @@ -275,7 +275,7 @@ int main( int argc, char** argv ) r = 2; } else { <a href="ntqbuttongroup.html">TQButtonGroup</a> *bg = new <a href="ntqbuttongroup.html">TQButtonGroup</a>(4,TQt::Vertical,"Choose Locales",&dlg); -<a name="x1949"></a> <a href="tqstring.html">TQString</a> loc = TQTextCodec::<a href="ntqtextcodec.html#locale">locale</a>(); +<a name="x1949"></a> <a href="tqstring.html">TQString</a> loc = TQTextCodec::<a href="tqtextcodec.html#locale">locale</a>(); for ( int i=0; qm[i]; i++ ) { qmb[i] = new <a href="ntqcheckbox.html">TQCheckBox</a>((const char*)qm[i],bg); qmb[i]->setChecked( loc == qm[i] ); diff --git a/doc/html/i18n.html b/doc/html/i18n.html index 6c09191bf..e606ce293 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -133,7 +133,7 @@ the fl and fi ligatures used in typesetting US and European books. <p> </ul> <p> TQt tries to take care of all the special features listed above. You usually don't have to worry about these features so long as you use -TQt's input widgets (e.g. <a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqtextedit.html">TQTextEdit</a>, and derived classes) +TQt's input widgets (e.g. <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextedit.html">TQTextEdit</a>, and derived classes) and TQt's display widgets (e.g. <a href="ntqlabel.html">TQLabel</a>). <p> Support for these writing systems is transparent to the programmer and completely encapsulated in TQt's text engine. This means that you @@ -151,7 +151,7 @@ string. In some languages (e.g. Arabic or languages from the Indian subcontinent), the width and shape of a glyph changes depending on the surrounding characters. Writing input controls usually requires a certain knowledge of the scripts it is going to be used in. Usually -the easiest way is to subclass <a href="ntqlineedit.html">TQLineEdit</a> or <a href="ntqtextedit.html">TQTextEdit</a>. +the easiest way is to subclass <a href="ntqlineedit.html">TQLineEdit</a> or <a href="tqtextedit.html">TQTextEdit</a>. <p> </ul> <p> The following sections give some information on the status of the internationalization (i18n) support in TQt. @@ -389,7 +389,7 @@ useful.) <p> <h3> Support for Encodings </h3> -<a name="1-6"></a><p> The <a href="ntqtextcodec.html">TQTextCodec</a> class and the facilities in <a href="ntqtextstream.html">TQTextStream</a> make it easy to +<a name="1-6"></a><p> The <a href="tqtextcodec.html">TQTextCodec</a> class and the facilities in <a href="tqtextstream.html">TQTextStream</a> make it easy to support many input and output encodings for your users' data. When an application starts, the locale of the machine will determine the 8-bit encoding used when dealing with 8-bit data: such as for font @@ -402,8 +402,8 @@ would be: <p> <pre> <a href="tqstring.html">TQString</a> string = ...; // some Unicode text - <a href="ntqtextcodec.html">TQTextCodec</a>* codec = TQTextCodec::<a href="ntqtextcodec.html#codecForName">codecForName</a>( "ISO 8859-5" ); - <a href="ntqcstring.html">TQCString</a> encoded_string = codec-><a href="ntqtextcodec.html#fromUnicode">fromUnicode</a>( string ); + <a href="tqtextcodec.html">TQTextCodec</a>* codec = TQTextCodec::<a href="tqtextcodec.html#codecForName">codecForName</a>( "ISO 8859-5" ); + <a href="ntqcstring.html">TQCString</a> encoded_string = codec-><a href="tqtextcodec.html#fromUnicode">fromUnicode</a>( string ); ...; // use encoded_string in 8-bit operations </pre> @@ -421,8 +421,8 @@ conversion: <p> <pre> <a href="ntqcstring.html">TQCString</a> encoded_string = ...; // Some ISO 8859-5 encoded text. - <a href="ntqtextcodec.html">TQTextCodec</a>* codec = TQTextCodec::<a href="ntqtextcodec.html#codecForName">codecForName</a>("ISO 8859-5"); - <a href="tqstring.html">TQString</a> string = codec-><a href="ntqtextcodec.html#toUnicode">toUnicode</a>(encoded_string); + <a href="tqtextcodec.html">TQTextCodec</a>* codec = TQTextCodec::<a href="tqtextcodec.html#codecForName">codecForName</a>("ISO 8859-5"); + <a href="tqstring.html">TQString</a> string = codec-><a href="tqtextcodec.html#toUnicode">toUnicode</a>(encoded_string); ...; // Use string in all of TQt's TQString operations. </pre> @@ -434,18 +434,18 @@ need to process existing documents. In general, Unicode (UTF-16 or UTF-8) is best for information transferred between arbitrary people, while within a language or national group, a local standard is often more appropriate. The most important encoding to support is the one -returned by <a href="ntqtextcodec.html#codecForLocale">TQTextCodec::codecForLocale</a>(), as this is the one the user +returned by <a href="tqtextcodec.html#codecForLocale">TQTextCodec::codecForLocale</a>(), as this is the one the user is most likely to need for communicating with other people and applications (this is the codec used by local8Bit()). <p> TQt supports most of the more frequently used encodings natively. For a -complete list of supported encodings see the <a href="ntqtextcodec.html">TQTextCodec</a> +complete list of supported encodings see the <a href="tqtextcodec.html">TQTextCodec</a> documentation. <p> In some cases and for less frequently used encodings it may be -necessary to write your own <a href="ntqtextcodec.html">TQTextCodec</a> subclass. Depending on the +necessary to write your own <a href="tqtextcodec.html">TQTextCodec</a> subclass. Depending on the urgency, it may be useful to contact Trolltech technical support or ask on the <tt>qt-interest</tt> mailing list to see if someone else is already working on supporting the encoding. A useful interim measure -can be to use the <a href="ntqtextcodec.html#loadCharmapFile">TQTextCodec::loadCharmapFile</a>() function to build a +can be to use the <a href="tqtextcodec.html#loadCharmapFile">TQTextCodec::loadCharmapFile</a>() function to build a data-driven codec, although this approach has a memory and speed penalty, especially with dynamically loaded libraries. For details of writing your own TQTextCodec, see the main TQTextCodec class @@ -517,7 +517,7 @@ this is the Unix convention (see <a href="ntqfile.html#setEncodingFunction">TQFile::setEncodingFunction</a>() to explore alternative encodings). <li> File I/O defaults to the local 8-bit encoding, -with Unicode options in <a href="ntqtextstream.html">TQTextStream</a>. +with Unicode options in <a href="tqtextstream.html">TQTextStream</a>. </ul> <p> <h3> Windows </h3> @@ -553,9 +553,9 @@ results, use complete locales from your system vendor. <tr bgcolor=#f0f0f0><td><b><a href="qhebrewcodec.html">TQHebrewCodec</a></b><td>Conversion to and from visually ordered Hebrew <tr bgcolor=#f0f0f0><td><b><a href="ntqjiscodec.html">TQJisCodec</a></b><td>Conversion to and from JIS character sets <tr bgcolor=#f0f0f0><td><b><a href="ntqsjiscodec.html">TQSjisCodec</a></b><td>Conversion to and from Shift-JIS -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextcodec.html">TQTextCodec</a></b><td>Conversion between text encodings -<tr bgcolor=#f0f0f0><td><b><a href="qtextdecoder.html">TQTextDecoder</a></b><td>State-based decoder -<tr bgcolor=#f0f0f0><td><b><a href="qtextencoder.html">TQTextEncoder</a></b><td>State-based encoder +<tr bgcolor=#f0f0f0><td><b><a href="tqtextcodec.html">TQTextCodec</a></b><td>Conversion between text encodings +<tr bgcolor=#f0f0f0><td><b><a href="tqtextdecoder.html">TQTextDecoder</a></b><td>State-based decoder +<tr bgcolor=#f0f0f0><td><b><a href="tqtextencoder.html">TQTextEncoder</a></b><td>State-based encoder <tr bgcolor=#f0f0f0><td><b><a href="ntqtranslator.html">TQTranslator</a></b><td>Internationalization support for text output <tr bgcolor=#f0f0f0><td><b><a href="qtranslatormessage.html">TQTranslatorMessage</a></b><td>Translator message and its properties <tr bgcolor=#f0f0f0><td><b><a href="ntqtsciicodec.html">TQTsciiCodec</a></b><td>Conversion to and from the Tamil TSCII encoding diff --git a/doc/html/iconview-simple_dd-main-cpp.html b/doc/html/iconview-simple_dd-main-cpp.html index 8a36a84b2..05393a55a 100644 --- a/doc/html/iconview-simple_dd-main-cpp.html +++ b/doc/html/iconview-simple_dd-main-cpp.html @@ -120,7 +120,7 @@ const char* green_icon[]={ <a name="x2829"></a>void DDListBox::<a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>( <a href="qdragenterevent.html">TQDragEnterEvent</a> *evt ) { -<a name="x2827"></a> if ( TQTextDrag::<a href="qtextdrag.html#canDecode">canDecode</a>( evt ) ) +<a name="x2827"></a> if ( TQTextDrag::<a href="tqtextdrag.html#canDecode">canDecode</a>( evt ) ) <a name="x2819"></a> evt-><a href="qdragmoveevent.html#accept">accept</a>(); } @@ -129,7 +129,7 @@ const char* green_icon[]={ { <a href="tqstring.html">TQString</a> text; -<a name="x2828"></a> if ( TQTextDrag::<a href="qtextdrag.html#decode">decode</a>( evt, text ) ) +<a name="x2828"></a> if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>( evt, text ) ) <a href="ntqlistbox.html#insertItem">insertItem</a>( text ); } @@ -144,7 +144,7 @@ const char* green_icon[]={ <a name="x2831"></a>void DDListBox::<a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> * ) { if ( dragging ) { - <a href="ntqdragobject.html">TQDragObject</a> *d = new <a href="qtextdrag.html">TQTextDrag</a>( currentText(), this ); + <a href="ntqdragobject.html">TQDragObject</a> *d = new <a href="tqtextdrag.html">TQTextDrag</a>( currentText(), this ); <a name="x2818"></a> d-><a href="ntqdragobject.html#dragCopy">dragCopy</a>(); // do NOT delete d. dragging = FALSE; } @@ -166,7 +166,7 @@ const char* green_icon[]={ { <a href="tqstring.html">TQString</a> label; - if ( TQTextDrag::<a href="qtextdrag.html#decode">decode</a>( evt, label ) ) + if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>( evt, label ) ) setText( label ); } @@ -175,14 +175,14 @@ const char* green_icon[]={ <a name="x2820"></a>TQDragObject *DDIconView::<a href="ntqiconview.html#dragObject">dragObject</a>() { - return new <a href="qtextdrag.html">TQTextDrag</a>( <a href="ntqiconview.html#currentItem">currentItem</a>()->text(), this ); + return new <a href="tqtextdrag.html">TQTextDrag</a>( <a href="ntqiconview.html#currentItem">currentItem</a>()->text(), this ); } void <a name="f1"></a>DDIconView::slotNewItem( <a href="qdropevent.html">TQDropEvent</a> *evt, const <a href="tqvaluelist.html">TQValueList</a><TQIconDragItem>& ) { <a href="tqstring.html">TQString</a> label; - if ( TQTextDrag::<a href="qtextdrag.html#decode">decode</a>( evt, label ) ) { + if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>( evt, label ) ) { DDIconViewItem *item = new DDIconViewItem( this, label ); <a name="x2824"></a> item-><a href="qiconviewitem.html#setRenameEnabled">setRenameEnabled</a>( TRUE ); } diff --git a/doc/html/index b/doc/html/index index 8999a0cb0..ddca9f1ee 100644 --- a/doc/html/index +++ b/doc/html/index @@ -6662,259 +6662,259 @@ "QTabletEvent::xTilt" qtabletevent.html#xTilt "QTabletEvent::y" qtabletevent.html#y "QTabletEvent::yTilt" qtabletevent.html#yTilt -"QTextBrowser" ntqtextbrowser.html -"QTextBrowser::anchorClicked" ntqtextbrowser.html#anchorClicked -"QTextBrowser::backward" ntqtextbrowser.html#backward -"QTextBrowser::backwardAvailable" ntqtextbrowser.html#backwardAvailable -"QTextBrowser::forward" ntqtextbrowser.html#forward -"QTextBrowser::forwardAvailable" ntqtextbrowser.html#forwardAvailable -"QTextBrowser::highlighted" ntqtextbrowser.html#highlighted -"QTextBrowser::home" ntqtextbrowser.html#home -"QTextBrowser::keyPressEvent" ntqtextbrowser.html#keyPressEvent -"QTextBrowser::linkClicked" ntqtextbrowser.html#linkClicked -"QTextBrowser::modified" ntqtextbrowser.html#modified-prop -"QTextBrowser::overwriteMode" ntqtextbrowser.html#overwriteMode-prop -"QTextBrowser::readOnly" ntqtextbrowser.html#readOnly-prop -"QTextBrowser::reload" ntqtextbrowser.html#reload -"QTextBrowser::setSource" ntqtextbrowser.html#setSource -"QTextBrowser::setText" ntqtextbrowser.html#setText -"QTextBrowser::source" ntqtextbrowser.html#source -"QTextBrowser::source" ntqtextbrowser.html#source-prop -"QTextBrowser::sourceChanged" ntqtextbrowser.html#sourceChanged -"QTextBrowser::undoDepth" ntqtextbrowser.html#undoDepth-prop -"QTextBrowser::undoRedoEnabled" ntqtextbrowser.html#undoRedoEnabled-prop -"QTextCodec" ntqtextcodec.html -"QTextCodec::canEncode" ntqtextcodec.html#canEncode -"QTextCodec::codecForCStrings" ntqtextcodec.html#codecForCStrings -"QTextCodec::codecForContent" ntqtextcodec.html#codecForContent -"QTextCodec::codecForIndex" ntqtextcodec.html#codecForIndex -"QTextCodec::codecForLocale" ntqtextcodec.html#codecForLocale -"QTextCodec::codecForMib" ntqtextcodec.html#codecForMib -"QTextCodec::codecForName" ntqtextcodec.html#codecForName -"QTextCodec::codecForTr" ntqtextcodec.html#codecForTr -"QTextCodec::deleteAllCodecs" ntqtextcodec.html#deleteAllCodecs -"QTextCodec::fromUnicode" ntqtextcodec.html#fromUnicode -"QTextCodec::heuristicContentMatch" ntqtextcodec.html#heuristicContentMatch -"QTextCodec::heuristicNameMatch" ntqtextcodec.html#heuristicNameMatch -"QTextCodec::loadCharmap" ntqtextcodec.html#loadCharmap -"QTextCodec::loadCharmapFile" ntqtextcodec.html#loadCharmapFile -"QTextCodec::locale" ntqtextcodec.html#locale -"QTextCodec::makeDecoder" ntqtextcodec.html#makeDecoder -"QTextCodec::makeEncoder" ntqtextcodec.html#makeEncoder -"QTextCodec::mibEnum" ntqtextcodec.html#mibEnum -"QTextCodec::mimeName" ntqtextcodec.html#mimeName -"QTextCodec::name" ntqtextcodec.html#name -"QTextCodec::setCodecForCStrings" ntqtextcodec.html#setCodecForCStrings -"QTextCodec::setCodecForLocale" ntqtextcodec.html#setCodecForLocale -"QTextCodec::setCodecForTr" ntqtextcodec.html#setCodecForTr -"QTextCodec::simpleHeuristicNameMatch" ntqtextcodec.html#simpleHeuristicNameMatch -"QTextCodec::toUnicode" ntqtextcodec.html#toUnicode -"QTextCodec::~QTextCodec" ntqtextcodec.html#~QTextCodec -"QTextCodecPlugin" ntqtextcodecplugin.html -"QTextCodecPlugin::createForMib" ntqtextcodecplugin.html#createForMib -"QTextCodecPlugin::createForName" ntqtextcodecplugin.html#createForName -"QTextCodecPlugin::mibEnums" ntqtextcodecplugin.html#mibEnums -"QTextCodecPlugin::names" ntqtextcodecplugin.html#names -"QTextCodecPlugin::~QTextCodecPlugin" ntqtextcodecplugin.html#~QTextCodecPlugin -"QTextDecoder" qtextdecoder.html -"QTextDecoder::toUnicode" qtextdecoder.html#toUnicode -"QTextDecoder::~QTextDecoder" qtextdecoder.html#~QTextDecoder -"QTextDrag" qtextdrag.html -"QTextDrag::canDecode" qtextdrag.html#canDecode -"QTextDrag::decode" qtextdrag.html#decode -"QTextDrag::setSubtype" qtextdrag.html#setSubtype -"QTextDrag::setText" qtextdrag.html#setText -"QTextDrag::~QTextDrag" qtextdrag.html#~QTextDrag -"QTextEdit" ntqtextedit.html -"QTextEdit::AutoFormatting" ntqtextedit.html#AutoFormatting -"QTextEdit::CursorAction" ntqtextedit.html#CursorAction -"QTextEdit::KeyboardAction" ntqtextedit.html#KeyboardAction -"QTextEdit::VerticalAlignment" ntqtextedit.html#VerticalAlignment -"QTextEdit::WordWrap" ntqtextedit.html#WordWrap -"QTextEdit::WrapPolicy" ntqtextedit.html#WrapPolicy -"QTextEdit::alignment" ntqtextedit.html#alignment -"QTextEdit::anchorAt" ntqtextedit.html#anchorAt -"QTextEdit::append" ntqtextedit.html#append -"QTextEdit::autoFormatting" ntqtextedit.html#autoFormatting -"QTextEdit::autoFormatting" ntqtextedit.html#autoFormatting-prop -"QTextEdit::bold" ntqtextedit.html#bold -"QTextEdit::charAt" ntqtextedit.html#charAt -"QTextEdit::clear" ntqtextedit.html#clear -"QTextEdit::clearParagraphBackground" ntqtextedit.html#clearParagraphBackground -"QTextEdit::clicked" ntqtextedit.html#clicked -"QTextEdit::color" ntqtextedit.html#color -"QTextEdit::context" ntqtextedit.html#context -"QTextEdit::copy" ntqtextedit.html#copy -"QTextEdit::copyAvailable" ntqtextedit.html#copyAvailable -"QTextEdit::createPopupMenu" ntqtextedit.html#createPopupMenu -"QTextEdit::currentAlignmentChanged" ntqtextedit.html#currentAlignmentChanged -"QTextEdit::currentColorChanged" ntqtextedit.html#currentColorChanged -"QTextEdit::currentFont" ntqtextedit.html#currentFont -"QTextEdit::currentFontChanged" ntqtextedit.html#currentFontChanged -"QTextEdit::currentVerticalAlignmentChanged" ntqtextedit.html#currentVerticalAlignmentChanged -"QTextEdit::cursorPositionChanged" ntqtextedit.html#cursorPositionChanged -"QTextEdit::cut" ntqtextedit.html#cut -"QTextEdit::del" ntqtextedit.html#del -"QTextEdit::doKeyboardAction" ntqtextedit.html#doKeyboardAction -"QTextEdit::documentTitle" ntqtextedit.html#documentTitle -"QTextEdit::documentTitle" ntqtextedit.html#documentTitle-prop -"QTextEdit::doubleClicked" ntqtextedit.html#doubleClicked -"QTextEdit::ensureCursorVisible" ntqtextedit.html#ensureCursorVisible -"QTextEdit::family" ntqtextedit.html#family -"QTextEdit::find" ntqtextedit.html#find -"QTextEdit::focusNextPrevChild" ntqtextedit.html#focusNextPrevChild -"QTextEdit::getCursorPosition" ntqtextedit.html#getCursorPosition -"QTextEdit::getSelection" ntqtextedit.html#getSelection -"QTextEdit::hasSelectedText" ntqtextedit.html#hasSelectedText -"QTextEdit::hasSelectedText" ntqtextedit.html#hasSelectedText-prop -"QTextEdit::heightForWidth" ntqtextedit.html#heightForWidth -"QTextEdit::insert" ntqtextedit.html#insert -"QTextEdit::insertAt" ntqtextedit.html#insertAt -"QTextEdit::insertParagraph" ntqtextedit.html#insertParagraph -"QTextEdit::isModified" ntqtextedit.html#isModified -"QTextEdit::isOverwriteMode" ntqtextedit.html#isOverwriteMode -"QTextEdit::isReadOnly" ntqtextedit.html#isReadOnly -"QTextEdit::isRedoAvailable" ntqtextedit.html#isRedoAvailable -"QTextEdit::isUndoAvailable" ntqtextedit.html#isUndoAvailable -"QTextEdit::isUndoRedoEnabled" ntqtextedit.html#isUndoRedoEnabled -"QTextEdit::italic" ntqtextedit.html#italic -"QTextEdit::keyPressEvent" ntqtextedit.html#keyPressEvent -"QTextEdit::length" ntqtextedit.html#length -"QTextEdit::length" ntqtextedit.html#length-prop -"QTextEdit::lineOfChar" ntqtextedit.html#lineOfChar -"QTextEdit::lines" ntqtextedit.html#lines -"QTextEdit::linesOfParagraph" ntqtextedit.html#linesOfParagraph -"QTextEdit::linkUnderline" ntqtextedit.html#linkUnderline -"QTextEdit::linkUnderline" ntqtextedit.html#linkUnderline-prop -"QTextEdit::maxLogLines" ntqtextedit.html#maxLogLines -"QTextEdit::mimeSourceFactory" ntqtextedit.html#mimeSourceFactory -"QTextEdit::modificationChanged" ntqtextedit.html#modificationChanged -"QTextEdit::modified" ntqtextedit.html#modified-prop -"QTextEdit::moveCursor" ntqtextedit.html#moveCursor -"QTextEdit::optimCheckLimit" ntqtextedit.html#optimCheckLimit -"QTextEdit::overwriteMode" ntqtextedit.html#overwriteMode-prop -"QTextEdit::paper" ntqtextedit.html#paper -"QTextEdit::paper" ntqtextedit.html#paper-prop -"QTextEdit::paragraphAt" ntqtextedit.html#paragraphAt -"QTextEdit::paragraphBackgroundColor" ntqtextedit.html#paragraphBackgroundColor -"QTextEdit::paragraphLength" ntqtextedit.html#paragraphLength -"QTextEdit::paragraphRect" ntqtextedit.html#paragraphRect -"QTextEdit::paragraphs" ntqtextedit.html#paragraphs -"QTextEdit::paste" ntqtextedit.html#paste -"QTextEdit::pasteSpecial" ntqtextedit.html#pasteSpecial -"QTextEdit::pasteSubType" ntqtextedit.html#pasteSubType -"QTextEdit::placeCursor" ntqtextedit.html#placeCursor -"QTextEdit::pointSize" ntqtextedit.html#pointSize -"QTextEdit::readOnly" ntqtextedit.html#readOnly-prop -"QTextEdit::redo" ntqtextedit.html#redo -"QTextEdit::redoAvailable" ntqtextedit.html#redoAvailable -"QTextEdit::removeParagraph" ntqtextedit.html#removeParagraph -"QTextEdit::removeSelectedText" ntqtextedit.html#removeSelectedText -"QTextEdit::removeSelection" ntqtextedit.html#removeSelection -"QTextEdit::repaintChanged" ntqtextedit.html#repaintChanged -"QTextEdit::returnPressed" ntqtextedit.html#returnPressed -"QTextEdit::scrollToAnchor" ntqtextedit.html#scrollToAnchor -"QTextEdit::scrollToBottom" ntqtextedit.html#scrollToBottom -"QTextEdit::selectAll" ntqtextedit.html#selectAll -"QTextEdit::selectedText" ntqtextedit.html#selectedText -"QTextEdit::selectedText" ntqtextedit.html#selectedText-prop -"QTextEdit::selectionChanged" ntqtextedit.html#selectionChanged -"QTextEdit::setAlignment" ntqtextedit.html#setAlignment -"QTextEdit::setAutoFormatting" ntqtextedit.html#setAutoFormatting -"QTextEdit::setBold" ntqtextedit.html#setBold -"QTextEdit::setColor" ntqtextedit.html#setColor -"QTextEdit::setCurrentFont" ntqtextedit.html#setCurrentFont -"QTextEdit::setCursorPosition" ntqtextedit.html#setCursorPosition -"QTextEdit::setFamily" ntqtextedit.html#setFamily -"QTextEdit::setItalic" ntqtextedit.html#setItalic -"QTextEdit::setLinkUnderline" ntqtextedit.html#setLinkUnderline -"QTextEdit::setMaxLogLines" ntqtextedit.html#setMaxLogLines -"QTextEdit::setMimeSourceFactory" ntqtextedit.html#setMimeSourceFactory -"QTextEdit::setModified" ntqtextedit.html#setModified -"QTextEdit::setOverwriteMode" ntqtextedit.html#setOverwriteMode -"QTextEdit::setPaper" ntqtextedit.html#setPaper -"QTextEdit::setParagraphBackgroundColor" ntqtextedit.html#setParagraphBackgroundColor -"QTextEdit::setPointSize" ntqtextedit.html#setPointSize -"QTextEdit::setReadOnly" ntqtextedit.html#setReadOnly -"QTextEdit::setSelection" ntqtextedit.html#setSelection -"QTextEdit::setSelectionAttributes" ntqtextedit.html#setSelectionAttributes -"QTextEdit::setStyleSheet" ntqtextedit.html#setStyleSheet -"QTextEdit::setTabChangesFocus" ntqtextedit.html#setTabChangesFocus -"QTextEdit::setTabStopWidth" ntqtextedit.html#setTabStopWidth -"QTextEdit::setText" ntqtextedit.html#setText -"QTextEdit::setTextFormat" ntqtextedit.html#setTextFormat -"QTextEdit::setUnderline" ntqtextedit.html#setUnderline -"QTextEdit::setUndoDepth" ntqtextedit.html#setUndoDepth -"QTextEdit::setUndoRedoEnabled" ntqtextedit.html#setUndoRedoEnabled -"QTextEdit::setVerticalAlignment" ntqtextedit.html#setVerticalAlignment -"QTextEdit::setWordWrap" ntqtextedit.html#setWordWrap -"QTextEdit::setWrapColumnOrWidth" ntqtextedit.html#setWrapColumnOrWidth -"QTextEdit::setWrapPolicy" ntqtextedit.html#setWrapPolicy -"QTextEdit::styleSheet" ntqtextedit.html#styleSheet -"QTextEdit::sync" ntqtextedit.html#sync -"QTextEdit::syntaxHighlighter" ntqtextedit.html#syntaxHighlighter -"QTextEdit::tabChangesFocus" ntqtextedit.html#tabChangesFocus -"QTextEdit::tabChangesFocus" ntqtextedit.html#tabChangesFocus-prop -"QTextEdit::tabStopWidth" ntqtextedit.html#tabStopWidth -"QTextEdit::tabStopWidth" ntqtextedit.html#tabStopWidth-prop -"QTextEdit::text" ntqtextedit.html#text -"QTextEdit::text" ntqtextedit.html#text-prop -"QTextEdit::textChanged" ntqtextedit.html#textChanged -"QTextEdit::textCursor" ntqtextedit.html#textCursor -"QTextEdit::textFormat" ntqtextedit.html#textFormat -"QTextEdit::textFormat" ntqtextedit.html#textFormat-prop -"QTextEdit::underline" ntqtextedit.html#underline -"QTextEdit::undo" ntqtextedit.html#undo -"QTextEdit::undoAvailable" ntqtextedit.html#undoAvailable -"QTextEdit::undoDepth" ntqtextedit.html#undoDepth -"QTextEdit::undoDepth" ntqtextedit.html#undoDepth-prop -"QTextEdit::undoRedoEnabled" ntqtextedit.html#undoRedoEnabled-prop -"QTextEdit::wordWrap" ntqtextedit.html#wordWrap -"QTextEdit::wordWrap" ntqtextedit.html#wordWrap-prop -"QTextEdit::wrapColumnOrWidth" ntqtextedit.html#wrapColumnOrWidth -"QTextEdit::wrapColumnOrWidth" ntqtextedit.html#wrapColumnOrWidth-prop -"QTextEdit::wrapPolicy" ntqtextedit.html#wrapPolicy -"QTextEdit::wrapPolicy" ntqtextedit.html#wrapPolicy-prop -"QTextEdit::zoomIn" ntqtextedit.html#zoomIn -"QTextEdit::zoomOut" ntqtextedit.html#zoomOut -"QTextEdit::zoomTo" ntqtextedit.html#zoomTo -"QTextEncoder" qtextencoder.html -"QTextEncoder::fromUnicode" qtextencoder.html#fromUnicode -"QTextEncoder::~QTextEncoder" qtextencoder.html#~QTextEncoder -"QTextIStream" qtextistream.html -"QTextOStream" qtextostream.html -"QTextStream" ntqtextstream.html -"QTextStream::Encoding" ntqtextstream.html#Encoding -"QTextStream::atEnd" ntqtextstream.html#atEnd -"QTextStream::codec" ntqtextstream.html#codec -"QTextStream::device" ntqtextstream.html#device -"QTextStream::fill" ntqtextstream.html#fill -"QTextStream::flags" ntqtextstream.html#flags -"QTextStream::operator<<" ntqtextstream.html#operator-lt-lt -"QTextStream::operator>>" ntqtextstream.html#operator-gt-gt -"QTextStream::precision" ntqtextstream.html#precision -"QTextStream::read" ntqtextstream.html#read -"QTextStream::readLine" ntqtextstream.html#readLine -"QTextStream::readRawBytes" ntqtextstream.html#readRawBytes -"QTextStream::reset" ntqtextstream.html#reset -"QTextStream::setCodec" ntqtextstream.html#setCodec -"QTextStream::setDevice" ntqtextstream.html#setDevice -"QTextStream::setEncoding" ntqtextstream.html#setEncoding -"QTextStream::setf" ntqtextstream.html#setf -"QTextStream::skipWhiteSpace" ntqtextstream.html#skipWhiteSpace -"QTextStream::ts_getbuf" ntqtextstream.html#ts_getbuf -"QTextStream::ts_getline" ntqtextstream.html#ts_getline -"QTextStream::ts_putc" ntqtextstream.html#ts_putc -"QTextStream::unsetDevice" ntqtextstream.html#unsetDevice -"QTextStream::unsetf" ntqtextstream.html#unsetf -"QTextStream::width" ntqtextstream.html#width -"QTextStream::writeRawBytes" ntqtextstream.html#writeRawBytes -"QTextStream::~QTextStream" ntqtextstream.html#~QTextStream -"QTextView::modified" ntqtextview.html#modified-prop -"QTextView::overwriteMode" ntqtextview.html#overwriteMode-prop -"QTextView::readOnly" ntqtextview.html#readOnly-prop -"QTextView::undoDepth" ntqtextview.html#undoDepth-prop -"QTextView::undoRedoEnabled" ntqtextview.html#undoRedoEnabled-prop +"TQTextBrowser" tqtextbrowser.html +"TQTextBrowser::anchorClicked" tqtextbrowser.html#anchorClicked +"TQTextBrowser::backward" tqtextbrowser.html#backward +"TQTextBrowser::backwardAvailable" tqtextbrowser.html#backwardAvailable +"TQTextBrowser::forward" tqtextbrowser.html#forward +"TQTextBrowser::forwardAvailable" tqtextbrowser.html#forwardAvailable +"TQTextBrowser::highlighted" tqtextbrowser.html#highlighted +"TQTextBrowser::home" tqtextbrowser.html#home +"TQTextBrowser::keyPressEvent" tqtextbrowser.html#keyPressEvent +"TQTextBrowser::linkClicked" tqtextbrowser.html#linkClicked +"TQTextBrowser::modified" tqtextbrowser.html#modified-prop +"TQTextBrowser::overwriteMode" tqtextbrowser.html#overwriteMode-prop +"TQTextBrowser::readOnly" tqtextbrowser.html#readOnly-prop +"TQTextBrowser::reload" tqtextbrowser.html#reload +"TQTextBrowser::setSource" tqtextbrowser.html#setSource +"TQTextBrowser::setText" tqtextbrowser.html#setText +"TQTextBrowser::source" tqtextbrowser.html#source +"TQTextBrowser::source" tqtextbrowser.html#source-prop +"TQTextBrowser::sourceChanged" tqtextbrowser.html#sourceChanged +"TQTextBrowser::undoDepth" tqtextbrowser.html#undoDepth-prop +"TQTextBrowser::undoRedoEnabled" tqtextbrowser.html#undoRedoEnabled-prop +"TQTextCodec" tqtextcodec.html +"TQTextCodec::canEncode" tqtextcodec.html#canEncode +"TQTextCodec::codecForCStrings" tqtextcodec.html#codecForCStrings +"TQTextCodec::codecForContent" tqtextcodec.html#codecForContent +"TQTextCodec::codecForIndex" tqtextcodec.html#codecForIndex +"TQTextCodec::codecForLocale" tqtextcodec.html#codecForLocale +"TQTextCodec::codecForMib" tqtextcodec.html#codecForMib +"TQTextCodec::codecForName" tqtextcodec.html#codecForName +"TQTextCodec::codecForTr" tqtextcodec.html#codecForTr +"TQTextCodec::deleteAllCodecs" tqtextcodec.html#deleteAllCodecs +"TQTextCodec::fromUnicode" tqtextcodec.html#fromUnicode +"TQTextCodec::heuristicContentMatch" tqtextcodec.html#heuristicContentMatch +"TQTextCodec::heuristicNameMatch" tqtextcodec.html#heuristicNameMatch +"TQTextCodec::loadCharmap" tqtextcodec.html#loadCharmap +"TQTextCodec::loadCharmapFile" tqtextcodec.html#loadCharmapFile +"TQTextCodec::locale" tqtextcodec.html#locale +"TQTextCodec::makeDecoder" tqtextcodec.html#makeDecoder +"TQTextCodec::makeEncoder" tqtextcodec.html#makeEncoder +"TQTextCodec::mibEnum" tqtextcodec.html#mibEnum +"TQTextCodec::mimeName" tqtextcodec.html#mimeName +"TQTextCodec::name" tqtextcodec.html#name +"TQTextCodec::setCodecForCStrings" tqtextcodec.html#setCodecForCStrings +"TQTextCodec::setCodecForLocale" tqtextcodec.html#setCodecForLocale +"TQTextCodec::setCodecForTr" tqtextcodec.html#setCodecForTr +"TQTextCodec::simpleHeuristicNameMatch" tqtextcodec.html#simpleHeuristicNameMatch +"TQTextCodec::toUnicode" tqtextcodec.html#toUnicode +"TQTextCodec::~TQTextCodec" tqtextcodec.html#~TQTextCodec +"TQTextCodecPlugin" tqtextcodecplugin.html +"TQTextCodecPlugin::createForMib" tqtextcodecplugin.html#createForMib +"TQTextCodecPlugin::createForName" tqtextcodecplugin.html#createForName +"TQTextCodecPlugin::mibEnums" tqtextcodecplugin.html#mibEnums +"TQTextCodecPlugin::names" tqtextcodecplugin.html#names +"TQTextCodecPlugin::~TQTextCodecPlugin" tqtextcodecplugin.html#~TQTextCodecPlugin +"TQTextDecoder" tqtextdecoder.html +"TQTextDecoder::toUnicode" tqtextdecoder.html#toUnicode +"TQTextDecoder::~TQTextDecoder" tqtextdecoder.html#~TQTextDecoder +"TQTextDrag" tqtextdrag.html +"TQTextDrag::canDecode" tqtextdrag.html#canDecode +"TQTextDrag::decode" tqtextdrag.html#decode +"TQTextDrag::setSubtype" tqtextdrag.html#setSubtype +"TQTextDrag::setText" tqtextdrag.html#setText +"TQTextDrag::~TQTextDrag" tqtextdrag.html#~TQTextDrag +"TQTextEdit" tqtextedit.html +"TQTextEdit::AutoFormatting" tqtextedit.html#AutoFormatting +"TQTextEdit::CursorAction" tqtextedit.html#CursorAction +"TQTextEdit::KeyboardAction" tqtextedit.html#KeyboardAction +"TQTextEdit::VerticalAlignment" tqtextedit.html#VerticalAlignment +"TQTextEdit::WordWrap" tqtextedit.html#WordWrap +"TQTextEdit::WrapPolicy" tqtextedit.html#WrapPolicy +"TQTextEdit::alignment" tqtextedit.html#alignment +"TQTextEdit::anchorAt" tqtextedit.html#anchorAt +"TQTextEdit::append" tqtextedit.html#append +"TQTextEdit::autoFormatting" tqtextedit.html#autoFormatting +"TQTextEdit::autoFormatting" tqtextedit.html#autoFormatting-prop +"TQTextEdit::bold" tqtextedit.html#bold +"TQTextEdit::charAt" tqtextedit.html#charAt +"TQTextEdit::clear" tqtextedit.html#clear +"TQTextEdit::clearParagraphBackground" tqtextedit.html#clearParagraphBackground +"TQTextEdit::clicked" tqtextedit.html#clicked +"TQTextEdit::color" tqtextedit.html#color +"TQTextEdit::context" tqtextedit.html#context +"TQTextEdit::copy" tqtextedit.html#copy +"TQTextEdit::copyAvailable" tqtextedit.html#copyAvailable +"TQTextEdit::createPopupMenu" tqtextedit.html#createPopupMenu +"TQTextEdit::currentAlignmentChanged" tqtextedit.html#currentAlignmentChanged +"TQTextEdit::currentColorChanged" tqtextedit.html#currentColorChanged +"TQTextEdit::currentFont" tqtextedit.html#currentFont +"TQTextEdit::currentFontChanged" tqtextedit.html#currentFontChanged +"TQTextEdit::currentVerticalAlignmentChanged" tqtextedit.html#currentVerticalAlignmentChanged +"TQTextEdit::cursorPositionChanged" tqtextedit.html#cursorPositionChanged +"TQTextEdit::cut" tqtextedit.html#cut +"TQTextEdit::del" tqtextedit.html#del +"TQTextEdit::doKeyboardAction" tqtextedit.html#doKeyboardAction +"TQTextEdit::documentTitle" tqtextedit.html#documentTitle +"TQTextEdit::documentTitle" tqtextedit.html#documentTitle-prop +"TQTextEdit::doubleClicked" tqtextedit.html#doubleClicked +"TQTextEdit::ensureCursorVisible" tqtextedit.html#ensureCursorVisible +"TQTextEdit::family" tqtextedit.html#family +"TQTextEdit::find" tqtextedit.html#find +"TQTextEdit::focusNextPrevChild" tqtextedit.html#focusNextPrevChild +"TQTextEdit::getCursorPosition" tqtextedit.html#getCursorPosition +"TQTextEdit::getSelection" tqtextedit.html#getSelection +"TQTextEdit::hasSelectedText" tqtextedit.html#hasSelectedText +"TQTextEdit::hasSelectedText" tqtextedit.html#hasSelectedText-prop +"TQTextEdit::heightForWidth" tqtextedit.html#heightForWidth +"TQTextEdit::insert" tqtextedit.html#insert +"TQTextEdit::insertAt" tqtextedit.html#insertAt +"TQTextEdit::insertParagraph" tqtextedit.html#insertParagraph +"TQTextEdit::isModified" tqtextedit.html#isModified +"TQTextEdit::isOverwriteMode" tqtextedit.html#isOverwriteMode +"TQTextEdit::isReadOnly" tqtextedit.html#isReadOnly +"TQTextEdit::isRedoAvailable" tqtextedit.html#isRedoAvailable +"TQTextEdit::isUndoAvailable" tqtextedit.html#isUndoAvailable +"TQTextEdit::isUndoRedoEnabled" tqtextedit.html#isUndoRedoEnabled +"TQTextEdit::italic" tqtextedit.html#italic +"TQTextEdit::keyPressEvent" tqtextedit.html#keyPressEvent +"TQTextEdit::length" tqtextedit.html#length +"TQTextEdit::length" tqtextedit.html#length-prop +"TQTextEdit::lineOfChar" tqtextedit.html#lineOfChar +"TQTextEdit::lines" tqtextedit.html#lines +"TQTextEdit::linesOfParagraph" tqtextedit.html#linesOfParagraph +"TQTextEdit::linkUnderline" tqtextedit.html#linkUnderline +"TQTextEdit::linkUnderline" tqtextedit.html#linkUnderline-prop +"TQTextEdit::maxLogLines" tqtextedit.html#maxLogLines +"TQTextEdit::mimeSourceFactory" tqtextedit.html#mimeSourceFactory +"TQTextEdit::modificationChanged" tqtextedit.html#modificationChanged +"TQTextEdit::modified" tqtextedit.html#modified-prop +"TQTextEdit::moveCursor" tqtextedit.html#moveCursor +"TQTextEdit::optimCheckLimit" tqtextedit.html#optimCheckLimit +"TQTextEdit::overwriteMode" tqtextedit.html#overwriteMode-prop +"TQTextEdit::paper" tqtextedit.html#paper +"TQTextEdit::paper" tqtextedit.html#paper-prop +"TQTextEdit::paragraphAt" tqtextedit.html#paragraphAt +"TQTextEdit::paragraphBackgroundColor" tqtextedit.html#paragraphBackgroundColor +"TQTextEdit::paragraphLength" tqtextedit.html#paragraphLength +"TQTextEdit::paragraphRect" tqtextedit.html#paragraphRect +"TQTextEdit::paragraphs" tqtextedit.html#paragraphs +"TQTextEdit::paste" tqtextedit.html#paste +"TQTextEdit::pasteSpecial" tqtextedit.html#pasteSpecial +"TQTextEdit::pasteSubType" tqtextedit.html#pasteSubType +"TQTextEdit::placeCursor" tqtextedit.html#placeCursor +"TQTextEdit::pointSize" tqtextedit.html#pointSize +"TQTextEdit::readOnly" tqtextedit.html#readOnly-prop +"TQTextEdit::redo" tqtextedit.html#redo +"TQTextEdit::redoAvailable" tqtextedit.html#redoAvailable +"TQTextEdit::removeParagraph" tqtextedit.html#removeParagraph +"TQTextEdit::removeSelectedText" tqtextedit.html#removeSelectedText +"TQTextEdit::removeSelection" tqtextedit.html#removeSelection +"TQTextEdit::repaintChanged" tqtextedit.html#repaintChanged +"TQTextEdit::returnPressed" tqtextedit.html#returnPressed +"TQTextEdit::scrollToAnchor" tqtextedit.html#scrollToAnchor +"TQTextEdit::scrollToBottom" tqtextedit.html#scrollToBottom +"TQTextEdit::selectAll" tqtextedit.html#selectAll +"TQTextEdit::selectedText" tqtextedit.html#selectedText +"TQTextEdit::selectedText" tqtextedit.html#selectedText-prop +"TQTextEdit::selectionChanged" tqtextedit.html#selectionChanged +"TQTextEdit::setAlignment" tqtextedit.html#setAlignment +"TQTextEdit::setAutoFormatting" tqtextedit.html#setAutoFormatting +"TQTextEdit::setBold" tqtextedit.html#setBold +"TQTextEdit::setColor" tqtextedit.html#setColor +"TQTextEdit::setCurrentFont" tqtextedit.html#setCurrentFont +"TQTextEdit::setCursorPosition" tqtextedit.html#setCursorPosition +"TQTextEdit::setFamily" tqtextedit.html#setFamily +"TQTextEdit::setItalic" tqtextedit.html#setItalic +"TQTextEdit::setLinkUnderline" tqtextedit.html#setLinkUnderline +"TQTextEdit::setMaxLogLines" tqtextedit.html#setMaxLogLines +"TQTextEdit::setMimeSourceFactory" tqtextedit.html#setMimeSourceFactory +"TQTextEdit::setModified" tqtextedit.html#setModified +"TQTextEdit::setOverwriteMode" tqtextedit.html#setOverwriteMode +"TQTextEdit::setPaper" tqtextedit.html#setPaper +"TQTextEdit::setParagraphBackgroundColor" tqtextedit.html#setParagraphBackgroundColor +"TQTextEdit::setPointSize" tqtextedit.html#setPointSize +"TQTextEdit::setReadOnly" tqtextedit.html#setReadOnly +"TQTextEdit::setSelection" tqtextedit.html#setSelection +"TQTextEdit::setSelectionAttributes" tqtextedit.html#setSelectionAttributes +"TQTextEdit::setStyleSheet" tqtextedit.html#setStyleSheet +"TQTextEdit::setTabChangesFocus" tqtextedit.html#setTabChangesFocus +"TQTextEdit::setTabStopWidth" tqtextedit.html#setTabStopWidth +"TQTextEdit::setText" tqtextedit.html#setText +"TQTextEdit::setTextFormat" tqtextedit.html#setTextFormat +"TQTextEdit::setUnderline" tqtextedit.html#setUnderline +"TQTextEdit::setUndoDepth" tqtextedit.html#setUndoDepth +"TQTextEdit::setUndoRedoEnabled" tqtextedit.html#setUndoRedoEnabled +"TQTextEdit::setVerticalAlignment" tqtextedit.html#setVerticalAlignment +"TQTextEdit::setWordWrap" tqtextedit.html#setWordWrap +"TQTextEdit::setWrapColumnOrWidth" tqtextedit.html#setWrapColumnOrWidth +"TQTextEdit::setWrapPolicy" tqtextedit.html#setWrapPolicy +"TQTextEdit::styleSheet" tqtextedit.html#styleSheet +"TQTextEdit::sync" tqtextedit.html#sync +"TQTextEdit::syntaxHighlighter" tqtextedit.html#syntaxHighlighter +"TQTextEdit::tabChangesFocus" tqtextedit.html#tabChangesFocus +"TQTextEdit::tabChangesFocus" tqtextedit.html#tabChangesFocus-prop +"TQTextEdit::tabStopWidth" tqtextedit.html#tabStopWidth +"TQTextEdit::tabStopWidth" tqtextedit.html#tabStopWidth-prop +"TQTextEdit::text" tqtextedit.html#text +"TQTextEdit::text" tqtextedit.html#text-prop +"TQTextEdit::textChanged" tqtextedit.html#textChanged +"TQTextEdit::textCursor" tqtextedit.html#textCursor +"TQTextEdit::textFormat" tqtextedit.html#textFormat +"TQTextEdit::textFormat" tqtextedit.html#textFormat-prop +"TQTextEdit::underline" tqtextedit.html#underline +"TQTextEdit::undo" tqtextedit.html#undo +"TQTextEdit::undoAvailable" tqtextedit.html#undoAvailable +"TQTextEdit::undoDepth" tqtextedit.html#undoDepth +"TQTextEdit::undoDepth" tqtextedit.html#undoDepth-prop +"TQTextEdit::undoRedoEnabled" tqtextedit.html#undoRedoEnabled-prop +"TQTextEdit::wordWrap" tqtextedit.html#wordWrap +"TQTextEdit::wordWrap" tqtextedit.html#wordWrap-prop +"TQTextEdit::wrapColumnOrWidth" tqtextedit.html#wrapColumnOrWidth +"TQTextEdit::wrapColumnOrWidth" tqtextedit.html#wrapColumnOrWidth-prop +"TQTextEdit::wrapPolicy" tqtextedit.html#wrapPolicy +"TQTextEdit::wrapPolicy" tqtextedit.html#wrapPolicy-prop +"TQTextEdit::zoomIn" tqtextedit.html#zoomIn +"TQTextEdit::zoomOut" tqtextedit.html#zoomOut +"TQTextEdit::zoomTo" tqtextedit.html#zoomTo +"TQTextEncoder" tqtextencoder.html +"TQTextEncoder::fromUnicode" tqtextencoder.html#fromUnicode +"TQTextEncoder::~TQTextEncoder" tqtextencoder.html#~TQTextEncoder +"TQTextIStream" tqtextistream.html +"TQTextOStream" tqtextostream.html +"TQTextStream" tqtextstream.html +"TQTextStream::Encoding" tqtextstream.html#Encoding +"TQTextStream::atEnd" tqtextstream.html#atEnd +"TQTextStream::codec" tqtextstream.html#codec +"TQTextStream::device" tqtextstream.html#device +"TQTextStream::fill" tqtextstream.html#fill +"TQTextStream::flags" tqtextstream.html#flags +"TQTextStream::operator<<" tqtextstream.html#operator-lt-lt +"TQTextStream::operator>>" tqtextstream.html#operator-gt-gt +"TQTextStream::precision" tqtextstream.html#precision +"TQTextStream::read" tqtextstream.html#read +"TQTextStream::readLine" tqtextstream.html#readLine +"TQTextStream::readRawBytes" tqtextstream.html#readRawBytes +"TQTextStream::reset" tqtextstream.html#reset +"TQTextStream::setCodec" tqtextstream.html#setCodec +"TQTextStream::setDevice" tqtextstream.html#setDevice +"TQTextStream::setEncoding" tqtextstream.html#setEncoding +"TQTextStream::setf" tqtextstream.html#setf +"TQTextStream::skipWhiteSpace" tqtextstream.html#skipWhiteSpace +"TQTextStream::ts_getbuf" tqtextstream.html#ts_getbuf +"TQTextStream::ts_getline" tqtextstream.html#ts_getline +"TQTextStream::ts_putc" tqtextstream.html#ts_putc +"TQTextStream::unsetDevice" tqtextstream.html#unsetDevice +"TQTextStream::unsetf" tqtextstream.html#unsetf +"TQTextStream::width" tqtextstream.html#width +"TQTextStream::writeRawBytes" tqtextstream.html#writeRawBytes +"TQTextStream::~TQTextStream" tqtextstream.html#~TQTextStream +"TQTextView::modified" tqtextview.html#modified-prop +"TQTextView::overwriteMode" tqtextview.html#overwriteMode-prop +"TQTextView::readOnly" tqtextview.html#readOnly-prop +"TQTextView::undoDepth" tqtextview.html#undoDepth-prop +"TQTextView::undoRedoEnabled" tqtextview.html#undoRedoEnabled-prop "QThread" ntqthread.html "QThread::Priority" ntqthread.html#Priority "QThread::currentThread" ntqthread.html#currentThread diff --git a/doc/html/io.html b/doc/html/io.html index 758080efa..367b03c84 100644 --- a/doc/html/io.html +++ b/doc/html/io.html @@ -65,9 +65,9 @@ devices, processes, files etc. as well as manipulating files and directories. <tr bgcolor=#f0f0f0><td><b><a href="ntqsocket.html">TQSocket</a></b><td>Buffered TCP connection <tr bgcolor=#f0f0f0><td><b><a href="ntqsocketdevice.html">TQSocketDevice</a></b><td>Platform-independent low-level socket API <tr bgcolor=#f0f0f0><td><b><a href="ntqsocketnotifier.html">TQSocketNotifier</a></b><td>Support for socket callbacks -<tr bgcolor=#f0f0f0><td><b><a href="qtextistream.html">TQTextIStream</a></b><td>Convenience class for input streams -<tr bgcolor=#f0f0f0><td><b><a href="qtextostream.html">TQTextOStream</a></b><td>Convenience class for output streams -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextstream.html">TQTextStream</a></b><td>Basic functions for reading and writing text using a TQIODevice +<tr bgcolor=#f0f0f0><td><b><a href="tqtextistream.html">TQTextIStream</a></b><td>Convenience class for input streams +<tr bgcolor=#f0f0f0><td><b><a href="tqtextostream.html">TQTextOStream</a></b><td>Convenience class for output streams +<tr bgcolor=#f0f0f0><td><b><a href="tqtextstream.html">TQTextStream</a></b><td>Basic functions for reading and writing text using a TQIODevice <tr bgcolor=#f0f0f0><td><b><a href="ntqurl.html">TQUrl</a></b><td>URL parser and simplifies working with URLs <tr bgcolor=#f0f0f0><td><b><a href="ntqurlinfo.html">TQUrlInfo</a></b><td>Stores information about URLs <tr bgcolor=#f0f0f0><td><b><a href="ntqurloperator.html">TQUrlOperator</a></b><td>Common operations on URLs diff --git a/doc/html/keyfeatures30.html b/doc/html/keyfeatures30.html index 7583e2a5e..52b0b8ba5 100644 --- a/doc/html/keyfeatures30.html +++ b/doc/html/keyfeatures30.html @@ -54,7 +54,7 @@ languages. <p> Many new classes have been added to the TQt Library. Amongst them are classes that provide a docking architecture (<a href="ntqdockarea.html">TQDockArea</a>/<a href="ntqdockwindow.html">TQDockWindow</a>), a powerful rich text editor -(<a href="ntqtextedit.html">TQTextEdit</a>), a class to store and access application settings +(<a href="tqtextedit.html">TQTextEdit</a>), a class to store and access application settings (<a href="ntqsettings.html">TQSettings</a>) and a class to create and communicate with processes (<a href="ntqprocess.html">TQProcess</a>). <p> Apart from the changes in the library itself a lot has been done to @@ -115,7 +115,7 @@ optimized and extended to support editing. It allows editing formatted text with different fonts, colors, paragraph styles, tables and images. The editor supports different word wrap modes, command-based undo/redo, multiple selections, drag and drop, and many other -features. The new <a href="ntqtextedit.html">TQTextEdit</a> engine is highly optimized for proccesing +features. The new <a href="tqtextedit.html">TQTextEdit</a> engine is highly optimized for proccesing and displaying large documents quickly and efficiently. <p> <h3> Unicode </h3> diff --git a/doc/html/layout-example.html b/doc/html/layout-example.html index c178ef5f0..4a2ab99d5 100644 --- a/doc/html/layout-example.html +++ b/doc/html/layout-example.html @@ -116,7 +116,7 @@ public: // Make a big widget that will grab all space in the middle. <a href="ntqmultilineedit.html">TQMultiLineEdit</a> *bigWidget = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( this ); - bigWidget-><a href="ntqtextedit.html#setText">setText</a>( "This widget will get all the remaining space" ); + bigWidget-><a href="tqtextedit.html#setText">setText</a>( "This widget will get all the remaining space" ); <a name="x531"></a> bigWidget-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Plain ); // Set vertical stretch factor to 10 to let the bigWidget stretch diff --git a/doc/html/linguist-manual-2.html b/doc/html/linguist-manual-2.html index 19db9a40c..468f38a4a 100644 --- a/doc/html/linguist-manual-2.html +++ b/doc/html/linguist-manual-2.html @@ -52,8 +52,8 @@ body { background: #ffffff; color: black; } superapp_no.ts \ superapp_se.ts </pre> -<!-- index TQApplication!defaultCodec() --><!-- index defaultCodec()!TQApplication --><!-- index DEFAULTCODEC!in Project Files --><!-- index Chinese Language --><!-- index Japanese Language --><p><a href="ntqtextcodec.html#setCodecForTr">TQTextCodec::setCodecForTr</a>() makes it possible to choose a 8-bit encoding for literal strings that appear within <tt>tr()</tt> calls. This is useful for applications whose source language is, for example, Chinese or Japanese. If no encoding is set, <tt>tr()</tt> uses Latin-1.</p> -<p>If you do use the <a href="ntqtextcodec.html#codecForTr">TQTextCodec::codecForTr</a>() mechanism in your application, <em>TQt Linguist</em> needs you to set the <tt>DEFAULTCODEC</tt> entry in the <tt>.pro</tt> file as well. For example:</p> +<!-- index TQApplication!defaultCodec() --><!-- index defaultCodec()!TQApplication --><!-- index DEFAULTCODEC!in Project Files --><!-- index Chinese Language --><!-- index Japanese Language --><p><a href="tqtextcodec.html#setCodecForTr">TQTextCodec::setCodecForTr</a>() makes it possible to choose a 8-bit encoding for literal strings that appear within <tt>tr()</tt> calls. This is useful for applications whose source language is, for example, Chinese or Japanese. If no encoding is set, <tt>tr()</tt> uses Latin-1.</p> +<p>If you do use the <a href="tqtextcodec.html#codecForTr">TQTextCodec::codecForTr</a>() mechanism in your application, <em>TQt Linguist</em> needs you to set the <tt>DEFAULTCODEC</tt> entry in the <tt>.pro</tt> file as well. For example:</p> <pre> DEFAULTCODEC = ISO-8859-5 </pre> diff --git a/doc/html/linguist-manual-4.html b/doc/html/linguist-manual-4.html index d1cb45ed0..f50dbe179 100644 --- a/doc/html/linguist-manual-4.html +++ b/doc/html/linguist-manual-4.html @@ -345,7 +345,7 @@ TRANSLATIONS = tt2_fr.ts \ translator.<a href="ntqtranslator.html#load">load</a>( TQString("tt2_") + TQTextCodec::locale(), "." ); app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &translator ); </pre> -<!-- index TQTextCodec!locale() --><!-- index locale()!TQTextCodec --><!-- index LANG!Environment Variable --><!-- index Environment Variables!LANG --> <p>We choose which translation to use according to the current locale. <a href="ntqtextcodec.html#locale">TQTextCodec::locale</a>() can be influenced by setting the <tt>LANG</tt> environment variable, for example. Notice that the use of a naming convention that incorporates the locale for <tt>.qm</tt> message files, (and <tt>.ts</tt> files), makes it easy to implement choosing the translation file according to locale.</p> +<!-- index TQTextCodec!locale() --><!-- index locale()!TQTextCodec --><!-- index LANG!Environment Variable --><!-- index Environment Variables!LANG --> <p>We choose which translation to use according to the current locale. <a href="tqtextcodec.html#locale">TQTextCodec::locale</a>() can be influenced by setting the <tt>LANG</tt> environment variable, for example. Notice that the use of a naming convention that incorporates the locale for <tt>.qm</tt> message files, (and <tt>.ts</tt> files), makes it easy to implement choosing the translation file according to locale.</p> <p>If there is no <tt>.qm</tt> message file for the locale chosen the original source text will be used and no error raised.</p> <h5><a name="2-2-2"></a>Translating to French and Dutch</h5> <p>We'll begin by translating the example application into French. Start <em>TQt Linguist</em> with <tt>tt2_fr.ts</tt>. You should get the seven source texts ("&Up", "&Left", etc.) grouped in two contexts ("ArrowPad" and "MainWindow").</p> diff --git a/doc/html/mail-example.html b/doc/html/mail-example.html index acd2640e5..0ac4f8d9b 100644 --- a/doc/html/mail-example.html +++ b/doc/html/mail-example.html @@ -90,7 +90,7 @@ private: <a href="tqstring.html">TQString</a> from; <a href="tqstring.html">TQString</a> rcpt; <a href="ntqsocket.html">TQSocket</a> *socket; - <a href="ntqtextstream.html">TQTextStream</a> * t; + <a href="tqtextstream.html">TQTextStream</a> * t; int state; <a href="tqstring.html">TQString</a> response; <a href="ntqdns.html">TQDns</a> * mxLookup; @@ -113,7 +113,7 @@ private: #include "smtp.h" -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="qsocket-h.html">ntqsocket.h</a>> #include <<a href="qdns-h.html">ntqdns.h</a>> #include <<a href="qtimer-h.html">ntqtimer.h</a>> @@ -171,7 +171,7 @@ void <a name="f298"></a>Smtp::dnsLookupHelper() <a name="x719"></a> emit status( <a href="tqobject.html#tr">tr</a>( "Connecting to %1" ).arg( s.<a href="tqvaluelist.html#first">first</a>().name ) ); <a name="x710"></a> socket-><a href="ntqsocket.html#connectToHost">connectToHost</a>( s.<a href="tqvaluelist.html#first">first</a>().name, 25 ); - t = new <a href="ntqtextstream.html">TQTextStream</a>( socket ); + t = new <a href="tqtextstream.html">TQTextStream</a>( socket ); } diff --git a/doc/html/mainclasses.html b/doc/html/mainclasses.html index 17fcb4a80..0102955b9 100644 --- a/doc/html/mainclasses.html +++ b/doc/html/mainclasses.html @@ -221,7 +221,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"> <td><a href="ntqrect.html">TQRect</a> <td align="right"> -<td><a href="ntqtextbrowser.html">TQTextBrowser</a> +<td><a href="tqtextbrowser.html">TQTextBrowser</a> <td align="right"> <td><a href="tqwidgetstack.html">TQWidgetStack</a> <tr> @@ -232,7 +232,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"> <td><a href="ntqregexp.html">TQRegExp</a> <td align="right"> -<td><a href="ntqtextedit.html">TQTextEdit</a> +<td><a href="tqtextedit.html">TQTextEdit</a> <td align="right"> <td><a href="ntqwizard.html">TQWizard</a> <tr> @@ -243,7 +243,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"><b>S</b> <td><a href="ntqscrollview.html">TQScrollView</a> <td align="right"> -<td><a href="ntqtextstream.html">TQTextStream</a> +<td><a href="tqtextstream.html">TQTextStream</a> <td align="right"> <td><a href="ntqworkspace.html">TQWorkspace</a> <tr> diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html index 118552fd1..f74c89a9f 100644 --- a/doc/html/mdi-example.html +++ b/doc/html/mdi-example.html @@ -79,7 +79,7 @@ signals: void message(const <a href="tqstring.html">TQString</a>&, int ); private: - <a href="ntqtextedit.html">TQTextEdit</a>* medit; + <a href="tqtextedit.html">TQTextEdit</a>* medit; <a href="ntqmovie.html">TQMovie</a> * mmovie; <a href="tqstring.html">TQString</a> filename; }; @@ -151,8 +151,8 @@ private: #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qaccel-h.html">ntqaccel.h</a>> -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> -#include <<a href="qtextedit-h.html">ntqtextedit.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> +#include <<a href="tqtextedit-h.html">tqtextedit.h</a>> #include <<a href="qpainter-h.html">ntqpainter.h</a>> #include <<a href="qpaintdevicemetrics-h.html">ntqpaintdevicemetrics.h</a>> #include <<a href="qwhatsthis-h.html">ntqwhatsthis.h</a>> @@ -412,7 +412,7 @@ void <a name="f546"></a>ApplicationWindow::tileHorizontal() : <a href="ntqmainwindow.html">TQMainWindow</a>( parent, name, wflags ) { mmovie = 0; - medit = new <a href="ntqtextedit.html">TQTextEdit</a>( this ); + medit = new <a href="tqtextedit.html">TQTextEdit</a>( this ); <a href="tqwidget.html#setFocusProxy">setFocusProxy</a>( medit ); <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>( medit ); } @@ -424,7 +424,7 @@ MDIWindow::~MDIWindow() void MDIWindow::<a href="tqwidget.html#closeEvent">closeEvent</a>( <a href="qcloseevent.html">TQCloseEvent</a> *e ) { -<a name="x2069"></a> if ( medit-><a href="ntqtextedit.html#isModified">isModified</a>() ) { +<a name="x2069"></a> if ( medit-><a href="tqtextedit.html#isModified">isModified</a>() ) { switch( TQMessageBox::<a href="ntqmessagebox.html#warning">warning</a>( this, "Save Changes", <a href="tqobject.html#tr">tr</a>("Save changes to %1?").arg( <a href="tqwidget.html#caption">caption</a>() ), <a href="tqobject.html#tr">tr</a>("Yes"), tr("No"), tr("Cancel") ) ) { @@ -472,9 +472,9 @@ void <a name="f548"></a>MDIWindow::load( const <a href="tqstring.html">TQString< } else { mmovie = 0; - <a href="ntqtextstream.html">TQTextStream</a> t(&f); -<a name="x2074"></a> <a href="tqstring.html">TQString</a> s = t.<a href="ntqtextstream.html#read">read</a>(); - medit-><a href="ntqtextedit.html#setText">setText</a>( s ); + <a href="tqtextstream.html">TQTextStream</a> t(&f); +<a name="x2074"></a> <a href="tqstring.html">TQString</a> s = t.<a href="tqtextstream.html#read">read</a>(); + medit-><a href="tqtextedit.html#setText">setText</a>( s ); <a name="x2023"></a> f.<a href="ntqfile.html#close">close</a>(); @@ -490,7 +490,7 @@ void <a name="f549"></a>MDIWindow::save() return; } -<a name="x2073"></a> <a href="tqstring.html">TQString</a> text = medit-><a href="ntqtextedit.html#text">text</a>(); +<a name="x2073"></a> <a href="tqstring.html">TQString</a> text = medit-><a href="tqtextedit.html#text">text</a>(); <a href="ntqfile.html">TQFile</a> f( filename ); if ( !f.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_WriteOnly</a> ) ) { emit message( TQString("Could not write to %1").arg(filename), @@ -498,7 +498,7 @@ void <a name="f549"></a>MDIWindow::save() return; } - <a href="ntqtextstream.html">TQTextStream</a> t( &f ); + <a href="tqtextstream.html">TQTextStream</a> t( &f ); t << text; f.<a href="ntqfile.html#close">close</a>(); @@ -533,11 +533,11 @@ void <a name="f551"></a>MDIWindow::print( <a href="ntqprinter.html">TQPrinter</a <a name="x2041"></a> int dpiy = metrics.<a href="ntqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); int margin = (int) ( (2/2.54)*dpiy ); // 2 cm margins <a name="x2042"></a><a name="x2040"></a> <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="ntqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="ntqpaintdevicemetrics.html#height">height</a>() - 2*margin ); -<a name="x2067"></a> <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="ntqstylesheet.html#convertFromPlainText">convertFromPlainText</a>(medit-><a href="ntqtextedit.html#text">text</a>()), +<a name="x2067"></a> <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="ntqstylesheet.html#convertFromPlainText">convertFromPlainText</a>(medit-><a href="tqtextedit.html#text">text</a>()), TQFont(), -<a name="x2068"></a> medit-><a href="ntqtextedit.html#context">context</a>(), -<a name="x2072"></a> medit-><a href="ntqtextedit.html#styleSheet">styleSheet</a>(), -<a name="x2070"></a> medit-><a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>(), +<a name="x2068"></a> medit-><a href="tqtextedit.html#context">context</a>(), +<a name="x2072"></a> medit-><a href="tqtextedit.html#styleSheet">styleSheet</a>(), +<a name="x2070"></a> medit-><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>(), view.<a href="ntqrect.html#height">height</a>() ); <a name="x2063"></a> richText.<a href="ntqsimplerichtext.html#setWidth">setWidth</a>( &p, view.<a href="ntqrect.html#width">width</a>() ); int page = 1; diff --git a/doc/html/motif-walkthrough-10.html b/doc/html/motif-walkthrough-10.html index 2938da6d7..c92bf6eec 100644 --- a/doc/html/motif-walkthrough-10.html +++ b/doc/html/motif-walkthrough-10.html @@ -75,7 +75,7 @@ very similar to those shown above. <a name="2"></a><p> TQt provides many <a href="io.html">input and output</a> classes. We can use these in <tt>MainWindow::readDB()</tt> and <tt>MainWindow::saveDB()</tt>. Currently, these functions use functions only found on UNIX machines. -Using <a href="ntqfile.html">TQFile</a> and <a href="ntqtextstream.html">TQTextStream</a> removes this dependency on UNIX, and we can +Using <a href="ntqfile.html">TQFile</a> and <a href="tqtextstream.html">TQTextStream</a> removes this dependency on UNIX, and we can begin building and testing our application on Microsoft Windows and Apple Mac OS X. <p> The platform-independent versions of the <tt>MainWindow::readDB()</tt> and diff --git a/doc/html/motif-walkthrough-8.html b/doc/html/motif-walkthrough-8.html index fbb387fad..687c519e6 100644 --- a/doc/html/motif-walkthrough-8.html +++ b/doc/html/motif-walkthrough-8.html @@ -69,7 +69,7 @@ application on all platforms supported by TQt. <p> </ul> <p> </ol> <p> We will use the first approach to complete the migration of the -example project used in this walkthrough, using <a href="ntqtextedit.html">TQTextEdit</a>, <a href="ntqlabel.html">TQLabel</a> and +example project used in this walkthrough, using <a href="tqtextedit.html">TQTextEdit</a>, <a href="ntqlabel.html">TQLabel</a> and <a href="ntqspinbox.html">TQSpinBox</a> to provide a similar look. The only difference is that we will not have tabs. <p> We use <a href="designer-manual.html">TQt Designer</a> to add the @@ -125,7 +125,7 @@ number (with an indication that the page is invalid). <p> The <tt>PageChange()</tt> function is moved from <tt>todo.cpp</tt> to the <tt>MainWindow::pageChange()</tt> function in <tt>mainwindow.ui.h</tt>. As with the <tt>MainWindow::setPae()</tt> function, we need to modify the code to use the new widgets in our <em>Main Window</em> widget. -<p> Note: <a href="ntqtextedit.html#text">TQTextEdit::text</a>() returns a <a href="tqstring.html">TQString</a>, which needs to be converted +<p> Note: <a href="tqtextedit.html#text">TQTextEdit::text</a>() returns a <a href="tqstring.html">TQString</a>, which needs to be converted into a normal <tt>char*</tt> array. To do this we create a copy of the string in the local encoding. We need to make the copy using <a href="ntqcstring.html#qstrdup">tqstrdup</a>() because the data contained in the <a href="ntqcstring.html">TQCString</a> returned by <a href="tqstring.html#local8Bit">TQString::local8Bit</a>() is deallocated when the TQCString is destroyed. @@ -141,7 +141,7 @@ renamed to <tt>MainWindow::readDB()</tt> and <tt>MainWindow::saveDB()</tt>, respectively. We need to modify the code in order to make the code work properly. <p> First, We add <tt>#include</tt> statements for the <tt>MainWindow</tt>, <a href="ntqspinbox.html">TQSpinBox</a> -and <a href="ntqtextedit.html">TQTextEdit</a> classes. +and <a href="tqtextedit.html">TQTextEdit</a> classes. <p> <pre></pre><pre></pre> @@ -160,7 +160,7 @@ values. <p> <pre></pre> <p> In the <tt>MainWindow::saveDB()</tt> function, we need to store the text -currently displayed, so we use <a href="ntqtextedit.html#text">TQTextEdit::text</a>() instead of <tt>XmTextGetString()</tt>. Note: TQTextEdit::text() returns a <a href="tqstring.html">TQString</a>, which +currently displayed, so we use <a href="tqtextedit.html#text">TQTextEdit::text</a>() instead of <tt>XmTextGetString()</tt>. Note: TQTextEdit::text() returns a <a href="tqstring.html">TQString</a>, which needs to be converted into a normal <tt>char*</tt> array. To do this we create a copy of the string in the local encoding. We need to make the copy using <a href="ntqcstring.html#qstrdup">tqstrdup</a>() because the data contained in the <a href="ntqcstring.html">TQCString</a> diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 3097b45c1..8f5325282 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -374,7 +374,7 @@ colors arguments to <a href="#translate">translate</a>(): <ul> <li><tt>TQApplication::DefaultCodec</tt> - the encoding specified by -<a href="ntqtextcodec.html#codecForTr">TQTextCodec::codecForTr</a>() (Latin-1 if none has been set) +<a href="tqtextcodec.html#codecForTr">TQTextCodec::codecForTr</a>() (Latin-1 if none has been set) <li><tt>TQApplication::UnicodeUTF8</tt> - UTF-8 </ul><p> <p>See also <a href="tqobject.html#tr">TQObject::tr</a>(), <a href="tqobject.html#trUtf8">TQObject::trUtf8</a>(), and <a href="tqstring.html#fromUtf8">TQString::fromUtf8</a>(). @@ -752,9 +752,9 @@ control panel value is used. time by the user changing the global desktop settings. <p> <p>See also <a href="#setCursorFlashTime">setCursorFlashTime</a>(). -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="defaultCodec"></a>TQApplication::defaultCodec () const +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="defaultCodec"></a>TQApplication::defaultCodec () 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="ntqtextcodec.html#codecForTr">TQTextCodec::codecForTr</a>(). +<p> Returns <a href="tqtextcodec.html#codecForTr">TQTextCodec::codecForTr</a>(). <h3 class=fn><a href="ntqdesktopwidget.html">TQDesktopWidget</a> * <a name="desktop"></a>TQApplication::desktop ()<tt> [static]</tt> </h3> @@ -1355,9 +1355,9 @@ milliseconds, but this may vary. cursor flash time for all windows. <p> <p>See also <a href="#cursorFlashTime">cursorFlashTime</a>(). -<h3 class=fn>void <a name="setDefaultCodec"></a>TQApplication::setDefaultCodec ( <a href="ntqtextcodec.html">TQTextCodec</a> * codec ) +<h3 class=fn>void <a name="setDefaultCodec"></a>TQApplication::setDefaultCodec ( <a href="tqtextcodec.html">TQTextCodec</a> * codec ) </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> This is the same as <a href="ntqtextcodec.html#setCodecForTr">TQTextCodec::setCodecForTr</a>(). +<p> This is the same as <a href="tqtextcodec.html#setCodecForTr">TQTextCodec::setCodecForTr</a>(). <h3 class=fn>void <a name="setDesktopSettingsAware"></a>TQApplication::setDesktopSettingsAware ( bool on )<tt> [static]</tt> </h3> @@ -1612,7 +1612,7 @@ like this: If you support drag and drop in you application and a drag should start after a mouse click and after a certain time elapsed, you should use the value which this method returns as the delay (in ms). -<p> TQt also uses this delay internally, e.g. in <a href="ntqtextedit.html">TQTextEdit</a> and <a href="ntqlineedit.html">TQLineEdit</a>, +<p> TQt also uses this delay internally, e.g. in <a href="tqtextedit.html">TQTextEdit</a> and <a href="ntqlineedit.html">TQLineEdit</a>, for starting a drag. <p> The default value is 500 ms. <p> <p>See also <a href="#setStartDragTime">setStartDragTime</a>() and <a href="#startDragDistance">startDragDistance</a>(). diff --git a/doc/html/ntqbig5codec.html b/doc/html/ntqbig5codec.html index 4739a369e..d4a8797bc 100644 --- a/doc/html/ntqbig5codec.html +++ b/doc/html/ntqbig5codec.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQBig5Codec class provides conversion to and from the Big5 encoding. <a href="#details">More...</a> <p><tt>#include <<a href="qbig5codec-h.html">ntqbig5codec.h</a>></tt> -<p>Inherits <a href="ntqtextcodec.html">TQTextCodec</a>. +<p>Inherits <a href="tqtextcodec.html">TQTextCodec</a>. <p><a href="qbig5codec-members.html">List of all member functions.</a> <hr><a name="details"></a><h2>Detailed Description</h2> diff --git a/doc/html/ntqbuffer.html b/doc/html/ntqbuffer.html index b18b2fbe5..0472498a6 100644 --- a/doc/html/ntqbuffer.html +++ b/doc/html/ntqbuffer.html @@ -55,7 +55,7 @@ The TQBuffer class is an I/O device that operates on a <a href="qbytearray.html" <p> <p> TQBuffer is used to read and write to a memory buffer. It is -normally used with a <a href="ntqtextstream.html">TQTextStream</a> or a <a href="ntqdatastream.html">TQDataStream</a>. TQBuffer has an +normally used with a <a href="tqtextstream.html">TQTextStream</a> or a <a href="ntqdatastream.html">TQDataStream</a>. TQBuffer has an associated TQByteArray which holds the buffer data. The <a href="ntqiodevice.html#size">size</a>() of the buffer is automatically adjusted as data is written. <p> The constructor <tt>TQBuffer(TQByteArray)</tt> creates a TQBuffer using an @@ -66,16 +66,16 @@ array because TQByteArray is <a href="shclass.html">explicitly <p> Use <a href="ntqiodevice.html#open">open</a>() to open the buffer before use and to set the mode (read-only, write-only, etc.). <a href="ntqiodevice.html#close">close</a>() closes the buffer. The buffer must be closed before reopening or calling setBuffer(). -<p> A common way to use TQBuffer is through <a href="ntqdatastream.html">TQDataStream</a> or <a href="ntqtextstream.html">TQTextStream</a>, which have constructors that take a TQBuffer +<p> A common way to use TQBuffer is through <a href="ntqdatastream.html">TQDataStream</a> or <a href="tqtextstream.html">TQTextStream</a>, which have constructors that take a TQBuffer parameter. For convenience, there are also TQDataStream and -<a href="ntqtextstream.html">TQTextStream</a> constructors that take a <a href="qbytearray.html">TQByteArray</a> parameter. These +<a href="tqtextstream.html">TQTextStream</a> constructors that take a <a href="qbytearray.html">TQByteArray</a> parameter. These constructors create and open an internal TQBuffer. <p> Note that TQTextStream can also operate on a <a href="tqstring.html">TQString</a> (a Unicode string); a TQBuffer cannot. <p> You can also use TQBuffer directly through the standard <a href="ntqiodevice.html">TQIODevice</a> functions <a href="ntqiodevice.html#readBlock">readBlock</a>(), <a href="#writeBlock">writeBlock</a>() <a href="ntqiodevice.html#readLine">readLine</a>(), <a href="ntqiodevice.html#at">at</a>(), <a href="ntqiodevice.html#getch">getch</a>(), <a href="ntqiodevice.html#putch">putch</a>() and <a href="ntqiodevice.html#ungetch">ungetch</a>(). -<p> <p>See also <a href="ntqfile.html">TQFile</a>, <a href="ntqdatastream.html">TQDataStream</a>, <a href="ntqtextstream.html">TQTextStream</a>, <a href="qbytearray.html">TQByteArray</a>, <a href="shclass.html">Shared Classes</a>, <a href="collection.html">Collection Classes</a>, and <a href="io.html">Input/Output and Networking</a>. +<p> <p>See also <a href="ntqfile.html">TQFile</a>, <a href="ntqdatastream.html">TQDataStream</a>, <a href="tqtextstream.html">TQTextStream</a>, <a href="qbytearray.html">TQByteArray</a>, <a href="shclass.html">Shared Classes</a>, <a href="collection.html">Collection Classes</a>, and <a href="io.html">Input/Output and Networking</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQBuffer"></a>TQBuffer::TQBuffer () diff --git a/doc/html/ntqdatastream.html b/doc/html/ntqdatastream.html index 5808241b5..a5d439f3d 100644 --- a/doc/html/ntqdatastream.html +++ b/doc/html/ntqdatastream.html @@ -99,7 +99,7 @@ byte order. For example, a data stream that is written by a PC under Windows can be read by a Sun SPARC running Solaris. <p> You can also use a data stream to read/write <a href="#raw">raw unencoded binary data</a>. If you want a "parsing" input -stream, see <a href="ntqtextstream.html">TQTextStream</a>. +stream, see <a href="tqtextstream.html">TQTextStream</a>. <p> The TQDataStream class implements the serialization of C++'s basic data types, like <tt>char</tt>, <tt>short</tt>, <tt>int</tt>, <tt>char*</tt>, etc. Serialization of more complex data is accomplished by breaking up @@ -217,7 +217,7 @@ read, then that number of bytes is read into the preallocated char*; writeBytes() writes a TQ_UINT32 containing the length of the data, followed by the data. Notice that any encoding/decoding of the data (apart from the length TQ_UINT32) must be done by you. -<p> <p>See also <a href="ntqtextstream.html">TQTextStream</a>, <a href="ntqvariant.html">TQVariant</a>, and <a href="io.html">Input/Output and Networking</a>. +<p> <p>See also <a href="tqtextstream.html">TQTextStream</a>, <a href="ntqvariant.html">TQVariant</a>, and <a href="io.html">Input/Output and Networking</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ByteOrder-enum"></a>TQDataStream::ByteOrder</h3> diff --git a/doc/html/ntqdockarea.html b/doc/html/ntqdockarea.html index 83db618fe..d657ff476 100644 --- a/doc/html/ntqdockarea.html +++ b/doc/html/ntqdockarea.html @@ -114,7 +114,7 @@ see if a dock area contains a particular dock window use <a href="#hasDockWindow">hasDockWindow</a>(); to see how many dock windows a dock area contains use <a href="#count">count</a>(). <p> The streaming operators can write the positions of the dock -windows in the dock area to a <a href="ntqtextstream.html">TQTextStream</a>. The positions can be +windows in the dock area to a <a href="tqtextstream.html">TQTextStream</a>. The positions can be read back later to restore the saved positions. <p> Save the positions to a TQTextStream: <pre> @@ -250,14 +250,14 @@ constructor. <p>Get this property's value with <a href="#orientation">orientation</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="ntqtextstream.html">TQTextStream</a> & ts, const <a href="ntqdockarea.html">TQDockArea</a> & dockArea ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqtextstream.html">TQTextStream</a> & ts, const <a href="ntqdockarea.html">TQDockArea</a> & dockArea ) </h3> <p> Writes the layout of the dock windows in dock area <em>dockArea</em> to the text stream <em>ts</em>. <p> <p>See also <a href="#operator-gt-gt">operator>></a>(). -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqtextstream.html">TQTextStream</a> & ts, <a href="ntqdockarea.html">TQDockArea</a> & dockArea ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqtextstream.html">TQTextStream</a> & ts, <a href="ntqdockarea.html">TQDockArea</a> & dockArea ) </h3> <p> Reads the layout description of the dock windows in dock area <em>dockArea</em> from the text stream <em>ts</em> and restores it. The layout diff --git a/doc/html/ntqdragobject.html b/doc/html/ntqdragobject.html index 4c2268641..cbe68dd9c 100644 --- a/doc/html/ntqdragobject.html +++ b/doc/html/ntqdragobject.html @@ -36,7 +36,7 @@ transfer. <a href="#details">More...</a> <p><tt>#include <<a href="qdragobject-h.html">ntqdragobject.h</a>></tt> <p>Inherits <a href="tqobject.html">TQObject</a> and <a href="qmimesource.html">TQMimeSource</a>. -<p>Inherited by <a href="qstoreddrag.html">TQStoredDrag</a>, <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qicondrag.html">TQIconDrag</a>. +<p>Inherited by <a href="qstoreddrag.html">TQStoredDrag</a>, <a href="tqtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qicondrag.html">TQIconDrag</a>. <p><a href="qdragobject-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/ntqdropsite.html b/doc/html/ntqdropsite.html index 84244c7eb..cd49ff78e 100644 --- a/doc/html/ntqdropsite.html +++ b/doc/html/ntqdropsite.html @@ -49,7 +49,7 @@ The TQDropSite class provides nothing and does nothing. <p> It was used in TQt 1.x to do some drag and drop; that has since been folded into <a href="tqwidget.html">TQWidget</a>. <p> For detailed information about drag-and-drop, see the <a href="ntqdragobject.html">TQDragObject</a> class. -<p> <p>See also <a href="ntqdragobject.html">TQDragObject</a>, <a href="qtextdrag.html">TQTextDrag</a>, and <a href="tqimagedrag.html">TQImageDrag</a>. +<p> <p>See also <a href="ntqdragobject.html">TQDragObject</a>, <a href="tqtextdrag.html">TQTextDrag</a>, and <a href="tqimagedrag.html">TQImageDrag</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQDropSite"></a>TQDropSite::TQDropSite ( <a href="tqwidget.html">TQWidget</a> * self ) diff --git a/doc/html/ntqeucjpcodec.html b/doc/html/ntqeucjpcodec.html index 1b04559da..dc3a80c61 100644 --- a/doc/html/ntqeucjpcodec.html +++ b/doc/html/ntqeucjpcodec.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> <p><tt>#include <<a href="qeucjpcodec-h.html">ntqeucjpcodec.h</a>></tt> -<p>Inherits <a href="ntqtextcodec.html">TQTextCodec</a>. +<p>Inherits <a href="tqtextcodec.html">TQTextCodec</a>. <p><a href="qeucjpcodec-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -49,7 +49,7 @@ body { background: #ffffff; color: black; } <p> The TQEucJpCodec class provides conversion to and from EUC-JP character sets. -<p> More precisely, the TQEucJpCodec class subclasses <a href="ntqtextcodec.html">TQTextCodec</a> to +<p> More precisely, the TQEucJpCodec class subclasses <a href="tqtextcodec.html">TQTextCodec</a> to provide support for EUC-JP, the main legacy encoding for Unix machines in Japan. <p> The environment variable <tt>UNICODEMAP_JP</tt> can be used to fine-tune @@ -97,12 +97,12 @@ Destroys the codec. </h3> Returns 18. -<p>Reimplemented from <a href="ntqtextcodec.html#mibEnum">TQTextCodec</a>. +<p>Reimplemented from <a href="tqtextcodec.html#mibEnum">TQTextCodec</a>. <h3 class=fn>const char * <a name="mimeName"></a>TQEucJpCodec::mimeName () const<tt> [virtual]</tt> </h3> Returns the codec's mime name. -<p>Reimplemented from <a href="ntqtextcodec.html#mimeName">TQTextCodec</a>. +<p>Reimplemented from <a href="tqtextcodec.html#mimeName">TQTextCodec</a>. <!-- eof --> <hr><p> This file is part of the <a href="index.html">TQt toolkit</a>. diff --git a/doc/html/ntqeuckrcodec.html b/doc/html/ntqeuckrcodec.html index 8ebb6cb91..315b2297c 100644 --- a/doc/html/ntqeuckrcodec.html +++ b/doc/html/ntqeuckrcodec.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> <p><tt>#include <<a href="qeuckrcodec-h.html">ntqeuckrcodec.h</a>></tt> -<p>Inherits <a href="ntqtextcodec.html">TQTextCodec</a>. +<p>Inherits <a href="tqtextcodec.html">TQTextCodec</a>. <p><a href="qeuckrcodec-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -46,7 +46,7 @@ body { background: #ffffff; color: black; } <p> The TQEucKrCodec class provides conversion to and from EUC-KR character sets. -<p> The TQEucKrCodec class subclasses <a href="ntqtextcodec.html">TQTextCodec</a> to provide support for +<p> The TQEucKrCodec class subclasses <a href="tqtextcodec.html">TQTextCodec</a> to provide support for EUC-KR, the main legacy encoding for UNIX machines in Korea. <p> It was largely written by Mizi Research Inc. Here is the copyright statement for the code as it was at the point of contribution. @@ -81,7 +81,7 @@ SUCH DAMAGE. </h3> Returns the codec's mime name. -<p>Reimplemented from <a href="ntqtextcodec.html#mimeName">TQTextCodec</a>. +<p>Reimplemented from <a href="tqtextcodec.html#mimeName">TQTextCodec</a>. <!-- eof --> <hr><p> This file is part of the <a href="index.html">TQt toolkit</a>. diff --git a/doc/html/ntqfile.html b/doc/html/ntqfile.html index 10393da13..94f45369d 100644 --- a/doc/html/ntqfile.html +++ b/doc/html/ntqfile.html @@ -89,7 +89,7 @@ The TQFile class is an I/O device that operates on files. <p> TQFile is an I/O device for reading and writing binary and text files. A TQFile may be used by itself or more conveniently with a -<a href="ntqdatastream.html">TQDataStream</a> or <a href="ntqtextstream.html">TQTextStream</a>. +<a href="ntqdatastream.html">TQDataStream</a> or <a href="tqtextstream.html">TQTextStream</a>. <p> The file name is usually passed in the constructor but can be changed with <a href="#setName">setName</a>(). You can check for a file's existence with <a href="#exists">exists</a>() and remove a file with <a href="#remove">remove</a>(). @@ -102,17 +102,17 @@ and write with <a href="ntqiodevice.html#writeBlock">writeBlock</a>(). TQFile al current file position or move to a new file position using the <a href="ntqiodevice.html#at">at</a>() functions. If you've reached the end of the file, <a href="#atEnd">atEnd</a>() returns TRUE. The file handle is returned by <a href="#handle">handle</a>(). -<p> Here is a code fragment that uses <a href="ntqtextstream.html">TQTextStream</a> to read a text file +<p> Here is a code fragment that uses <a href="tqtextstream.html">TQTextStream</a> to read a text file line by line. It prints each line with a line number. <pre> <a href="tqstringlist.html">TQStringList</a> lines; TQFile file( "file.txt" ); if ( file.<a href="#open">open</a>( IO_ReadOnly ) ) { - <a href="ntqtextstream.html">TQTextStream</a> stream( &file ); + <a href="tqtextstream.html">TQTextStream</a> stream( &file ); <a href="tqstring.html">TQString</a> line; int i = 1; - while ( !stream.<a href="ntqtextstream.html#atEnd">atEnd</a>() ) { - line = stream.<a href="ntqtextstream.html#readLine">readLine</a>(); // line of text excluding '\n' + while ( !stream.<a href="tqtextstream.html#atEnd">atEnd</a>() ) { + line = stream.<a href="tqtextstream.html#readLine">readLine</a>(); // line of text excluding '\n' printf( "%3d: %s\n", i++, line.<a href="tqstring.html#latin1">latin1</a>() ); lines += line; } @@ -126,7 +126,7 @@ example: <pre> TQFile file( "file.txt" ); if ( file.<a href="#open">open</a>( IO_WriteOnly ) ) { - <a href="ntqtextstream.html">TQTextStream</a> stream( &file ); + <a href="tqtextstream.html">TQTextStream</a> stream( &file ); for ( TQStringList::Iterator it = lines.begin(); it != lines.end(); ++it ) stream << *it << "\n"; file.<a href="#close">close</a>(); @@ -140,7 +140,7 @@ as access permissions, file dates and file types. systems you may want to use <a href="#encodeName">encodeName</a>() (and <a href="#decodeName">decodeName</a>()) to convert the file name into the local encoding. <p> -<p> <p>See also <a href="ntqdatastream.html">TQDataStream</a>, <a href="ntqtextstream.html">TQTextStream</a>, and <a href="io.html">Input/Output and Networking</a>. +<p> <p>See also <a href="ntqdatastream.html">TQDataStream</a>, <a href="tqtextstream.html">TQTextStream</a>, and <a href="io.html">Input/Output and Networking</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="DecoderFn"></a>TQFile::DecoderFn</h3> @@ -401,7 +401,7 @@ terminating newline is not stripped. <p> This function is only efficient for buffered files. Avoid <a href="#readLine">readLine</a>() for files that have been opened with the <a href="ntqfile.html#open">IO_Raw</a> flag. -<p> <p>See also <a href="ntqiodevice.html#readBlock">readBlock</a>() and <a href="ntqtextstream.html#readLine">TQTextStream::readLine</a>(). +<p> <p>See also <a href="ntqiodevice.html#readBlock">readBlock</a>() and <a href="tqtextstream.html#readLine">TQTextStream::readLine</a>(). <p>Reimplemented from <a href="ntqiodevice.html#readLine">TQIODevice</a>. <h3 class=fn>TQ_LONG <a name="readLine-2"></a>TQFile::readLine ( <a href="tqstring.html">TQString</a> & s, TQ_ULONG maxlen ) @@ -416,7 +416,7 @@ file. Any terminating newline is not stripped. <a href="#readLine">readLine</a>() for files that have been opened with the <a href="ntqfile.html#open">IO_Raw</a> flag. <p> Note that the string is read as plain Latin1 bytes, not Unicode. -<p> <p>See also <a href="ntqiodevice.html#readBlock">readBlock</a>() and <a href="ntqtextstream.html#readLine">TQTextStream::readLine</a>(). +<p> <p>See also <a href="ntqiodevice.html#readBlock">readBlock</a>() and <a href="tqtextstream.html#readLine">TQTextStream::readLine</a>(). <h3 class=fn>bool <a name="remove"></a>TQFile::remove () </h3> diff --git a/doc/html/ntqgb18030codec.html b/doc/html/ntqgb18030codec.html index 09a545e2b..e1f13c315 100644 --- a/doc/html/ntqgb18030codec.html +++ b/doc/html/ntqgb18030codec.html @@ -36,7 +36,7 @@ GB18030/GBK/GB2312 encoding. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> <p><tt>#include <<a href="qgb18030codec-h.html">ntqgb18030codec.h</a>></tt> -<p>Inherits <a href="ntqtextcodec.html">TQTextCodec</a>. +<p>Inherits <a href="tqtextcodec.html">TQTextCodec</a>. <p>Inherited by <a href="ntqgbkcodec.html">TQGbkCodec</a> and <a href="qgb2312codec.html">TQGb2312Codec</a>. <p><a href="qgb18030codec-members.html">List of all member functions.</a> <hr><a name="details"></a><h2>Detailed Description</h2> diff --git a/doc/html/ntqiconview.html b/doc/html/ntqiconview.html index 3b5263882..6639bdf65 100644 --- a/doc/html/ntqiconview.html +++ b/doc/html/ntqiconview.html @@ -268,11 +268,11 @@ subclass TQIconView and reimplement <a href="#dragObject">TQIconView::dragObject <p> <pre> TQDragObject *MyIconView::dragObject() { - return new <a href="qtextdrag.html">TQTextDrag</a>( <a href="#currentItem">currentItem</a>()->text(), this ); + return new <a href="tqtextdrag.html">TQTextDrag</a>( <a href="#currentItem">currentItem</a>()->text(), this ); } </pre> -<p> In this example we create a <a href="qtextdrag.html">TQTextDrag</a> object, (derived from +<p> In this example we create a <a href="tqtextdrag.html">TQTextDrag</a> object, (derived from <a href="ntqdragobject.html">TQDragObject</a>), containing the item's label and return it as the drag object. We could just as easily have created a <a href="tqimagedrag.html">TQImageDrag</a> from the item's pixmap and returned that instead. @@ -294,7 +294,7 @@ reimplement <a href="qiconviewitem.html#acceptDrop">TQIconViewItem::acceptDrop</ void MyIconViewItem::dropped( <a href="qdropevent.html">TQDropEvent</a> *evt, const <a href="tqvaluelist.html">TQValueList</a><TQIconDragItem>& ) { <a href="tqstring.html">TQString</a> label; - if ( TQTextDrag::<a href="qtextdrag.html#decode">decode</a>( evt, label ) ) + if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>( evt, label ) ) setText( label ); } </pre> diff --git a/doc/html/ntqiodevice.html b/doc/html/ntqiodevice.html index 8452d22c0..3dc5cab64 100644 --- a/doc/html/ntqiodevice.html +++ b/doc/html/ntqiodevice.html @@ -97,7 +97,7 @@ superclass of all such devices; classes such as <a href="ntqfile.html">TQFile</a <a href="ntqsocket.html">TQSocket</a> inherit TQIODevice and implement virtual functions such as write() appropriately. <p> Although applications sometimes use TQIODevice directly, it is -usually better to use <a href="ntqtextstream.html">TQTextStream</a> and <a href="ntqdatastream.html">TQDataStream</a>, which provide +usually better to use <a href="tqtextstream.html">TQTextStream</a> and <a href="ntqdatastream.html">TQDataStream</a>, which provide stream operations on any TQIODevice subclass. TQTextStream provides text-oriented stream functionality (for human-readable ASCII files, for example), whereas TQDataStream deals with binary data in @@ -193,7 +193,7 @@ probably need: <p> The three non-pure virtual functions need not be reimplemented for sequential devices. -<p> <p>See also <a href="ntqdatastream.html">TQDataStream</a>, <a href="ntqtextstream.html">TQTextStream</a>, and <a href="io.html">Input/Output and Networking</a>. +<p> <p>See also <a href="ntqdatastream.html">TQDataStream</a>, <a href="tqtextstream.html">TQTextStream</a>, and <a href="io.html">Input/Output and Networking</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Offset"></a>TQIODevice::Offset</h3> @@ -436,7 +436,7 @@ newline at the end if the line, it is not stripped. or -1 if an error occurred. <p> This virtual function can be reimplemented much more efficiently by the most subclasses. -<p> <p>See also <a href="#readBlock">readBlock</a>() and <a href="ntqtextstream.html#readLine">TQTextStream::readLine</a>(). +<p> <p>See also <a href="#readBlock">readBlock</a>() and <a href="tqtextstream.html#readLine">TQTextStream::readLine</a>(). <p>Reimplemented in <a href="ntqfile.html#readLine">TQFile</a>. <h3 class=fn>bool <a name="reset"></a>TQIODevice::reset () diff --git a/doc/html/ntqjiscodec.html b/doc/html/ntqjiscodec.html index 9cd38c4e7..51940a115 100644 --- a/doc/html/ntqjiscodec.html +++ b/doc/html/ntqjiscodec.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> <p><tt>#include <<a href="qjiscodec-h.html">ntqjiscodec.h</a>></tt> -<p>Inherits <a href="ntqtextcodec.html">TQTextCodec</a>. +<p>Inherits <a href="tqtextcodec.html">TQTextCodec</a>. <p><a href="qjiscodec-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -46,7 +46,7 @@ body { background: #ffffff; color: black; } <p> The TQJisCodec class provides conversion to and from JIS character sets. -<p> More precisely, the TQJisCodec class subclasses <a href="ntqtextcodec.html">TQTextCodec</a> to +<p> More precisely, the TQJisCodec class subclasses <a href="tqtextcodec.html">TQTextCodec</a> to provide support for JIS X 0201 Latin, JIS X 0201 Kana, JIS X 0208 and JIS X 0212. <p> The environment variable UNICODEMAP_JP can be used to fine-tune @@ -118,7 +118,7 @@ SUCH DAMAGE. </h3> Returns the codec's mime name. -<p>Reimplemented from <a href="ntqtextcodec.html#mimeName">TQTextCodec</a>. +<p>Reimplemented from <a href="tqtextcodec.html#mimeName">TQTextCodec</a>. <!-- eof --> <hr><p> This file is part of the <a href="index.html">TQt toolkit</a>. diff --git a/doc/html/ntqlabel.html b/doc/html/ntqlabel.html index 7d7ddd03c..136d8e327 100644 --- a/doc/html/ntqlabel.html +++ b/doc/html/ntqlabel.html @@ -142,7 +142,7 @@ the other widget (called the TQLabel's "buddy"). For example: buddy (the <a href="ntqlineedit.html">TQLineEdit</a>) when the user presses Alt+P. You can also use the <a href="#setBuddy">setBuddy</a>() function to accomplish the same thing. <p> <img src=qlabel-m.png> <img src=qlabel-w.png> -<p> <p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqtextedit.html">TQTextEdit</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqmovie.html">TQMovie</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>, <a href="basic.html">Basic Widgets</a>, and <a href="text.html">Text Related Classes</a>. +<p> <p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextedit.html">TQTextEdit</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqmovie.html">TQMovie</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>, <a href="basic.html">Basic Widgets</a>, and <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQLabel"></a>TQLabel::TQLabel ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0, WFlags f = 0 ) @@ -393,7 +393,7 @@ set, the buddy accelerator key is updated from the new text. <p> Note that Qlabel is well-suited to display small rich text documents, i.e. those small documents that get their document specific settings (font, text color, link color) from the label's -palette and font properties. For large documents, use <a href="ntqtextedit.html">TQTextEdit</a> +palette and font properties. For large documents, use <a href="tqtextedit.html">TQTextEdit</a> in read-only mode instead. TQTextEdit will flicker less on resize and can also provide a scrollbar when necessary. <p> <p>See also <a href="#textFormat-prop">textFormat</a>, <a href="#setBuddy">setBuddy</a>(), and <a href="#alignment-prop">alignment</a>. diff --git a/doc/html/ntqlineedit.html b/doc/html/ntqlineedit.html index c79bc71f1..ea215dd22 100644 --- a/doc/html/ntqlineedit.html +++ b/doc/html/ntqlineedit.html @@ -148,7 +148,7 @@ a "write-only" field, for inputs such as passwords. <p> The length of the text can be constrained to <a href="#maxLength">maxLength</a>(). The text can be arbitrarily constrained using a <a href="#validator">validator</a>() or an <a href="#inputMask">inputMask</a>(), or both. -<p> A related class is <a href="ntqtextedit.html">TQTextEdit</a> which allows multi-line, rich-text +<p> A related class is <a href="tqtextedit.html">TQTextEdit</a> which allows multi-line, rich-text editing. <p> You can change the text with <a href="#setText">setText</a>() or <a href="#insert">insert</a>(). The text is retrieved with <a href="#text">text</a>(); the displayed text (which may be different, @@ -199,7 +199,7 @@ that presents some of these editing options. <p> Any other key sequence that represents a valid character, will cause the character to be inserted into the line edit. <p> <img src=qlined-m.png> <img src=qlined-w.png> -<p> <p>See also <a href="ntqtextedit.html">TQTextEdit</a>, <a href="ntqlabel.html">TQLabel</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Field, Entry</a>, and <a href="basic.html">Basic Widgets</a>. +<p> <p>See also <a href="tqtextedit.html">TQTextEdit</a>, <a href="ntqlabel.html">TQLabel</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Field, Entry</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="EchoMode-enum"></a>TQLineEdit::EchoMode</h3> diff --git a/doc/html/ntqmainwindow.html b/doc/html/ntqmainwindow.html index 1aea36e28..400662836 100644 --- a/doc/html/ntqmainwindow.html +++ b/doc/html/ntqmainwindow.html @@ -150,7 +150,7 @@ toolbar buttons then describe the facilities of TQMainWindow itself. <p> <pre> TQMainWindow *mw = new TQMainWindow; - <a href="ntqtextedit.html">TQTextEdit</a> *edit = new <a href="ntqtextedit.html">TQTextEdit</a>( mw, "editor" ); + <a href="tqtextedit.html">TQTextEdit</a> *edit = new <a href="tqtextedit.html">TQTextEdit</a>( mw, "editor" ); edit-><a href="tqwidget.html#setFocus">setFocus</a>(); mw-><a href="tqwidget.html#setCaption">setCaption</a>( "Main Window" ); mw-><a href="#setCentralWidget">setCentralWidget</a>( edit ); @@ -205,7 +205,7 @@ clicked. Any dock window can be added to a dock area either using as the parent. <p> -<pre> e = new <a href="ntqtextedit.html">TQTextEdit</a>( this, "editor" ); +<pre> e = new <a href="tqtextedit.html">TQTextEdit</a>( this, "editor" ); e-><a href="tqwidget.html#setFocus">setFocus</a>(); <a href="#setCentralWidget">setCentralWidget</a>( e ); <a href="#statusBar">statusBar</a>()->message( "Ready", 2000 ); @@ -355,7 +355,7 @@ for TQMainWindow. <p> <pre> <a href="ntqfile.html">TQFile</a> file( filename ); if ( file.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_WriteOnly</a> ) ) { - <a href="ntqtextstream.html">TQTextStream</a> stream( &file ); + <a href="tqtextstream.html">TQTextStream</a> stream( &file ); stream << *mainWindow; file.<a href="ntqfile.html#close">close</a>(); } @@ -366,7 +366,7 @@ application is next started), do following: <p> <pre> <a href="ntqfile.html">TQFile</a> file( filename ); if ( file.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_ReadOnly</a> ) ) { - <a href="ntqtextstream.html">TQTextStream</a> stream( &file ); + <a href="tqtextstream.html">TQTextStream</a> stream( &file ); stream >> *mainWindow; file.<a href="ntqfile.html#close">close</a>(); } @@ -921,7 +921,7 @@ and for connecting to the main window's widget's <p>Set this property's value with <a href="#setUsesTextLabel">setUsesTextLabel</a>() and get this property's value with <a href="#usesTextLabel">usesTextLabel</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="ntqtextstream.html">TQTextStream</a> & ts, const <a href="ntqmainwindow.html">TQMainWindow</a> & mainWindow ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqtextstream.html">TQTextStream</a> & ts, const <a href="ntqmainwindow.html">TQMainWindow</a> & mainWindow ) </h3> <p> Writes the layout (sizes and positions) of the dock windows in the @@ -930,7 +930,7 @@ dock areas of the TQMainWindow <em>mainWindow</em>, including <a href="ntqt.html save the user's layout when the \mainWindow receives a closeEvent. <p> <p>See also <a href="#operator-gt-gt">operator>></a>() and <a href="tqwidget.html#closeEvent">closeEvent</a>(). -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqtextstream.html">TQTextStream</a> & ts, <a href="ntqmainwindow.html">TQMainWindow</a> & mainWindow ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqtextstream.html">TQTextStream</a> & ts, <a href="ntqmainwindow.html">TQMainWindow</a> & mainWindow ) </h3> <p> Reads the layout (sizes and positions) of the dock windows in the diff --git a/doc/html/ntqmultilineedit.html b/doc/html/ntqmultilineedit.html index 81fdce9c2..f1632bc51 100644 --- a/doc/html/ntqmultilineedit.html +++ b/doc/html/ntqmultilineedit.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQMultiLineEdit widget is a simple editor for inputting text. <a href="#details">More...</a> <p><tt>#include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>></tt> -<p>Inherits <a href="ntqtextedit.html">TQTextEdit</a>. +<p>Inherits <a href="tqtextedit.html">TQTextEdit</a>. <p><a href="qmultilineedit-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -101,10 +101,10 @@ body { background: #ffffff; color: black; } <p> The TQMultiLineEdit was a simple editor widget in former TQt versions. TQt 3.0 includes a new richtext engine which obsoletes TQMultiLineEdit. It is still included for compatibility reasons. It is now a subclass of -<a href="ntqtextedit.html">TQTextEdit</a>, and provides enough of the old TQMultiLineEdit API to keep old +<a href="tqtextedit.html">TQTextEdit</a>, and provides enough of the old TQMultiLineEdit API to keep old applications working. <p> If you implement something new with TQMultiLineEdit, we suggest using -<a href="ntqtextedit.html">TQTextEdit</a> instead and call <a href="ntqtextedit.html#setTextFormat">TQTextEdit::setTextFormat</a>(TQt::PlainText). +<a href="tqtextedit.html">TQTextEdit</a> instead and call <a href="tqtextedit.html#setTextFormat">TQTextEdit::setTextFormat</a>(TQt::PlainText). <p> Although most of the old TQMultiLineEdit API is still available, there is a few difference. The old TQMultiLineEdit operated on lines, not on paragraphs. As lines change all the time during wordwrap, the new @@ -114,9 +114,9 @@ operate on paragraphs. Further, getString() has been removed completely. It revealed too much of the internal data structure. <p> Applications which made normal and reasonable use of TQMultiLineEdit should still work without problems. Some odd usage will require some -porting. In these cases, it may be better to use <a href="ntqtextedit.html">TQTextEdit</a> now. +porting. In these cases, it may be better to use <a href="tqtextedit.html">TQTextEdit</a> now. <p> <img src=qmlined-m.png> <img src=qmlined-w.png> -<p> <p>See also <a href="ntqtextedit.html">TQTextEdit</a> and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="tqtextedit.html">TQTextEdit</a> and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQMultiLineEdit"></a>TQMultiLineEdit::TQMultiLineEdit ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) @@ -143,7 +143,7 @@ See the <a href="ntqmultilineedit.html#atEnd-prop">"atEnd"</a> property for deta moves the cursor one position to the left. If a text has been selected by the user (e.g. by clicking and dragging) the cursor is put at the beginning of the selected text and the selected text is removed. -<a href="ntqtextedit.html#del">del</a>() +<a href="tqtextedit.html#del">del</a>() <h3 class=fn>void <a name="cursorDown"></a>TQMultiLineEdit::cursorDown ( bool mark = FALSE )<tt> [virtual protected]</tt> </h3> @@ -269,7 +269,7 @@ nothing is deleted. <h3 class=fn>void <a name="setAlignment"></a>TQMultiLineEdit::setAlignment ( int flags )<tt> [virtual]</tt> </h3><p>Sets the editor's paragraph alignment to <em>flags</em>. See the <a href="ntqmultilineedit.html#alignment-prop">"alignment"</a> property for details. -<p>Reimplemented from <a href="ntqtextedit.html#setAlignment">TQTextEdit</a>. +<p>Reimplemented from <a href="tqtextedit.html#setAlignment">TQTextEdit</a>. <h3 class=fn>void <a name="setAutoUpdate"></a>TQMultiLineEdit::setAutoUpdate ( bool )<tt> [virtual]</tt> </h3> @@ -321,8 +321,8 @@ string), or a <a href="tqstring.html#operator!">null string</a> if <em>line</em> <p><p>See also <a href="#atBeginning-prop">atBeginning</a>. <h3 class=fn>bool <a name="edited-prop"></a>edited</h3> <p>This property holds whether the document has been edited by the user. -<p>This is the same as <a href="ntqtextedit.html">TQTextEdit</a>'s "modifed" property. -<p> <p>See also <a href="ntqtextedit.html#modified-prop">TQTextEdit::modified</a>. +<p>This is the same as <a href="tqtextedit.html">TQTextEdit</a>'s "modifed" property. +<p> <p>See also <a href="tqtextedit.html#modified-prop">TQTextEdit::modified</a>. <p>Set this property's value with <a href="#setEdited">setEdited</a>() and get this property's value with <a href="#edited">edited</a>(). <h3 class=fn>int <a name="numLines-prop"></a>numLines</h3> <p>This property holds the number of paragraphs in the editor. diff --git a/doc/html/ntqprocess.html b/doc/html/ntqprocess.html index a8d076a05..5cddf398d 100644 --- a/doc/html/ntqprocess.html +++ b/doc/html/ntqprocess.html @@ -445,7 +445,7 @@ newline or carriage return characters and returns it. Returns <a href="tqstring.html#TQString-null">TQString::null</a> if <a href="#canReadLineStderr">canReadLineStderr</a>() returns FALSE. <p> By default, the text is interpreted to be in Latin-1 encoding. If you need other codecs, you can set a different codec with -<a href="ntqtextcodec.html#setCodecForCStrings">TQTextCodec::setCodecForCStrings</a>(). +<a href="tqtextcodec.html#setCodecForCStrings">TQTextCodec::setCodecForCStrings</a>(). <p> <p>See also <a href="#canReadLineStderr">canReadLineStderr</a>(), <a href="#readyReadStderr">readyReadStderr</a>(), <a href="#readStderr">readStderr</a>(), and <a href="#readLineStdout">readLineStdout</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="readLineStdout"></a>TQProcess::readLineStdout ()<tt> [virtual]</tt> @@ -455,7 +455,7 @@ newline or carriage return characters, and returns it. Returns <a href="tqstring.html#TQString-null">TQString::null</a> if <a href="#canReadLineStdout">canReadLineStdout</a>() returns FALSE. <p> By default, the text is interpreted to be in Latin-1 encoding. If you need other codecs, you can set a different codec with -<a href="ntqtextcodec.html#setCodecForCStrings">TQTextCodec::setCodecForCStrings</a>(). +<a href="tqtextcodec.html#setCodecForCStrings">TQTextCodec::setCodecForCStrings</a>(). <p> <p>See also <a href="#canReadLineStdout">canReadLineStdout</a>(), <a href="#readyReadStdout">readyReadStdout</a>(), <a href="#readStdout">readStdout</a>(), and <a href="#readLineStderr">readLineStderr</a>(). <h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="readStderr"></a>TQProcess::readStderr ()<tt> [virtual]</tt> diff --git a/doc/html/ntqscrollview.html b/doc/html/ntqscrollview.html index ac4199414..b5d1d5e40 100644 --- a/doc/html/ntqscrollview.html +++ b/doc/html/ntqscrollview.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="qscrollview-h.html">ntqscrollview.h</a>></tt> <p>Inherits <a href="ntqframe.html">TQFrame</a>. -<p>Inherited by <a href="tqcanvasview.html">TQCanvasView</a>, <a href="ntqtable.html">TQTable</a>, <a href="ntqgridview.html">TQGridView</a>, <a href="ntqiconview.html">TQIconView</a>, <a href="ntqlistbox.html">TQListBox</a>, <a href="ntqlistview.html">TQListView</a>, and <a href="ntqtextedit.html">TQTextEdit</a>. +<p>Inherited by <a href="tqcanvasview.html">TQCanvasView</a>, <a href="ntqtable.html">TQTable</a>, <a href="ntqgridview.html">TQGridView</a>, <a href="ntqiconview.html">TQIconView</a>, <a href="ntqlistbox.html">TQListBox</a>, <a href="ntqlistview.html">TQListView</a>, and <a href="tqtextedit.html">TQTextEdit</a>. <p><a href="qscrollview-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/ntqsimplerichtext.html b/doc/html/ntqsimplerichtext.html index 1fc0f0bb7..2bc8af8b7 100644 --- a/doc/html/ntqsimplerichtext.html +++ b/doc/html/ntqsimplerichtext.html @@ -75,7 +75,7 @@ editable drawing canvases. <p> Once constructed from a string the contents cannot be changed, only resized. If the contents change, just throw the rich text object away and make a new one with the new contents. -<p> For large documents use <a href="ntqtextedit.html">TQTextEdit</a> or <a href="ntqtextbrowser.html">TQTextBrowser</a>. For very small +<p> For large documents use <a href="tqtextedit.html">TQTextEdit</a> or <a href="tqtextbrowser.html">TQTextBrowser</a>. For very small items of rich text you can use a <a href="ntqlabel.html">TQLabel</a>. <p> If you are using TQSimpleRichText to print in high resolution you should call <a href="#setWidth">setWidth</a>(TQPainter, int) so that the content will be diff --git a/doc/html/ntqsjiscodec.html b/doc/html/ntqsjiscodec.html index b050245fa..9168839af 100644 --- a/doc/html/ntqsjiscodec.html +++ b/doc/html/ntqsjiscodec.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> <p><tt>#include <<a href="qsjiscodec-h.html">ntqsjiscodec.h</a>></tt> -<p>Inherits <a href="ntqtextcodec.html">TQTextCodec</a>. +<p>Inherits <a href="tqtextcodec.html">TQTextCodec</a>. <p><a href="qsjiscodec-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -48,7 +48,7 @@ body { background: #ffffff; color: black; } The TQSjisCodec class provides conversion to and from Shift-JIS. -<p> More precisely, the TQSjisCodec class subclasses <a href="ntqtextcodec.html">TQTextCodec</a> to +<p> More precisely, the TQSjisCodec class subclasses <a href="tqtextcodec.html">TQTextCodec</a> to provide support for Shift-JIS, an encoding of JIS X 0201 Latin, JIS X 0201 Kana or JIS X 0208. <p> The environment variable <tt>UNICODEMAP_JP</tt> can be used to fine-tune @@ -99,7 +99,7 @@ Destroys the Shift-JIS codec. </h3> Returns the codec's mime name. -<p>Reimplemented from <a href="ntqtextcodec.html#mimeName">TQTextCodec</a>. +<p>Reimplemented from <a href="tqtextcodec.html#mimeName">TQTextCodec</a>. <!-- eof --> <hr><p> This file is part of the <a href="index.html">TQt toolkit</a>. diff --git a/doc/html/ntqsplitter.html b/doc/html/ntqsplitter.html index 88f10e783..46eabb1ad 100644 --- a/doc/html/ntqsplitter.html +++ b/doc/html/ntqsplitter.html @@ -89,12 +89,12 @@ The TQSplitter class implements a splitter widget. <p> A splitter lets the user control the size of child widgets by dragging the boundary between the children. Any number of widgets may be controlled by a single splitter. -<p> To show a <a href="ntqlistbox.html">TQListBox</a>, a <a href="ntqlistview.html">TQListView</a> and a <a href="ntqtextedit.html">TQTextEdit</a> side by side: +<p> To show a <a href="ntqlistbox.html">TQListBox</a>, a <a href="ntqlistview.html">TQListView</a> and a <a href="tqtextedit.html">TQTextEdit</a> side by side: <pre> TQSplitter *split = new TQSplitter( parent ); <a href="ntqlistbox.html">TQListBox</a> *lb = new <a href="ntqlistbox.html">TQListBox</a>( split ); <a href="ntqlistview.html">TQListView</a> *lv = new <a href="ntqlistview.html">TQListView</a>( split ); - <a href="ntqtextedit.html">TQTextEdit</a> *ed = new <a href="ntqtextedit.html">TQTextEdit</a>( split ); + <a href="tqtextedit.html">TQTextEdit</a> *ed = new <a href="tqtextedit.html">TQTextEdit</a>( split ); </pre> <p> TQSplitter lays out its children horizontally (side by side); you @@ -309,14 +309,14 @@ side). The possible orientations are <a href="ntqt.html#Orientation-enum">Horizo <p>Set this property's value with <a href="#setOrientation">setOrientation</a>() and get this property's value with <a href="#orientation">orientation</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="ntqtextstream.html">TQTextStream</a> & ts, const <a href="ntqsplitter.html">TQSplitter</a> & splitter ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqtextstream.html">TQTextStream</a> & ts, const <a href="ntqsplitter.html">TQSplitter</a> & splitter ) </h3> <p> Writes the sizes and the hidden state of the widgets in the splitter <em>splitter</em> to the text stream <em>ts</em>. <p> <p>See also <a href="#operator-gt-gt">operator>></a>(), <a href="#sizes">sizes</a>(), and <a href="tqwidget.html#hidden-prop">TQWidget::hidden</a>. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqtextstream.html">TQTextStream</a> & ts, <a href="ntqsplitter.html">TQSplitter</a> & splitter ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqtextstream.html">TQTextStream</a> & ts, <a href="ntqsplitter.html">TQSplitter</a> & splitter ) </h3> <p> Reads the sizes and the hidden state of the widgets in the diff --git a/doc/html/ntqstylesheet.html b/doc/html/ntqstylesheet.html index c28691718..d3ce655e8 100644 --- a/doc/html/ntqstylesheet.html +++ b/doc/html/ntqstylesheet.html @@ -67,7 +67,7 @@ rendering and a generator of tags. definition of a set of tags. This definition will be used by the internal rich text rendering system to parse and display text documents to which the style sheet applies. Rich text is normally -visualized in a <a href="ntqtextedit.html">TQTextEdit</a> or a <a href="ntqtextbrowser.html">TQTextBrowser</a>. However, <a href="ntqlabel.html">TQLabel</a>, +visualized in a <a href="tqtextedit.html">TQTextEdit</a> or a <a href="tqtextbrowser.html">TQTextBrowser</a>. However, <a href="ntqlabel.html">TQLabel</a>, <a href="ntqwhatsthis.html">TQWhatsThis</a> and <a href="ntqmessagebox.html">TQMessageBox</a> also support it, and other classes are likely to follow. With <a href="ntqsimplerichtext.html">TQSimpleRichText</a> it is possible to use the rich text renderer for custom widgets as well. @@ -84,11 +84,11 @@ HTML tables. attributes: <ul> <li> <tt>title</tt> -- The caption of the document. This attribute is -easily accessible with <a href="ntqtextedit.html#documentTitle">TQTextEdit::documentTitle</a>(). +easily accessible with <a href="tqtextedit.html#documentTitle">TQTextEdit::documentTitle</a>(). <li> <tt>type</tt> -- The type of the document. The default type is <tt>page</tt>. It indicates that the document is displayed in a page of its own. Another style is <tt>detail</tt>, which can be used to explain certain expressions in more detail in a -few sentences. For <tt>detail</tt>, <a href="ntqtextbrowser.html">TQTextBrowser</a> will then keep +few sentences. For <tt>detail</tt>, <a href="tqtextbrowser.html">TQTextBrowser</a> will then keep the current page and display the new document in a small popup similar to <a href="ntqwhatsthis.html">TQWhatsThis</a>. Note that links will not work in documents with <tt><qt type="detail">...</qt></tt>. @@ -298,8 +298,8 @@ Returns the application-wide default style sheet. This style sheet is used by rich text rendering classes such as <a href="ntqsimplerichtext.html">TQSimpleRichText</a>, <a href="ntqwhatsthis.html">TQWhatsThis</a> and <a href="ntqmessagebox.html">TQMessageBox</a> to define the rendering style and available tags within rich text documents. It also serves as the -initial style sheet for the more complex render widgets, <a href="ntqtextedit.html">TQTextEdit</a> -and <a href="ntqtextbrowser.html">TQTextBrowser</a>. +initial style sheet for the more complex render widgets, <a href="tqtextedit.html">TQTextEdit</a> +and <a href="tqtextbrowser.html">TQTextBrowser</a>. <p> <p>See also <a href="#setDefaultSheet">setDefaultSheet</a>(). <h3 class=fn>void <a name="error"></a>TQStyleSheet::error ( const <a href="tqstring.html">TQString</a> & msg ) const<tt> [virtual]</tt> diff --git a/doc/html/ntqsyntaxhighlighter.html b/doc/html/ntqsyntaxhighlighter.html index e85b97928..05834e3b2 100644 --- a/doc/html/ntqsyntaxhighlighter.html +++ b/doc/html/ntqsyntaxhighlighter.html @@ -53,7 +53,7 @@ implementing TQTextEdit syntax highlighters. The TQSyntaxHighlighter class is a base class for -implementing <a href="ntqtextedit.html">TQTextEdit</a> syntax highlighters. +implementing <a href="tqtextedit.html">TQTextEdit</a> syntax highlighters. <p> <p> A syntax highligher automatically highlights parts of the text in @@ -71,7 +71,7 @@ the font and color) to the text that is passed to it. <p>See also <a href="basic.html">Basic Widgets</a> and <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSyntaxHighlighter"></a>TQSyntaxHighlighter::TQSyntaxHighlighter ( <a href="ntqtextedit.html">TQTextEdit</a> * textEdit ) +<h3 class=fn><a name="TQSyntaxHighlighter"></a>TQSyntaxHighlighter::TQSyntaxHighlighter ( <a href="tqtextedit.html">TQTextEdit</a> * textEdit ) </h3> Constructs the TQSyntaxHighlighter and installs it on <em>textEdit</em>. <p> It is the caller's responsibility to delete the @@ -139,10 +139,10 @@ nothing is done.) <h3 class=fn>void <a name="setFormat-3"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="ntqfont.html">TQFont</a> & font ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<h3 class=fn><a href="ntqtextedit.html">TQTextEdit</a> * <a name="textEdit"></a>TQSyntaxHighlighter::textEdit () const +<h3 class=fn><a href="tqtextedit.html">TQTextEdit</a> * <a name="textEdit"></a>TQSyntaxHighlighter::textEdit () const </h3> -<p> Returns the <a href="ntqtextedit.html">TQTextEdit</a> on which this syntax highlighter is +<p> Returns the <a href="tqtextedit.html">TQTextEdit</a> on which this syntax highlighter is installed <!-- eof --> diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html index b059c708b..0ca190511 100644 --- a/doc/html/ntqt.html +++ b/doc/html/ntqt.html @@ -808,7 +808,7 @@ string using the current <a href="ntqstylesheet.html#defaultSheet">TQStyleSheet: if <a href="ntqstylesheet.html#mightBeRichText">TQStyleSheet::mightBeRichText</a>() returns TRUE, otherwise as <a href="#TextFormat-enum">PlainText</a>. <li><tt>TQt::LogText</tt> - A special, limited text format which is only used -by <a href="ntqtextedit.html">TQTextEdit</a> in an optimized mode. +by <a href="tqtextedit.html">TQTextEdit</a> in an optimized mode. </ul> <h3 class=fn><a name="TimeSpec-enum"></a>TQt::TimeSpec</h3> diff --git a/doc/html/ntqtsciicodec.html b/doc/html/ntqtsciicodec.html index 6cd76e288..6d27cdd3d 100644 --- a/doc/html/ntqtsciicodec.html +++ b/doc/html/ntqtsciicodec.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> <p><tt>#include <<a href="qtsciicodec-h.html">ntqtsciicodec.h</a>></tt> -<p>Inherits <a href="ntqtextcodec.html">TQTextCodec</a>. +<p>Inherits <a href="tqtextcodec.html">TQTextCodec</a>. <p><a href="qtsciicodec-members.html">List of all member functions.</a> <hr><a name="details"></a><h2>Detailed Description</h2> diff --git a/doc/html/pictures.html b/doc/html/pictures.html index 15e713fa2..3c139f31c 100644 --- a/doc/html/pictures.html +++ b/doc/html/pictures.html @@ -48,7 +48,7 @@ bottom there's a <a href="ntqiconview.html">TQIconView</a>. a <a href="ntqmenubar.html">TQMenuBar</a> and some <a href="ntqtoolbar.html">TQToolBar</a>s that contain various widgets, e.g. <a href="ntqtoolbutton.html">TQToolButton</a>s and <a href="ntqcombobox.html">TQComboBox</a>es. The central widget is a <a href="ntqworkspace.html">TQWorkspace</a> which is used for MDI window management and -which contains an MDI-Window featuring a <a href="ntqtextedit.html">TQTextEdit</a>. At the bottom +which contains an MDI-Window featuring a <a href="tqtextedit.html">TQTextEdit</a>. At the bottom you see a <a href="ntqstatusbar.html">TQStatusBar</a> and at the bottom-right a <a href="ntqsizegrip.html">TQSizeGrip</a>. <p> <center><img src="mainwindow-w.png"></center> <p> The image below shows a <a href="ntqfiledialog.html">TQFileDialog</a>. On the Macintosh and Windows @@ -81,9 +81,9 @@ also be used as a separate widget. more convenient class <a href="ntqtabwidget.html">TQTabWidget</a>, which combines a tab bar with the pages, can be used separately. In the visible page you see a <a href="ntqlabel.html">TQLabel</a>, the range controls <a href="ntqslider.html">TQSlider</a> and <a href="ntqspinbox.html">TQSpinBox</a> and below a <a href="ntqlcdnumber.html">TQLCDNumber</a>. In the bottom row there are some <a href="ntqpushbutton.html">TQPushButton</a>s. <p> <center><img src="qtabdlg-w.png"></center> -<p> In the screenshot below there's a <a href="ntqtextbrowser.html">TQTextBrowser</a> displaying a HTML -page. See also <a href="ntqtextedit.html">TQTextEdit</a>. -<p> <center><img src="qtextbrowser-w.png"></center> +<p> In the screenshot below there's a <a href="tqtextbrowser.html">TQTextBrowser</a> displaying a HTML +page. See also <a href="tqtextedit.html">TQTextEdit</a>. +<p> <center><img src="tqtextbrowser-w.png"></center> <p> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/plugins-howto.html b/doc/html/plugins-howto.html index 8c146ccc8..320c694f3 100644 --- a/doc/html/plugins-howto.html +++ b/doc/html/plugins-howto.html @@ -55,7 +55,7 @@ by default in the standard plugin directory. <td valign="top"><a href="ntqstyleplugin.html">TQStylePlugin</a> <td valign="top"><tt>pluginsbase/styles</tt> <sup>*</sup> <tr bgcolor="#d0d0d0"> -<td valign="top"><a href="ntqtextcodecplugin.html">TQTextCodecPlugin</a> +<td valign="top"><a href="tqtextcodecplugin.html">TQTextCodecPlugin</a> <td valign="top"><tt>pluginsbase/codecs</tt> <sup>*</sup> <tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqwidgetplugin.html">TQWidgetPlugin</a> diff --git a/doc/html/plugins.html b/doc/html/plugins.html index 50f0bb247..da4187cc0 100644 --- a/doc/html/plugins.html +++ b/doc/html/plugins.html @@ -46,7 +46,7 @@ Windows. <tr bgcolor=#f0f0f0><td><b><a href="qmousedriverplugin.html">TQMouseDriverPlugin</a></b><td>Abstract base for TQt/Embedded mouse driver plugins <tr bgcolor=#f0f0f0><td><b><a href="tqsqldriverplugin.html">TQSqlDriverPlugin</a></b><td>Abstract base for custom TQSqlDriver plugins <tr bgcolor=#f0f0f0><td><b><a href="ntqstyleplugin.html">TQStylePlugin</a></b><td>Abstract base for custom TQStyle plugins -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextcodecplugin.html">TQTextCodecPlugin</a></b><td>Abstract base for custom TQTextCodec plugins +<tr bgcolor=#f0f0f0><td><b><a href="tqtextcodecplugin.html">TQTextCodecPlugin</a></b><td>Abstract base for custom TQTextCodec plugins <tr bgcolor=#f0f0f0><td><b><a href="tqwidgetplugin.html">TQWidgetPlugin</a></b><td>Abstract base for custom TQWidget plugins </table> <!-- eof --> diff --git a/doc/html/porting.html b/doc/html/porting.html index 701b449f3..4a486675e 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -375,7 +375,7 @@ new code. <li> <a href="ntqtabdialog.html#selected">TQTabDialog::selected</a>( const <a href="tqstring.html">TQString</a> & ) <li> TQTabDialog::selected( const TQString & tabLabel ) <li> <a href="ntqtabdialog.html#setTabEnabled">TQTabDialog::setTabEnabled</a>( const char *name, bool enable ) -<li> <a href="ntqtextstream.html#TQTextStream">TQTextStream::TQTextStream</a>( TQString & str, int filemode ) +<li> <a href="tqtextstream.html#TQTextStream">TQTextStream::TQTextStream</a>( TQString & str, int filemode ) <li> <a href="ntqtoolbar.html#TQToolBar">TQToolBar::TQToolBar</a>( const TQString & label, <a href="ntqmainwindow.html">TQMainWindow</a> *, ToolBarDock = DockTop, bool newLine = FALSE, const char *name = 0 ) <li> <a href="ntqtooltip.html#enabled">TQToolTip::enabled</a>() <li> <a href="ntqtooltip.html#setEnabled">TQToolTip::setEnabled</a>( bool enable ) @@ -392,7 +392,7 @@ new code. <li> <a href="tqwidget.html#setPalette">TQWidget::setPalette</a>( const <a href="ntqpalette.html">TQPalette</a> & p, bool ) <li> <a href="ntqwizard.html#setFinish">TQWizard::setFinish</a>( <a href="tqwidget.html">TQWidget</a> *, bool ) <li> <a href="tqxmlinputsource.html#TQXmlInputSource">TQXmlInputSource::TQXmlInputSource</a>( <a href="ntqfile.html">TQFile</a> & file ) -<li> TQXmlInputSource::TQXmlInputSource( <a href="ntqtextstream.html">TQTextStream</a> & stream ) +<li> TQXmlInputSource::TQXmlInputSource( <a href="tqtextstream.html">TQTextStream</a> & stream ) <li> <a href="tqxmlreader.html#parse">TQXmlReader::parse</a>( const <a href="tqxmlinputsource.html">TQXmlInputSource</a> & input ) </ul> <p> Additionally, these preprocessor directives have been removed: @@ -491,7 +491,7 @@ top level widgets. <a name="15"></a><p> The TQMultiLineEdit was a simple editor widget in previous TQt versions. Since TQt 3.0 includes a new richtext engine, which also supports editing, TQMultiLineEdit is obsolete. For the sake of compatibility -TQMultiLineEdit is still provided. It is now a subclass of <a href="ntqtextedit.html">TQTextEdit</a> +TQMultiLineEdit is still provided. It is now a subclass of <a href="tqtextedit.html">TQTextEdit</a> which wraps the old TQMultiLineEdit so that it is mostly source compatible to keep old applications working. <p> For new applications and when maintaining existing applications we @@ -676,7 +676,7 @@ have been removed, together with the following two functions as well. <li> void <a href="ntqtoolbutton.html#setIconSet">TQToolButton::setIconSet</a>( const TQIconSet & set ) <li> TQIconSet <a href="ntqtoolbutton.html#iconSet">TQToolButton::iconSet</a>() const </ul> -<p> <h2> <a href="ntqtextstream.html">TQTextStream</a> +<p> <h2> <a href="tqtextstream.html">TQTextStream</a> </h2> <a name="22"></a><p> The global TQTextStream manipulators setw(), setfill() and setprecison() were renamed to qSetW(), qSetFill() and qSetPrecision() to avoid conflicts diff --git a/doc/html/process-example.html b/doc/html/process-example.html index 719651b89..9629f2950 100644 --- a/doc/html/process-example.html +++ b/doc/html/process-example.html @@ -52,7 +52,7 @@ output of the command. #include <<a href="tqobject-h.html">tqobject.h</a>> #include <<a href="qprocess-h.html">ntqprocess.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> -#include <<a href="qtextview-h.html">ntqtextview.h</a>> +#include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> @@ -73,14 +73,14 @@ public slots: private: <a href="ntqprocess.html">TQProcess</a> *proc; - <a href="ntqtextview.html">TQTextView</a> *output; + <a href="tqtextview.html">TQTextView</a> *output; <a href="ntqpushbutton.html">TQPushButton</a> *quitButton; }; <a name="f204"></a>UicManager::UicManager() { // Layout - output = new <a href="ntqtextview.html">TQTextView</a>( this ); + output = new <a href="tqtextview.html">TQTextView</a>( this ); quitButton = new <a href="ntqpushbutton.html">TQPushButton</a>( <a href="tqobject.html#tr">tr</a>("Quit"), this ); <a href="tqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); @@ -116,7 +116,7 @@ void <a name="f205"></a>UicManager::readFromStdout() { // Read and process the data. // Bear in mind that the data might be output in chunks. -<a name="x99"></a><a name="x103"></a> output-><a href="ntqtextedit.html#append">append</a>( proc-><a href="ntqprocess.html#readStdout">readStdout</a>() ); +<a name="x99"></a><a name="x103"></a> output-><a href="tqtextedit.html#append">append</a>( proc-><a href="ntqprocess.html#readStdout">readStdout</a>() ); } void <a name="f206"></a>UicManager::scrollToTop() diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 7bd06c2e0..d85f48272 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -1966,8 +1966,8 @@ set, the buddy accelerator key is updated from the new text. <p> Note that Qlabel is well-suited to display small rich text documents, i.e. those small documents that get their document specific settings (font, text color, link color) from the label's -palette and font properties. For large documents, use <a href="ntqtextedit.html">QTextEdit</a> -in read-only mode instead. QTextEdit will flicker less on resize +palette and font properties. For large documents, use <a href="tqtextedit.html">TQTextEdit</a> +in read-only mode instead. TQTextEdit will flicker less on resize and can also provide a scrollbar when necessary. <p> <p>See also <a href="ntqlabel.html#textFormat-prop">textFormat</a>, <a href="ntqlabel.html#setBuddy">setBuddy</a>(), and <a href="ntqlabel.html#alignment-prop">alignment</a>. @@ -2733,8 +2733,8 @@ the message box will try to auto-detect the format of the text. <property> <name>QMultiLineEdit::edited</name> <doc href="ntqmultilineedit.html#edited-prop"> <p>This property holds whether the document has been edited by the user. -<p>This is the same as <a href="ntqtextedit.html">QTextEdit</a>'s "modifed" property. -<p> <p>See also <a href="ntqtextedit.html#modified-prop">QTextEdit::modified</a>. +<p>This is the same as <a href="tqtextedit.html">TQTextEdit</a>'s "modifed" property. +<p> <p>See also <a href="tqtextedit.html#modified-prop">TQTextEdit::modified</a>. <p>Set this property's value with <a href="ntqmultilineedit.html#setEdited">setEdited</a>() and get this property's value with <a href="ntqmultilineedit.html#edited">edited</a>(). </doc> @@ -3862,19 +3862,19 @@ multiple ranges of cells. </doc> </property> <property> - <name>QTextBrowser::source</name> - <doc href="ntqtextbrowser.html#source-prop"> + <name>TQTextBrowser::source</name> + <doc href="tqtextbrowser.html#source-prop"> <p>This property holds the name of the displayed document. <p>This is a <a href="tqstring.html#TQString-null">TQString::null</a> if no document is displayed or if the source is unknown. -<p> Setting this property uses the <a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() to lookup the +<p> Setting this property uses the <a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() to lookup the named document. It also checks for optional anchors and scrolls the document accordingly. <p> If the first tag in the document is <tt>&lt;qt type=detail&gt;</tt>, the document is displayed as a popup rather than as new document in the browser window itself. Otherwise, the document is displayed normally in the text browser with the text set to the contents of -the named document with <a href="ntqtextedit.html#setText">setText</a>(). +the named document with <a href="tqtextedit.html#setText">setText</a>(). <p> If you are using the filesystem access capabilities of the mime source factory, you must ensure that the factory knows about the encoding of specified files; otherwise no data will be available. @@ -3882,67 +3882,67 @@ The default factory handles a couple of common file extensions such as <tt>*.html</tt> and <tt>*.txt</tt> with reasonable defaults. See <a href="qmimesourcefactory.html#data">QMimeSourceFactory::data</a>() for details. -<p>Set this property's value with <a href="ntqtextbrowser.html#setSource">setSource</a>() and get this property's value with <a href="ntqtextbrowser.html#source">source</a>(). +<p>Set this property's value with <a href="tqtextbrowser.html#setSource">setSource</a>() and get this property's value with <a href="tqtextbrowser.html#source">source</a>(). </doc> </property> <property> - <name>QTextEdit::autoFormatting</name> - <doc href="ntqtextedit.html#autoFormatting-prop"> + <name>TQTextEdit::autoFormatting</name> + <doc href="tqtextedit.html#autoFormatting-prop"> <p>This property holds the enabled set of auto formatting features. -<p>The value can be any combination of the values in the <a href="ntqtextedit.html#AutoFormatting-enum">AutoFormatting</a> enum. The default is <a href="ntqtextedit.html#AutoFormatting-enum">AutoAll</a>. Choose <a href="ntqtextedit.html#AutoFormatting-enum">AutoNone</a> +<p>The value can be any combination of the values in the <a href="tqtextedit.html#AutoFormatting-enum">AutoFormatting</a> enum. The default is <a href="tqtextedit.html#AutoFormatting-enum">AutoAll</a>. Choose <a href="tqtextedit.html#AutoFormatting-enum">AutoNone</a> to disable all automatic formatting. -<p> Currently, the only automatic formatting feature provided is <a href="ntqtextedit.html#AutoFormatting-enum">AutoBulletList</a>; future versions of TQt may offer more. +<p> Currently, the only automatic formatting feature provided is <a href="tqtextedit.html#AutoFormatting-enum">AutoBulletList</a>; future versions of TQt may offer more. -<p>Set this property's value with <a href="ntqtextedit.html#setAutoFormatting">setAutoFormatting</a>() and get this property's value with <a href="ntqtextedit.html#autoFormatting">autoFormatting</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setAutoFormatting">setAutoFormatting</a>() and get this property's value with <a href="tqtextedit.html#autoFormatting">autoFormatting</a>(). </doc> </property> <property> - <name>QTextEdit::documentTitle</name> - <doc href="ntqtextedit.html#documentTitle-prop"> + <name>TQTextEdit::documentTitle</name> + <doc href="tqtextedit.html#documentTitle-prop"> <p>This property holds the title of the document parsed from the text. <p>For <a href="ntqt.html#TextFormat-enum">PlainText</a> the title will be an empty string. For <a href="ntqt.html#TextFormat-enum">RichText</a> the title will be the text between the <tt>&lt;title&gt;</tt> tags, if present, otherwise an empty string. -<p>Get this property's value with <a href="ntqtextedit.html#documentTitle">documentTitle</a>(). +<p>Get this property's value with <a href="tqtextedit.html#documentTitle">documentTitle</a>(). </doc> </property> <property> - <name>QTextEdit::hasSelectedText</name> - <doc href="ntqtextedit.html#hasSelectedText-prop"> + <name>TQTextEdit::hasSelectedText</name> + <doc href="tqtextedit.html#hasSelectedText-prop"> <p>This property holds whether some text is selected in selection 0. <p> -<p>Get this property's value with <a href="ntqtextedit.html#hasSelectedText">hasSelectedText</a>(). +<p>Get this property's value with <a href="tqtextedit.html#hasSelectedText">hasSelectedText</a>(). </doc> </property> <property> - <name>QTextEdit::length</name> - <doc href="ntqtextedit.html#length-prop"> + <name>TQTextEdit::length</name> + <doc href="tqtextedit.html#length-prop"> <p>This property holds the number of characters in the text. <p> -<p>Get this property's value with <a href="ntqtextedit.html#length">length</a>(). +<p>Get this property's value with <a href="tqtextedit.html#length">length</a>(). </doc> </property> <property> - <name>QTextEdit::linkUnderline</name> - <doc href="ntqtextedit.html#linkUnderline-prop"> + <name>TQTextEdit::linkUnderline</name> + <doc href="tqtextedit.html#linkUnderline-prop"> <p>This property holds whether hypertext links will be underlined. <p>If TRUE (the default) hypertext links will be displayed underlined. If FALSE links will not be displayed underlined. -<p>Set this property's value with <a href="ntqtextedit.html#setLinkUnderline">setLinkUnderline</a>() and get this property's value with <a href="ntqtextedit.html#linkUnderline">linkUnderline</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() and get this property's value with <a href="tqtextedit.html#linkUnderline">linkUnderline</a>(). </doc> </property> <property> - <name>QTextEdit::modified</name> - <doc href="ntqtextedit.html#modified-prop"> + <name>TQTextEdit::modified</name> + <doc href="tqtextedit.html#modified-prop"> <p>This property holds whether the document has been modified by the user. <p> -<p>Set this property's value with <a href="ntqtextedit.html#setModified">setModified</a>() and get this property's value with <a href="ntqtextedit.html#isModified">isModified</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setModified">setModified</a>() and get this property's value with <a href="tqtextedit.html#isModified">isModified</a>(). </doc> </property> <property> - <name>QTextEdit::overwriteMode</name> - <doc href="ntqtextedit.html#overwriteMode-prop"> + <name>TQTextEdit::overwriteMode</name> + <doc href="tqtextedit.html#overwriteMode-prop"> <p>This property holds the text edit's overwrite mode. <p>If FALSE (the default) characters entered by the user are inserted with any characters to the right being moved out of the way. If @@ -3950,80 +3950,80 @@ TRUE, the editor is in overwrite mode, i.e. characters entered by the user overwrite any characters to the right of the cursor position. -<p>Set this property's value with <a href="ntqtextedit.html#setOverwriteMode">setOverwriteMode</a>() and get this property's value with <a href="ntqtextedit.html#isOverwriteMode">isOverwriteMode</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setOverwriteMode">setOverwriteMode</a>() and get this property's value with <a href="tqtextedit.html#isOverwriteMode">isOverwriteMode</a>(). </doc> </property> <property> - <name>QTextEdit::paper</name> - <doc href="ntqtextedit.html#paper-prop"> + <name>TQTextEdit::paper</name> + <doc href="tqtextedit.html#paper-prop"> <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. -<p>Set this property's value with <a href="ntqtextedit.html#setPaper">setPaper</a>() and get this property's value with <a href="ntqtextedit.html#paper">paper</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setPaper">setPaper</a>() and get this property's value with <a href="tqtextedit.html#paper">paper</a>(). </doc> </property> <property> - <name>QTextEdit::readOnly</name> - <doc href="ntqtextedit.html#readOnly-prop"> + <name>TQTextEdit::readOnly</name> + <doc href="tqtextedit.html#readOnly-prop"> <p>This property holds whether the text edit is read-only. <p>In a read-only text edit the user can only navigate through the text and select text; modifying the text is not possible. <p> This property's default is FALSE. -<p>Set this property's value with <a href="ntqtextedit.html#setReadOnly">setReadOnly</a>() and get this property's value with <a href="ntqtextedit.html#isReadOnly">isReadOnly</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setReadOnly">setReadOnly</a>() and get this property's value with <a href="tqtextedit.html#isReadOnly">isReadOnly</a>(). </doc> </property> <property> - <name>QTextEdit::selectedText</name> - <doc href="ntqtextedit.html#selectedText-prop"> + <name>TQTextEdit::selectedText</name> + <doc href="tqtextedit.html#selectedText-prop"> <p>This property holds the selected text (from selection 0) or an empty string if there is no currently selected text (in selection 0). -<p>The text is always returned as <a href="ntqt.html#TextFormat-enum">PlainText</a> if the <a href="ntqtextedit.html#textFormat">textFormat</a>() is +<p>The text is always returned as <a href="ntqt.html#TextFormat-enum">PlainText</a> if the <a href="tqtextedit.html#textFormat">textFormat</a>() is <a href="ntqt.html#TextFormat-enum">PlainText</a> or <a href="ntqt.html#TextFormat-enum">AutoText</a>, otherwise it is returned as HTML. -<p> <p>See also <a href="ntqtextedit.html#hasSelectedText-prop">hasSelectedText</a>. +<p> <p>See also <a href="tqtextedit.html#hasSelectedText-prop">hasSelectedText</a>. -<p>Get this property's value with <a href="ntqtextedit.html#selectedText">selectedText</a>(). +<p>Get this property's value with <a href="tqtextedit.html#selectedText">selectedText</a>(). </doc> </property> <property> - <name>QTextEdit::tabChangesFocus</name> - <doc href="ntqtextedit.html#tabChangesFocus-prop"> <p>This property holds whether TAB changes focus or is accepted as input. + <name>TQTextEdit::tabChangesFocus</name> + <doc href="tqtextedit.html#tabChangesFocus-prop"> <p>This property holds whether TAB changes focus or is accepted as input. <p>In some occasions text edits should not allow the user to input tabulators or change indentation using the TAB key, as this breaks the focus chain. The default is FALSE. <p> -<p>Set this property's value with <a href="ntqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() and get this property's value with <a href="ntqtextedit.html#tabChangesFocus">tabChangesFocus</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() and get this property's value with <a href="tqtextedit.html#tabChangesFocus">tabChangesFocus</a>(). </doc> </property> <property> - <name>QTextEdit::tabStopWidth</name> - <doc href="ntqtextedit.html#tabStopWidth-prop"> + <name>TQTextEdit::tabStopWidth</name> + <doc href="tqtextedit.html#tabStopWidth-prop"> <p>This property holds the tab stop width in pixels. <p> -<p>Set this property's value with <a href="ntqtextedit.html#setTabStopWidth">setTabStopWidth</a>() and get this property's value with <a href="ntqtextedit.html#tabStopWidth">tabStopWidth</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setTabStopWidth">setTabStopWidth</a>() and get this property's value with <a href="tqtextedit.html#tabStopWidth">tabStopWidth</a>(). </doc> </property> <property> - <name>QTextEdit::text</name> - <doc href="ntqtextedit.html#text-prop"> + <name>TQTextEdit::text</name> + <doc href="tqtextedit.html#text-prop"> <p>This property holds the text edit's text. <p>There is no default text. <p> On setting, any previous text is deleted. <p> The text may be interpreted either as plain text or as rich text, -depending on the <a href="ntqtextedit.html#textFormat">textFormat</a>(). The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, +depending on the <a href="tqtextedit.html#textFormat">textFormat</a>(). The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, i.e. the text edit auto-detects the format of the text. -<p> For richtext, calling <a href="ntqtextedit.html#text">text</a>() on an editable QTextEdit will cause +<p> For richtext, calling <a href="tqtextedit.html#text">text</a>() on an editable TQTextEdit will cause the text to be regenerated from the textedit. This may mean that the <a href="tqstring.html">TQString</a> returned may not be exactly the same as the one that was set. -<p> <p>See also <a href="ntqtextedit.html#textFormat-prop">textFormat</a>. +<p> <p>See also <a href="tqtextedit.html#textFormat-prop">textFormat</a>. -<p>Set this property's value with <a href="ntqtextedit.html#setText">setText</a>() and get this property's value with <a href="ntqtextedit.html#text">text</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setText">setText</a>() and get this property's value with <a href="tqtextedit.html#text">text</a>(). </doc> </property> <property> - <name>QTextEdit::textFormat</name> - <doc href="ntqtextedit.html#textFormat-prop"> + <name>TQTextEdit::textFormat</name> + <doc href="tqtextedit.html#textFormat-prop"> <p>This property holds the text format: rich text, plain text, log text or auto text. <p>The text format is one of the following: <ul> @@ -4041,67 +4041,67 @@ rendering style is best, <a href="ntqt.html#TextFormat-enum">PlainText< by using the <a href="ntqstylesheet.html#mightBeRichText">QStyleSheet::mightBeRichText</a>() function. </ul> -<p>Set this property's value with <a href="ntqtextedit.html#setTextFormat">setTextFormat</a>() and get this property's value with <a href="ntqtextedit.html#textFormat">textFormat</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setTextFormat">setTextFormat</a>() and get this property's value with <a href="tqtextedit.html#textFormat">textFormat</a>(). </doc> </property> <property> - <name>QTextEdit::undoDepth</name> - <doc href="ntqtextedit.html#undoDepth-prop"> + <name>TQTextEdit::undoDepth</name> + <doc href="tqtextedit.html#undoDepth-prop"> <p>This property holds the depth of the undo history. <p>The maximum number of steps in the undo/redo history. The default is 100. -<p> <p>See also <a href="ntqtextedit.html#undo">undo</a>() and <a href="ntqtextedit.html#redo">redo</a>(). +<p> <p>See also <a href="tqtextedit.html#undo">undo</a>() and <a href="tqtextedit.html#redo">redo</a>(). -<p>Set this property's value with <a href="ntqtextedit.html#setUndoDepth">setUndoDepth</a>() and get this property's value with <a href="ntqtextedit.html#undoDepth">undoDepth</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setUndoDepth">setUndoDepth</a>() and get this property's value with <a href="tqtextedit.html#undoDepth">undoDepth</a>(). </doc> </property> <property> - <name>QTextEdit::undoRedoEnabled</name> - <doc href="ntqtextedit.html#undoRedoEnabled-prop"> + <name>TQTextEdit::undoRedoEnabled</name> + <doc href="tqtextedit.html#undoRedoEnabled-prop"> <p>This property holds whether undo/redo is enabled. <p>When changing this property, the undo/redo history is cleared. <p> The default is TRUE. -<p>Set this property's value with <a href="ntqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() and get this property's value with <a href="ntqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() and get this property's value with <a href="tqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>(). </doc> </property> <property> - <name>QTextEdit::wordWrap</name> - <doc href="ntqtextedit.html#wordWrap-prop"> + <name>TQTextEdit::wordWrap</name> + <doc href="tqtextedit.html#wordWrap-prop"> <p>This property holds the word wrap mode. -<p>The default mode is <a href="ntqtextedit.html#WordWrap-enum">WidgetWidth</a> which causes words to be +<p>The default mode is <a href="tqtextedit.html#WordWrap-enum">WidgetWidth</a> which causes words to be wrapped at the right edge of the text edit. Wrapping occurs at whitespace, keeping whole words intact. If you want wrapping to -occur within words use <a href="ntqtextedit.html#setWrapPolicy">setWrapPolicy</a>(). If you set a wrap mode of -<a href="ntqtextedit.html#WordWrap-enum">FixedPixelWidth</a> or <a href="ntqtextedit.html#WordWrap-enum">FixedColumnWidth</a> you should also call -<a href="ntqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() with the width you want. -<p> <p>See also <a href="ntqtextedit.html#WordWrap-enum">WordWrap</a>, <a href="ntqtextedit.html#wrapColumnOrWidth-prop">wrapColumnOrWidth</a>, and <a href="ntqtextedit.html#wrapPolicy-prop">wrapPolicy</a>. +occur within words use <a href="tqtextedit.html#setWrapPolicy">setWrapPolicy</a>(). If you set a wrap mode of +<a href="tqtextedit.html#WordWrap-enum">FixedPixelWidth</a> or <a href="tqtextedit.html#WordWrap-enum">FixedColumnWidth</a> you should also call +<a href="tqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() with the width you want. +<p> <p>See also <a href="tqtextedit.html#WordWrap-enum">WordWrap</a>, <a href="tqtextedit.html#wrapColumnOrWidth-prop">wrapColumnOrWidth</a>, and <a href="tqtextedit.html#wrapPolicy-prop">wrapPolicy</a>. -<p>Set this property's value with <a href="ntqtextedit.html#setWordWrap">setWordWrap</a>() and get this property's value with <a href="ntqtextedit.html#wordWrap">wordWrap</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setWordWrap">setWordWrap</a>() and get this property's value with <a href="tqtextedit.html#wordWrap">wordWrap</a>(). </doc> </property> <property> - <name>QTextEdit::wrapColumnOrWidth</name> - <doc href="ntqtextedit.html#wrapColumnOrWidth-prop"> + <name>TQTextEdit::wrapColumnOrWidth</name> + <doc href="tqtextedit.html#wrapColumnOrWidth-prop"> <p>This property holds the position (in pixels or columns depending on the wrap mode) where text will be wrapped. -<p>If the wrap mode is <a href="ntqtextedit.html#WordWrap-enum">FixedPixelWidth</a>, the value is the number of +<p>If the wrap mode is <a href="tqtextedit.html#WordWrap-enum">FixedPixelWidth</a>, the value is the number of pixels from the left edge of the text edit at which text should be -wrapped. If the wrap mode is <a href="ntqtextedit.html#WordWrap-enum">FixedColumnWidth</a>, the value is the +wrapped. If the wrap mode is <a href="tqtextedit.html#WordWrap-enum">FixedColumnWidth</a>, the value is the column number (in character columns) from the left edge of the text edit at which text should be wrapped. -<p> <p>See also <a href="ntqtextedit.html#wordWrap-prop">wordWrap</a>. +<p> <p>See also <a href="tqtextedit.html#wordWrap-prop">wordWrap</a>. -<p>Set this property's value with <a href="ntqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() and get this property's value with <a href="ntqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() and get this property's value with <a href="tqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>(). </doc> </property> <property> - <name>QTextEdit::wrapPolicy</name> - <doc href="ntqtextedit.html#wrapPolicy-prop"> + <name>TQTextEdit::wrapPolicy</name> + <doc href="tqtextedit.html#wrapPolicy-prop"> <p>This property holds the word wrap policy, at whitespace or anywhere. -<p>Defines where text can be wrapped when word wrap mode is not <a href="ntqtextedit.html#WordWrap-enum">NoWrap</a>. The choices are <a href="ntqtextedit.html#WrapPolicy-enum">AtWordBoundary</a> (the default), <a href="ntqtextedit.html#WrapPolicy-enum">Anywhere</a> and <a href="ntqtextedit.html#WrapPolicy-enum">AtWordOrDocumentBoundary</a> -<p> <p>See also <a href="ntqtextedit.html#wordWrap-prop">wordWrap</a>. +<p>Defines where text can be wrapped when word wrap mode is not <a href="tqtextedit.html#WordWrap-enum">NoWrap</a>. The choices are <a href="tqtextedit.html#WrapPolicy-enum">AtWordBoundary</a> (the default), <a href="tqtextedit.html#WrapPolicy-enum">Anywhere</a> and <a href="tqtextedit.html#WrapPolicy-enum">AtWordOrDocumentBoundary</a> +<p> <p>See also <a href="tqtextedit.html#wordWrap-prop">wordWrap</a>. -<p>Set this property's value with <a href="ntqtextedit.html#setWrapPolicy">setWrapPolicy</a>() and get this property's value with <a href="ntqtextedit.html#wrapPolicy">wrapPolicy</a>(). +<p>Set this property's value with <a href="tqtextedit.html#setWrapPolicy">setWrapPolicy</a>() and get this property's value with <a href="tqtextedit.html#wrapPolicy">wrapPolicy</a>(). </doc> </property> <property> diff --git a/doc/html/propertyindex b/doc/html/propertyindex index 48327defa..61f8bd7a0 100644 --- a/doc/html/propertyindex +++ b/doc/html/propertyindex @@ -314,26 +314,26 @@ "QTable/selectionMode" ntqtable.html#selectionMode-prop "QTable/showGrid" ntqtable.html#showGrid-prop "QTable/sorting" ntqtable.html#sorting-prop -"QTextBrowser/source" ntqtextbrowser.html#source-prop -"QTextEdit/autoFormatting" ntqtextedit.html#autoFormatting-prop -"QTextEdit/documentTitle" ntqtextedit.html#documentTitle-prop -"QTextEdit/hasSelectedText" ntqtextedit.html#hasSelectedText-prop -"QTextEdit/length" ntqtextedit.html#length-prop -"QTextEdit/linkUnderline" ntqtextedit.html#linkUnderline-prop -"QTextEdit/modified" ntqtextedit.html#modified-prop -"QTextEdit/overwriteMode" ntqtextedit.html#overwriteMode-prop -"QTextEdit/paper" ntqtextedit.html#paper-prop -"QTextEdit/readOnly" ntqtextedit.html#readOnly-prop -"QTextEdit/selectedText" ntqtextedit.html#selectedText-prop -"QTextEdit/tabChangesFocus" ntqtextedit.html#tabChangesFocus-prop -"QTextEdit/tabStopWidth" ntqtextedit.html#tabStopWidth-prop -"QTextEdit/text" ntqtextedit.html#text-prop -"QTextEdit/textFormat" ntqtextedit.html#textFormat-prop -"QTextEdit/undoDepth" ntqtextedit.html#undoDepth-prop -"QTextEdit/undoRedoEnabled" ntqtextedit.html#undoRedoEnabled-prop -"QTextEdit/wordWrap" ntqtextedit.html#wordWrap-prop -"QTextEdit/wrapColumnOrWidth" ntqtextedit.html#wrapColumnOrWidth-prop -"QTextEdit/wrapPolicy" ntqtextedit.html#wrapPolicy-prop +"TQTextBrowser/source" tqtextbrowser.html#source-prop +"TQTextEdit/autoFormatting" tqtextedit.html#autoFormatting-prop +"TQTextEdit/documentTitle" tqtextedit.html#documentTitle-prop +"TQTextEdit/hasSelectedText" tqtextedit.html#hasSelectedText-prop +"TQTextEdit/length" tqtextedit.html#length-prop +"TQTextEdit/linkUnderline" tqtextedit.html#linkUnderline-prop +"TQTextEdit/modified" tqtextedit.html#modified-prop +"TQTextEdit/overwriteMode" tqtextedit.html#overwriteMode-prop +"TQTextEdit/paper" tqtextedit.html#paper-prop +"TQTextEdit/readOnly" tqtextedit.html#readOnly-prop +"TQTextEdit/selectedText" tqtextedit.html#selectedText-prop +"TQTextEdit/tabChangesFocus" tqtextedit.html#tabChangesFocus-prop +"TQTextEdit/tabStopWidth" tqtextedit.html#tabStopWidth-prop +"TQTextEdit/text" tqtextedit.html#text-prop +"TQTextEdit/textFormat" tqtextedit.html#textFormat-prop +"TQTextEdit/undoDepth" tqtextedit.html#undoDepth-prop +"TQTextEdit/undoRedoEnabled" tqtextedit.html#undoRedoEnabled-prop +"TQTextEdit/wordWrap" tqtextedit.html#wordWrap-prop +"TQTextEdit/wrapColumnOrWidth" tqtextedit.html#wrapColumnOrWidth-prop +"TQTextEdit/wrapPolicy" tqtextedit.html#wrapPolicy-prop "QTimeEdit/autoAdvance" qtimeedit.html#autoAdvance-prop "QTimeEdit/display" qtimeedit.html#display-prop "QTimeEdit/maxValue" qtimeedit.html#maxValue-prop diff --git a/doc/html/qaction-application-example.html b/doc/html/qaction-application-example.html index 5b441bf46..a04ca8e77 100644 --- a/doc/html/qaction-application-example.html +++ b/doc/html/qaction-application-example.html @@ -82,7 +82,7 @@ private slots: private: <a href="ntqprinter.html">TQPrinter</a> *printer; - <a href="ntqtextedit.html">TQTextEdit</a> *e; + <a href="tqtextedit.html">TQTextEdit</a> *e; <a href="tqstring.html">TQString</a> filename; }; @@ -110,7 +110,7 @@ private: #include <<a href="qtoolbutton-h.html">ntqtoolbutton.h</a>> #include <<a href="qpopupmenu-h.html">ntqpopupmenu.h</a>> #include <<a href="qmenubar-h.html">ntqmenubar.h</a>> -#include <<a href="qtextedit-h.html">ntqtextedit.h</a>> +#include <<a href="tqtextedit-h.html">tqtextedit.h</a>> #include <<a href="qfile-h.html">ntqfile.h</a>> #include <<a href="qfiledialog-h.html">ntqfiledialog.h</a>> #include <<a href="qstatusbar-h.html">ntqstatusbar.h</a>> @@ -118,7 +118,7 @@ private: #include <<a href="qprinter-h.html">ntqprinter.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qaccel-h.html">ntqaccel.h</a>> -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="qpainter-h.html">ntqpainter.h</a>> #include <<a href="qpaintdevicemetrics-h.html">ntqpaintdevicemetrics.h</a>> #include <<a href="qwhatsthis-h.html">ntqwhatsthis.h</a>> @@ -232,7 +232,7 @@ private: // create and define the central widget - e = new <a href="ntqtextedit.html">TQTextEdit</a>( this, "editor" ); + e = new <a href="tqtextedit.html">TQTextEdit</a>( this, "editor" ); e-><a href="tqwidget.html#setFocus">setFocus</a>(); <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>( e ); <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( "Ready", 2000 ); @@ -271,9 +271,9 @@ void <a name="f378"></a>ApplicationWindow::load( const <a href="tqstring.html">T if ( !f.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_ReadOnly</a> ) ) return; - <a href="ntqtextstream.html">TQTextStream</a> ts( &f ); -<a name="x1171"></a><a name="x1168"></a> e-><a href="ntqtextedit.html#setText">setText</a>( ts.<a href="ntqtextstream.html#read">read</a>() ); -<a name="x1167"></a> e-><a href="ntqtextedit.html#setModified">setModified</a>( FALSE ); + <a href="tqtextstream.html">TQTextStream</a> ts( &f ); +<a name="x1171"></a><a name="x1168"></a> e-><a href="tqtextedit.html#setText">setText</a>( ts.<a href="tqtextstream.html#read">read</a>() ); +<a name="x1167"></a> e-><a href="tqtextedit.html#setModified">setModified</a>( FALSE ); <a href="tqwidget.html#setCaption">setCaption</a>( fileName ); <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( "Loaded document " + fileName, 2000 ); } @@ -286,7 +286,7 @@ void <a name="f379"></a>ApplicationWindow::save() return; } -<a name="x1170"></a> <a href="tqstring.html">TQString</a> text = e-><a href="ntqtextedit.html#text">text</a>(); +<a name="x1170"></a> <a href="tqstring.html">TQString</a> text = e-><a href="tqtextedit.html#text">text</a>(); <a href="ntqfile.html">TQFile</a> f( filename ); if ( !f.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_WriteOnly</a> ) ) { <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( TQString("Could not write to %1").arg(filename), @@ -294,11 +294,11 @@ void <a name="f379"></a>ApplicationWindow::save() return; } - <a href="ntqtextstream.html">TQTextStream</a> t( &f ); + <a href="tqtextstream.html">TQTextStream</a> t( &f ); t << text; f.<a href="ntqfile.html#close">close</a>(); - e-><a href="ntqtextedit.html#setModified">setModified</a>( FALSE ); + e-><a href="tqtextedit.html#setModified">setModified</a>( FALSE ); <a href="tqwidget.html#setCaption">setCaption</a>( filename ); @@ -334,11 +334,11 @@ void <a name="f381"></a>ApplicationWindow::print() <a name="x1142"></a> int dpiy = metrics.<a href="ntqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); int margin = (int) ( (2/2.54)*dpiy ); // 2 cm margins <a name="x1143"></a><a name="x1141"></a> <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="ntqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="ntqpaintdevicemetrics.html#height">height</a>() - 2*margin ); -<a name="x1163"></a> <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="ntqstylesheet.html#convertFromPlainText">convertFromPlainText</a>(e-><a href="ntqtextedit.html#text">text</a>()), +<a name="x1163"></a> <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="ntqstylesheet.html#convertFromPlainText">convertFromPlainText</a>(e-><a href="tqtextedit.html#text">text</a>()), TQFont(), -<a name="x1164"></a> e-><a href="ntqtextedit.html#context">context</a>(), -<a name="x1169"></a> e-><a href="ntqtextedit.html#styleSheet">styleSheet</a>(), -<a name="x1166"></a> e-><a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>(), +<a name="x1164"></a> e-><a href="tqtextedit.html#context">context</a>(), +<a name="x1169"></a> e-><a href="tqtextedit.html#styleSheet">styleSheet</a>(), +<a name="x1166"></a> e-><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>(), view.<a href="ntqrect.html#height">height</a>() ); <a name="x1160"></a> richText.<a href="ntqsimplerichtext.html#setWidth">setWidth</a>( &p, view.<a href="ntqrect.html#width">width</a>() ); int page = 1; @@ -362,7 +362,7 @@ void <a name="f381"></a>ApplicationWindow::print() <a name="x1173"></a>void ApplicationWindow::<a href="tqwidget.html#closeEvent">closeEvent</a>( <a href="qcloseevent.html">TQCloseEvent</a>* ce ) { -<a name="x1165"></a> if ( !e-><a href="ntqtextedit.html#isModified">isModified</a>() ) { +<a name="x1165"></a> if ( !e-><a href="tqtextedit.html#isModified">isModified</a>() ) { <a name="x1128"></a> ce-><a href="qcloseevent.html#accept">accept</a>(); return; } diff --git a/doc/html/qaxbase.html b/doc/html/qaxbase.html index 5f49323d5..a78a0cc63 100644 --- a/doc/html/qaxbase.html +++ b/doc/html/qaxbase.html @@ -420,7 +420,7 @@ the help file, and the help context ID in brackets, e.g. "filename [id]". <p> Returns a rich text string with documentation for the wrapped COM object. Dump the string to an HTML-file, -or use it in e.g. a <a href="ntqtextbrowser.html">TQTextBrowser</a> widget. +or use it in e.g. a <a href="tqtextbrowser.html">TQTextBrowser</a> widget. <h3 class=fn>bool <a name="initialize"></a>TQAxBase::initialize ( IUnknown ** ptr )<tt> [virtual protected]</tt> </h3> diff --git a/doc/html/qbig5codec-h.html b/doc/html/qbig5codec-h.html index 1ca433ad7..445e6ca42 100644 --- a/doc/html/qbig5codec-h.html +++ b/doc/html/qbig5codec-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #define TQBIG5CODEC_H #ifndef QT_H -#include "ntqtextcodec.h" +#include "tqtextcodec.h" #endif // QT_H #ifndef TQT_NO_BIG_CODECS diff --git a/doc/html/qbig5codec-members.html b/doc/html/qbig5codec-members.html index bc3c72ec9..1fad0d9f7 100644 --- a/doc/html/qbig5codec-members.html +++ b/doc/html/qbig5codec-members.html @@ -35,31 +35,31 @@ body { background: #ffffff; color: black; } <a href="ntqbig5codec.html">TQBig5Codec</a>, including inherited members. <ul> -<li><a href="ntqtextcodec.html#canEncode">canEncode</a>() -<li><a href="ntqtextcodec.html#codecForCStrings">codecForCStrings</a>() -<li><a href="ntqtextcodec.html#codecForContent">codecForContent</a>() -<li><a href="ntqtextcodec.html#codecForIndex">codecForIndex</a>() -<li><a href="ntqtextcodec.html#codecForLocale">codecForLocale</a>() -<li><a href="ntqtextcodec.html#codecForMib">codecForMib</a>() -<li><a href="ntqtextcodec.html#codecForName">codecForName</a>() -<li><a href="ntqtextcodec.html#codecForTr">codecForTr</a>() -<li><a href="ntqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() -<li><a href="ntqtextcodec.html#fromUnicode">fromUnicode</a>() -<li><a href="ntqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() -<li><a href="ntqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#loadCharmap">loadCharmap</a>() -<li><a href="ntqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() -<li><a href="ntqtextcodec.html#locale">locale</a>() -<li><a href="ntqtextcodec.html#makeDecoder">makeDecoder</a>() -<li><a href="ntqtextcodec.html#makeEncoder">makeEncoder</a>() -<li><a href="ntqtextcodec.html#mibEnum">mibEnum</a>() -<li><a href="ntqtextcodec.html#mimeName">mimeName</a>() -<li><a href="ntqtextcodec.html#name">name</a>() -<li><a href="ntqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() -<li><a href="ntqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() -<li><a href="ntqtextcodec.html#setCodecForTr">setCodecForTr</a>() -<li><a href="ntqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#toUnicode">toUnicode</a>() +<li><a href="tqtextcodec.html#canEncode">canEncode</a>() +<li><a href="tqtextcodec.html#codecForCStrings">codecForCStrings</a>() +<li><a href="tqtextcodec.html#codecForContent">codecForContent</a>() +<li><a href="tqtextcodec.html#codecForIndex">codecForIndex</a>() +<li><a href="tqtextcodec.html#codecForLocale">codecForLocale</a>() +<li><a href="tqtextcodec.html#codecForMib">codecForMib</a>() +<li><a href="tqtextcodec.html#codecForName">codecForName</a>() +<li><a href="tqtextcodec.html#codecForTr">codecForTr</a>() +<li><a href="tqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() +<li><a href="tqtextcodec.html#fromUnicode">fromUnicode</a>() +<li><a href="tqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() +<li><a href="tqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() +<li><a href="tqtextcodec.html#loadCharmap">loadCharmap</a>() +<li><a href="tqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() +<li><a href="tqtextcodec.html#locale">locale</a>() +<li><a href="tqtextcodec.html#makeDecoder">makeDecoder</a>() +<li><a href="tqtextcodec.html#makeEncoder">makeEncoder</a>() +<li><a href="tqtextcodec.html#mibEnum">mibEnum</a>() +<li><a href="tqtextcodec.html#mimeName">mimeName</a>() +<li><a href="tqtextcodec.html#name">name</a>() +<li><a href="tqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() +<li><a href="tqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() +<li><a href="tqtextcodec.html#setCodecForTr">setCodecForTr</a>() +<li><a href="tqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() +<li><a href="tqtextcodec.html#toUnicode">toUnicode</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qbig5hkscscodec-members.html b/doc/html/qbig5hkscscodec-members.html index 5ee1a4b5d..bf81269d5 100644 --- a/doc/html/qbig5hkscscodec-members.html +++ b/doc/html/qbig5hkscscodec-members.html @@ -35,31 +35,31 @@ body { background: #ffffff; color: black; } <a href="qbig5hkscscodec.html">TQBig5hkscsCodec</a>, including inherited members. <ul> -<li><a href="ntqtextcodec.html#canEncode">canEncode</a>() -<li><a href="ntqtextcodec.html#codecForCStrings">codecForCStrings</a>() -<li><a href="ntqtextcodec.html#codecForContent">codecForContent</a>() -<li><a href="ntqtextcodec.html#codecForIndex">codecForIndex</a>() -<li><a href="ntqtextcodec.html#codecForLocale">codecForLocale</a>() -<li><a href="ntqtextcodec.html#codecForMib">codecForMib</a>() -<li><a href="ntqtextcodec.html#codecForName">codecForName</a>() -<li><a href="ntqtextcodec.html#codecForTr">codecForTr</a>() -<li><a href="ntqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() -<li><a href="ntqtextcodec.html#fromUnicode">fromUnicode</a>() -<li><a href="ntqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() -<li><a href="ntqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#loadCharmap">loadCharmap</a>() -<li><a href="ntqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() -<li><a href="ntqtextcodec.html#locale">locale</a>() -<li><a href="ntqtextcodec.html#makeDecoder">makeDecoder</a>() -<li><a href="ntqtextcodec.html#makeEncoder">makeEncoder</a>() -<li><a href="ntqtextcodec.html#mibEnum">mibEnum</a>() -<li><a href="ntqtextcodec.html#mimeName">mimeName</a>() -<li><a href="ntqtextcodec.html#name">name</a>() -<li><a href="ntqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() -<li><a href="ntqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() -<li><a href="ntqtextcodec.html#setCodecForTr">setCodecForTr</a>() -<li><a href="ntqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#toUnicode">toUnicode</a>() +<li><a href="tqtextcodec.html#canEncode">canEncode</a>() +<li><a href="tqtextcodec.html#codecForCStrings">codecForCStrings</a>() +<li><a href="tqtextcodec.html#codecForContent">codecForContent</a>() +<li><a href="tqtextcodec.html#codecForIndex">codecForIndex</a>() +<li><a href="tqtextcodec.html#codecForLocale">codecForLocale</a>() +<li><a href="tqtextcodec.html#codecForMib">codecForMib</a>() +<li><a href="tqtextcodec.html#codecForName">codecForName</a>() +<li><a href="tqtextcodec.html#codecForTr">codecForTr</a>() +<li><a href="tqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() +<li><a href="tqtextcodec.html#fromUnicode">fromUnicode</a>() +<li><a href="tqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() +<li><a href="tqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() +<li><a href="tqtextcodec.html#loadCharmap">loadCharmap</a>() +<li><a href="tqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() +<li><a href="tqtextcodec.html#locale">locale</a>() +<li><a href="tqtextcodec.html#makeDecoder">makeDecoder</a>() +<li><a href="tqtextcodec.html#makeEncoder">makeEncoder</a>() +<li><a href="tqtextcodec.html#mibEnum">mibEnum</a>() +<li><a href="tqtextcodec.html#mimeName">mimeName</a>() +<li><a href="tqtextcodec.html#name">name</a>() +<li><a href="tqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() +<li><a href="tqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() +<li><a href="tqtextcodec.html#setCodecForTr">setCodecForTr</a>() +<li><a href="tqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() +<li><a href="tqtextcodec.html#toUnicode">toUnicode</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qbig5hkscscodec.html b/doc/html/qbig5hkscscodec.html index 7eda79ff7..6a6a018c1 100644 --- a/doc/html/qbig5hkscscodec.html +++ b/doc/html/qbig5hkscscodec.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQBig5hkscsCodec class provides conversion to and from the Big5-HKSCS encoding. <a href="#details">More...</a> <p><tt>#include <<a href="qbig5codec-h.html">ntqbig5codec.h</a>></tt> -<p>Inherits <a href="ntqtextcodec.html">TQTextCodec</a>. +<p>Inherits <a href="tqtextcodec.html">TQTextCodec</a>. <p><a href="qbig5hkscscodec-members.html">List of all member functions.</a> <hr><a name="details"></a><h2>Detailed Description</h2> diff --git a/doc/html/qdir-example.html b/doc/html/qdir-example.html index b540a69a2..ffd1d77f9 100644 --- a/doc/html/qdir-example.html +++ b/doc/html/qdir-example.html @@ -49,10 +49,10 @@ body { background: #ffffff; color: black; } #include "ntqdir.h" #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qtextview-h.html">ntqtextview.h</a>> +#include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="qfileinfo-h.html">ntqfileinfo.h</a>> #include <<a href="qfile-h.html">ntqfile.h</a>> -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="qspinbox-h.html">ntqspinbox.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qtoolbutton-h.html">ntqtoolbutton.h</a>> #include <<a href="qfile-h.html">ntqfile.h</a>> -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="qtooltip-h.html">ntqtooltip.h</a>> #include <stdlib.h> @@ -147,8 +147,8 @@ void <a name="f496"></a>PixmapView::setPixmap( const <a href="ntqpixmap.html">TQ : <a href="tqwidgetstack.html">TQWidgetStack</a>( parent ) { normalText = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( this ); -<a name="x1845"></a> normalText-><a href="ntqtextedit.html#setReadOnly">setReadOnly</a>( TRUE ); - html = new <a href="ntqtextview.html">TQTextView</a>( this ); +<a name="x1845"></a> normalText-><a href="tqtextedit.html#setReadOnly">setReadOnly</a>( TRUE ); + html = new <a href="tqtextview.html">TQTextView</a>( this ); pixmap = new PixmapView( this ); <a href="tqwidgetstack.html#raiseWidget">raiseWidget</a>( normalText ); } @@ -159,7 +159,7 @@ void <a name="f498"></a>Preview::showPreview( const <a href="ntqurl.html">TQUrl< <a name="x1850"></a> <a href="tqstring.html">TQString</a> path = u.<a href="ntqurl.html#path">path</a>(); <a href="ntqfileinfo.html">TQFileInfo</a> fi( path ); <a name="x1825"></a><a name="x1824"></a> if ( fi.<a href="ntqfileinfo.html#isFile">isFile</a>() && (int)fi.<a href="ntqfileinfo.html#size">size</a>() > size * 1000 ) { -<a name="x1846"></a> normalText-><a href="ntqtextedit.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>( "The File\n%1\nis too large, so I don't show it!" ).arg( path ) ); +<a name="x1846"></a> normalText-><a href="tqtextedit.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>( "The File\n%1\nis too large, so I don't show it!" ).arg( path ) ); <a href="tqwidgetstack.html#raiseWidget">raiseWidget</a>( normalText ); return; } @@ -169,29 +169,29 @@ void <a name="f498"></a>Preview::showPreview( const <a href="ntqurl.html">TQUrl< if ( fi.<a href="ntqfileinfo.html#isFile">isFile</a>() ) { <a href="ntqfile.html">TQFile</a> f( path ); <a name="x1815"></a> if ( f.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_ReadOnly</a> ) ) { - <a href="ntqtextstream.html">TQTextStream</a> ts( &f ); -<a name="x1847"></a> <a href="tqstring.html">TQString</a> text = ts.<a href="ntqtextstream.html#read">read</a>(); + <a href="tqtextstream.html">TQTextStream</a> ts( &f ); +<a name="x1847"></a> <a href="tqstring.html">TQString</a> text = ts.<a href="tqtextstream.html#read">read</a>(); <a name="x1814"></a> f.<a href="ntqfile.html#close">close</a>(); <a name="x1823"></a> if ( fi.<a href="ntqfileinfo.html#extension">extension</a>().lower().contains( "htm" ) ) { -<a name="x1844"></a><a name="x1843"></a> <a href="tqstring.html">TQString</a> url = html-><a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>()->makeAbsolute( path, html-><a href="ntqtextedit.html#context">context</a>() ); - html-><a href="ntqtextedit.html#setText">setText</a>( text, url ); +<a name="x1844"></a><a name="x1843"></a> <a href="tqstring.html">TQString</a> url = html-><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>()->makeAbsolute( path, html-><a href="tqtextedit.html#context">context</a>() ); + html-><a href="tqtextedit.html#setText">setText</a>( text, url ); raiseWidget( html ); return; } else { - normalText-><a href="ntqtextedit.html#setText">setText</a>( text ); + normalText-><a href="tqtextedit.html#setText">setText</a>( text ); raiseWidget( normalText ); return; } } } - normalText-><a href="ntqtextedit.html#setText">setText</a>( <a href="tqstring.html#TQString-null">TQString::null</a> ); + normalText-><a href="tqtextedit.html#setText">setText</a>( <a href="tqstring.html#TQString-null">TQString::null</a> ); raiseWidget( normalText ); } else { pixmap->setPixmap( pix ); raiseWidget( pixmap ); } } else { - normalText-><a href="ntqtextedit.html#setText">setText</a>( "I only show local files!" ); + normalText-><a href="tqtextedit.html#setText">setText</a>( "I only show local files!" ); raiseWidget( normalText ); } } diff --git a/doc/html/qdockarea-h.html b/doc/html/qdockarea-h.html index 655170550..988d0b4cb 100644 --- a/doc/html/qdockarea-h.html +++ b/doc/html/qdockarea-h.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } #include "ntqlayout.h" #include "tqvaluelist.h" #include "ntqguardedptr.h" -#include "ntqtextstream.h" +#include "tqtextstream.h" #endif // QT_H #ifndef TQT_NO_MAINWINDOW diff --git a/doc/html/qdropevent.html b/doc/html/qdropevent.html index a53c65911..5c444ce08 100644 --- a/doc/html/qdropevent.html +++ b/doc/html/qdropevent.html @@ -105,7 +105,7 @@ which your widget processed. Set <em>y</em> to TRUE (the default) if your widget could process the data, otherwise set <em>y</em> to FALSE. To get the data, use <a href="#encodedData">encodedData</a>(), or preferably, the decode() methods of existing <a href="ntqdragobject.html">TQDragObject</a> subclasses, such as -<a href="qtextdrag.html#decode">TQTextDrag::decode</a>(), or your own subclasses. +<a href="tqtextdrag.html#decode">TQTextDrag::decode</a>(), or your own subclasses. <p> <p>See also <a href="#acceptAction">acceptAction</a>(). <p>Example: <a href="simple_dd-example.html#x2819">iconview/simple_dd/main.cpp</a>. diff --git a/doc/html/qeucjpcodec-h.html b/doc/html/qeucjpcodec-h.html index 8c28e8982..2767442fa 100644 --- a/doc/html/qeucjpcodec-h.html +++ b/doc/html/qeucjpcodec-h.html @@ -107,7 +107,7 @@ body { background: #ffffff; color: black; } #define TQEUCJPCODEC_H #ifndef QT_H -#include "ntqtextcodec.h" +#include "tqtextcodec.h" #include "ntqjpunicode.h" #endif // QT_H diff --git a/doc/html/qeucjpcodec-members.html b/doc/html/qeucjpcodec-members.html index d56a5adac..0bdb369ec 100644 --- a/doc/html/qeucjpcodec-members.html +++ b/doc/html/qeucjpcodec-members.html @@ -37,31 +37,31 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqeucjpcodec.html#TQEucJpCodec">TQEucJpCodec</a>() <li><a href="ntqeucjpcodec.html#~TQEucJpCodec">~TQEucJpCodec</a>() -<li><a href="ntqtextcodec.html#canEncode">canEncode</a>() -<li><a href="ntqtextcodec.html#codecForCStrings">codecForCStrings</a>() -<li><a href="ntqtextcodec.html#codecForContent">codecForContent</a>() -<li><a href="ntqtextcodec.html#codecForIndex">codecForIndex</a>() -<li><a href="ntqtextcodec.html#codecForLocale">codecForLocale</a>() -<li><a href="ntqtextcodec.html#codecForMib">codecForMib</a>() -<li><a href="ntqtextcodec.html#codecForName">codecForName</a>() -<li><a href="ntqtextcodec.html#codecForTr">codecForTr</a>() -<li><a href="ntqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() -<li><a href="ntqtextcodec.html#fromUnicode">fromUnicode</a>() -<li><a href="ntqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() -<li><a href="ntqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#loadCharmap">loadCharmap</a>() -<li><a href="ntqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() -<li><a href="ntqtextcodec.html#locale">locale</a>() -<li><a href="ntqtextcodec.html#makeDecoder">makeDecoder</a>() -<li><a href="ntqtextcodec.html#makeEncoder">makeEncoder</a>() +<li><a href="tqtextcodec.html#canEncode">canEncode</a>() +<li><a href="tqtextcodec.html#codecForCStrings">codecForCStrings</a>() +<li><a href="tqtextcodec.html#codecForContent">codecForContent</a>() +<li><a href="tqtextcodec.html#codecForIndex">codecForIndex</a>() +<li><a href="tqtextcodec.html#codecForLocale">codecForLocale</a>() +<li><a href="tqtextcodec.html#codecForMib">codecForMib</a>() +<li><a href="tqtextcodec.html#codecForName">codecForName</a>() +<li><a href="tqtextcodec.html#codecForTr">codecForTr</a>() +<li><a href="tqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() +<li><a href="tqtextcodec.html#fromUnicode">fromUnicode</a>() +<li><a href="tqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() +<li><a href="tqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() +<li><a href="tqtextcodec.html#loadCharmap">loadCharmap</a>() +<li><a href="tqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() +<li><a href="tqtextcodec.html#locale">locale</a>() +<li><a href="tqtextcodec.html#makeDecoder">makeDecoder</a>() +<li><a href="tqtextcodec.html#makeEncoder">makeEncoder</a>() <li><a href="ntqeucjpcodec.html#mibEnum">mibEnum</a>() <li><a href="ntqeucjpcodec.html#mimeName">mimeName</a>() -<li><a href="ntqtextcodec.html#name">name</a>() -<li><a href="ntqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() -<li><a href="ntqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() -<li><a href="ntqtextcodec.html#setCodecForTr">setCodecForTr</a>() -<li><a href="ntqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#toUnicode">toUnicode</a>() +<li><a href="tqtextcodec.html#name">name</a>() +<li><a href="tqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() +<li><a href="tqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() +<li><a href="tqtextcodec.html#setCodecForTr">setCodecForTr</a>() +<li><a href="tqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() +<li><a href="tqtextcodec.html#toUnicode">toUnicode</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qeuckrcodec-h.html b/doc/html/qeuckrcodec-h.html index 0446d1a58..77900acac 100644 --- a/doc/html/qeuckrcodec-h.html +++ b/doc/html/qeuckrcodec-h.html @@ -103,7 +103,7 @@ body { background: #ffffff; color: black; } #define TQEUCKRCODEC_H #ifndef QT_H -#include "ntqtextcodec.h" +#include "tqtextcodec.h" #endif // QT_H #ifndef TQT_NO_BIG_CODECS diff --git a/doc/html/qeuckrcodec-members.html b/doc/html/qeuckrcodec-members.html index 52ac21111..3ad209ea8 100644 --- a/doc/html/qeuckrcodec-members.html +++ b/doc/html/qeuckrcodec-members.html @@ -35,31 +35,31 @@ body { background: #ffffff; color: black; } <a href="ntqeuckrcodec.html">TQEucKrCodec</a>, including inherited members. <ul> -<li><a href="ntqtextcodec.html#canEncode">canEncode</a>() -<li><a href="ntqtextcodec.html#codecForCStrings">codecForCStrings</a>() -<li><a href="ntqtextcodec.html#codecForContent">codecForContent</a>() -<li><a href="ntqtextcodec.html#codecForIndex">codecForIndex</a>() -<li><a href="ntqtextcodec.html#codecForLocale">codecForLocale</a>() -<li><a href="ntqtextcodec.html#codecForMib">codecForMib</a>() -<li><a href="ntqtextcodec.html#codecForName">codecForName</a>() -<li><a href="ntqtextcodec.html#codecForTr">codecForTr</a>() -<li><a href="ntqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() -<li><a href="ntqtextcodec.html#fromUnicode">fromUnicode</a>() -<li><a href="ntqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() -<li><a href="ntqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#loadCharmap">loadCharmap</a>() -<li><a href="ntqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() -<li><a href="ntqtextcodec.html#locale">locale</a>() -<li><a href="ntqtextcodec.html#makeDecoder">makeDecoder</a>() -<li><a href="ntqtextcodec.html#makeEncoder">makeEncoder</a>() -<li><a href="ntqtextcodec.html#mibEnum">mibEnum</a>() +<li><a href="tqtextcodec.html#canEncode">canEncode</a>() +<li><a href="tqtextcodec.html#codecForCStrings">codecForCStrings</a>() +<li><a href="tqtextcodec.html#codecForContent">codecForContent</a>() +<li><a href="tqtextcodec.html#codecForIndex">codecForIndex</a>() +<li><a href="tqtextcodec.html#codecForLocale">codecForLocale</a>() +<li><a href="tqtextcodec.html#codecForMib">codecForMib</a>() +<li><a href="tqtextcodec.html#codecForName">codecForName</a>() +<li><a href="tqtextcodec.html#codecForTr">codecForTr</a>() +<li><a href="tqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() +<li><a href="tqtextcodec.html#fromUnicode">fromUnicode</a>() +<li><a href="tqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() +<li><a href="tqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() +<li><a href="tqtextcodec.html#loadCharmap">loadCharmap</a>() +<li><a href="tqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() +<li><a href="tqtextcodec.html#locale">locale</a>() +<li><a href="tqtextcodec.html#makeDecoder">makeDecoder</a>() +<li><a href="tqtextcodec.html#makeEncoder">makeEncoder</a>() +<li><a href="tqtextcodec.html#mibEnum">mibEnum</a>() <li><a href="ntqeuckrcodec.html#mimeName">mimeName</a>() -<li><a href="ntqtextcodec.html#name">name</a>() -<li><a href="ntqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() -<li><a href="ntqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() -<li><a href="ntqtextcodec.html#setCodecForTr">setCodecForTr</a>() -<li><a href="ntqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#toUnicode">toUnicode</a>() +<li><a href="tqtextcodec.html#name">name</a>() +<li><a href="tqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() +<li><a href="tqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() +<li><a href="tqtextcodec.html#setCodecForTr">setCodecForTr</a>() +<li><a href="tqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() +<li><a href="tqtextcodec.html#toUnicode">toUnicode</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qfontmanager_qws-h.html b/doc/html/qfontmanager_qws-h.html index 40f47881d..137a3d9bd 100644 --- a/doc/html/qfontmanager_qws-h.html +++ b/doc/html/qfontmanager_qws-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "ntqfont.h" #include "tqptrlist.h" -#include <private/qtextengine_p.h> +#include <private/tqtextengine_p.h> #endif // QT_H // These are stored in the shared memory segment in front of their diff --git a/doc/html/qgb18030codec-h.html b/doc/html/qgb18030codec-h.html index 663055631..84781ea94 100644 --- a/doc/html/qgb18030codec-h.html +++ b/doc/html/qgb18030codec-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQGB18030CODEC_H #ifndef QT_H -#include "ntqtextcodec.h" +#include "tqtextcodec.h" #endif // QT_H diff --git a/doc/html/qgb18030codec-members.html b/doc/html/qgb18030codec-members.html index 040e8cbfa..39cbfc6cd 100644 --- a/doc/html/qgb18030codec-members.html +++ b/doc/html/qgb18030codec-members.html @@ -35,31 +35,31 @@ body { background: #ffffff; color: black; } <a href="ntqgb18030codec.html">TQGb18030Codec</a>, including inherited members. <ul> -<li><a href="ntqtextcodec.html#canEncode">canEncode</a>() -<li><a href="ntqtextcodec.html#codecForCStrings">codecForCStrings</a>() -<li><a href="ntqtextcodec.html#codecForContent">codecForContent</a>() -<li><a href="ntqtextcodec.html#codecForIndex">codecForIndex</a>() -<li><a href="ntqtextcodec.html#codecForLocale">codecForLocale</a>() -<li><a href="ntqtextcodec.html#codecForMib">codecForMib</a>() -<li><a href="ntqtextcodec.html#codecForName">codecForName</a>() -<li><a href="ntqtextcodec.html#codecForTr">codecForTr</a>() -<li><a href="ntqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() -<li><a href="ntqtextcodec.html#fromUnicode">fromUnicode</a>() -<li><a href="ntqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() -<li><a href="ntqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#loadCharmap">loadCharmap</a>() -<li><a href="ntqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() -<li><a href="ntqtextcodec.html#locale">locale</a>() -<li><a href="ntqtextcodec.html#makeDecoder">makeDecoder</a>() -<li><a href="ntqtextcodec.html#makeEncoder">makeEncoder</a>() -<li><a href="ntqtextcodec.html#mibEnum">mibEnum</a>() -<li><a href="ntqtextcodec.html#mimeName">mimeName</a>() -<li><a href="ntqtextcodec.html#name">name</a>() -<li><a href="ntqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() -<li><a href="ntqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() -<li><a href="ntqtextcodec.html#setCodecForTr">setCodecForTr</a>() -<li><a href="ntqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#toUnicode">toUnicode</a>() +<li><a href="tqtextcodec.html#canEncode">canEncode</a>() +<li><a href="tqtextcodec.html#codecForCStrings">codecForCStrings</a>() +<li><a href="tqtextcodec.html#codecForContent">codecForContent</a>() +<li><a href="tqtextcodec.html#codecForIndex">codecForIndex</a>() +<li><a href="tqtextcodec.html#codecForLocale">codecForLocale</a>() +<li><a href="tqtextcodec.html#codecForMib">codecForMib</a>() +<li><a href="tqtextcodec.html#codecForName">codecForName</a>() +<li><a href="tqtextcodec.html#codecForTr">codecForTr</a>() +<li><a href="tqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() +<li><a href="tqtextcodec.html#fromUnicode">fromUnicode</a>() +<li><a href="tqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() +<li><a href="tqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() +<li><a href="tqtextcodec.html#loadCharmap">loadCharmap</a>() +<li><a href="tqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() +<li><a href="tqtextcodec.html#locale">locale</a>() +<li><a href="tqtextcodec.html#makeDecoder">makeDecoder</a>() +<li><a href="tqtextcodec.html#makeEncoder">makeEncoder</a>() +<li><a href="tqtextcodec.html#mibEnum">mibEnum</a>() +<li><a href="tqtextcodec.html#mimeName">mimeName</a>() +<li><a href="tqtextcodec.html#name">name</a>() +<li><a href="tqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() +<li><a href="tqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() +<li><a href="tqtextcodec.html#setCodecForTr">setCodecForTr</a>() +<li><a href="tqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() +<li><a href="tqtextcodec.html#toUnicode">toUnicode</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qgb2312codec-members.html b/doc/html/qgb2312codec-members.html index dbc8dcc90..02b9b867d 100644 --- a/doc/html/qgb2312codec-members.html +++ b/doc/html/qgb2312codec-members.html @@ -35,31 +35,31 @@ body { background: #ffffff; color: black; } <a href="qgb2312codec.html">TQGb2312Codec</a>, including inherited members. <ul> -<li><a href="ntqtextcodec.html#canEncode">canEncode</a>() -<li><a href="ntqtextcodec.html#codecForCStrings">codecForCStrings</a>() -<li><a href="ntqtextcodec.html#codecForContent">codecForContent</a>() -<li><a href="ntqtextcodec.html#codecForIndex">codecForIndex</a>() -<li><a href="ntqtextcodec.html#codecForLocale">codecForLocale</a>() -<li><a href="ntqtextcodec.html#codecForMib">codecForMib</a>() -<li><a href="ntqtextcodec.html#codecForName">codecForName</a>() -<li><a href="ntqtextcodec.html#codecForTr">codecForTr</a>() -<li><a href="ntqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() -<li><a href="ntqtextcodec.html#fromUnicode">fromUnicode</a>() -<li><a href="ntqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() -<li><a href="ntqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#loadCharmap">loadCharmap</a>() -<li><a href="ntqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() -<li><a href="ntqtextcodec.html#locale">locale</a>() -<li><a href="ntqtextcodec.html#makeDecoder">makeDecoder</a>() -<li><a href="ntqtextcodec.html#makeEncoder">makeEncoder</a>() -<li><a href="ntqtextcodec.html#mibEnum">mibEnum</a>() -<li><a href="ntqtextcodec.html#mimeName">mimeName</a>() -<li><a href="ntqtextcodec.html#name">name</a>() -<li><a href="ntqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() -<li><a href="ntqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() -<li><a href="ntqtextcodec.html#setCodecForTr">setCodecForTr</a>() -<li><a href="ntqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#toUnicode">toUnicode</a>() +<li><a href="tqtextcodec.html#canEncode">canEncode</a>() +<li><a href="tqtextcodec.html#codecForCStrings">codecForCStrings</a>() +<li><a href="tqtextcodec.html#codecForContent">codecForContent</a>() +<li><a href="tqtextcodec.html#codecForIndex">codecForIndex</a>() +<li><a href="tqtextcodec.html#codecForLocale">codecForLocale</a>() +<li><a href="tqtextcodec.html#codecForMib">codecForMib</a>() +<li><a href="tqtextcodec.html#codecForName">codecForName</a>() +<li><a href="tqtextcodec.html#codecForTr">codecForTr</a>() +<li><a href="tqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() +<li><a href="tqtextcodec.html#fromUnicode">fromUnicode</a>() +<li><a href="tqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() +<li><a href="tqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() +<li><a href="tqtextcodec.html#loadCharmap">loadCharmap</a>() +<li><a href="tqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() +<li><a href="tqtextcodec.html#locale">locale</a>() +<li><a href="tqtextcodec.html#makeDecoder">makeDecoder</a>() +<li><a href="tqtextcodec.html#makeEncoder">makeEncoder</a>() +<li><a href="tqtextcodec.html#mibEnum">mibEnum</a>() +<li><a href="tqtextcodec.html#mimeName">mimeName</a>() +<li><a href="tqtextcodec.html#name">name</a>() +<li><a href="tqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() +<li><a href="tqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() +<li><a href="tqtextcodec.html#setCodecForTr">setCodecForTr</a>() +<li><a href="tqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() +<li><a href="tqtextcodec.html#toUnicode">toUnicode</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qgbkcodec-members.html b/doc/html/qgbkcodec-members.html index e8fd8b873..15c7a000f 100644 --- a/doc/html/qgbkcodec-members.html +++ b/doc/html/qgbkcodec-members.html @@ -35,31 +35,31 @@ body { background: #ffffff; color: black; } <a href="ntqgbkcodec.html">TQGbkCodec</a>, including inherited members. <ul> -<li><a href="ntqtextcodec.html#canEncode">canEncode</a>() -<li><a href="ntqtextcodec.html#codecForCStrings">codecForCStrings</a>() -<li><a href="ntqtextcodec.html#codecForContent">codecForContent</a>() -<li><a href="ntqtextcodec.html#codecForIndex">codecForIndex</a>() -<li><a href="ntqtextcodec.html#codecForLocale">codecForLocale</a>() -<li><a href="ntqtextcodec.html#codecForMib">codecForMib</a>() -<li><a href="ntqtextcodec.html#codecForName">codecForName</a>() -<li><a href="ntqtextcodec.html#codecForTr">codecForTr</a>() -<li><a href="ntqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() -<li><a href="ntqtextcodec.html#fromUnicode">fromUnicode</a>() -<li><a href="ntqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() -<li><a href="ntqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#loadCharmap">loadCharmap</a>() -<li><a href="ntqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() -<li><a href="ntqtextcodec.html#locale">locale</a>() -<li><a href="ntqtextcodec.html#makeDecoder">makeDecoder</a>() -<li><a href="ntqtextcodec.html#makeEncoder">makeEncoder</a>() -<li><a href="ntqtextcodec.html#mibEnum">mibEnum</a>() -<li><a href="ntqtextcodec.html#mimeName">mimeName</a>() -<li><a href="ntqtextcodec.html#name">name</a>() -<li><a href="ntqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() -<li><a href="ntqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() -<li><a href="ntqtextcodec.html#setCodecForTr">setCodecForTr</a>() -<li><a href="ntqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#toUnicode">toUnicode</a>() +<li><a href="tqtextcodec.html#canEncode">canEncode</a>() +<li><a href="tqtextcodec.html#codecForCStrings">codecForCStrings</a>() +<li><a href="tqtextcodec.html#codecForContent">codecForContent</a>() +<li><a href="tqtextcodec.html#codecForIndex">codecForIndex</a>() +<li><a href="tqtextcodec.html#codecForLocale">codecForLocale</a>() +<li><a href="tqtextcodec.html#codecForMib">codecForMib</a>() +<li><a href="tqtextcodec.html#codecForName">codecForName</a>() +<li><a href="tqtextcodec.html#codecForTr">codecForTr</a>() +<li><a href="tqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() +<li><a href="tqtextcodec.html#fromUnicode">fromUnicode</a>() +<li><a href="tqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() +<li><a href="tqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() +<li><a href="tqtextcodec.html#loadCharmap">loadCharmap</a>() +<li><a href="tqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() +<li><a href="tqtextcodec.html#locale">locale</a>() +<li><a href="tqtextcodec.html#makeDecoder">makeDecoder</a>() +<li><a href="tqtextcodec.html#makeEncoder">makeEncoder</a>() +<li><a href="tqtextcodec.html#mibEnum">mibEnum</a>() +<li><a href="tqtextcodec.html#mimeName">mimeName</a>() +<li><a href="tqtextcodec.html#name">name</a>() +<li><a href="tqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() +<li><a href="tqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() +<li><a href="tqtextcodec.html#setCodecForTr">setCodecForTr</a>() +<li><a href="tqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() +<li><a href="tqtextcodec.html#toUnicode">toUnicode</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qgfx_qws-h.html b/doc/html/qgfx_qws-h.html index 5f8d2497a..3fb69e87d 100644 --- a/doc/html/qgfx_qws-h.html +++ b/doc/html/qgfx_qws-h.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } #include "ntqpoint.h" #endif // QT_H -#include <private/qtextengine_p.h> +#include <private/tqtextengine_p.h> class TQScreenCursor; diff --git a/doc/html/qhebrewcodec-members.html b/doc/html/qhebrewcodec-members.html index 1460f7750..ea578ccd1 100644 --- a/doc/html/qhebrewcodec-members.html +++ b/doc/html/qhebrewcodec-members.html @@ -35,31 +35,31 @@ body { background: #ffffff; color: black; } <a href="qhebrewcodec.html">TQHebrewCodec</a>, including inherited members. <ul> -<li><a href="ntqtextcodec.html#canEncode">canEncode</a>() -<li><a href="ntqtextcodec.html#codecForCStrings">codecForCStrings</a>() -<li><a href="ntqtextcodec.html#codecForContent">codecForContent</a>() -<li><a href="ntqtextcodec.html#codecForIndex">codecForIndex</a>() -<li><a href="ntqtextcodec.html#codecForLocale">codecForLocale</a>() -<li><a href="ntqtextcodec.html#codecForMib">codecForMib</a>() -<li><a href="ntqtextcodec.html#codecForName">codecForName</a>() -<li><a href="ntqtextcodec.html#codecForTr">codecForTr</a>() -<li><a href="ntqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() +<li><a href="tqtextcodec.html#canEncode">canEncode</a>() +<li><a href="tqtextcodec.html#codecForCStrings">codecForCStrings</a>() +<li><a href="tqtextcodec.html#codecForContent">codecForContent</a>() +<li><a href="tqtextcodec.html#codecForIndex">codecForIndex</a>() +<li><a href="tqtextcodec.html#codecForLocale">codecForLocale</a>() +<li><a href="tqtextcodec.html#codecForMib">codecForMib</a>() +<li><a href="tqtextcodec.html#codecForName">codecForName</a>() +<li><a href="tqtextcodec.html#codecForTr">codecForTr</a>() +<li><a href="tqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() <li><a href="qhebrewcodec.html#fromUnicode">fromUnicode</a>() -<li><a href="ntqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() -<li><a href="ntqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#loadCharmap">loadCharmap</a>() -<li><a href="ntqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() -<li><a href="ntqtextcodec.html#locale">locale</a>() -<li><a href="ntqtextcodec.html#makeDecoder">makeDecoder</a>() -<li><a href="ntqtextcodec.html#makeEncoder">makeEncoder</a>() -<li><a href="ntqtextcodec.html#mibEnum">mibEnum</a>() +<li><a href="tqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() +<li><a href="tqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() +<li><a href="tqtextcodec.html#loadCharmap">loadCharmap</a>() +<li><a href="tqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() +<li><a href="tqtextcodec.html#locale">locale</a>() +<li><a href="tqtextcodec.html#makeDecoder">makeDecoder</a>() +<li><a href="tqtextcodec.html#makeEncoder">makeEncoder</a>() +<li><a href="tqtextcodec.html#mibEnum">mibEnum</a>() <li><a href="qhebrewcodec.html#mimeName">mimeName</a>() -<li><a href="ntqtextcodec.html#name">name</a>() -<li><a href="ntqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() -<li><a href="ntqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() -<li><a href="ntqtextcodec.html#setCodecForTr">setCodecForTr</a>() -<li><a href="ntqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#toUnicode">toUnicode</a>() +<li><a href="tqtextcodec.html#name">name</a>() +<li><a href="tqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() +<li><a href="tqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() +<li><a href="tqtextcodec.html#setCodecForTr">setCodecForTr</a>() +<li><a href="tqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() +<li><a href="tqtextcodec.html#toUnicode">toUnicode</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qhebrewcodec.html b/doc/html/qhebrewcodec.html index 29e92170e..6430f491c 100644 --- a/doc/html/qhebrewcodec.html +++ b/doc/html/qhebrewcodec.html @@ -36,7 +36,7 @@ visually ordered Hebrew. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> <p><tt>#include <<a href="qrtlcodec-h.html">ntqrtlcodec.h</a>></tt> -<p>Inherits <a href="ntqtextcodec.html">TQTextCodec</a>. +<p>Inherits <a href="tqtextcodec.html">TQTextCodec</a>. <p><a href="qhebrewcodec-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -95,12 +95,12 @@ the same paragraph. one input character is mapped to two output characters). The <em>lenInOut</em> argument specifies the number of TQChars that should be converted and is set to the number of characters returned. -<p>Reimplemented from <a href="ntqtextcodec.html#fromUnicode">TQTextCodec</a>. +<p>Reimplemented from <a href="tqtextcodec.html#fromUnicode">TQTextCodec</a>. <h3 class=fn>const char * <a name="mimeName"></a>TQHebrewCodec::mimeName () const<tt> [virtual]</tt> </h3> Returns the codec's mime name. -<p>Reimplemented from <a href="ntqtextcodec.html#mimeName">TQTextCodec</a>. +<p>Reimplemented from <a href="tqtextcodec.html#mimeName">TQTextCodec</a>. <!-- eof --> <hr><p> This file is part of the <a href="index.html">TQt toolkit</a>. diff --git a/doc/html/qjiscodec-h.html b/doc/html/qjiscodec-h.html index afe800535..79903f871 100644 --- a/doc/html/qjiscodec-h.html +++ b/doc/html/qjiscodec-h.html @@ -107,7 +107,7 @@ body { background: #ffffff; color: black; } #define TQJISCODEC_H #ifndef QT_H -#include "ntqtextcodec.h" +#include "tqtextcodec.h" #include "ntqjpunicode.h" #endif // QT_H diff --git a/doc/html/qjiscodec-members.html b/doc/html/qjiscodec-members.html index d1c2e9e0b..da274cfe1 100644 --- a/doc/html/qjiscodec-members.html +++ b/doc/html/qjiscodec-members.html @@ -35,31 +35,31 @@ body { background: #ffffff; color: black; } <a href="ntqjiscodec.html">TQJisCodec</a>, including inherited members. <ul> -<li><a href="ntqtextcodec.html#canEncode">canEncode</a>() -<li><a href="ntqtextcodec.html#codecForCStrings">codecForCStrings</a>() -<li><a href="ntqtextcodec.html#codecForContent">codecForContent</a>() -<li><a href="ntqtextcodec.html#codecForIndex">codecForIndex</a>() -<li><a href="ntqtextcodec.html#codecForLocale">codecForLocale</a>() -<li><a href="ntqtextcodec.html#codecForMib">codecForMib</a>() -<li><a href="ntqtextcodec.html#codecForName">codecForName</a>() -<li><a href="ntqtextcodec.html#codecForTr">codecForTr</a>() -<li><a href="ntqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() -<li><a href="ntqtextcodec.html#fromUnicode">fromUnicode</a>() -<li><a href="ntqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() -<li><a href="ntqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#loadCharmap">loadCharmap</a>() -<li><a href="ntqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() -<li><a href="ntqtextcodec.html#locale">locale</a>() -<li><a href="ntqtextcodec.html#makeDecoder">makeDecoder</a>() -<li><a href="ntqtextcodec.html#makeEncoder">makeEncoder</a>() -<li><a href="ntqtextcodec.html#mibEnum">mibEnum</a>() +<li><a href="tqtextcodec.html#canEncode">canEncode</a>() +<li><a href="tqtextcodec.html#codecForCStrings">codecForCStrings</a>() +<li><a href="tqtextcodec.html#codecForContent">codecForContent</a>() +<li><a href="tqtextcodec.html#codecForIndex">codecForIndex</a>() +<li><a href="tqtextcodec.html#codecForLocale">codecForLocale</a>() +<li><a href="tqtextcodec.html#codecForMib">codecForMib</a>() +<li><a href="tqtextcodec.html#codecForName">codecForName</a>() +<li><a href="tqtextcodec.html#codecForTr">codecForTr</a>() +<li><a href="tqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() +<li><a href="tqtextcodec.html#fromUnicode">fromUnicode</a>() +<li><a href="tqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() +<li><a href="tqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() +<li><a href="tqtextcodec.html#loadCharmap">loadCharmap</a>() +<li><a href="tqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() +<li><a href="tqtextcodec.html#locale">locale</a>() +<li><a href="tqtextcodec.html#makeDecoder">makeDecoder</a>() +<li><a href="tqtextcodec.html#makeEncoder">makeEncoder</a>() +<li><a href="tqtextcodec.html#mibEnum">mibEnum</a>() <li><a href="ntqjiscodec.html#mimeName">mimeName</a>() -<li><a href="ntqtextcodec.html#name">name</a>() -<li><a href="ntqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() -<li><a href="ntqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() -<li><a href="ntqtextcodec.html#setCodecForTr">setCodecForTr</a>() -<li><a href="ntqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#toUnicode">toUnicode</a>() +<li><a href="tqtextcodec.html#name">name</a>() +<li><a href="tqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() +<li><a href="tqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() +<li><a href="tqtextcodec.html#setCodecForTr">setCodecForTr</a>() +<li><a href="tqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() +<li><a href="tqtextcodec.html#toUnicode">toUnicode</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qmacmime.html b/doc/html/qmacmime.html index ed23e8808..fa07d879a 100644 --- a/doc/html/qmacmime.html +++ b/doc/html/qmacmime.html @@ -72,7 +72,7 @@ clipboard formats to MIME formats. <p> TQt has predefined support for the following Mac flavors: <ul> <li> kScrapFlavorTypeUnicode - converted to "text/plain;charset=ISO-10646-UCS-2" -and supported by <a href="qtextdrag.html">TQTextDrag</a>. +and supported by <a href="tqtextdrag.html">TQTextDrag</a>. <li> kScrapFlavorTypeText - converted to "text/plain;charset=system" or "text/plain" and supported by TQTextDrag. <li> kScrapFlavorTypePicture - converted to "image/format", where format is diff --git a/doc/html/qmacstyle.html b/doc/html/qmacstyle.html index b9eb68d38..9146b60c6 100644 --- a/doc/html/qmacstyle.html +++ b/doc/html/qmacstyle.html @@ -103,7 +103,7 @@ documentation. <li><tt>TQMacStyle::FocusDisabled</tt> - never show a focus rectangle for the widget. <li><tt>TQMacStyle::FocusDefault</tt> - show a focus rectangle when the widget has focus and the widget is a TQSpinWidget, <a href="ntqdatetimeedit.html">TQDateTimeEdit</a>, <a href="ntqlineedit.html">TQLineEdit</a>, -<a href="ntqlistbox.html">TQListBox</a>, <a href="ntqlistview.html">TQListView</a>, editable <a href="ntqtextedit.html">TQTextEdit</a>, or one of their +<a href="ntqlistbox.html">TQListBox</a>, <a href="ntqlistview.html">TQListView</a>, editable <a href="tqtextedit.html">TQTextEdit</a>, or one of their subclasses. </ul> <h3 class=fn><a name="WidgetSizePolicy-enum"></a>TQMacStyle::WidgetSizePolicy</h3> diff --git a/doc/html/qmainwindow-h.html b/doc/html/qmainwindow-h.html index f87aab5b8..61d5bc336 100644 --- a/doc/html/qmainwindow-h.html +++ b/doc/html/qmainwindow-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "tqwidget.h" #include "ntqtoolbar.h" #include "tqptrlist.h" -#include "ntqtextstream.h" +#include "tqtextstream.h" #endif // QT_H #ifndef TQT_NO_MAINWINDOW diff --git a/doc/html/qmimesource.html b/doc/html/qmimesource.html index eec22c61b..d4ea5e9f7 100644 --- a/doc/html/qmimesource.html +++ b/doc/html/qmimesource.html @@ -87,7 +87,7 @@ format. Returns TRUE if the object can provide the data in format <em>mimeType</em>; otherwise returns FALSE. <p> If you inherit from TQMimeSource, for consistency reasons it is better to implement the more abstract canDecode() functions such -as <a href="qtextdrag.html#canDecode">TQTextDrag::canDecode</a>() and <a href="tqimagedrag.html#canDecode">TQImageDrag::canDecode</a>(). +as <a href="tqtextdrag.html#canDecode">TQTextDrag::canDecode</a>() and <a href="tqimagedrag.html#canDecode">TQImageDrag::canDecode</a>(). <p>Example: <a href="simple_dd-example.html#x2825">iconview/simple_dd/main.cpp</a>. <p>Reimplemented in <a href="qdropevent.html#provides">TQDropEvent</a>. diff --git a/doc/html/qmimesourcefactory.html b/doc/html/qmimesourcefactory.html index 79530628a..006d718f6 100644 --- a/doc/html/qmimesourcefactory.html +++ b/doc/html/qmimesourcefactory.html @@ -77,11 +77,11 @@ data. For stored data, call <a href="#setData">setData</a>() for each item (ther also convenience functions, e.g. <a href="#setText">setText</a>(), <a href="#setImage">setImage</a>() and <a href="#setPixmap">setPixmap</a>(), that simply call setData() with appropriate parameters). -<p> The rich text widgets, <a href="ntqtextedit.html">TQTextEdit</a> and <a href="ntqtextbrowser.html">TQTextBrowser</a>, use +<p> The rich text widgets, <a href="tqtextedit.html">TQTextEdit</a> and <a href="tqtextbrowser.html">TQTextBrowser</a>, use TQMimeSourceFactory to resolve references such as images or links within rich text documents. They either access the default factory (see <a href="#defaultFactory">defaultFactory</a>()) or their own (see -<a href="ntqtextedit.html#setMimeSourceFactory">TQTextEdit::setMimeSourceFactory</a>()). Other classes that are +<a href="tqtextedit.html#setMimeSourceFactory">TQTextEdit::setMimeSourceFactory</a>()). Other classes that are capable of displaying rich text (such as <a href="ntqlabel.html">TQLabel</a>, <a href="ntqwhatsthis.html">TQWhatsThis</a> or <a href="ntqmessagebox.html">TQMessageBox</a>) always use the default factory. <p> A factory can also be used as a container to store data associated @@ -195,8 +195,8 @@ Returns the application-wide default mime source factory. This factory is used by rich text rendering classes such as <a href="ntqsimplerichtext.html">TQSimpleRichText</a>, <a href="ntqwhatsthis.html">TQWhatsThis</a> and <a href="ntqmessagebox.html">TQMessageBox</a> to resolve named references within rich text documents. It serves also as the -initial factory for the more complex render widgets, <a href="ntqtextedit.html">TQTextEdit</a> and -<a href="ntqtextbrowser.html">TQTextBrowser</a>. +initial factory for the more complex render widgets, <a href="tqtextedit.html">TQTextEdit</a> and +<a href="tqtextbrowser.html">TQTextBrowser</a>. <p> <p>See also <a href="#setDefaultFactory">setDefaultFactory</a>(). <p>Examples: <a href="qaction-application-example.html#x1140">action/application.cpp</a> and <a href="simple-application-example.html#x1558">application/application.cpp</a>. @@ -258,7 +258,7 @@ name <em>abs_name</em>. </h3> Sets <em>text</em> to be the data item associated with the absolute name <em>abs_name</em>. -<p> Equivalent to <a href="#setData">setData</a>(abs_name, new <a href="qtextdrag.html">TQTextDrag</a>(text)). +<p> Equivalent to <a href="#setData">setData</a>(abs_name, new <a href="tqtextdrag.html">TQTextDrag</a>(text)). <h3 class=fn><a href="qmimesourcefactory.html">TQMimeSourceFactory</a> * <a name="takeDefaultFactory"></a>TQMimeSourceFactory::takeDefaultFactory ()<tt> [static]</tt> </h3> diff --git a/doc/html/qmultilineedit-h.html b/doc/html/qmultilineedit-h.html index 63eae7b6c..515021ec3 100644 --- a/doc/html/qmultilineedit-h.html +++ b/doc/html/qmultilineedit-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQMULTILINEEDIT_H #ifndef QT_H -#include "ntqtextedit.h" +#include "tqtextedit.h" #endif // QT_H #ifndef TQT_NO_MULTILINEEDIT diff --git a/doc/html/qmultilineedit-members.html b/doc/html/qmultilineedit-members.html index 19417c50d..631f32cb5 100644 --- a/doc/html/qmultilineedit-members.html +++ b/doc/html/qmultilineedit-members.html @@ -40,11 +40,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#addChild">addChild</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="ntqmultilineedit.html#alignment">alignment</a>() -<li><a href="ntqtextedit.html#anchorAt">anchorAt</a>() -<li><a href="ntqtextedit.html#append">append</a>() +<li><a href="tqtextedit.html#anchorAt">anchorAt</a>() +<li><a href="tqtextedit.html#append">append</a>() <li><a href="ntqmultilineedit.html#atBeginning">atBeginning</a>() <li><a href="ntqmultilineedit.html#atEnd">atEnd</a>() -<li><a href="ntqtextedit.html#autoFormatting">autoFormatting</a>() +<li><a href="tqtextedit.html#autoFormatting">autoFormatting</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() <li><a href="ntqmultilineedit.html#autoUpdate">autoUpdate</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() @@ -55,11 +55,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqmultilineedit.html#backspace">backspace</a>() <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqtextedit.html#bold">bold</a>() +<li><a href="tqtextedit.html#bold">bold</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() <li><a href="ntqscrollview.html#center">center</a>() -<li><a href="ntqtextedit.html#charAt">charAt</a>() +<li><a href="tqtextedit.html#charAt">charAt</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqwidget.html#childAt">childAt</a>() @@ -71,18 +71,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() <li><a href="tqobject.html#className">className</a>() -<li><a href="ntqtextedit.html#clear">clear</a>() +<li><a href="tqtextedit.html#clear">clear</a>() <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() -<li><a href="ntqtextedit.html#clearParagraphBackground">clearParagraphBackground</a>() +<li><a href="tqtextedit.html#clearParagraphBackground">clearParagraphBackground</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqtextedit.html#clicked">clicked</a>() +<li><a href="tqtextedit.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() -<li><a href="ntqtextedit.html#color">color</a>() +<li><a href="tqtextedit.html#color">color</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -104,40 +104,40 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() <li><a href="ntqscrollview.html#contentsX">contentsX</a>() <li><a href="ntqscrollview.html#contentsY">contentsY</a>() -<li><a href="ntqtextedit.html#context">context</a>() +<li><a href="tqtextedit.html#context">context</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqtextedit.html#copy">copy</a>() -<li><a href="ntqtextedit.html#copyAvailable">copyAvailable</a>() +<li><a href="tqtextedit.html#copy">copy</a>() +<li><a href="tqtextedit.html#copyAvailable">copyAvailable</a>() <li><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqtextedit.html#createPopupMenu">createPopupMenu</a>() -<li><a href="ntqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</a>() -<li><a href="ntqtextedit.html#currentColorChanged">currentColorChanged</a>() -<li><a href="ntqtextedit.html#currentFont">currentFont</a>() -<li><a href="ntqtextedit.html#currentFontChanged">currentFontChanged</a>() -<li><a href="ntqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</a>() +<li><a href="tqtextedit.html#createPopupMenu">createPopupMenu</a>() +<li><a href="tqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</a>() +<li><a href="tqtextedit.html#currentColorChanged">currentColorChanged</a>() +<li><a href="tqtextedit.html#currentFont">currentFont</a>() +<li><a href="tqtextedit.html#currentFontChanged">currentFontChanged</a>() +<li><a href="tqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</a>() <li><a href="tqwidget.html#cursor">cursor</a>() <li><a href="ntqmultilineedit.html#cursorDown">cursorDown</a>() <li><a href="ntqmultilineedit.html#cursorLeft">cursorLeft</a>() <li><a href="ntqmultilineedit.html#cursorPoint">cursorPoint</a>() -<li><a href="ntqtextedit.html#cursorPositionChanged">cursorPositionChanged</a>() +<li><a href="tqtextedit.html#cursorPositionChanged">cursorPositionChanged</a>() <li><a href="ntqmultilineedit.html#cursorRight">cursorRight</a>() <li><a href="ntqmultilineedit.html#cursorUp">cursorUp</a>() <li><a href="ntqmultilineedit.html#cursorWordBackward">cursorWordBackward</a>() <li><a href="ntqmultilineedit.html#cursorWordForward">cursorWordForward</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqtextedit.html#cut">cut</a>() -<li><a href="ntqtextedit.html#del">del</a>() +<li><a href="tqtextedit.html#cut">cut</a>() +<li><a href="tqtextedit.html#del">del</a>() <li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqmultilineedit.html#deselect">deselect</a>() <li><a href="tqwidget.html#destroy">destroy</a>() <li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqtextedit.html#doKeyboardAction">doKeyboardAction</a>() -<li><a href="ntqtextedit.html#documentTitle">documentTitle</a>() -<li><a href="ntqtextedit.html#doubleClicked">doubleClicked</a>() +<li><a href="tqtextedit.html#doKeyboardAction">doKeyboardAction</a>() +<li><a href="tqtextedit.html#documentTitle">documentTitle</a>() +<li><a href="tqtextedit.html#doubleClicked">doubleClicked</a>() <li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() @@ -153,7 +153,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqmultilineedit.html#end">end</a>() -<li><a href="ntqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() +<li><a href="tqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() <li><a href="ntqscrollview.html#ensureVisible">ensureVisible</a>() <li><a href="tqwidget.html#enterEvent">enterEvent</a>() <li><a href="tqwidget.html#erase">erase</a>() @@ -161,16 +161,16 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="tqwidget.html#event">event</a>() <li><a href="ntqscrollview.html#eventFilter">eventFilter</a>() -<li><a href="ntqtextedit.html#family">family</a>() -<li><a href="ntqtextedit.html#find">find</a>() +<li><a href="tqtextedit.html#family">family</a>() +<li><a href="tqtextedit.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() -<li><a href="ntqtextedit.html#focusNextPrevChild">focusNextPrevChild</a>() +<li><a href="tqtextedit.html#focusNextPrevChild">focusNextPrevChild</a>() <li><a href="tqwidget.html#focusOutEvent">focusOutEvent</a>() <li><a href="tqwidget.html#focusPolicy">focusPolicy</a>() <li><a href="tqwidget.html#focusProxy">focusProxy</a>() <li><a href="tqwidget.html#focusWidget">focusWidget</a>() -<li><a href="ntqtextedit.html#font">font</a>() +<li><a href="tqtextedit.html#font">font</a>() <li><a href="tqwidget.html#fontChange">fontChange</a>() <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() @@ -184,9 +184,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#frameStyle">frameStyle</a>() <li><a href="ntqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() -<li><a href="ntqtextedit.html#getCursorPosition">getCursorPosition</a>() +<li><a href="tqtextedit.html#getCursorPosition">getCursorPosition</a>() <li><a href="ntqmultilineedit.html#getMarkedRegion">getMarkedRegion</a>() -<li><a href="ntqtextedit.html#getSelection">getSelection</a>() +<li><a href="tqtextedit.html#getSelection">getSelection</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() @@ -196,10 +196,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqmultilineedit.html#hasMarkedText">hasMarkedText</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() -<li><a href="ntqtextedit.html#hasSelectedText">hasSelectedText</a>() +<li><a href="tqtextedit.html#hasSelectedText">hasSelectedText</a>() <li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() <li><a href="tqwidget.html#height">height</a>() -<li><a href="ntqtextedit.html#heightForWidth">heightForWidth</a>() +<li><a href="tqtextedit.html#heightForWidth">heightForWidth</a>() <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() @@ -214,12 +214,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="tqobject.html#inherits">inherits</a>() -<li><a href="ntqtextedit.html#insert">insert</a>() +<li><a href="tqtextedit.html#insert">insert</a>() <li><a href="ntqmultilineedit.html#insertAndMark">insertAndMark</a>() <li><a href="ntqmultilineedit.html#insertAt">insertAt</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqmultilineedit.html#insertLine">insertLine</a>() -<li><a href="ntqtextedit.html#insertParagraph">insertParagraph</a>() +<li><a href="tqtextedit.html#insertParagraph">insertParagraph</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() @@ -237,23 +237,23 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() -<li><a href="ntqtextedit.html#isModified">isModified</a>() -<li><a href="ntqtextedit.html#isOverwriteMode">isOverwriteMode</a>() +<li><a href="tqtextedit.html#isModified">isModified</a>() +<li><a href="tqtextedit.html#isOverwriteMode">isOverwriteMode</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() -<li><a href="ntqtextedit.html#isReadOnly">isReadOnly</a>() -<li><a href="ntqtextedit.html#isRedoAvailable">isRedoAvailable</a>() +<li><a href="tqtextedit.html#isReadOnly">isReadOnly</a>() +<li><a href="tqtextedit.html#isRedoAvailable">isRedoAvailable</a>() <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() -<li><a href="ntqtextedit.html#isUndoAvailable">isUndoAvailable</a>() -<li><a href="ntqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>() +<li><a href="tqtextedit.html#isUndoAvailable">isUndoAvailable</a>() +<li><a href="tqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() <li><a href="tqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqtextedit.html#italic">italic</a>() -<li><a href="ntqtextedit.html#keyPressEvent">keyPressEvent</a>() +<li><a href="tqtextedit.html#italic">italic</a>() +<li><a href="tqtextedit.html#keyPressEvent">keyPressEvent</a>() <li><a href="tqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() <li><a href="ntqmultilineedit.html#killLine">killLine</a>() @@ -262,13 +262,13 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() -<li><a href="ntqtextedit.html#length">length</a>() +<li><a href="tqtextedit.html#length">length</a>() <li><a href="ntqmultilineedit.html#lineLength">lineLength</a>() -<li><a href="ntqtextedit.html#lineOfChar">lineOfChar</a>() +<li><a href="tqtextedit.html#lineOfChar">lineOfChar</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() -<li><a href="ntqtextedit.html#lines">lines</a>() -<li><a href="ntqtextedit.html#linesOfParagraph">linesOfParagraph</a>() -<li><a href="ntqtextedit.html#linkUnderline">linkUnderline</a>() +<li><a href="tqtextedit.html#lines">lines</a>() +<li><a href="tqtextedit.html#linesOfParagraph">linesOfParagraph</a>() +<li><a href="tqtextedit.html#linkUnderline">linkUnderline</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -280,7 +280,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#margin">margin</a>() <li><a href="ntqmultilineedit.html#markedText">markedText</a>() <li><a href="ntqmultilineedit.html#maxLines">maxLines</a>() -<li><a href="ntqtextedit.html#maxLogLines">maxLogLines</a>() +<li><a href="tqtextedit.html#maxLogLines">maxLogLines</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() @@ -288,12 +288,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() -<li><a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() +<li><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() <li><a href="tqwidget.html#minimumWidth">minimumWidth</a>() -<li><a href="ntqtextedit.html#modificationChanged">modificationChanged</a>() +<li><a href="tqtextedit.html#modificationChanged">modificationChanged</a>() <li><a href="tqwidget.html#mouseDoubleClickEvent">mouseDoubleClickEvent</a>() <li><a href="tqwidget.html#mouseGrabber">mouseGrabber</a>() <li><a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>() @@ -301,7 +301,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="tqwidget.html#move">move</a>() <li><a href="ntqscrollview.html#moveChild">moveChild</a>() -<li><a href="ntqtextedit.html#moveCursor">moveCursor</a>() +<li><a href="tqtextedit.html#moveCursor">moveCursor</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="ntqmultilineedit.html#newLine">newLine</a>() @@ -320,18 +320,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="tqwidget.html#paletteChange">paletteChange</a>() <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqtextedit.html#paper">paper</a>() -<li><a href="ntqtextedit.html#paragraphAt">paragraphAt</a>() -<li><a href="ntqtextedit.html#paragraphBackgroundColor">paragraphBackgroundColor</a>() -<li><a href="ntqtextedit.html#paragraphLength">paragraphLength</a>() -<li><a href="ntqtextedit.html#paragraphRect">paragraphRect</a>() -<li><a href="ntqtextedit.html#paragraphs">paragraphs</a>() +<li><a href="tqtextedit.html#paper">paper</a>() +<li><a href="tqtextedit.html#paragraphAt">paragraphAt</a>() +<li><a href="tqtextedit.html#paragraphBackgroundColor">paragraphBackgroundColor</a>() +<li><a href="tqtextedit.html#paragraphLength">paragraphLength</a>() +<li><a href="tqtextedit.html#paragraphRect">paragraphRect</a>() +<li><a href="tqtextedit.html#paragraphs">paragraphs</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqtextedit.html#paste">paste</a>() -<li><a href="ntqtextedit.html#pasteSubType">pasteSubType</a>() -<li><a href="ntqtextedit.html#placeCursor">placeCursor</a>() -<li><a href="ntqtextedit.html#pointSize">pointSize</a>() +<li><a href="tqtextedit.html#paste">paste</a>() +<li><a href="tqtextedit.html#pasteSubType">pasteSubType</a>() +<li><a href="tqtextedit.html#placeCursor">placeCursor</a>() +<li><a href="tqtextedit.html#pointSize">pointSize</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() <li><a href="tqobject.html#property">property</a>() @@ -340,18 +340,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqtextedit.html#redo">redo</a>() -<li><a href="ntqtextedit.html#redoAvailable">redoAvailable</a>() +<li><a href="tqtextedit.html#redo">redo</a>() +<li><a href="tqtextedit.html#redoAvailable">redoAvailable</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqmultilineedit.html#removeLine">removeLine</a>() -<li><a href="ntqtextedit.html#removeParagraph">removeParagraph</a>() -<li><a href="ntqtextedit.html#removeSelectedText">removeSelectedText</a>() -<li><a href="ntqtextedit.html#removeSelection">removeSelection</a>() +<li><a href="tqtextedit.html#removeParagraph">removeParagraph</a>() +<li><a href="tqtextedit.html#removeSelectedText">removeSelectedText</a>() +<li><a href="tqtextedit.html#removeSelection">removeSelection</a>() <li><a href="tqwidget.html#repaint">repaint</a>() -<li><a href="ntqtextedit.html#repaintChanged">repaintChanged</a>() +<li><a href="tqtextedit.html#repaintChanged">repaintChanged</a>() <li><a href="ntqscrollview.html#repaintContents">repaintContents</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() @@ -359,20 +359,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#resizeContents">resizeContents</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqscrollview.html#resizePolicy">resizePolicy</a>() -<li><a href="ntqtextedit.html#returnPressed">returnPressed</a>() +<li><a href="tqtextedit.html#returnPressed">returnPressed</a>() <li><a href="ntqscrollview.html#rightMargin">rightMargin</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() -<li><a href="ntqtextedit.html#scrollToAnchor">scrollToAnchor</a>() -<li><a href="ntqtextedit.html#scrollToBottom">scrollToBottom</a>() -<li><a href="ntqtextedit.html#selectAll">selectAll</a>() -<li><a href="ntqtextedit.html#selectedText">selectedText</a>() -<li><a href="ntqtextedit.html#selectionChanged">selectionChanged</a>() +<li><a href="tqtextedit.html#scrollToAnchor">scrollToAnchor</a>() +<li><a href="tqtextedit.html#scrollToBottom">scrollToBottom</a>() +<li><a href="tqtextedit.html#selectAll">selectAll</a>() +<li><a href="tqtextedit.html#selectedText">selectedText</a>() +<li><a href="tqtextedit.html#selectionChanged">selectionChanged</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqmultilineedit.html#setAlignment">setAlignment</a>() -<li><a href="ntqtextedit.html#setAutoFormatting">setAutoFormatting</a>() +<li><a href="tqtextedit.html#setAutoFormatting">setAutoFormatting</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() <li><a href="ntqmultilineedit.html#setAutoUpdate">setAutoUpdate</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() @@ -380,12 +380,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() -<li><a href="ntqtextedit.html#setBold">setBold</a>() +<li><a href="tqtextedit.html#setBold">setBold</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqtextedit.html#setColor">setColor</a>() +<li><a href="tqtextedit.html#setColor">setColor</a>() <li><a href="ntqscrollview.html#setContentsPos">setContentsPos</a>() <li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</a>() -<li><a href="ntqtextedit.html#setCurrentFont">setCurrentFont</a>() +<li><a href="tqtextedit.html#setCurrentFont">setCurrentFont</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() <li><a href="ntqmultilineedit.html#setCursorPosition">setCursorPosition</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() @@ -394,7 +394,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() -<li><a href="ntqtextedit.html#setFamily">setFamily</a>() +<li><a href="tqtextedit.html#setFamily">setFamily</a>() <li><a href="tqwidget.html#setFixedHeight">setFixedHeight</a>() <li><a href="tqwidget.html#setFixedSize">setFixedSize</a>() <li><a href="tqwidget.html#setFixedWidth">setFixedWidth</a>() @@ -413,64 +413,64 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() -<li><a href="ntqtextedit.html#setItalic">setItalic</a>() +<li><a href="tqtextedit.html#setItalic">setItalic</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() <li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqtextedit.html#setLinkUnderline">setLinkUnderline</a>() +<li><a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() <li><a href="ntqframe.html#setMargin">setMargin</a>() <li><a href="ntqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() <li><a href="ntqmultilineedit.html#setMaxLines">setMaxLines</a>() -<li><a href="ntqtextedit.html#setMaxLogLines">setMaxLogLines</a>() +<li><a href="tqtextedit.html#setMaxLogLines">setMaxLogLines</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() <li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() -<li><a href="ntqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</a>() +<li><a href="tqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() -<li><a href="ntqtextedit.html#setModified">setModified</a>() +<li><a href="tqtextedit.html#setModified">setModified</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqtextedit.html#setOverwriteMode">setOverwriteMode</a>() +<li><a href="tqtextedit.html#setOverwriteMode">setOverwriteMode</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqtextedit.html#setPaper">setPaper</a>() -<li><a href="ntqtextedit.html#setParagraphBackgroundColor">setParagraphBackgroundColor</a>() -<li><a href="ntqtextedit.html#setPointSize">setPointSize</a>() +<li><a href="tqtextedit.html#setPaper">setPaper</a>() +<li><a href="tqtextedit.html#setParagraphBackgroundColor">setParagraphBackgroundColor</a>() +<li><a href="tqtextedit.html#setPointSize">setPointSize</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqtextedit.html#setReadOnly">setReadOnly</a>() +<li><a href="tqtextedit.html#setReadOnly">setReadOnly</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() -<li><a href="ntqtextedit.html#setSelection">setSelection</a>() -<li><a href="ntqtextedit.html#setSelectionAttributes">setSelectionAttributes</a>() +<li><a href="tqtextedit.html#setSelection">setSelection</a>() +<li><a href="tqtextedit.html#setSelectionAttributes">setSelectionAttributes</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() <li><a href="ntqscrollview.html#setStaticBackground">setStaticBackground</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() -<li><a href="ntqtextedit.html#setStyleSheet">setStyleSheet</a>() -<li><a href="ntqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() +<li><a href="tqtextedit.html#setStyleSheet">setStyleSheet</a>() +<li><a href="tqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqtextedit.html#setTabStopWidth">setTabStopWidth</a>() -<li><a href="ntqtextedit.html#setText">setText</a>() -<li><a href="ntqtextedit.html#setTextFormat">setTextFormat</a>() -<li><a href="ntqtextedit.html#setUnderline">setUnderline</a>() -<li><a href="ntqtextedit.html#setUndoDepth">setUndoDepth</a>() -<li><a href="ntqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() +<li><a href="tqtextedit.html#setTabStopWidth">setTabStopWidth</a>() +<li><a href="tqtextedit.html#setText">setText</a>() +<li><a href="tqtextedit.html#setTextFormat">setTextFormat</a>() +<li><a href="tqtextedit.html#setUnderline">setUnderline</a>() +<li><a href="tqtextedit.html#setUndoDepth">setUndoDepth</a>() +<li><a href="tqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() <li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() -<li><a href="ntqtextedit.html#setVerticalAlignment">setVerticalAlignment</a>() +<li><a href="tqtextedit.html#setVerticalAlignment">setVerticalAlignment</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() <li><a href="tqwidget.html#setWindowState">setWindowState</a>() -<li><a href="ntqtextedit.html#setWordWrap">setWordWrap</a>() -<li><a href="ntqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() -<li><a href="ntqtextedit.html#setWrapPolicy">setWrapPolicy</a>() +<li><a href="tqtextedit.html#setWordWrap">setWordWrap</a>() +<li><a href="tqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() +<li><a href="tqtextedit.html#setWrapPolicy">setWrapPolicy</a>() <li><a href="tqwidget.html#show">show</a>() <li><a href="ntqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() @@ -487,17 +487,17 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() -<li><a href="ntqtextedit.html#styleSheet">styleSheet</a>() -<li><a href="ntqtextedit.html#sync">sync</a>() -<li><a href="ntqtextedit.html#syntaxHighlighter">syntaxHighlighter</a>() -<li><a href="ntqtextedit.html#tabChangesFocus">tabChangesFocus</a>() -<li><a href="ntqtextedit.html#tabStopWidth">tabStopWidth</a>() +<li><a href="tqtextedit.html#styleSheet">styleSheet</a>() +<li><a href="tqtextedit.html#sync">sync</a>() +<li><a href="tqtextedit.html#syntaxHighlighter">syntaxHighlighter</a>() +<li><a href="tqtextedit.html#tabChangesFocus">tabChangesFocus</a>() +<li><a href="tqtextedit.html#tabStopWidth">tabStopWidth</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqtextedit.html#text">text</a>() -<li><a href="ntqtextedit.html#textChanged">textChanged</a>() -<li><a href="ntqtextedit.html#textCursor">textCursor</a>() -<li><a href="ntqtextedit.html#textFormat">textFormat</a>() +<li><a href="tqtextedit.html#text">text</a>() +<li><a href="tqtextedit.html#textChanged">textChanged</a>() +<li><a href="tqtextedit.html#textCursor">textCursor</a>() +<li><a href="tqtextedit.html#textFormat">textFormat</a>() <li><a href="ntqmultilineedit.html#textLine">textLine</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() @@ -506,10 +506,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqmultilineedit.html#totalWidth">totalWidth</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() -<li><a href="ntqtextedit.html#underline">underline</a>() -<li><a href="ntqtextedit.html#undo">undo</a>() -<li><a href="ntqtextedit.html#undoAvailable">undoAvailable</a>() -<li><a href="ntqtextedit.html#undoDepth">undoDepth</a>() +<li><a href="tqtextedit.html#underline">underline</a>() +<li><a href="tqtextedit.html#undo">undo</a>() +<li><a href="tqtextedit.html#undoAvailable">undoAvailable</a>() +<li><a href="tqtextedit.html#undoDepth">undoDepth</a>() <li><a href="tqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="tqwidget.html#unsetFont">unsetFont</a>() <li><a href="tqwidget.html#unsetPalette">unsetPalette</a>() @@ -537,9 +537,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowActivationChange">windowActivationChange</a>() <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() -<li><a href="ntqtextedit.html#wordWrap">wordWrap</a>() -<li><a href="ntqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>() -<li><a href="ntqtextedit.html#wrapPolicy">wrapPolicy</a>() +<li><a href="tqtextedit.html#wordWrap">wordWrap</a>() +<li><a href="tqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>() +<li><a href="tqtextedit.html#wrapPolicy">wrapPolicy</a>() <li><a href="tqwidget.html#x">x</a>() <li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() <li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() @@ -564,9 +564,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() <li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() -<li><a href="ntqtextedit.html#zoomIn">zoomIn</a>() -<li><a href="ntqtextedit.html#zoomOut">zoomOut</a>() -<li><a href="ntqtextedit.html#zoomTo">zoomTo</a>() +<li><a href="tqtextedit.html#zoomIn">zoomIn</a>() +<li><a href="tqtextedit.html#zoomOut">zoomOut</a>() +<li><a href="tqtextedit.html#zoomTo">zoomTo</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html index 2b5c0a707..b70c5e706 100644 --- a/doc/html/qnamespace-h.html +++ b/doc/html/qnamespace-h.html @@ -843,7 +843,7 @@ public: LogText }; - // Documented in qtextedit.cpp + // Documented in tqtextedit.cpp enum AnchorAttribute { AnchorName, AnchorHref diff --git a/doc/html/qnpstream.html b/doc/html/qnpstream.html index 66f624173..223084af3 100644 --- a/doc/html/qnpstream.html +++ b/doc/html/qnpstream.html @@ -57,7 +57,7 @@ body { background: #ffffff; color: black; } The TQNPStream class provides a stream of data provided to a <a href="qnpinstance.html">TQNPInstance</a> by the browser. <p> -<p> Note that this is neither a <a href="ntqtextstream.html">TQTextStream</a> nor a <a href="ntqdatastream.html">TQDataStream</a>. +<p> Note that this is neither a <a href="tqtextstream.html">TQTextStream</a> nor a <a href="ntqdatastream.html">TQDataStream</a>. <p> <p>See also <a href="qnpinstance.html#write">TQNPInstance::write</a>() and <a href="qnpinstance.html#newStreamCreated">TQNPInstance::newStreamCreated</a>(). <hr><h2>Member Function Documentation</h2> diff --git a/doc/html/qrtlcodec-h.html b/doc/html/qrtlcodec-h.html index bdfc830ca..f02ea4602 100644 --- a/doc/html/qrtlcodec-h.html +++ b/doc/html/qrtlcodec-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQRTLCODEC_H #ifndef QT_H -#include "ntqtextcodec.h" +#include "tqtextcodec.h" #endif // QT_H #ifndef TQT_NO_CODEC_HEBREW diff --git a/doc/html/qsjiscodec-h.html b/doc/html/qsjiscodec-h.html index e0f3789fc..974c5d4d2 100644 --- a/doc/html/qsjiscodec-h.html +++ b/doc/html/qsjiscodec-h.html @@ -107,7 +107,7 @@ body { background: #ffffff; color: black; } #define TQSJISCODEC_H #ifndef QT_H -#include "ntqtextcodec.h" +#include "tqtextcodec.h" #include "ntqjpunicode.h" #endif // QT_H diff --git a/doc/html/qsjiscodec-members.html b/doc/html/qsjiscodec-members.html index ff9d65cc9..340a680b2 100644 --- a/doc/html/qsjiscodec-members.html +++ b/doc/html/qsjiscodec-members.html @@ -37,31 +37,31 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqsjiscodec.html#TQSjisCodec">TQSjisCodec</a>() <li><a href="ntqsjiscodec.html#~TQSjisCodec">~TQSjisCodec</a>() -<li><a href="ntqtextcodec.html#canEncode">canEncode</a>() -<li><a href="ntqtextcodec.html#codecForCStrings">codecForCStrings</a>() -<li><a href="ntqtextcodec.html#codecForContent">codecForContent</a>() -<li><a href="ntqtextcodec.html#codecForIndex">codecForIndex</a>() -<li><a href="ntqtextcodec.html#codecForLocale">codecForLocale</a>() -<li><a href="ntqtextcodec.html#codecForMib">codecForMib</a>() -<li><a href="ntqtextcodec.html#codecForName">codecForName</a>() -<li><a href="ntqtextcodec.html#codecForTr">codecForTr</a>() -<li><a href="ntqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() -<li><a href="ntqtextcodec.html#fromUnicode">fromUnicode</a>() -<li><a href="ntqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() -<li><a href="ntqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#loadCharmap">loadCharmap</a>() -<li><a href="ntqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() -<li><a href="ntqtextcodec.html#locale">locale</a>() -<li><a href="ntqtextcodec.html#makeDecoder">makeDecoder</a>() -<li><a href="ntqtextcodec.html#makeEncoder">makeEncoder</a>() -<li><a href="ntqtextcodec.html#mibEnum">mibEnum</a>() +<li><a href="tqtextcodec.html#canEncode">canEncode</a>() +<li><a href="tqtextcodec.html#codecForCStrings">codecForCStrings</a>() +<li><a href="tqtextcodec.html#codecForContent">codecForContent</a>() +<li><a href="tqtextcodec.html#codecForIndex">codecForIndex</a>() +<li><a href="tqtextcodec.html#codecForLocale">codecForLocale</a>() +<li><a href="tqtextcodec.html#codecForMib">codecForMib</a>() +<li><a href="tqtextcodec.html#codecForName">codecForName</a>() +<li><a href="tqtextcodec.html#codecForTr">codecForTr</a>() +<li><a href="tqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() +<li><a href="tqtextcodec.html#fromUnicode">fromUnicode</a>() +<li><a href="tqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() +<li><a href="tqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() +<li><a href="tqtextcodec.html#loadCharmap">loadCharmap</a>() +<li><a href="tqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() +<li><a href="tqtextcodec.html#locale">locale</a>() +<li><a href="tqtextcodec.html#makeDecoder">makeDecoder</a>() +<li><a href="tqtextcodec.html#makeEncoder">makeEncoder</a>() +<li><a href="tqtextcodec.html#mibEnum">mibEnum</a>() <li><a href="ntqsjiscodec.html#mimeName">mimeName</a>() -<li><a href="ntqtextcodec.html#name">name</a>() -<li><a href="ntqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() -<li><a href="ntqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() -<li><a href="ntqtextcodec.html#setCodecForTr">setCodecForTr</a>() -<li><a href="ntqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#toUnicode">toUnicode</a>() +<li><a href="tqtextcodec.html#name">name</a>() +<li><a href="tqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() +<li><a href="tqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() +<li><a href="tqtextcodec.html#setCodecForTr">setCodecForTr</a>() +<li><a href="tqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() +<li><a href="tqtextcodec.html#toUnicode">toUnicode</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qt-template-lib.html b/doc/html/qt-template-lib.html index 3f3c4c831..a695db8b3 100644 --- a/doc/html/qt-template-lib.html +++ b/doc/html/qt-template-lib.html @@ -239,7 +239,7 @@ OutputIterator, in this case a TQTextOStreamIterator: list.<a href="tqvaluelist.html#push_back">push_back</a>( 100 ); list.<a href="tqvaluelist.html#push_back">push_back</a>( 200 ); list.<a href="tqvaluelist.html#push_back">push_back</a>( 300 ); - <a href="qtextostream.html">TQTextOStream</a> str( stdout ); + <a href="tqtextostream.html">TQTextOStream</a> str( stdout ); tqCopy( list.<a href="tqvaluelist.html#begin">begin</a>(), list.<a href="tqvaluelist.html#end">end</a>(), TQTextOStreamIterator(str) ); </pre> @@ -287,7 +287,7 @@ as possible. In the above example, you could just as easily print out a standard C++ array with tqCopy(): <p> <pre> int arr[] = { 100, 200, 300 }; - <a href="qtextostream.html">TQTextOStream</a> str( stdout ); + <a href="tqtextostream.html">TQTextOStream</a> str( stdout ); tqCopy( arr, arr + 3, TQTextOStreamIterator( str ) ); </pre> diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index 9c187608e..8d3c0187a 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -7888,302 +7888,302 @@ <section ref="qtabwidget-members.html" title="List of All Member Functions"/> <section ref="qtabwidget-h.html" title="Header File"/> </section> -<section ref="ntqtextbrowser.html" title="QTextBrowser Class Reference"> - <keyword ref="ntqtextbrowser.html">QTextBrowser</keyword> - <keyword ref="ntqtextbrowser.html#anchorClicked">anchorClicked</keyword> - <keyword ref="ntqtextbrowser.html#backward">backward</keyword> - <keyword ref="ntqtextbrowser.html#backwardAvailable">backwardAvailable</keyword> - <keyword ref="ntqtextbrowser.html#forward">forward</keyword> - <keyword ref="ntqtextbrowser.html#forwardAvailable">forwardAvailable</keyword> - <keyword ref="ntqtextbrowser.html#highlighted">highlighted</keyword> - <keyword ref="ntqtextbrowser.html#home">home</keyword> - <keyword ref="ntqtextbrowser.html#keyPressEvent">keyPressEvent</keyword> - <keyword ref="ntqtextbrowser.html#linkClicked">linkClicked</keyword> - <keyword ref="ntqtextbrowser.html#modified-prop">modified</keyword> - <keyword ref="ntqtextbrowser.html#overwriteMode-prop">overwriteMode</keyword> - <keyword ref="ntqtextbrowser.html#readOnly-prop">readOnly</keyword> - <keyword ref="ntqtextbrowser.html#reload">reload</keyword> - <keyword ref="ntqtextbrowser.html#setSource">setSource</keyword> - <keyword ref="ntqtextbrowser.html#setText">setText</keyword> - <keyword ref="ntqtextbrowser.html#source">source</keyword> - <keyword ref="ntqtextbrowser.html#source-prop">source</keyword> - <keyword ref="ntqtextbrowser.html#sourceChanged">sourceChanged</keyword> - <keyword ref="ntqtextbrowser.html#undoDepth-prop">undoDepth</keyword> - <keyword ref="ntqtextbrowser.html#undoRedoEnabled-prop">undoRedoEnabled</keyword> - <section ref="qtextbrowser-members.html" title="List of All Member Functions"/> - <section ref="qtextbrowser-h.html" title="Header File"/> -</section> -<section ref="ntqtextcodec.html" title="QTextCodec Class Reference"> - <keyword ref="ntqtextcodec.html">QTextCodec</keyword> - <keyword ref="ntqtextcodec.html#canEncode">canEncode</keyword> - <keyword ref="ntqtextcodec.html#codecForCStrings">codecForCStrings</keyword> - <keyword ref="ntqtextcodec.html#codecForContent">codecForContent</keyword> - <keyword ref="ntqtextcodec.html#codecForIndex">codecForIndex</keyword> - <keyword ref="ntqtextcodec.html#codecForLocale">codecForLocale</keyword> - <keyword ref="ntqtextcodec.html#codecForMib">codecForMib</keyword> - <keyword ref="ntqtextcodec.html#codecForName">codecForName</keyword> - <keyword ref="ntqtextcodec.html#codecForTr">codecForTr</keyword> - <keyword ref="ntqtextcodec.html#deleteAllCodecs">deleteAllCodecs</keyword> - <keyword ref="ntqtextcodec.html#fromUnicode">fromUnicode</keyword> - <keyword ref="ntqtextcodec.html#heuristicContentMatch">heuristicContentMatch</keyword> - <keyword ref="ntqtextcodec.html#heuristicNameMatch">heuristicNameMatch</keyword> - <keyword ref="ntqtextcodec.html#loadCharmap">loadCharmap</keyword> - <keyword ref="ntqtextcodec.html#loadCharmapFile">loadCharmapFile</keyword> - <keyword ref="ntqtextcodec.html#locale">locale</keyword> - <keyword ref="ntqtextcodec.html#makeDecoder">makeDecoder</keyword> - <keyword ref="ntqtextcodec.html#makeEncoder">makeEncoder</keyword> - <keyword ref="ntqtextcodec.html#mibEnum">mibEnum</keyword> - <keyword ref="ntqtextcodec.html#mimeName">mimeName</keyword> - <keyword ref="ntqtextcodec.html#name">name</keyword> - <keyword ref="ntqtextcodec.html#setCodecForCStrings">setCodecForCStrings</keyword> - <keyword ref="ntqtextcodec.html#setCodecForLocale">setCodecForLocale</keyword> - <keyword ref="ntqtextcodec.html#setCodecForTr">setCodecForTr</keyword> - <keyword ref="ntqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</keyword> - <keyword ref="ntqtextcodec.html#toUnicode">toUnicode</keyword> - <keyword ref="ntqtextcodec.html#~QTextCodec">~QTextCodec</keyword> - <section ref="qtextcodec-members.html" title="List of All Member Functions"/> - <section ref="qtextcodec-h.html" title="Header File"/> -</section> -<section ref="ntqtextcodecplugin.html" title="QTextCodecPlugin Class Reference"> - <keyword ref="ntqtextcodecplugin.html">QTextCodecPlugin</keyword> - <keyword ref="ntqtextcodecplugin.html#createForMib">createForMib</keyword> - <keyword ref="ntqtextcodecplugin.html#createForName">createForName</keyword> - <keyword ref="ntqtextcodecplugin.html#mibEnums">mibEnums</keyword> - <keyword ref="ntqtextcodecplugin.html#names">names</keyword> - <keyword ref="ntqtextcodecplugin.html#~QTextCodecPlugin">~QTextCodecPlugin</keyword> - <section ref="qtextcodecplugin-members.html" title="List of All Member Functions"/> - <section ref="qtextcodecplugin-h.html" title="Header File"/> -</section> -<section ref="qtextdecoder.html" title="QTextDecoder Class Reference"> - <keyword ref="qtextdecoder.html">QTextDecoder</keyword> - <keyword ref="qtextdecoder.html#toUnicode">toUnicode</keyword> - <keyword ref="qtextdecoder.html#~QTextDecoder">~QTextDecoder</keyword> - <section ref="qtextdecoder-members.html" title="List of All Member Functions"/> - <section ref="qtextcodec-h.html" title="Header File"/> -</section> -<section ref="qtextdrag.html" title="QTextDrag Class Reference"> - <keyword ref="qtextdrag.html">QTextDrag</keyword> - <keyword ref="qtextdrag.html#canDecode">canDecode</keyword> - <keyword ref="qtextdrag.html#decode">decode</keyword> - <keyword ref="qtextdrag.html#setSubtype">setSubtype</keyword> - <keyword ref="qtextdrag.html#setText">setText</keyword> - <keyword ref="qtextdrag.html#~QTextDrag">~QTextDrag</keyword> - <section ref="qtextdrag-members.html" title="List of All Member Functions"/> +<section ref="tqtextbrowser.html" title="TQTextBrowser Class Reference"> + <keyword ref="tqtextbrowser.html">TQTextBrowser</keyword> + <keyword ref="tqtextbrowser.html#anchorClicked">anchorClicked</keyword> + <keyword ref="tqtextbrowser.html#backward">backward</keyword> + <keyword ref="tqtextbrowser.html#backwardAvailable">backwardAvailable</keyword> + <keyword ref="tqtextbrowser.html#forward">forward</keyword> + <keyword ref="tqtextbrowser.html#forwardAvailable">forwardAvailable</keyword> + <keyword ref="tqtextbrowser.html#highlighted">highlighted</keyword> + <keyword ref="tqtextbrowser.html#home">home</keyword> + <keyword ref="tqtextbrowser.html#keyPressEvent">keyPressEvent</keyword> + <keyword ref="tqtextbrowser.html#linkClicked">linkClicked</keyword> + <keyword ref="tqtextbrowser.html#modified-prop">modified</keyword> + <keyword ref="tqtextbrowser.html#overwriteMode-prop">overwriteMode</keyword> + <keyword ref="tqtextbrowser.html#readOnly-prop">readOnly</keyword> + <keyword ref="tqtextbrowser.html#reload">reload</keyword> + <keyword ref="tqtextbrowser.html#setSource">setSource</keyword> + <keyword ref="tqtextbrowser.html#setText">setText</keyword> + <keyword ref="tqtextbrowser.html#source">source</keyword> + <keyword ref="tqtextbrowser.html#source-prop">source</keyword> + <keyword ref="tqtextbrowser.html#sourceChanged">sourceChanged</keyword> + <keyword ref="tqtextbrowser.html#undoDepth-prop">undoDepth</keyword> + <keyword ref="tqtextbrowser.html#undoRedoEnabled-prop">undoRedoEnabled</keyword> + <section ref="tqtextbrowser-members.html" title="List of All Member Functions"/> + <section ref="tqtextbrowser-h.html" title="Header File"/> +</section> +<section ref="tqtextcodec.html" title="TQTextCodec Class Reference"> + <keyword ref="tqtextcodec.html">TQTextCodec</keyword> + <keyword ref="tqtextcodec.html#canEncode">canEncode</keyword> + <keyword ref="tqtextcodec.html#codecForCStrings">codecForCStrings</keyword> + <keyword ref="tqtextcodec.html#codecForContent">codecForContent</keyword> + <keyword ref="tqtextcodec.html#codecForIndex">codecForIndex</keyword> + <keyword ref="tqtextcodec.html#codecForLocale">codecForLocale</keyword> + <keyword ref="tqtextcodec.html#codecForMib">codecForMib</keyword> + <keyword ref="tqtextcodec.html#codecForName">codecForName</keyword> + <keyword ref="tqtextcodec.html#codecForTr">codecForTr</keyword> + <keyword ref="tqtextcodec.html#deleteAllCodecs">deleteAllCodecs</keyword> + <keyword ref="tqtextcodec.html#fromUnicode">fromUnicode</keyword> + <keyword ref="tqtextcodec.html#heuristicContentMatch">heuristicContentMatch</keyword> + <keyword ref="tqtextcodec.html#heuristicNameMatch">heuristicNameMatch</keyword> + <keyword ref="tqtextcodec.html#loadCharmap">loadCharmap</keyword> + <keyword ref="tqtextcodec.html#loadCharmapFile">loadCharmapFile</keyword> + <keyword ref="tqtextcodec.html#locale">locale</keyword> + <keyword ref="tqtextcodec.html#makeDecoder">makeDecoder</keyword> + <keyword ref="tqtextcodec.html#makeEncoder">makeEncoder</keyword> + <keyword ref="tqtextcodec.html#mibEnum">mibEnum</keyword> + <keyword ref="tqtextcodec.html#mimeName">mimeName</keyword> + <keyword ref="tqtextcodec.html#name">name</keyword> + <keyword ref="tqtextcodec.html#setCodecForCStrings">setCodecForCStrings</keyword> + <keyword ref="tqtextcodec.html#setCodecForLocale">setCodecForLocale</keyword> + <keyword ref="tqtextcodec.html#setCodecForTr">setCodecForTr</keyword> + <keyword ref="tqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</keyword> + <keyword ref="tqtextcodec.html#toUnicode">toUnicode</keyword> + <keyword ref="tqtextcodec.html#~TQTextCodec">~TQTextCodec</keyword> + <section ref="tqtextcodec-members.html" title="List of All Member Functions"/> + <section ref="tqtextcodec-h.html" title="Header File"/> +</section> +<section ref="tqtextcodecplugin.html" title="TQTextCodecPlugin Class Reference"> + <keyword ref="tqtextcodecplugin.html">TQTextCodecPlugin</keyword> + <keyword ref="tqtextcodecplugin.html#createForMib">createForMib</keyword> + <keyword ref="tqtextcodecplugin.html#createForName">createForName</keyword> + <keyword ref="tqtextcodecplugin.html#mibEnums">mibEnums</keyword> + <keyword ref="tqtextcodecplugin.html#names">names</keyword> + <keyword ref="tqtextcodecplugin.html#~TQTextCodecPlugin">~TQTextCodecPlugin</keyword> + <section ref="tqtextcodecplugin-members.html" title="List of All Member Functions"/> + <section ref="tqtextcodecplugin-h.html" title="Header File"/> +</section> +<section ref="tqtextdecoder.html" title="TQTextDecoder Class Reference"> + <keyword ref="tqtextdecoder.html">TQTextDecoder</keyword> + <keyword ref="tqtextdecoder.html#toUnicode">toUnicode</keyword> + <keyword ref="tqtextdecoder.html#~TQTextDecoder">~TQTextDecoder</keyword> + <section ref="tqtextdecoder-members.html" title="List of All Member Functions"/> + <section ref="tqtextcodec-h.html" title="Header File"/> +</section> +<section ref="tqtextdrag.html" title="TQTextDrag Class Reference"> + <keyword ref="tqtextdrag.html">TQTextDrag</keyword> + <keyword ref="tqtextdrag.html#canDecode">canDecode</keyword> + <keyword ref="tqtextdrag.html#decode">decode</keyword> + <keyword ref="tqtextdrag.html#setSubtype">setSubtype</keyword> + <keyword ref="tqtextdrag.html#setText">setText</keyword> + <keyword ref="tqtextdrag.html#~TQTextDrag">~TQTextDrag</keyword> + <section ref="tqtextdrag-members.html" title="List of All Member Functions"/> <section ref="qdragobject-h.html" title="Header File"/> </section> -<section ref="ntqtextedit.html" title="QTextEdit Class Reference"> - <keyword ref="ntqtextedit.html">QTextEdit</keyword> - <keyword ref="ntqtextedit.html#AutoFormatting">AutoFormatting</keyword> - <keyword ref="ntqtextedit.html#CursorAction">CursorAction</keyword> - <keyword ref="ntqtextedit.html#KeyboardAction">KeyboardAction</keyword> - <keyword ref="ntqtextedit.html#VerticalAlignment">VerticalAlignment</keyword> - <keyword ref="ntqtextedit.html#WordWrap">WordWrap</keyword> - <keyword ref="ntqtextedit.html#WrapPolicy">WrapPolicy</keyword> - <keyword ref="ntqtextedit.html#alignment">alignment</keyword> - <keyword ref="ntqtextedit.html#anchorAt">anchorAt</keyword> - <keyword ref="ntqtextedit.html#append">append</keyword> - <keyword ref="ntqtextedit.html#autoFormatting">autoFormatting</keyword> - <keyword ref="ntqtextedit.html#autoFormatting-prop">autoFormatting</keyword> - <keyword ref="ntqtextedit.html#bold">bold</keyword> - <keyword ref="ntqtextedit.html#charAt">charAt</keyword> - <keyword ref="ntqtextedit.html#clear">clear</keyword> - <keyword ref="ntqtextedit.html#clearParagraphBackground">clearParagraphBackground</keyword> - <keyword ref="ntqtextedit.html#clicked">clicked</keyword> - <keyword ref="ntqtextedit.html#color">color</keyword> - <keyword ref="ntqtextedit.html#context">context</keyword> - <keyword ref="ntqtextedit.html#copy">copy</keyword> - <keyword ref="ntqtextedit.html#copyAvailable">copyAvailable</keyword> - <keyword ref="ntqtextedit.html#createPopupMenu">createPopupMenu</keyword> - <keyword ref="ntqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</keyword> - <keyword ref="ntqtextedit.html#currentColorChanged">currentColorChanged</keyword> - <keyword ref="ntqtextedit.html#currentFont">currentFont</keyword> - <keyword ref="ntqtextedit.html#currentFontChanged">currentFontChanged</keyword> - <keyword ref="ntqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</keyword> - <keyword ref="ntqtextedit.html#cursorPositionChanged">cursorPositionChanged</keyword> - <keyword ref="ntqtextedit.html#cut">cut</keyword> - <keyword ref="ntqtextedit.html#del">del</keyword> - <keyword ref="ntqtextedit.html#doKeyboardAction">doKeyboardAction</keyword> - <keyword ref="ntqtextedit.html#documentTitle">documentTitle</keyword> - <keyword ref="ntqtextedit.html#documentTitle-prop">documentTitle</keyword> - <keyword ref="ntqtextedit.html#doubleClicked">doubleClicked</keyword> - <keyword ref="ntqtextedit.html#ensureCursorVisible">ensureCursorVisible</keyword> - <keyword ref="ntqtextedit.html#family">family</keyword> - <keyword ref="ntqtextedit.html#find">find</keyword> - <keyword ref="ntqtextedit.html#focusNextPrevChild">focusNextPrevChild</keyword> - <keyword ref="ntqtextedit.html#getCursorPosition">getCursorPosition</keyword> - <keyword ref="ntqtextedit.html#getSelection">getSelection</keyword> - <keyword ref="ntqtextedit.html#hasSelectedText">hasSelectedText</keyword> - <keyword ref="ntqtextedit.html#hasSelectedText-prop">hasSelectedText</keyword> - <keyword ref="ntqtextedit.html#heightForWidth">heightForWidth</keyword> - <keyword ref="ntqtextedit.html#insert">insert</keyword> - <keyword ref="ntqtextedit.html#insertAt">insertAt</keyword> - <keyword ref="ntqtextedit.html#insertParagraph">insertParagraph</keyword> - <keyword ref="ntqtextedit.html#isModified">isModified</keyword> - <keyword ref="ntqtextedit.html#isOverwriteMode">isOverwriteMode</keyword> - <keyword ref="ntqtextedit.html#isReadOnly">isReadOnly</keyword> - <keyword ref="ntqtextedit.html#isRedoAvailable">isRedoAvailable</keyword> - <keyword ref="ntqtextedit.html#isUndoAvailable">isUndoAvailable</keyword> - <keyword ref="ntqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</keyword> - <keyword ref="ntqtextedit.html#italic">italic</keyword> - <keyword ref="ntqtextedit.html#keyPressEvent">keyPressEvent</keyword> - <keyword ref="ntqtextedit.html#length">length</keyword> - <keyword ref="ntqtextedit.html#length-prop">length</keyword> - <keyword ref="ntqtextedit.html#lineOfChar">lineOfChar</keyword> - <keyword ref="ntqtextedit.html#lines">lines</keyword> - <keyword ref="ntqtextedit.html#linesOfParagraph">linesOfParagraph</keyword> - <keyword ref="ntqtextedit.html#linkUnderline">linkUnderline</keyword> - <keyword ref="ntqtextedit.html#linkUnderline-prop">linkUnderline</keyword> - <keyword ref="ntqtextedit.html#maxLogLines">maxLogLines</keyword> - <keyword ref="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</keyword> - <keyword ref="ntqtextedit.html#modificationChanged">modificationChanged</keyword> - <keyword ref="ntqtextedit.html#modified-prop">modified</keyword> - <keyword ref="ntqtextedit.html#moveCursor">moveCursor</keyword> - <keyword ref="ntqtextedit.html#optimCheckLimit">optimCheckLimit</keyword> - <keyword ref="ntqtextedit.html#overwriteMode-prop">overwriteMode</keyword> - <keyword ref="ntqtextedit.html#paper">paper</keyword> - <keyword ref="ntqtextedit.html#paper-prop">paper</keyword> - <keyword ref="ntqtextedit.html#paragraphAt">paragraphAt</keyword> - <keyword ref="ntqtextedit.html#paragraphBackgroundColor">paragraphBackgroundColor</keyword> - <keyword ref="ntqtextedit.html#paragraphLength">paragraphLength</keyword> - <keyword ref="ntqtextedit.html#paragraphRect">paragraphRect</keyword> - <keyword ref="ntqtextedit.html#paragraphs">paragraphs</keyword> - <keyword ref="ntqtextedit.html#paste">paste</keyword> - <keyword ref="ntqtextedit.html#pasteSpecial">pasteSpecial</keyword> - <keyword ref="ntqtextedit.html#pasteSubType">pasteSubType</keyword> - <keyword ref="ntqtextedit.html#placeCursor">placeCursor</keyword> - <keyword ref="ntqtextedit.html#pointSize">pointSize</keyword> - <keyword ref="ntqtextedit.html#readOnly-prop">readOnly</keyword> - <keyword ref="ntqtextedit.html#redo">redo</keyword> - <keyword ref="ntqtextedit.html#redoAvailable">redoAvailable</keyword> - <keyword ref="ntqtextedit.html#removeParagraph">removeParagraph</keyword> - <keyword ref="ntqtextedit.html#removeSelectedText">removeSelectedText</keyword> - <keyword ref="ntqtextedit.html#removeSelection">removeSelection</keyword> - <keyword ref="ntqtextedit.html#repaintChanged">repaintChanged</keyword> - <keyword ref="ntqtextedit.html#returnPressed">returnPressed</keyword> - <keyword ref="ntqtextedit.html#scrollToAnchor">scrollToAnchor</keyword> - <keyword ref="ntqtextedit.html#scrollToBottom">scrollToBottom</keyword> - <keyword ref="ntqtextedit.html#selectAll">selectAll</keyword> - <keyword ref="ntqtextedit.html#selectedText">selectedText</keyword> - <keyword ref="ntqtextedit.html#selectedText-prop">selectedText</keyword> - <keyword ref="ntqtextedit.html#selectionChanged">selectionChanged</keyword> - <keyword ref="ntqtextedit.html#setAlignment">setAlignment</keyword> - <keyword ref="ntqtextedit.html#setAutoFormatting">setAutoFormatting</keyword> - <keyword ref="ntqtextedit.html#setBold">setBold</keyword> - <keyword ref="ntqtextedit.html#setColor">setColor</keyword> - <keyword ref="ntqtextedit.html#setCurrentFont">setCurrentFont</keyword> - <keyword ref="ntqtextedit.html#setCursorPosition">setCursorPosition</keyword> - <keyword ref="ntqtextedit.html#setFamily">setFamily</keyword> - <keyword ref="ntqtextedit.html#setItalic">setItalic</keyword> - <keyword ref="ntqtextedit.html#setLinkUnderline">setLinkUnderline</keyword> - <keyword ref="ntqtextedit.html#setMaxLogLines">setMaxLogLines</keyword> - <keyword ref="ntqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</keyword> - <keyword ref="ntqtextedit.html#setModified">setModified</keyword> - <keyword ref="ntqtextedit.html#setOverwriteMode">setOverwriteMode</keyword> - <keyword ref="ntqtextedit.html#setPaper">setPaper</keyword> - <keyword ref="ntqtextedit.html#setParagraphBackgroundColor">setParagraphBackgroundColor</keyword> - <keyword ref="ntqtextedit.html#setPointSize">setPointSize</keyword> - <keyword ref="ntqtextedit.html#setReadOnly">setReadOnly</keyword> - <keyword ref="ntqtextedit.html#setSelection">setSelection</keyword> - <keyword ref="ntqtextedit.html#setSelectionAttributes">setSelectionAttributes</keyword> - <keyword ref="ntqtextedit.html#setStyleSheet">setStyleSheet</keyword> - <keyword ref="ntqtextedit.html#setTabChangesFocus">setTabChangesFocus</keyword> - <keyword ref="ntqtextedit.html#setTabStopWidth">setTabStopWidth</keyword> - <keyword ref="ntqtextedit.html#setText">setText</keyword> - <keyword ref="ntqtextedit.html#setTextFormat">setTextFormat</keyword> - <keyword ref="ntqtextedit.html#setUnderline">setUnderline</keyword> - <keyword ref="ntqtextedit.html#setUndoDepth">setUndoDepth</keyword> - <keyword ref="ntqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</keyword> - <keyword ref="ntqtextedit.html#setVerticalAlignment">setVerticalAlignment</keyword> - <keyword ref="ntqtextedit.html#setWordWrap">setWordWrap</keyword> - <keyword ref="ntqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</keyword> - <keyword ref="ntqtextedit.html#setWrapPolicy">setWrapPolicy</keyword> - <keyword ref="ntqtextedit.html#styleSheet">styleSheet</keyword> - <keyword ref="ntqtextedit.html#sync">sync</keyword> - <keyword ref="ntqtextedit.html#syntaxHighlighter">syntaxHighlighter</keyword> - <keyword ref="ntqtextedit.html#tabChangesFocus">tabChangesFocus</keyword> - <keyword ref="ntqtextedit.html#tabChangesFocus-prop">tabChangesFocus</keyword> - <keyword ref="ntqtextedit.html#tabStopWidth">tabStopWidth</keyword> - <keyword ref="ntqtextedit.html#tabStopWidth-prop">tabStopWidth</keyword> - <keyword ref="ntqtextedit.html#text">text</keyword> - <keyword ref="ntqtextedit.html#text-prop">text</keyword> - <keyword ref="ntqtextedit.html#textChanged">textChanged</keyword> - <keyword ref="ntqtextedit.html#textCursor">textCursor</keyword> - <keyword ref="ntqtextedit.html#textFormat">textFormat</keyword> - <keyword ref="ntqtextedit.html#textFormat-prop">textFormat</keyword> - <keyword ref="ntqtextedit.html#underline">underline</keyword> - <keyword ref="ntqtextedit.html#undo">undo</keyword> - <keyword ref="ntqtextedit.html#undoAvailable">undoAvailable</keyword> - <keyword ref="ntqtextedit.html#undoDepth">undoDepth</keyword> - <keyword ref="ntqtextedit.html#undoDepth-prop">undoDepth</keyword> - <keyword ref="ntqtextedit.html#undoRedoEnabled-prop">undoRedoEnabled</keyword> - <keyword ref="ntqtextedit.html#wordWrap">wordWrap</keyword> - <keyword ref="ntqtextedit.html#wordWrap-prop">wordWrap</keyword> - <keyword ref="ntqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</keyword> - <keyword ref="ntqtextedit.html#wrapColumnOrWidth-prop">wrapColumnOrWidth</keyword> - <keyword ref="ntqtextedit.html#wrapPolicy">wrapPolicy</keyword> - <keyword ref="ntqtextedit.html#wrapPolicy-prop">wrapPolicy</keyword> - <keyword ref="ntqtextedit.html#zoomIn">zoomIn</keyword> - <keyword ref="ntqtextedit.html#zoomOut">zoomOut</keyword> - <keyword ref="ntqtextedit.html#zoomTo">zoomTo</keyword> - <section ref="qtextedit-members.html" title="List of All Member Functions"/> - <section ref="qtextedit-h.html" title="Header File"/> -</section> -<section ref="qtextencoder.html" title="QTextEncoder Class Reference"> - <keyword ref="qtextencoder.html">QTextEncoder</keyword> - <keyword ref="qtextencoder.html#fromUnicode">fromUnicode</keyword> - <keyword ref="qtextencoder.html#~QTextEncoder">~QTextEncoder</keyword> - <section ref="qtextencoder-members.html" title="List of All Member Functions"/> - <section ref="qtextcodec-h.html" title="Header File"/> -</section> -<section ref="qtextistream.html" title="QTextIStream Class Reference"> - <keyword ref="qtextistream.html">QTextIStream</keyword> - <section ref="qtextistream-members.html" title="List of All Member Functions"/> - <section ref="qtextstream-h.html" title="Header File"/> -</section> -<section ref="qtextostream.html" title="QTextOStream Class Reference"> - <keyword ref="qtextostream.html">QTextOStream</keyword> - <section ref="qtextostream-members.html" title="List of All Member Functions"/> - <section ref="qtextstream-h.html" title="Header File"/> -</section> -<section ref="ntqtextstream.html" title="QTextStream Class Reference"> - <keyword ref="ntqtextstream.html">QTextStream</keyword> - <keyword ref="ntqtextstream.html#Encoding">Encoding</keyword> - <keyword ref="ntqtextstream.html#atEnd">atEnd</keyword> - <keyword ref="ntqtextstream.html#codec">codec</keyword> - <keyword ref="ntqtextstream.html#device">device</keyword> - <keyword ref="ntqtextstream.html#fill">fill</keyword> - <keyword ref="ntqtextstream.html#flags">flags</keyword> - <keyword ref="ntqtextstream.html#operator-lt-lt">operator<<</keyword> - <keyword ref="ntqtextstream.html#operator-gt-gt">operator>></keyword> - <keyword ref="ntqtextstream.html#precision">precision</keyword> - <keyword ref="ntqtextstream.html#read">read</keyword> - <keyword ref="ntqtextstream.html#readLine">readLine</keyword> - <keyword ref="ntqtextstream.html#readRawBytes">readRawBytes</keyword> - <keyword ref="ntqtextstream.html#reset">reset</keyword> - <keyword ref="ntqtextstream.html#setCodec">setCodec</keyword> - <keyword ref="ntqtextstream.html#setDevice">setDevice</keyword> - <keyword ref="ntqtextstream.html#setEncoding">setEncoding</keyword> - <keyword ref="ntqtextstream.html#setf">setf</keyword> - <keyword ref="ntqtextstream.html#skipWhiteSpace">skipWhiteSpace</keyword> - <keyword ref="ntqtextstream.html#ts_getbuf">ts_getbuf</keyword> - <keyword ref="ntqtextstream.html#ts_getline">ts_getline</keyword> - <keyword ref="ntqtextstream.html#ts_putc">ts_putc</keyword> - <keyword ref="ntqtextstream.html#unsetDevice">unsetDevice</keyword> - <keyword ref="ntqtextstream.html#unsetf">unsetf</keyword> - <keyword ref="ntqtextstream.html#width">width</keyword> - <keyword ref="ntqtextstream.html#writeRawBytes">writeRawBytes</keyword> - <keyword ref="ntqtextstream.html#~QTextStream">~QTextStream</keyword> - <section ref="qtextstream-members.html" title="List of All Member Functions"/> - <section ref="qtextstream-h.html" title="Header File"/> -</section> -<section ref="ntqtextview.html" title="QTextView Class Reference"> - <keyword ref="ntqtextview.html#modified-prop">modified</keyword> - <keyword ref="ntqtextview.html#overwriteMode-prop">overwriteMode</keyword> - <keyword ref="ntqtextview.html#readOnly-prop">readOnly</keyword> - <keyword ref="ntqtextview.html#undoDepth-prop">undoDepth</keyword> - <keyword ref="ntqtextview.html#undoRedoEnabled-prop">undoRedoEnabled</keyword> - <section ref="qtextview-members.html" title="List of All Member Functions"/> - <section ref="qtextview-h.html" title="Header File"/> +<section ref="tqtextedit.html" title="TQTextEdit Class Reference"> + <keyword ref="tqtextedit.html">TQTextEdit</keyword> + <keyword ref="tqtextedit.html#AutoFormatting">AutoFormatting</keyword> + <keyword ref="tqtextedit.html#CursorAction">CursorAction</keyword> + <keyword ref="tqtextedit.html#KeyboardAction">KeyboardAction</keyword> + <keyword ref="tqtextedit.html#VerticalAlignment">VerticalAlignment</keyword> + <keyword ref="tqtextedit.html#WordWrap">WordWrap</keyword> + <keyword ref="tqtextedit.html#WrapPolicy">WrapPolicy</keyword> + <keyword ref="tqtextedit.html#alignment">alignment</keyword> + <keyword ref="tqtextedit.html#anchorAt">anchorAt</keyword> + <keyword ref="tqtextedit.html#append">append</keyword> + <keyword ref="tqtextedit.html#autoFormatting">autoFormatting</keyword> + <keyword ref="tqtextedit.html#autoFormatting-prop">autoFormatting</keyword> + <keyword ref="tqtextedit.html#bold">bold</keyword> + <keyword ref="tqtextedit.html#charAt">charAt</keyword> + <keyword ref="tqtextedit.html#clear">clear</keyword> + <keyword ref="tqtextedit.html#clearParagraphBackground">clearParagraphBackground</keyword> + <keyword ref="tqtextedit.html#clicked">clicked</keyword> + <keyword ref="tqtextedit.html#color">color</keyword> + <keyword ref="tqtextedit.html#context">context</keyword> + <keyword ref="tqtextedit.html#copy">copy</keyword> + <keyword ref="tqtextedit.html#copyAvailable">copyAvailable</keyword> + <keyword ref="tqtextedit.html#createPopupMenu">createPopupMenu</keyword> + <keyword ref="tqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</keyword> + <keyword ref="tqtextedit.html#currentColorChanged">currentColorChanged</keyword> + <keyword ref="tqtextedit.html#currentFont">currentFont</keyword> + <keyword ref="tqtextedit.html#currentFontChanged">currentFontChanged</keyword> + <keyword ref="tqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</keyword> + <keyword ref="tqtextedit.html#cursorPositionChanged">cursorPositionChanged</keyword> + <keyword ref="tqtextedit.html#cut">cut</keyword> + <keyword ref="tqtextedit.html#del">del</keyword> + <keyword ref="tqtextedit.html#doKeyboardAction">doKeyboardAction</keyword> + <keyword ref="tqtextedit.html#documentTitle">documentTitle</keyword> + <keyword ref="tqtextedit.html#documentTitle-prop">documentTitle</keyword> + <keyword ref="tqtextedit.html#doubleClicked">doubleClicked</keyword> + <keyword ref="tqtextedit.html#ensureCursorVisible">ensureCursorVisible</keyword> + <keyword ref="tqtextedit.html#family">family</keyword> + <keyword ref="tqtextedit.html#find">find</keyword> + <keyword ref="tqtextedit.html#focusNextPrevChild">focusNextPrevChild</keyword> + <keyword ref="tqtextedit.html#getCursorPosition">getCursorPosition</keyword> + <keyword ref="tqtextedit.html#getSelection">getSelection</keyword> + <keyword ref="tqtextedit.html#hasSelectedText">hasSelectedText</keyword> + <keyword ref="tqtextedit.html#hasSelectedText-prop">hasSelectedText</keyword> + <keyword ref="tqtextedit.html#heightForWidth">heightForWidth</keyword> + <keyword ref="tqtextedit.html#insert">insert</keyword> + <keyword ref="tqtextedit.html#insertAt">insertAt</keyword> + <keyword ref="tqtextedit.html#insertParagraph">insertParagraph</keyword> + <keyword ref="tqtextedit.html#isModified">isModified</keyword> + <keyword ref="tqtextedit.html#isOverwriteMode">isOverwriteMode</keyword> + <keyword ref="tqtextedit.html#isReadOnly">isReadOnly</keyword> + <keyword ref="tqtextedit.html#isRedoAvailable">isRedoAvailable</keyword> + <keyword ref="tqtextedit.html#isUndoAvailable">isUndoAvailable</keyword> + <keyword ref="tqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</keyword> + <keyword ref="tqtextedit.html#italic">italic</keyword> + <keyword ref="tqtextedit.html#keyPressEvent">keyPressEvent</keyword> + <keyword ref="tqtextedit.html#length">length</keyword> + <keyword ref="tqtextedit.html#length-prop">length</keyword> + <keyword ref="tqtextedit.html#lineOfChar">lineOfChar</keyword> + <keyword ref="tqtextedit.html#lines">lines</keyword> + <keyword ref="tqtextedit.html#linesOfParagraph">linesOfParagraph</keyword> + <keyword ref="tqtextedit.html#linkUnderline">linkUnderline</keyword> + <keyword ref="tqtextedit.html#linkUnderline-prop">linkUnderline</keyword> + <keyword ref="tqtextedit.html#maxLogLines">maxLogLines</keyword> + <keyword ref="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</keyword> + <keyword ref="tqtextedit.html#modificationChanged">modificationChanged</keyword> + <keyword ref="tqtextedit.html#modified-prop">modified</keyword> + <keyword ref="tqtextedit.html#moveCursor">moveCursor</keyword> + <keyword ref="tqtextedit.html#optimCheckLimit">optimCheckLimit</keyword> + <keyword ref="tqtextedit.html#overwriteMode-prop">overwriteMode</keyword> + <keyword ref="tqtextedit.html#paper">paper</keyword> + <keyword ref="tqtextedit.html#paper-prop">paper</keyword> + <keyword ref="tqtextedit.html#paragraphAt">paragraphAt</keyword> + <keyword ref="tqtextedit.html#paragraphBackgroundColor">paragraphBackgroundColor</keyword> + <keyword ref="tqtextedit.html#paragraphLength">paragraphLength</keyword> + <keyword ref="tqtextedit.html#paragraphRect">paragraphRect</keyword> + <keyword ref="tqtextedit.html#paragraphs">paragraphs</keyword> + <keyword ref="tqtextedit.html#paste">paste</keyword> + <keyword ref="tqtextedit.html#pasteSpecial">pasteSpecial</keyword> + <keyword ref="tqtextedit.html#pasteSubType">pasteSubType</keyword> + <keyword ref="tqtextedit.html#placeCursor">placeCursor</keyword> + <keyword ref="tqtextedit.html#pointSize">pointSize</keyword> + <keyword ref="tqtextedit.html#readOnly-prop">readOnly</keyword> + <keyword ref="tqtextedit.html#redo">redo</keyword> + <keyword ref="tqtextedit.html#redoAvailable">redoAvailable</keyword> + <keyword ref="tqtextedit.html#removeParagraph">removeParagraph</keyword> + <keyword ref="tqtextedit.html#removeSelectedText">removeSelectedText</keyword> + <keyword ref="tqtextedit.html#removeSelection">removeSelection</keyword> + <keyword ref="tqtextedit.html#repaintChanged">repaintChanged</keyword> + <keyword ref="tqtextedit.html#returnPressed">returnPressed</keyword> + <keyword ref="tqtextedit.html#scrollToAnchor">scrollToAnchor</keyword> + <keyword ref="tqtextedit.html#scrollToBottom">scrollToBottom</keyword> + <keyword ref="tqtextedit.html#selectAll">selectAll</keyword> + <keyword ref="tqtextedit.html#selectedText">selectedText</keyword> + <keyword ref="tqtextedit.html#selectedText-prop">selectedText</keyword> + <keyword ref="tqtextedit.html#selectionChanged">selectionChanged</keyword> + <keyword ref="tqtextedit.html#setAlignment">setAlignment</keyword> + <keyword ref="tqtextedit.html#setAutoFormatting">setAutoFormatting</keyword> + <keyword ref="tqtextedit.html#setBold">setBold</keyword> + <keyword ref="tqtextedit.html#setColor">setColor</keyword> + <keyword ref="tqtextedit.html#setCurrentFont">setCurrentFont</keyword> + <keyword ref="tqtextedit.html#setCursorPosition">setCursorPosition</keyword> + <keyword ref="tqtextedit.html#setFamily">setFamily</keyword> + <keyword ref="tqtextedit.html#setItalic">setItalic</keyword> + <keyword ref="tqtextedit.html#setLinkUnderline">setLinkUnderline</keyword> + <keyword ref="tqtextedit.html#setMaxLogLines">setMaxLogLines</keyword> + <keyword ref="tqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</keyword> + <keyword ref="tqtextedit.html#setModified">setModified</keyword> + <keyword ref="tqtextedit.html#setOverwriteMode">setOverwriteMode</keyword> + <keyword ref="tqtextedit.html#setPaper">setPaper</keyword> + <keyword ref="tqtextedit.html#setParagraphBackgroundColor">setParagraphBackgroundColor</keyword> + <keyword ref="tqtextedit.html#setPointSize">setPointSize</keyword> + <keyword ref="tqtextedit.html#setReadOnly">setReadOnly</keyword> + <keyword ref="tqtextedit.html#setSelection">setSelection</keyword> + <keyword ref="tqtextedit.html#setSelectionAttributes">setSelectionAttributes</keyword> + <keyword ref="tqtextedit.html#setStyleSheet">setStyleSheet</keyword> + <keyword ref="tqtextedit.html#setTabChangesFocus">setTabChangesFocus</keyword> + <keyword ref="tqtextedit.html#setTabStopWidth">setTabStopWidth</keyword> + <keyword ref="tqtextedit.html#setText">setText</keyword> + <keyword ref="tqtextedit.html#setTextFormat">setTextFormat</keyword> + <keyword ref="tqtextedit.html#setUnderline">setUnderline</keyword> + <keyword ref="tqtextedit.html#setUndoDepth">setUndoDepth</keyword> + <keyword ref="tqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</keyword> + <keyword ref="tqtextedit.html#setVerticalAlignment">setVerticalAlignment</keyword> + <keyword ref="tqtextedit.html#setWordWrap">setWordWrap</keyword> + <keyword ref="tqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</keyword> + <keyword ref="tqtextedit.html#setWrapPolicy">setWrapPolicy</keyword> + <keyword ref="tqtextedit.html#styleSheet">styleSheet</keyword> + <keyword ref="tqtextedit.html#sync">sync</keyword> + <keyword ref="tqtextedit.html#syntaxHighlighter">syntaxHighlighter</keyword> + <keyword ref="tqtextedit.html#tabChangesFocus">tabChangesFocus</keyword> + <keyword ref="tqtextedit.html#tabChangesFocus-prop">tabChangesFocus</keyword> + <keyword ref="tqtextedit.html#tabStopWidth">tabStopWidth</keyword> + <keyword ref="tqtextedit.html#tabStopWidth-prop">tabStopWidth</keyword> + <keyword ref="tqtextedit.html#text">text</keyword> + <keyword ref="tqtextedit.html#text-prop">text</keyword> + <keyword ref="tqtextedit.html#textChanged">textChanged</keyword> + <keyword ref="tqtextedit.html#textCursor">textCursor</keyword> + <keyword ref="tqtextedit.html#textFormat">textFormat</keyword> + <keyword ref="tqtextedit.html#textFormat-prop">textFormat</keyword> + <keyword ref="tqtextedit.html#underline">underline</keyword> + <keyword ref="tqtextedit.html#undo">undo</keyword> + <keyword ref="tqtextedit.html#undoAvailable">undoAvailable</keyword> + <keyword ref="tqtextedit.html#undoDepth">undoDepth</keyword> + <keyword ref="tqtextedit.html#undoDepth-prop">undoDepth</keyword> + <keyword ref="tqtextedit.html#undoRedoEnabled-prop">undoRedoEnabled</keyword> + <keyword ref="tqtextedit.html#wordWrap">wordWrap</keyword> + <keyword ref="tqtextedit.html#wordWrap-prop">wordWrap</keyword> + <keyword ref="tqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</keyword> + <keyword ref="tqtextedit.html#wrapColumnOrWidth-prop">wrapColumnOrWidth</keyword> + <keyword ref="tqtextedit.html#wrapPolicy">wrapPolicy</keyword> + <keyword ref="tqtextedit.html#wrapPolicy-prop">wrapPolicy</keyword> + <keyword ref="tqtextedit.html#zoomIn">zoomIn</keyword> + <keyword ref="tqtextedit.html#zoomOut">zoomOut</keyword> + <keyword ref="tqtextedit.html#zoomTo">zoomTo</keyword> + <section ref="tqtextedit-members.html" title="List of All Member Functions"/> + <section ref="tqtextedit-h.html" title="Header File"/> +</section> +<section ref="tqtextencoder.html" title="TQTextEncoder Class Reference"> + <keyword ref="tqtextencoder.html">TQTextEncoder</keyword> + <keyword ref="tqtextencoder.html#fromUnicode">fromUnicode</keyword> + <keyword ref="tqtextencoder.html#~TQTextEncoder">~TQTextEncoder</keyword> + <section ref="tqtextencoder-members.html" title="List of All Member Functions"/> + <section ref="tqtextcodec-h.html" title="Header File"/> +</section> +<section ref="tqtextistream.html" title="TQTextIStream Class Reference"> + <keyword ref="tqtextistream.html">TQTextIStream</keyword> + <section ref="tqtextistream-members.html" title="List of All Member Functions"/> + <section ref="tqtextstream-h.html" title="Header File"/> +</section> +<section ref="tqtextostream.html" title="TQTextOStream Class Reference"> + <keyword ref="tqtextostream.html">TQTextOStream</keyword> + <section ref="tqtextostream-members.html" title="List of All Member Functions"/> + <section ref="tqtextstream-h.html" title="Header File"/> +</section> +<section ref="tqtextstream.html" title="TQTextStream Class Reference"> + <keyword ref="tqtextstream.html">TQTextStream</keyword> + <keyword ref="tqtextstream.html#Encoding">Encoding</keyword> + <keyword ref="tqtextstream.html#atEnd">atEnd</keyword> + <keyword ref="tqtextstream.html#codec">codec</keyword> + <keyword ref="tqtextstream.html#device">device</keyword> + <keyword ref="tqtextstream.html#fill">fill</keyword> + <keyword ref="tqtextstream.html#flags">flags</keyword> + <keyword ref="tqtextstream.html#operator-lt-lt">operator<<</keyword> + <keyword ref="tqtextstream.html#operator-gt-gt">operator>></keyword> + <keyword ref="tqtextstream.html#precision">precision</keyword> + <keyword ref="tqtextstream.html#read">read</keyword> + <keyword ref="tqtextstream.html#readLine">readLine</keyword> + <keyword ref="tqtextstream.html#readRawBytes">readRawBytes</keyword> + <keyword ref="tqtextstream.html#reset">reset</keyword> + <keyword ref="tqtextstream.html#setCodec">setCodec</keyword> + <keyword ref="tqtextstream.html#setDevice">setDevice</keyword> + <keyword ref="tqtextstream.html#setEncoding">setEncoding</keyword> + <keyword ref="tqtextstream.html#setf">setf</keyword> + <keyword ref="tqtextstream.html#skipWhiteSpace">skipWhiteSpace</keyword> + <keyword ref="tqtextstream.html#ts_getbuf">ts_getbuf</keyword> + <keyword ref="tqtextstream.html#ts_getline">ts_getline</keyword> + <keyword ref="tqtextstream.html#ts_putc">ts_putc</keyword> + <keyword ref="tqtextstream.html#unsetDevice">unsetDevice</keyword> + <keyword ref="tqtextstream.html#unsetf">unsetf</keyword> + <keyword ref="tqtextstream.html#width">width</keyword> + <keyword ref="tqtextstream.html#writeRawBytes">writeRawBytes</keyword> + <keyword ref="tqtextstream.html#~TQTextStream">~TQTextStream</keyword> + <section ref="tqtextstream-members.html" title="List of All Member Functions"/> + <section ref="tqtextstream-h.html" title="Header File"/> +</section> +<section ref="tqtextview.html" title="TQTextView Class Reference"> + <keyword ref="tqtextview.html#modified-prop">modified</keyword> + <keyword ref="tqtextview.html#overwriteMode-prop">overwriteMode</keyword> + <keyword ref="tqtextview.html#readOnly-prop">readOnly</keyword> + <keyword ref="tqtextview.html#undoDepth-prop">undoDepth</keyword> + <keyword ref="tqtextview.html#undoRedoEnabled-prop">undoRedoEnabled</keyword> + <section ref="tqtextview-members.html" title="List of All Member Functions"/> + <section ref="tqtextview-h.html" title="Header File"/> </section> <section ref="ntqthread.html" title="QThread Class Reference"> <keyword ref="ntqthread.html">QThread</keyword> diff --git a/doc/html/qtextcodec-members.html b/doc/html/qtextcodec-members.html deleted file mode 100644 index 1ef38ff5e..000000000 --- a/doc/html/qtextcodec-members.html +++ /dev/null @@ -1,73 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextcodec.h:63 --> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>TQTextCodec Member List</title> -<style type="text/css"><!-- -fn { margin-left: 1cm; text-indent: -1cm; } -a:link { color: #004faf; text-decoration: none } -a:visited { color: #672967; text-decoration: none } -body { background: #ffffff; color: black; } ---></style> -</head> -<body> - -<table border="0" cellpadding="0" cellspacing="0" width="100%"> -<tr bgcolor="#E5E5E5"> -<td valign=center> - <a href="index.html"> -<font color="#004faf">Home</font></a> - | <a href="classes.html"> -<font color="#004faf">All Classes</font></a> - | <a href="mainclasses.html"> -<font color="#004faf">Main Classes</font></a> - | <a href="annotated.html"> -<font color="#004faf">Annotated</font></a> - | <a href="groups.html"> -<font color="#004faf">Grouped Classes</font></a> - | <a href="functions.html"> -<font color="#004faf">Functions</font></a> -</td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTextCodec</h1> - -<p>This is the complete list of member functions for -<a href="ntqtextcodec.html">TQTextCodec</a>, including inherited members. - -<ul> -<li><a href="ntqtextcodec.html#TQTextCodec">TQTextCodec</a>() -<li><a href="ntqtextcodec.html#~TQTextCodec">~TQTextCodec</a>() -<li><a href="ntqtextcodec.html#canEncode">canEncode</a>() -<li><a href="ntqtextcodec.html#codecForCStrings">codecForCStrings</a>() -<li><a href="ntqtextcodec.html#codecForContent">codecForContent</a>() -<li><a href="ntqtextcodec.html#codecForIndex">codecForIndex</a>() -<li><a href="ntqtextcodec.html#codecForLocale">codecForLocale</a>() -<li><a href="ntqtextcodec.html#codecForMib">codecForMib</a>() -<li><a href="ntqtextcodec.html#codecForName">codecForName</a>() -<li><a href="ntqtextcodec.html#codecForTr">codecForTr</a>() -<li><a href="ntqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() -<li><a href="ntqtextcodec.html#fromUnicode">fromUnicode</a>() -<li><a href="ntqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() -<li><a href="ntqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#loadCharmap">loadCharmap</a>() -<li><a href="ntqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() -<li><a href="ntqtextcodec.html#locale">locale</a>() -<li><a href="ntqtextcodec.html#makeDecoder">makeDecoder</a>() -<li><a href="ntqtextcodec.html#makeEncoder">makeEncoder</a>() -<li><a href="ntqtextcodec.html#mibEnum">mibEnum</a>() -<li><a href="ntqtextcodec.html#mimeName">mimeName</a>() -<li><a href="ntqtextcodec.html#name">name</a>() -<li><a href="ntqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() -<li><a href="ntqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() -<li><a href="ntqtextcodec.html#setCodecForTr">setCodecForTr</a>() -<li><a href="ntqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#toUnicode">toUnicode</a>() -</ul> -<!-- eof --> -<p><address><hr><div align=center> -<table width=100% cellspacing=0 border=0><tr> -<td>Copyright © 2007 -<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> -<td align=right><div align=right>TQt 3.3.8</div> -</table></div></address></body> -</html> diff --git a/doc/html/qtsciicodec-h.html b/doc/html/qtsciicodec-h.html index 174a44217..3f979320f 100644 --- a/doc/html/qtsciicodec-h.html +++ b/doc/html/qtsciicodec-h.html @@ -105,7 +105,7 @@ body { background: #ffffff; color: black; } #define TQTSCIICODEC_H #ifndef QT_H -#include "ntqtextcodec.h" +#include "tqtextcodec.h" #endif // QT_H #ifndef TQT_NO_CODECS diff --git a/doc/html/qtsciicodec-members.html b/doc/html/qtsciicodec-members.html index 4fd232530..8702dc5b3 100644 --- a/doc/html/qtsciicodec-members.html +++ b/doc/html/qtsciicodec-members.html @@ -35,31 +35,31 @@ body { background: #ffffff; color: black; } <a href="ntqtsciicodec.html">TQTsciiCodec</a>, including inherited members. <ul> -<li><a href="ntqtextcodec.html#canEncode">canEncode</a>() -<li><a href="ntqtextcodec.html#codecForCStrings">codecForCStrings</a>() -<li><a href="ntqtextcodec.html#codecForContent">codecForContent</a>() -<li><a href="ntqtextcodec.html#codecForIndex">codecForIndex</a>() -<li><a href="ntqtextcodec.html#codecForLocale">codecForLocale</a>() -<li><a href="ntqtextcodec.html#codecForMib">codecForMib</a>() -<li><a href="ntqtextcodec.html#codecForName">codecForName</a>() -<li><a href="ntqtextcodec.html#codecForTr">codecForTr</a>() -<li><a href="ntqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() -<li><a href="ntqtextcodec.html#fromUnicode">fromUnicode</a>() -<li><a href="ntqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() -<li><a href="ntqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#loadCharmap">loadCharmap</a>() -<li><a href="ntqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() -<li><a href="ntqtextcodec.html#locale">locale</a>() -<li><a href="ntqtextcodec.html#makeDecoder">makeDecoder</a>() -<li><a href="ntqtextcodec.html#makeEncoder">makeEncoder</a>() -<li><a href="ntqtextcodec.html#mibEnum">mibEnum</a>() -<li><a href="ntqtextcodec.html#mimeName">mimeName</a>() -<li><a href="ntqtextcodec.html#name">name</a>() -<li><a href="ntqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() -<li><a href="ntqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() -<li><a href="ntqtextcodec.html#setCodecForTr">setCodecForTr</a>() -<li><a href="ntqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() -<li><a href="ntqtextcodec.html#toUnicode">toUnicode</a>() +<li><a href="tqtextcodec.html#canEncode">canEncode</a>() +<li><a href="tqtextcodec.html#codecForCStrings">codecForCStrings</a>() +<li><a href="tqtextcodec.html#codecForContent">codecForContent</a>() +<li><a href="tqtextcodec.html#codecForIndex">codecForIndex</a>() +<li><a href="tqtextcodec.html#codecForLocale">codecForLocale</a>() +<li><a href="tqtextcodec.html#codecForMib">codecForMib</a>() +<li><a href="tqtextcodec.html#codecForName">codecForName</a>() +<li><a href="tqtextcodec.html#codecForTr">codecForTr</a>() +<li><a href="tqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() +<li><a href="tqtextcodec.html#fromUnicode">fromUnicode</a>() +<li><a href="tqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() +<li><a href="tqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() +<li><a href="tqtextcodec.html#loadCharmap">loadCharmap</a>() +<li><a href="tqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() +<li><a href="tqtextcodec.html#locale">locale</a>() +<li><a href="tqtextcodec.html#makeDecoder">makeDecoder</a>() +<li><a href="tqtextcodec.html#makeEncoder">makeEncoder</a>() +<li><a href="tqtextcodec.html#mibEnum">mibEnum</a>() +<li><a href="tqtextcodec.html#mimeName">mimeName</a>() +<li><a href="tqtextcodec.html#name">name</a>() +<li><a href="tqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() +<li><a href="tqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() +<li><a href="tqtextcodec.html#setCodecForTr">setCodecForTr</a>() +<li><a href="tqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() +<li><a href="tqtextcodec.html#toUnicode">toUnicode</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qwerty-example.html b/doc/html/qwerty-example.html index 15e5a9509..fe1c4459a 100644 --- a/doc/html/qwerty-example.html +++ b/doc/html/qwerty-example.html @@ -113,14 +113,14 @@ private: #include <<a href="qfile-h.html">ntqfile.h</a>> #include <<a href="qfiledialog-h.html">ntqfiledialog.h</a>> #include <<a href="qpopupmenu-h.html">ntqpopupmenu.h</a>> -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="qpainter-h.html">ntqpainter.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="qpaintdevicemetrics-h.html">ntqpaintdevicemetrics.h</a>> #include <<a href="tqptrlist-h.html">tqptrlist.h</a>> #include <<a href="qfontdialog-h.html">ntqfontdialog.h</a>> -#include <<a href="qtextcodec-h.html">ntqtextcodec.h</a>> +#include <<a href="tqtextcodec-h.html">tqtextcodec.h</a>> const bool no_writing = FALSE; @@ -171,7 +171,7 @@ enum { Uni = 0, MBug = 1, Lat1 = 2, Local = 3, Guess = 4, Codec = 5 }; #endif changed = FALSE; e = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( this, "editor" ); -<a name="x400"></a> <a href="tqobject.html#connect">connect</a>( e, TQ_SIGNAL( <a href="ntqtextedit.html#textChanged">textChanged</a>() ), this, TQ_SLOT( textChanged() ) ); +<a name="x400"></a> <a href="tqobject.html#connect">connect</a>( e, TQ_SIGNAL( <a href="tqtextedit.html#textChanged">textChanged</a>() ), this, TQ_SLOT( textChanged() ) ); // We use Unifont - if you have it installed you'll see all // Unicode character glyphs. @@ -193,7 +193,7 @@ Editor::~Editor() { #ifndef TQT_NO_FONTDIALOG bool ok; -<a name="x396"></a><a name="x368"></a> <a href="ntqfont.html">TQFont</a> f = TQFontDialog::<a href="ntqfontdialog.html#getFont">getFont</a>( &ok, e-><a href="ntqtextedit.html#font">font</a>() ); +<a name="x396"></a><a name="x368"></a> <a href="ntqfont.html">TQFont</a> f = TQFontDialog::<a href="ntqfontdialog.html#getFont">getFont</a>( &ok, e-><a href="tqtextedit.html#font">font</a>() ); if ( ok ) { e-><a href="tqwidget.html#setFont">setFont</a>( f ); } @@ -206,16 +206,16 @@ void <a name="f236"></a>Editor::rebuildCodecList() { delete codecList; codecList = new <a href="tqptrlist.html">TQPtrList</a><TQTextCodec>; - <a href="ntqtextcodec.html">TQTextCodec</a> *codec; + <a href="tqtextcodec.html">TQTextCodec</a> *codec; int i; -<a name="x392"></a> for (i = 0; (codec = TQTextCodec::<a href="ntqtextcodec.html#codecForIndex">codecForIndex</a>(i)); i++) +<a name="x392"></a> for (i = 0; (codec = TQTextCodec::<a href="tqtextcodec.html#codecForIndex">codecForIndex</a>(i)); i++) <a name="x387"></a> codecList-><a href="tqptrlist.html#append">append</a>( codec ); <a name="x389"></a> int n = codecList-><a href="tqptrlist.html#count">count</a>(); for (int pm=0; pm<2; pm++) { <a href="ntqpopupmenu.html">TQPopupMenu</a>* menu = pm ? open_as : save_as; <a name="x370"></a> menu-><a href="ntqmenudata.html#clear">clear</a>(); <a href="tqstring.html">TQString</a> local = "Local ("; -<a name="x393"></a> local += TQTextCodec::<a href="ntqtextcodec.html#codecForLocale">codecForLocale</a>()->name(); +<a name="x393"></a> local += TQTextCodec::<a href="tqtextcodec.html#codecForLocale">codecForLocale</a>()->name(); local += ")"; menu-><a href="ntqmenudata.html#insertItem">insertItem</a>( local, Local ); menu-><a href="ntqmenudata.html#insertItem">insertItem</a>( "Unicode", Uni ); @@ -258,28 +258,28 @@ void Editor::load( const <a href="tqstring.html">TQString</a>& fileName, int <a name="x376"></a> e-><a href="ntqmultilineedit.html#setAutoUpdate">setAutoUpdate</a>( FALSE ); - <a href="ntqtextstream.html">TQTextStream</a> t(&f); + <a href="tqtextstream.html">TQTextStream</a> t(&f); if ( code >= Codec ) -<a name="x402"></a> t.<a href="ntqtextstream.html#setCodec">setCodec</a>( codecList-><a href="tqptrlist.html#at">at</a>(code-Codec) ); +<a name="x402"></a> t.<a href="tqtextstream.html#setCodec">setCodec</a>( codecList-><a href="tqptrlist.html#at">at</a>(code-Codec) ); else if ( code == Uni ) -<a name="x403"></a> t.<a href="ntqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::Unicode ); +<a name="x403"></a> t.<a href="tqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::Unicode ); else if ( code == MBug ) - t.<a href="ntqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::UnicodeReverse ); + t.<a href="tqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::UnicodeReverse ); else if ( code == Lat1 ) - t.<a href="ntqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::Latin1 ); + t.<a href="tqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::Latin1 ); else if ( code == Guess ) { <a href="ntqfile.html">TQFile</a> f(fileName); f.<a href="ntqfile.html#open">open</a>(IO_ReadOnly); char buffer[256]; int l = 256; <a name="x364"></a> l=f.<a href="ntqiodevice.html#readBlock">readBlock</a>(buffer,l); -<a name="x391"></a> <a href="ntqtextcodec.html">TQTextCodec</a>* codec = TQTextCodec::<a href="ntqtextcodec.html#codecForContent">codecForContent</a>(buffer, l); +<a name="x391"></a> <a href="tqtextcodec.html">TQTextCodec</a>* codec = TQTextCodec::<a href="tqtextcodec.html#codecForContent">codecForContent</a>(buffer, l); if ( codec ) { -<a name="x395"></a><a name="x373"></a> TQMessageBox::<a href="ntqmessagebox.html#information">information</a>(this,"Encoding",TQString("Codec: ")+codec-><a href="ntqtextcodec.html#name">name</a>()); - t.<a href="ntqtextstream.html#setCodec">setCodec</a>( codec ); +<a name="x395"></a><a name="x373"></a> TQMessageBox::<a href="ntqmessagebox.html#information">information</a>(this,"Encoding",TQString("Codec: ")+codec-><a href="tqtextcodec.html#name">name</a>()); + t.<a href="tqtextstream.html#setCodec">setCodec</a>( codec ); } } -<a name="x401"></a><a name="x398"></a> e-><a href="ntqtextedit.html#setText">setText</a>( t.<a href="ntqtextstream.html#read">read</a>() ); +<a name="x401"></a><a name="x398"></a> e-><a href="tqtextedit.html#setText">setText</a>( t.<a href="tqtextstream.html#read">read</a>() ); <a name="x362"></a> f.<a href="ntqfile.html#close">close</a>(); e-><a href="ntqmultilineedit.html#setAutoUpdate">setAutoUpdate</a>( TRUE ); @@ -327,7 +327,7 @@ void <a name="f242"></a>Editor::addEncoding() if ( !fn.<a href="tqstring.html#isEmpty">isEmpty</a>() ) { <a href="ntqfile.html">TQFile</a> f(fn); if (f.<a href="ntqfile.html#open">open</a>(IO_ReadOnly)) { -<a name="x394"></a> if (TQTextCodec::<a href="ntqtextcodec.html#loadCharmap">loadCharmap</a>(&f)) { +<a name="x394"></a> if (TQTextCodec::<a href="tqtextcodec.html#loadCharmap">loadCharmap</a>(&f)) { rebuildCodecList(); } else { <a name="x374"></a> TQMessageBox::<a href="ntqmessagebox.html#warning">warning</a>(0,"Charmap error", @@ -358,16 +358,16 @@ bool <a name="f243"></a>Editor::saveAs( const <a href="tqstring.html">TQString</ +fileName); return FALSE; } - <a href="ntqtextstream.html">TQTextStream</a> t(&f); + <a href="tqtextstream.html">TQTextStream</a> t(&f); if ( code >= Codec ) - t.<a href="ntqtextstream.html#setCodec">setCodec</a>( codecList-><a href="tqptrlist.html#at">at</a>(code-Codec) ); + t.<a href="tqtextstream.html#setCodec">setCodec</a>( codecList-><a href="tqptrlist.html#at">at</a>(code-Codec) ); else if ( code == Uni ) - t.<a href="ntqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::Unicode ); + t.<a href="tqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::Unicode ); else if ( code == MBug ) - t.<a href="ntqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::UnicodeReverse ); + t.<a href="tqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::UnicodeReverse ); else if ( code == Lat1 ) - t.<a href="ntqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::Latin1 ); -<a name="x399"></a> t << e-><a href="ntqtextedit.html#text">text</a>(); + t.<a href="tqtextstream.html#setEncoding">setEncoding</a>( TQTextStream::Latin1 ); +<a name="x399"></a> t << e-><a href="tqtextedit.html#text">text</a>(); f.<a href="ntqfile.html#close">close</a>(); <a href="tqwidget.html#setCaption">setCaption</a>( fileName ); changed = FALSE; @@ -381,7 +381,7 @@ void <a name="f244"></a>Editor::print() printer.setFullPage(TRUE); // we'll set our own margins <a href="ntqpainter.html">TQPainter</a> p; p.<a href="ntqpainter.html#begin">begin</a>( &printer ); // paint on printer -<a name="x385"></a> p.<a href="ntqpainter.html#setFont">setFont</a>( e-><a href="ntqtextedit.html#font">font</a>() ); +<a name="x385"></a> p.<a href="ntqpainter.html#setFont">setFont</a>( e-><a href="tqtextedit.html#font">font</a>() ); <a name="x384"></a> <a href="ntqfontmetrics.html">TQFontMetrics</a> fm = p.<a href="ntqpainter.html#fontMetrics">fontMetrics</a>(); <a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a> metrics( &printer ); // need width/height // of printer surface @@ -441,12 +441,12 @@ void Editor::<a href="tqwidget.html#resizeEvent">resizeEvent</a>( <a href="qresi void <a name="f245"></a>Editor::toUpper() { - e-><a href="ntqtextedit.html#setText">setText</a>(e-><a href="ntqtextedit.html#text">text</a>().upper()); + e-><a href="tqtextedit.html#setText">setText</a>(e-><a href="tqtextedit.html#text">text</a>().upper()); } void <a name="f246"></a>Editor::toLower() { - e-><a href="ntqtextedit.html#setText">setText</a>(e-><a href="ntqtextedit.html#text">text</a>().lower()); + e-><a href="tqtextedit.html#setText">setText</a>(e-><a href="tqtextedit.html#text">text</a>().lower()); } void <a name="f247"></a>Editor::textChanged() diff --git a/doc/html/qwindowsmime.html b/doc/html/qwindowsmime.html index 42e354dc8..ea4b0a0ba 100644 --- a/doc/html/qwindowsmime.html +++ b/doc/html/qwindowsmime.html @@ -73,7 +73,7 @@ proprietary clipboard formats to MIME formats. <p> TQt has predefined support for the following Windows Clipboard formats: <ul> <li> CF_UNICODETEXT - converted to "text/plain;charset=ISO-10646-UCS-2" -and supported by <a href="qtextdrag.html">TQTextDrag</a>. +and supported by <a href="tqtextdrag.html">TQTextDrag</a>. <li> CF_TEXT - converted to "text/plain;charset=system" or "text/plain" and supported by TQTextDrag. <li> CF_DIB - converted to "image/*", where * is diff --git a/doc/html/richtext-example.html b/doc/html/richtext-example.html index b14bf17bb..f592e46e4 100644 --- a/doc/html/richtext-example.html +++ b/doc/html/richtext-example.html @@ -64,7 +64,7 @@ public: MyRichText( <a href="tqwidget.html">TQWidget</a> *parent = 0, const char *name = 0 ); protected: - <a href="ntqtextview.html">TQTextView</a> *view; + <a href="tqtextview.html">TQTextView</a> *view; <a href="ntqpushbutton.html">TQPushButton</a> *bClose, *bNext, *bPrev; int num; @@ -94,7 +94,7 @@ protected slots: #include <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qtextview-h.html">ntqtextview.h</a>> +#include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="qbrush-h.html">ntqbrush.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> @@ -161,16 +161,16 @@ static const char* sayings[] = { { <a href="ntqframe.html#setMargin">setMargin</a>( 5 ); - view = new <a href="ntqtextview.html">TQTextView</a>( this ); -<a name="x465"></a> view-><a href="ntqtextedit.html#setText">setText</a>( "This is a <b>Test</b> with <i>italic</i> <u>stuff</u>" ); + view = new <a href="tqtextview.html">TQTextView</a>( this ); +<a name="x465"></a> view-><a href="tqtextedit.html#setText">setText</a>( "This is a <b>Test</b> with <i>italic</i> <u>stuff</u>" ); <a href="ntqbrush.html">TQBrush</a> paper; <a name="x461"></a> paper.<a href="ntqbrush.html#setPixmap">setPixmap</a>( TQPixmap( "../richtext/marble.png" ) ); <a name="x460"></a> if ( paper.<a href="ntqbrush.html#pixmap">pixmap</a>() != 0 ) -<a name="x464"></a> view-><a href="ntqtextedit.html#setPaper">setPaper</a>( paper ); +<a name="x464"></a> view-><a href="tqtextedit.html#setPaper">setPaper</a>( paper ); else - view-><a href="ntqtextedit.html#setPaper">setPaper</a>( white ); + view-><a href="tqtextedit.html#setPaper">setPaper</a>( white ); - view-><a href="ntqtextedit.html#setText">setText</a>( sayings[0] ); + view-><a href="tqtextedit.html#setText">setText</a>( sayings[0] ); <a name="x467"></a> view-><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>( 450, 250 ); <a href="ntqhbox.html">TQHBox</a> *buttons = new <a href="ntqhbox.html">TQHBox</a>( this ); @@ -196,7 +196,7 @@ void <a name="f256"></a>MyRichText::prev() num--; - view-><a href="ntqtextedit.html#setText">setText</a>( sayings[num] ); + view-><a href="tqtextedit.html#setText">setText</a>( sayings[num] ); if ( num == 0 ) bPrev-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); @@ -209,7 +209,7 @@ void <a name="f257"></a>MyRichText::next() if ( !sayings[++num] ) return; - view-><a href="ntqtextedit.html#setText">setText</a>( sayings[num] ); + view-><a href="tqtextedit.html#setText">setText</a>( sayings[num] ); if ( !sayings[num + 1] ) bNext-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); diff --git a/doc/html/rot-example.html b/doc/html/rot-example.html index 324352132..8d283eaed 100644 --- a/doc/html/rot-example.html +++ b/doc/html/rot-example.html @@ -100,8 +100,8 @@ private: { left = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( this, "left" ); right = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( this, "right" ); -<a name="x1375"></a> <a href="tqobject.html#connect">connect</a>( left, TQ_SIGNAL(<a href="ntqtextedit.html#textChanged">textChanged</a>()), this, TQ_SLOT(changeRight()) ); - <a href="tqobject.html#connect">connect</a>( right, TQ_SIGNAL(<a href="ntqtextedit.html#textChanged">textChanged</a>()), this, TQ_SLOT(changeLeft()) ); +<a name="x1375"></a> <a href="tqobject.html#connect">connect</a>( left, TQ_SIGNAL(<a href="tqtextedit.html#textChanged">textChanged</a>()), this, TQ_SLOT(changeRight()) ); + <a href="tqobject.html#connect">connect</a>( right, TQ_SIGNAL(<a href="tqtextedit.html#textChanged">textChanged</a>()), this, TQ_SLOT(changeLeft()) ); <a href="ntqpushbutton.html">TQPushButton</a> * quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this ); <a name="x1379"></a> quit-><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>( NoFocus ); @@ -119,7 +119,7 @@ private: void <a name="f433"></a>Rot13::changeLeft() { <a name="x1371"></a> left-><a href="tqobject.html#blockSignals">blockSignals</a>( TRUE ); -<a name="x1374"></a><a name="x1373"></a> left-><a href="ntqtextedit.html#setText">setText</a>( rot13( right-><a href="ntqtextedit.html#text">text</a>() ) ); +<a name="x1374"></a><a name="x1373"></a> left-><a href="tqtextedit.html#setText">setText</a>( rot13( right-><a href="tqtextedit.html#text">text</a>() ) ); left-><a href="tqobject.html#blockSignals">blockSignals</a>( FALSE ); } @@ -127,7 +127,7 @@ void <a name="f433"></a>Rot13::changeLeft() void <a name="f434"></a>Rot13::changeRight() { right-><a href="tqobject.html#blockSignals">blockSignals</a>( TRUE ); - right-><a href="ntqtextedit.html#setText">setText</a>( rot13( left-><a href="ntqtextedit.html#text">text</a>() ) ); + right-><a href="tqtextedit.html#setText">setText</a>( rot13( left-><a href="tqtextedit.html#text">text</a>() ) ); right-><a href="tqobject.html#blockSignals">blockSignals</a>( FALSE ); } diff --git a/doc/html/scrollview-example.html b/doc/html/scrollview-example.html index 40bbb06f9..f20982e91 100644 --- a/doc/html/scrollview-example.html +++ b/doc/html/scrollview-example.html @@ -136,7 +136,7 @@ public: int x, y; viewportToContents( e->x(), e->y(), x, y ); dragging = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>(viewport(),"Another"); -<a name="x657"></a> dragging-><a href="ntqtextedit.html#setText">setText</a>("Thanks!"); +<a name="x657"></a> dragging-><a href="tqtextedit.html#setText">setText</a>("Thanks!"); <a name="x650"></a> dragging-><a href="tqwidget.html#resize">resize</a>(100,100); addChild(dragging, x, y); showChild(dragging); @@ -158,7 +158,7 @@ public: int h = my - cy + 1; <a href="tqstring.html">TQString</a> msg; msg.<a href="tqstring.html#sprintf">sprintf</a>("at (%d,%d) %d by %d",cx,cy,w,h); - dragging-><a href="ntqtextedit.html#setText">setText</a>(msg); + dragging-><a href="tqtextedit.html#setText">setText</a>(msg); dragging-><a href="tqwidget.html#resize">resize</a>(w,h); } } @@ -280,7 +280,7 @@ public: srand(1); for (int i=0; i<30; i++) { <a href="ntqmultilineedit.html">TQMultiLineEdit</a> *l = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>(vp-><a href="ntqscrollview.html#viewport">viewport</a>(),"First"); - l-><a href="ntqtextedit.html#setText">setText</a>("Drag out more of these."); + l-><a href="tqtextedit.html#setText">setText</a>("Drag out more of these."); l-><a href="tqwidget.html#resize">resize</a>(100,100); vp-><a href="ntqscrollview.html#addChild">addChild</a>(l, rand()%800, rand()%10000); } diff --git a/doc/html/simple-application-example.html b/doc/html/simple-application-example.html index f3cbfce2a..9b90e57f8 100644 --- a/doc/html/simple-application-example.html +++ b/doc/html/simple-application-example.html @@ -81,7 +81,7 @@ private slots: private: <a href="ntqprinter.html">TQPrinter</a> *printer; - <a href="ntqtextedit.html">TQTextEdit</a> *e; + <a href="tqtextedit.html">TQTextEdit</a> *e; <a href="tqstring.html">TQString</a> filename; }; @@ -109,7 +109,7 @@ private: #include <<a href="qtoolbutton-h.html">ntqtoolbutton.h</a>> #include <<a href="qpopupmenu-h.html">ntqpopupmenu.h</a>> #include <<a href="qmenubar-h.html">ntqmenubar.h</a>> -#include <<a href="qtextedit-h.html">ntqtextedit.h</a>> +#include <<a href="tqtextedit-h.html">tqtextedit.h</a>> #include <<a href="qfile-h.html">ntqfile.h</a>> #include <<a href="qfiledialog-h.html">ntqfiledialog.h</a>> #include <<a href="qstatusbar-h.html">ntqstatusbar.h</a>> @@ -117,7 +117,7 @@ private: #include <<a href="qprinter-h.html">ntqprinter.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qaccel-h.html">ntqaccel.h</a>> -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="qpainter-h.html">ntqpainter.h</a>> #include <<a href="qpaintdevicemetrics-h.html">ntqpaintdevicemetrics.h</a>> #include <<a href="qwhatsthis-h.html">ntqwhatsthis.h</a>> @@ -218,7 +218,7 @@ private: help-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); help-><a href="ntqmenudata.html#insertItem">insertItem</a>( "What's &This", this, TQ_SLOT(<a href="ntqmainwindow.html#whatsThis">whatsThis</a>()), SHIFT+Key_F1 ); - e = new <a href="ntqtextedit.html">TQTextEdit</a>( this, "editor" ); + e = new <a href="tqtextedit.html">TQTextEdit</a>( this, "editor" ); e-><a href="tqwidget.html#setFocus">setFocus</a>(); <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>( e ); <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( "Ready", 2000 ); @@ -258,9 +258,9 @@ void <a name="f462"></a>ApplicationWindow::load( const <a href="tqstring.html">T <a name="x1548"></a> if ( !f.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_ReadOnly</a> ) ) return; - <a href="ntqtextstream.html">TQTextStream</a> ts( &f ); -<a name="x1589"></a><a name="x1586"></a> e-><a href="ntqtextedit.html#setText">setText</a>( ts.<a href="ntqtextstream.html#read">read</a>() ); -<a name="x1585"></a> e-><a href="ntqtextedit.html#setModified">setModified</a>( FALSE ); + <a href="tqtextstream.html">TQTextStream</a> ts( &f ); +<a name="x1589"></a><a name="x1586"></a> e-><a href="tqtextedit.html#setText">setText</a>( ts.<a href="tqtextstream.html#read">read</a>() ); +<a name="x1585"></a> e-><a href="tqtextedit.html#setModified">setModified</a>( FALSE ); <a href="tqwidget.html#setCaption">setCaption</a>( fileName ); <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( "Loaded document " + fileName, 2000 ); } @@ -273,7 +273,7 @@ void <a name="f463"></a>ApplicationWindow::save() return; } -<a name="x1588"></a> <a href="tqstring.html">TQString</a> text = e-><a href="ntqtextedit.html#text">text</a>(); +<a name="x1588"></a> <a href="tqstring.html">TQString</a> text = e-><a href="tqtextedit.html#text">text</a>(); <a href="ntqfile.html">TQFile</a> f( filename ); if ( !f.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_WriteOnly</a> ) ) { <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( TQString("Could not write to %1").arg(filename), @@ -281,11 +281,11 @@ void <a name="f463"></a>ApplicationWindow::save() return; } - <a href="ntqtextstream.html">TQTextStream</a> t( &f ); + <a href="tqtextstream.html">TQTextStream</a> t( &f ); t << text; f.<a href="ntqfile.html#close">close</a>(); - e-><a href="ntqtextedit.html#setModified">setModified</a>( FALSE ); + e-><a href="tqtextedit.html#setModified">setModified</a>( FALSE ); <a href="tqwidget.html#setCaption">setCaption</a>( filename ); @@ -321,11 +321,11 @@ void <a name="f465"></a>ApplicationWindow::print() <a name="x1560"></a> int dpiy = metrics.<a href="ntqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); int margin = (int) ( (2/2.54)*dpiy ); // 2 cm margins <a name="x1561"></a><a name="x1559"></a> <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="ntqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="ntqpaintdevicemetrics.html#height">height</a>() - 2*margin ); -<a name="x1581"></a> <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="ntqstylesheet.html#convertFromPlainText">convertFromPlainText</a>(e-><a href="ntqtextedit.html#text">text</a>()), +<a name="x1581"></a> <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="ntqstylesheet.html#convertFromPlainText">convertFromPlainText</a>(e-><a href="tqtextedit.html#text">text</a>()), TQFont(), -<a name="x1582"></a> e-><a href="ntqtextedit.html#context">context</a>(), -<a name="x1587"></a> e-><a href="ntqtextedit.html#styleSheet">styleSheet</a>(), -<a name="x1584"></a> e-><a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>(), +<a name="x1582"></a> e-><a href="tqtextedit.html#context">context</a>(), +<a name="x1587"></a> e-><a href="tqtextedit.html#styleSheet">styleSheet</a>(), +<a name="x1584"></a> e-><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>(), view.<a href="ntqrect.html#height">height</a>() ); <a name="x1578"></a> richText.<a href="ntqsimplerichtext.html#setWidth">setWidth</a>( &p, view.<a href="ntqrect.html#width">width</a>() ); int page = 1; @@ -349,7 +349,7 @@ void <a name="f465"></a>ApplicationWindow::print() <a name="x1592"></a>void ApplicationWindow::<a href="tqwidget.html#closeEvent">closeEvent</a>( <a href="qcloseevent.html">TQCloseEvent</a>* ce ) { -<a name="x1583"></a> if ( !e-><a href="ntqtextedit.html#isModified">isModified</a>() ) { +<a name="x1583"></a> if ( !e-><a href="tqtextedit.html#isModified">isModified</a>() ) { <a name="x1545"></a> ce-><a href="qcloseevent.html#accept">accept</a>(); return; } diff --git a/doc/html/simple-application.html b/doc/html/simple-application.html index f6350d392..6fbc7a621 100644 --- a/doc/html/simple-application.html +++ b/doc/html/simple-application.html @@ -83,7 +83,7 @@ private slots: private: <a href="ntqprinter.html">TQPrinter</a> *printer; - <a href="ntqtextedit.html">TQTextEdit</a> *e; + <a href="tqtextedit.html">TQTextEdit</a> *e; <a href="tqstring.html">TQString</a> filename; }; @@ -92,10 +92,10 @@ private: </pre> <p> It declares a class that inherits <a href="ntqmainwindow.html">TQMainWindow</a>, with slots and private -variables. The class pre-declaration of <a href="ntqtextedit.html">TQTextEdit</a> at the beginning +variables. The class pre-declaration of <a href="tqtextedit.html">TQTextEdit</a> at the beginning (instead of an include) helps to speed up compilation. With this trick, <tt>make depend</tt> won't insist on recompiling every <tt>.cpp</tt> file that -includes <tt>application.h</tt> when <a href="qtextedit-h.html">ntqtextedit.h</a> changes. +includes <tt>application.h</tt> when <a href="tqtextedit-h.html">tqtextedit.h</a> changes. <p> <a name="simplemain"></a> <h2> A simple main() </h2> @@ -319,7 +319,7 @@ will be aligned to the right if the windows system style requires it. <p> We create a <em>Help</em> menu, add it to the menu bar, and insert a few commands. Depending on the style it will appear on the right hand side of the menu bar or not. -<p> <pre> e = new <a href="ntqtextedit.html">TQTextEdit</a>( this, "editor" ); +<p> <pre> e = new <a href="tqtextedit.html">TQTextEdit</a>( this, "editor" ); e-><a href="tqwidget.html#setFocus">setFocus</a>(); <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>( e ); </pre> @@ -382,9 +382,9 @@ error message in the statusbar. if ( !f.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_ReadOnly</a> ) ) return; - <a href="ntqtextstream.html">TQTextStream</a> ts( &f ); - e-><a href="ntqtextedit.html#setText">setText</a>( ts.<a href="ntqtextstream.html#read">read</a>() ); - e-><a href="ntqtextedit.html#setModified">setModified</a>( FALSE ); + <a href="tqtextstream.html">TQTextStream</a> ts( &f ); + e-><a href="tqtextedit.html#setText">setText</a>( ts.<a href="tqtextstream.html#read">read</a>() ); + e-><a href="tqtextedit.html#setModified">setModified</a>( FALSE ); <a href="tqwidget.html#setCaption">setCaption</a>( fileName ); <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( "Loaded document " + fileName, 2000 ); } @@ -401,7 +401,7 @@ readable, nothing happens. return; } - <a href="tqstring.html">TQString</a> text = e-><a href="ntqtextedit.html#text">text</a>(); + <a href="tqstring.html">TQString</a> text = e-><a href="tqtextedit.html#text">text</a>(); <a href="ntqfile.html">TQFile</a> f( filename ); if ( !f.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_WriteOnly</a> ) ) { <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( TQString("Could not write to %1").arg(filename), @@ -409,7 +409,7 @@ readable, nothing happens. return; } - <a href="ntqtextstream.html">TQTextStream</a> t( &f ); + <a href="tqtextstream.html">TQTextStream</a> t( &f ); t << text; f.<a href="ntqfile.html#close">close</a>(); </pre> @@ -418,7 +418,7 @@ filename has been specified so far, the <a href="#saveAs()">saveAs()</a> functio Note that there is more than one way to do this: compare the above <tt>statusBar()->message()</tt> line with the equivalent code in the <tt>load()</tt> function. -<p> <pre> e-><a href="ntqtextedit.html#setModified">setModified</a>( FALSE ); +<p> <pre> e-><a href="tqtextedit.html#setModified">setModified</a>( FALSE ); </pre> <p> Tell the editor that the contents haven't been edited since the last save. When the user does some further editing and wishes to close the @@ -463,11 +463,11 @@ and implicitly changes the window system caption to the new name. int dpiy = metrics.<a href="ntqpaintdevicemetrics.html#logicalDpiY">logicalDpiY</a>(); int margin = (int) ( (2/2.54)*dpiy ); // 2 cm margins <a href="ntqrect.html">TQRect</a> view( margin, margin, metrics.<a href="ntqpaintdevicemetrics.html#width">width</a>() - 2*margin, metrics.<a href="ntqpaintdevicemetrics.html#height">height</a>() - 2*margin ); - <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="ntqstylesheet.html#convertFromPlainText">convertFromPlainText</a>(e-><a href="ntqtextedit.html#text">text</a>()), + <a href="ntqsimplerichtext.html">TQSimpleRichText</a> richText( TQStyleSheet::<a href="ntqstylesheet.html#convertFromPlainText">convertFromPlainText</a>(e-><a href="tqtextedit.html#text">text</a>()), TQFont(), - e-><a href="ntqtextedit.html#context">context</a>(), - e-><a href="ntqtextedit.html#styleSheet">styleSheet</a>(), - e-><a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>(), + e-><a href="tqtextedit.html#context">context</a>(), + e-><a href="tqtextedit.html#styleSheet">styleSheet</a>(), + e-><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>(), view.<a href="ntqrect.html#height">height</a>() ); richText.<a href="ntqsimplerichtext.html#setWidth">setWidth</a>( &p, view.<a href="ntqrect.html#width">width</a>() ); int page = 1; @@ -506,7 +506,7 @@ an <em>ApplicationWindow</em>. <p> This event gets to process window system close events. A close event is subtly different from a hide event: hide often means "iconify" whereas close means that the window is going away for good. -<p> <pre> if ( !e-><a href="ntqtextedit.html#isModified">isModified</a>() ) { +<p> <pre> if ( !e-><a href="tqtextedit.html#isModified">isModified</a>() ) { ce-><a href="qcloseevent.html#accept">accept</a>(); return; } diff --git a/doc/html/simple-font-demo-example.html b/doc/html/simple-font-demo-example.html index a5345e383..728f9a0ec 100644 --- a/doc/html/simple-font-demo-example.html +++ b/doc/html/simple-font-demo-example.html @@ -66,8 +66,8 @@ private: void layout(); void showFontInfo( <a href="ntqfont.html">TQFont</a> & ); - <a href="ntqtextview.html">TQTextView</a> * greetings; - <a href="ntqtextview.html">TQTextView</a> * fontInfo; + <a href="tqtextview.html">TQTextView</a> * greetings; + <a href="tqtextview.html">TQTextView</a> * fontInfo; <a href="ntqpushbutton.html">TQPushButton</a> * defaultButton; <a href="ntqpushbutton.html">TQPushButton</a> * sansSerifButton; @@ -84,7 +84,7 @@ private: #include "viewer.h" #include <<a href="tqstring-h.html">tqstring.h</a>> #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> -#include <<a href="qtextview-h.html">ntqtextview.h</a>> +#include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -97,13 +97,13 @@ private: <a href="tqstring.html">TQString</a> greeting_ru = TQString::<a href="tqstring.html#fromUtf8">fromUtf8</a>( "\320\227\320\264\321\200\320\260\320\262\321\201\321\202\320\262\321\203\320\271\321\202\320\265" ); <a href="tqstring.html">TQString</a> greeting_en( "Hello" ); - greetings = new <a href="ntqtextview.html">TQTextView</a>( this, "textview" ); + greetings = new <a href="tqtextview.html">TQTextView</a>( this, "textview" ); - greetings-><a href="ntqtextedit.html#setText">setText</a>( greeting_en + "\n" + + greetings-><a href="tqtextedit.html#setText">setText</a>( greeting_en + "\n" + greeting_ru + "\n" + greeting_heb ); - fontInfo = new <a href="ntqtextview.html">TQTextView</a>( this, "fontinfo" ); + fontInfo = new <a href="tqtextview.html">TQTextView</a>( this, "fontinfo" ); setDefault(); @@ -191,7 +191,7 @@ void <a name="f594"></a>Viewer::showFontInfo( <a href="ntqfont.html">TQFont</a> font.<a href="ntqfont.html#family">family</a>() + "."; } - fontInfo-><a href="ntqtextedit.html#setText">setText</a>( messageText ); + fontInfo-><a href="tqtextedit.html#setText">setText</a>( messageText ); } void <a name="f595"></a>Viewer::setFontSubstitutions() diff --git a/doc/html/simple_dd-example.html b/doc/html/simple_dd-example.html index e7d35acb2..56cfd3a02 100644 --- a/doc/html/simple_dd-example.html +++ b/doc/html/simple_dd-example.html @@ -191,7 +191,7 @@ const char* green_icon[]={ <a name="x2829"></a>void DDListBox::<a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>( <a href="qdragenterevent.html">TQDragEnterEvent</a> *evt ) { -<a name="x2827"></a> if ( TQTextDrag::<a href="qtextdrag.html#canDecode">canDecode</a>( evt ) ) +<a name="x2827"></a> if ( TQTextDrag::<a href="tqtextdrag.html#canDecode">canDecode</a>( evt ) ) <a name="x2819"></a> evt-><a href="qdragmoveevent.html#accept">accept</a>(); } @@ -200,7 +200,7 @@ const char* green_icon[]={ { <a href="tqstring.html">TQString</a> text; -<a name="x2828"></a> if ( TQTextDrag::<a href="qtextdrag.html#decode">decode</a>( evt, text ) ) +<a name="x2828"></a> if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>( evt, text ) ) <a href="ntqlistbox.html#insertItem">insertItem</a>( text ); } @@ -215,7 +215,7 @@ const char* green_icon[]={ <a name="x2831"></a>void DDListBox::<a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>( <a href="qmouseevent.html">TQMouseEvent</a> * ) { if ( dragging ) { - <a href="ntqdragobject.html">TQDragObject</a> *d = new <a href="qtextdrag.html">TQTextDrag</a>( currentText(), this ); + <a href="ntqdragobject.html">TQDragObject</a> *d = new <a href="tqtextdrag.html">TQTextDrag</a>( currentText(), this ); <a name="x2818"></a> d-><a href="ntqdragobject.html#dragCopy">dragCopy</a>(); // do NOT delete d. dragging = FALSE; } @@ -237,7 +237,7 @@ const char* green_icon[]={ { <a href="tqstring.html">TQString</a> label; - if ( TQTextDrag::<a href="qtextdrag.html#decode">decode</a>( evt, label ) ) + if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>( evt, label ) ) setText( label ); } @@ -246,14 +246,14 @@ const char* green_icon[]={ <a name="x2820"></a>TQDragObject *DDIconView::<a href="ntqiconview.html#dragObject">dragObject</a>() { - return new <a href="qtextdrag.html">TQTextDrag</a>( <a href="ntqiconview.html#currentItem">currentItem</a>()->text(), this ); + return new <a href="tqtextdrag.html">TQTextDrag</a>( <a href="ntqiconview.html#currentItem">currentItem</a>()->text(), this ); } void <a name="f588"></a>DDIconView::slotNewItem( <a href="qdropevent.html">TQDropEvent</a> *evt, const <a href="tqvaluelist.html">TQValueList</a><TQIconDragItem>& ) { <a href="tqstring.html">TQString</a> label; - if ( TQTextDrag::<a href="qtextdrag.html#decode">decode</a>( evt, label ) ) { + if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>( evt, label ) ) { DDIconViewItem *item = new DDIconViewItem( this, label ); <a name="x2824"></a> item-><a href="qiconviewitem.html#setRenameEnabled">setRenameEnabled</a>( TRUE ); } diff --git a/doc/html/text.html b/doc/html/text.html index 190b5db9e..94c2b5b50 100644 --- a/doc/html/text.html +++ b/doc/html/text.html @@ -49,11 +49,11 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="ntqstylesheet.html">TQStyleSheet</a></b><td>Collection of styles for rich text rendering and a generator of tags <tr bgcolor=#f0f0f0><td><b><a href="qstylesheetitem.html">TQStyleSheetItem</a></b><td>Encapsulation of a set of text styles <tr bgcolor=#f0f0f0><td><b><a href="ntqsyntaxhighlighter.html">TQSyntaxHighlighter</a></b><td>Base class for implementing TQTextEdit syntax highlighters -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextbrowser.html">TQTextBrowser</a></b><td>Rich text browser with hypertext navigation -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextedit.html">TQTextEdit</a></b><td>Powerful single-page rich text editor -<tr bgcolor=#f0f0f0><td><b><a href="qtextistream.html">TQTextIStream</a></b><td>Convenience class for input streams -<tr bgcolor=#f0f0f0><td><b><a href="qtextostream.html">TQTextOStream</a></b><td>Convenience class for output streams -<tr bgcolor=#f0f0f0><td><b><a href="ntqtextstream.html">TQTextStream</a></b><td>Basic functions for reading and writing text using a TQIODevice +<tr bgcolor=#f0f0f0><td><b><a href="tqtextbrowser.html">TQTextBrowser</a></b><td>Rich text browser with hypertext navigation +<tr bgcolor=#f0f0f0><td><b><a href="tqtextedit.html">TQTextEdit</a></b><td>Powerful single-page rich text editor +<tr bgcolor=#f0f0f0><td><b><a href="tqtextistream.html">TQTextIStream</a></b><td>Convenience class for input streams +<tr bgcolor=#f0f0f0><td><b><a href="tqtextostream.html">TQTextOStream</a></b><td>Convenience class for output streams +<tr bgcolor=#f0f0f0><td><b><a href="tqtextstream.html">TQTextStream</a></b><td>Basic functions for reading and writing text using a TQIODevice </table> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/titleindex b/doc/html/titleindex index bd60dc303..90760440b 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -857,28 +857,28 @@ QTableSelection Class | qtableselection.html QTableSelection Member List | qtableselection-members.html QTabletEvent Class | qtabletevent.html QTabletEvent Member List | qtabletevent-members.html -QTextBrowser Class | ntqtextbrowser.html -QTextBrowser Member List | qtextbrowser-members.html -QTextCodec Class | ntqtextcodec.html -QTextCodec Member List | qtextcodec-members.html -QTextCodecPlugin Class | ntqtextcodecplugin.html -QTextCodecPlugin Member List | qtextcodecplugin-members.html -QTextDecoder Class | qtextdecoder.html -QTextDecoder Member List | qtextdecoder-members.html -QTextDrag Class | qtextdrag.html -QTextDrag Member List | qtextdrag-members.html -QTextEdit Class | ntqtextedit.html -QTextEdit Member List | qtextedit-members.html -QTextEncoder Class | qtextencoder.html -QTextEncoder Member List | qtextencoder-members.html -QTextIStream Class | qtextistream.html -QTextIStream Member List | qtextistream-members.html -QTextOStream Class | qtextostream.html -QTextOStream Member List | qtextostream-members.html -QTextStream Class | ntqtextstream.html -QTextStream Member List | qtextstream-members.html -QTextView Class | ntqtextview.html -QTextView Member List | qtextview-members.html +TQTextBrowser Class | tqtextbrowser.html +TQTextBrowser Member List | tqtextbrowser-members.html +TQTextCodec Class | tqtextcodec.html +TQTextCodec Member List | tqtextcodec-members.html +TQTextCodecPlugin Class | tqtextcodecplugin.html +TQTextCodecPlugin Member List | tqtextcodecplugin-members.html +TQTextDecoder Class | tqtextdecoder.html +TQTextDecoder Member List | tqtextdecoder-members.html +TQTextDrag Class | tqtextdrag.html +TQTextDrag Member List | tqtextdrag-members.html +TQTextEdit Class | tqtextedit.html +TQTextEdit Member List | tqtextedit-members.html +TQTextEncoder Class | tqtextencoder.html +TQTextEncoder Member List | tqtextencoder-members.html +TQTextIStream Class | tqtextistream.html +TQTextIStream Member List | tqtextistream-members.html +TQTextOStream Class | tqtextostream.html +TQTextOStream Member List | tqtextostream-members.html +TQTextStream Class | tqtextstream.html +TQTextStream Member List | tqtextstream-members.html +TQTextView Class | tqtextview.html +TQTextView Member List | tqtextview-members.html QThread Class | ntqthread.html QThread Member List | qthread-members.html QThreadStorage Class | ntqthreadstorage.html @@ -1384,12 +1384,12 @@ ntqtabbar.h Include File | qtabbar-h.html ntqtabdialog.h Include File | qtabdialog-h.html ntqtable.h Include File | qtable-h.html ntqtabwidget.h Include File | qtabwidget-h.html -ntqtextbrowser.h Include File | qtextbrowser-h.html -ntqtextcodec.h Include File | qtextcodec-h.html -ntqtextcodecplugin.h Include File | qtextcodecplugin-h.html -ntqtextedit.h Include File | qtextedit-h.html -ntqtextstream.h Include File | qtextstream-h.html -ntqtextview.h Include File | qtextview-h.html +tqtextbrowser.h Include File | tqtextbrowser-h.html +tqtextcodec.h Include File | tqtextcodec-h.html +tqtextcodecplugin.h Include File | tqtextcodecplugin-h.html +tqtextedit.h Include File | tqtextedit-h.html +tqtextstream.h Include File | tqtextstream-h.html +tqtextview.h Include File | tqtextview-h.html ntqthread.h Include File | qthread-h.html ntqthreadstorage.h Include File | qthreadstorage-h.html ntqtimer.h Include File | qtimer-h.html diff --git a/doc/html/tqdomnode.html b/doc/html/tqdomnode.html index 1bf210bf0..28217cbd4 100644 --- a/doc/html/tqdomnode.html +++ b/doc/html/tqdomnode.html @@ -620,7 +620,7 @@ replaced by all of the children of the fragment. <p> Returns a new reference to <em>oldChild</em> on success or a <a href="#isNull">null node</a> an failure. <p> <p>See also <a href="#insertBefore">insertBefore</a>(), <a href="#insertAfter">insertAfter</a>(), <a href="#removeChild">removeChild</a>(), and <a href="#appendChild">appendChild</a>(). -<h3 class=fn>void <a name="save"></a>TQDomNode::save ( <a href="ntqtextstream.html">TQTextStream</a> & str, int indent ) const +<h3 class=fn>void <a name="save"></a>TQDomNode::save ( <a href="tqtextstream.html">TQTextStream</a> & str, int indent ) const </h3> Writes the XML representation of the node and all its children to the stream <em>str</em>. This function uses <em>indent</em> as the amount of @@ -722,7 +722,7 @@ the returned object will be <a href="#isNull">null</a>. <p> <p>See also <a href="#isText">isText</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="ntqtextstream.html">TQTextStream</a> & str, const <a href="tqdomnode.html">TQDomNode</a> & node ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqtextstream.html">TQTextStream</a> & str, const <a href="tqdomnode.html">TQDomNode</a> & node ) </h3> <p> Writes the XML representation of the node <em>node</em> and all its diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html index 4a64e20d3..c492affab 100644 --- a/doc/html/tqobject.html +++ b/doc/html/tqobject.html @@ -506,13 +506,13 @@ TRUE; otherwise return FALSE. bool eventFilter( TQObject *obj, TQEvent *ev ); private: - <a href="ntqtextedit.html">TQTextEdit</a> *textEdit; + <a href="tqtextedit.html">TQTextEdit</a> *textEdit; }; MyMainWindow::MyMainWindow( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqmainwindow.html">TQMainWindow</a>( parent, name ) { - textEdit = new <a href="ntqtextedit.html">TQTextEdit</a>( this ); + textEdit = new <a href="tqtextedit.html">TQTextEdit</a>( this ); <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>( textEdit ); textEdit-><a href="#installEventFilter">installEventFilter</a>( this ); } diff --git a/doc/html/tqsqlpropertymap.html b/doc/html/tqsqlpropertymap.html index b762a25e6..6202e875d 100644 --- a/doc/html/tqsqlpropertymap.html +++ b/doc/html/tqsqlpropertymap.html @@ -130,7 +130,7 @@ new default map.) <td valign="top">date <tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqdatetimeedit.html">TQDateTimeEdit</a> <td valign="top">dateTime -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="ntqtextbrowser.html">TQTextBrowser</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqtextbrowser.html">TQTextBrowser</a> <td valign="top">source <tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqbutton.html">TQButton</a>, <a href="ntqdial.html">TQDial</a>, @@ -138,7 +138,7 @@ new default map.) <a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqmultilineedit.html">TQMultiLineEdit</a>, <a href="ntqpushbutton.html">TQPushButton</a>, -<a href="ntqtextedit.html">TQTextEdit</a>, +<a href="tqtextedit.html">TQTextEdit</a>, <td valign="top">text <tr bgcolor="#f0f0f0"> <td valign="top"><a href="qtimeedit.html">TQTimeEdit</a> <td valign="top">time diff --git a/doc/html/tqstring.html b/doc/html/tqstring.html index 865dbdae0..353f72161 100644 --- a/doc/html/tqstring.html +++ b/doc/html/tqstring.html @@ -376,7 +376,7 @@ it will result in more readable code. </h3> Constructs a string that is a <a href="shclass.html#deep-copy">deep copy</a> of <em>str</em>, interpreted as a classic C string. The encoding is assumed to be Latin-1, unless -you change it using <a href="ntqtextcodec.html#setCodecForCStrings">TQTextCodec::setCodecForCStrings</a>(). +you change it using <a href="tqtextcodec.html#setCodecForCStrings">TQTextCodec::setCodecForCStrings</a>(). <p> If <em>str</em> is 0, then a null string is created. <p> This is a cast constructor, but it is perfectly safe: converting a Latin-1 <tt>const char *</tt> to TQString preserves all the information. You @@ -623,7 +623,7 @@ except that the strings are replaced in one pass. <h3 class=fn>const char * <a name="ascii"></a>TQString::ascii () const </h3> Returns an 8-bit ASCII representation of the string. -<p> If a codec has been set using <a href="ntqtextcodec.html#codecForCStrings">TQTextCodec::codecForCStrings</a>(), +<p> If a codec has been set using <a href="tqtextcodec.html#codecForCStrings">TQTextCodec::codecForCStrings</a>(), it is used to convert Unicode to 8-bit char. Otherwise, this function does the same as <a href="#latin1">latin1</a>(). <p> <p>See also <a href="#fromAscii">fromAscii</a>(), <a href="#latin1">latin1</a>(), <a href="#utf8">utf8</a>(), and <a href="#local8Bit">local8Bit</a>(). @@ -923,7 +923,7 @@ Returns the Unicode string decoded from the first <em>len</em> bytes of <em>ascii</em>, ignoring the rest of <em>ascii</em>. If <em>len</em> is -1 then the length of <em>ascii</em> is used. If <em>len</em> is bigger than the length of <em>ascii</em> then it will use the length of <em>ascii</em>. -<p> If a codec has been set using <a href="ntqtextcodec.html#codecForCStrings">TQTextCodec::codecForCStrings</a>(), +<p> If a codec has been set using <a href="tqtextcodec.html#codecForCStrings">TQTextCodec::codecForCStrings</a>(), it is used to convert the string from 8-bit characters to Unicode. Otherwise, this function does the same as <a href="#fromLatin1">fromLatin1</a>(). <p> This is the same as the TQString(const char*) constructor, but you @@ -958,7 +958,7 @@ of <em>local8Bit</em>. </pre> <p> <em>local8Bit</em> is assumed to be encoded in a locale-specific format. -<p> See <a href="ntqtextcodec.html">TQTextCodec</a> for more diverse coding/decoding of Unicode strings. +<p> See <a href="tqtextcodec.html">TQTextCodec</a> for more diverse coding/decoding of Unicode strings. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="fromUcs2"></a>TQString::fromUcs2 ( const unsigned short * str )<tt> [static]</tt> </h3> @@ -978,7 +978,7 @@ the length of <em>utf8</em> then it will use the length of <em>utf8</em>. // str == "12345" </pre> -<p> See <a href="ntqtextcodec.html">TQTextCodec</a> for more diverse coding/decoding of Unicode strings. +<p> See <a href="tqtextcodec.html">TQTextCodec</a> for more diverse coding/decoding of Unicode strings. <p>Example: <a href="simple-font-demo-example.html#x2850">fonts/simple-qfont-demo/viewer.cpp</a>. <h3 class=fn><a href="tqstring.html">TQString</a> & <a name="insert"></a>TQString::insert ( uint index, const <a href="tqstring.html">TQString</a> & s ) @@ -1066,7 +1066,7 @@ null string is always empty. Returns a Latin-1 representation of the string. The returned value is undefined if the string contains non-Latin-1 characters. If you want to convert strings into formats other than -Unicode, see the <a href="ntqtextcodec.html">TQTextCodec</a> classes. +Unicode, see the <a href="tqtextcodec.html">TQTextCodec</a> classes. <p> This function is mainly useful for boot-strapping legacy code to use Unicode. <p> The result remains valid so long as one unmodified copy of the @@ -1115,10 +1115,10 @@ padded by the <em>fill</em> character. <h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="local8Bit"></a>TQString::local8Bit () const </h3> Returns the string encoded in a locale-specific format. On X11, -this is the <a href="ntqtextcodec.html#codecForLocale">TQTextCodec::codecForLocale</a>(). On Windows, it is a +this is the <a href="tqtextcodec.html#codecForLocale">TQTextCodec::codecForLocale</a>(). On Windows, it is a system-defined encoding. On Mac OS X, this always uses UTF-8 as the encoding. -<p> See <a href="ntqtextcodec.html">TQTextCodec</a> for more diverse coding/decoding of Unicode +<p> See <a href="tqtextcodec.html">TQTextCodec</a> for more diverse coding/decoding of Unicode strings. <p> <p>See also <a href="#fromLocal8Bit">fromLocal8Bit</a>(), <a href="#ascii">ascii</a>(), <a href="#latin1">latin1</a>(), and <a href="#utf8">utf8</a>(). @@ -1131,7 +1131,7 @@ greater than <em>s2</em>. <p> The comparison is performed in a locale- and also platform-dependent manner. Use this function to present sorted lists of strings to the user. -<p> <p>See also <a href="#compare">TQString::compare</a>() and <a href="ntqtextcodec.html#locale">TQTextCodec::locale</a>(). +<p> <p>See also <a href="#compare">TQString::compare</a>() and <a href="tqtextcodec.html#locale">TQTextCodec::locale</a>(). <h3 class=fn>int <a name="localeAwareCompare-2"></a>TQString::localeAwareCompare ( const <a href="tqstring.html">TQString</a> & s ) const </h3> @@ -1898,7 +1898,7 @@ the escape sequences of printf() in the standard C library. <p> The %s escape sequence expects a <a href="#utf8">utf8</a>() encoded string. The format string <em>cformat</em> is expected to be in latin1. If you need a Unicode format string, use <a href="#arg">arg</a>() instead. For typesafe string -building, with full Unicode support, you can use <a href="qtextostream.html">TQTextOStream</a> like +building, with full Unicode support, you can use <a href="tqtextostream.html">TQTextOStream</a> like this: <p> <pre> TQString str; @@ -2227,7 +2227,7 @@ Returns an uppercase copy of the string. <h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="utf8"></a>TQString::utf8 () const </h3> Returns the string encoded in UTF-8 format. -<p> See <a href="ntqtextcodec.html">TQTextCodec</a> for more diverse coding/decoding of Unicode strings. +<p> See <a href="tqtextcodec.html">TQTextCodec</a> for more diverse coding/decoding of Unicode strings. <p> <p>See also <a href="#fromUtf8">fromUtf8</a>(), <a href="#ascii">ascii</a>(), <a href="#latin1">latin1</a>(), and <a href="#local8Bit">local8Bit</a>(). <p>Example: <a href="archivesearch-example.html#x483">network/archivesearch/archivedialog.ui.h</a>. diff --git a/doc/html/qtextbrowser-h.html b/doc/html/tqtextbrowser-h.html index 0932d2839..badeb3fea 100644 --- a/doc/html/qtextbrowser-h.html +++ b/doc/html/tqtextbrowser-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextbrowser.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextbrowser.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqtextbrowser.h Include File</title> +<title>tqtextbrowser.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqtextbrowser.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqtextbrowser.h</h1> -<p>This is the verbatim text of the ntqtextbrowser.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqtextbrowser.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqtextbrowser.h 3.3.8 edited Jan 11 14:39 $ +** $Id: qt/tqtextbrowser.h 3.3.8 edited Jan 11 14:39 $ ** ** Definition of the TQTextBrowser class ** @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "tqptrlist.h" #include "ntqpixmap.h" #include "ntqcolor.h" -#include "ntqtextedit.h" +#include "tqtextedit.h" #endif // QT_H #ifndef TQT_NO_TEXTBROWSER diff --git a/doc/html/qtextbrowser-m.png b/doc/html/tqtextbrowser-m.png Binary files differindex 39c1bdb72..39c1bdb72 100644 --- a/doc/html/qtextbrowser-m.png +++ b/doc/html/tqtextbrowser-m.png diff --git a/doc/html/qtextbrowser-members.html b/doc/html/tqtextbrowser-members.html index d24648ca6..c5439fa75 100644 --- a/doc/html/qtextbrowser-members.html +++ b/doc/html/tqtextbrowser-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextbrowser.h:52 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextbrowser.h:52 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,33 +32,33 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTextBrowser</h1> <p>This is the complete list of member functions for -<a href="ntqtextbrowser.html">TQTextBrowser</a>, including inherited members. +<a href="tqtextbrowser.html">TQTextBrowser</a>, including inherited members. <ul> -<li><a href="ntqtextbrowser.html#TQTextBrowser">TQTextBrowser</a>() +<li><a href="tqtextbrowser.html#TQTextBrowser">TQTextBrowser</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="ntqscrollview.html#addChild">addChild</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqtextedit.html#alignment">alignment</a>() -<li><a href="ntqtextedit.html#anchorAt">anchorAt</a>() -<li><a href="ntqtextbrowser.html#anchorClicked">anchorClicked</a>() -<li><a href="ntqtextedit.html#append">append</a>() -<li><a href="ntqtextedit.html#autoFormatting">autoFormatting</a>() +<li><a href="tqtextedit.html#alignment">alignment</a>() +<li><a href="tqtextedit.html#anchorAt">anchorAt</a>() +<li><a href="tqtextbrowser.html#anchorClicked">anchorClicked</a>() +<li><a href="tqtextedit.html#append">append</a>() +<li><a href="tqtextedit.html#autoFormatting">autoFormatting</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() <li><a href="tqwidget.html#backgroundMode">backgroundMode</a>() <li><a href="tqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="tqwidget.html#backgroundPixmap">backgroundPixmap</a>() -<li><a href="ntqtextbrowser.html#backward">backward</a>() -<li><a href="ntqtextbrowser.html#backwardAvailable">backwardAvailable</a>() +<li><a href="tqtextbrowser.html#backward">backward</a>() +<li><a href="tqtextbrowser.html#backwardAvailable">backwardAvailable</a>() <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqtextedit.html#bold">bold</a>() +<li><a href="tqtextedit.html#bold">bold</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() <li><a href="ntqscrollview.html#center">center</a>() -<li><a href="ntqtextedit.html#charAt">charAt</a>() +<li><a href="tqtextedit.html#charAt">charAt</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqwidget.html#childAt">childAt</a>() @@ -70,18 +70,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() <li><a href="tqobject.html#className">className</a>() -<li><a href="ntqtextedit.html#clear">clear</a>() +<li><a href="tqtextedit.html#clear">clear</a>() <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() -<li><a href="ntqtextedit.html#clearParagraphBackground">clearParagraphBackground</a>() +<li><a href="tqtextedit.html#clearParagraphBackground">clearParagraphBackground</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqtextedit.html#clicked">clicked</a>() +<li><a href="tqtextedit.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() -<li><a href="ntqtextedit.html#color">color</a>() +<li><a href="tqtextedit.html#color">color</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -103,32 +103,32 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() <li><a href="ntqscrollview.html#contentsX">contentsX</a>() <li><a href="ntqscrollview.html#contentsY">contentsY</a>() -<li><a href="ntqtextedit.html#context">context</a>() +<li><a href="tqtextedit.html#context">context</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqtextedit.html#copy">copy</a>() -<li><a href="ntqtextedit.html#copyAvailable">copyAvailable</a>() +<li><a href="tqtextedit.html#copy">copy</a>() +<li><a href="tqtextedit.html#copyAvailable">copyAvailable</a>() <li><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqtextedit.html#createPopupMenu">createPopupMenu</a>() -<li><a href="ntqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</a>() -<li><a href="ntqtextedit.html#currentColorChanged">currentColorChanged</a>() -<li><a href="ntqtextedit.html#currentFont">currentFont</a>() -<li><a href="ntqtextedit.html#currentFontChanged">currentFontChanged</a>() -<li><a href="ntqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</a>() +<li><a href="tqtextedit.html#createPopupMenu">createPopupMenu</a>() +<li><a href="tqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</a>() +<li><a href="tqtextedit.html#currentColorChanged">currentColorChanged</a>() +<li><a href="tqtextedit.html#currentFont">currentFont</a>() +<li><a href="tqtextedit.html#currentFontChanged">currentFontChanged</a>() +<li><a href="tqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</a>() <li><a href="tqwidget.html#cursor">cursor</a>() -<li><a href="ntqtextedit.html#cursorPositionChanged">cursorPositionChanged</a>() +<li><a href="tqtextedit.html#cursorPositionChanged">cursorPositionChanged</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqtextedit.html#cut">cut</a>() -<li><a href="ntqtextedit.html#del">del</a>() +<li><a href="tqtextedit.html#cut">cut</a>() +<li><a href="tqtextedit.html#del">del</a>() <li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="tqwidget.html#destroy">destroy</a>() <li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqtextedit.html#doKeyboardAction">doKeyboardAction</a>() -<li><a href="ntqtextedit.html#documentTitle">documentTitle</a>() -<li><a href="ntqtextedit.html#doubleClicked">doubleClicked</a>() +<li><a href="tqtextedit.html#doKeyboardAction">doKeyboardAction</a>() +<li><a href="tqtextedit.html#documentTitle">documentTitle</a>() +<li><a href="tqtextedit.html#doubleClicked">doubleClicked</a>() <li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() @@ -142,7 +142,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() -<li><a href="ntqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() +<li><a href="tqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() <li><a href="ntqscrollview.html#ensureVisible">ensureVisible</a>() <li><a href="tqwidget.html#enterEvent">enterEvent</a>() <li><a href="tqwidget.html#erase">erase</a>() @@ -150,22 +150,22 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="tqwidget.html#event">event</a>() <li><a href="ntqscrollview.html#eventFilter">eventFilter</a>() -<li><a href="ntqtextedit.html#family">family</a>() -<li><a href="ntqtextedit.html#find">find</a>() +<li><a href="tqtextedit.html#family">family</a>() +<li><a href="tqtextedit.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() -<li><a href="ntqtextedit.html#focusNextPrevChild">focusNextPrevChild</a>() +<li><a href="tqtextedit.html#focusNextPrevChild">focusNextPrevChild</a>() <li><a href="tqwidget.html#focusOutEvent">focusOutEvent</a>() <li><a href="tqwidget.html#focusPolicy">focusPolicy</a>() <li><a href="tqwidget.html#focusProxy">focusProxy</a>() <li><a href="tqwidget.html#focusWidget">focusWidget</a>() -<li><a href="ntqtextedit.html#font">font</a>() +<li><a href="tqtextedit.html#font">font</a>() <li><a href="tqwidget.html#fontChange">fontChange</a>() <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() <li><a href="tqwidget.html#foregroundColor">foregroundColor</a>() -<li><a href="ntqtextbrowser.html#forward">forward</a>() -<li><a href="ntqtextbrowser.html#forwardAvailable">forwardAvailable</a>() +<li><a href="tqtextbrowser.html#forward">forward</a>() +<li><a href="tqtextbrowser.html#forwardAvailable">forwardAvailable</a>() <li><a href="ntqframe.html#frameChanged">frameChanged</a>() <li><a href="tqwidget.html#frameGeometry">frameGeometry</a>() <li><a href="ntqframe.html#frameRect">frameRect</a>() @@ -175,8 +175,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#frameStyle">frameStyle</a>() <li><a href="ntqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() -<li><a href="ntqtextedit.html#getCursorPosition">getCursorPosition</a>() -<li><a href="ntqtextedit.html#getSelection">getSelection</a>() +<li><a href="tqtextedit.html#getCursorPosition">getCursorPosition</a>() +<li><a href="tqtextedit.html#getSelection">getSelection</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() @@ -185,15 +185,15 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() -<li><a href="ntqtextedit.html#hasSelectedText">hasSelectedText</a>() +<li><a href="tqtextedit.html#hasSelectedText">hasSelectedText</a>() <li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() <li><a href="tqwidget.html#height">height</a>() -<li><a href="ntqtextedit.html#heightForWidth">heightForWidth</a>() +<li><a href="tqtextedit.html#heightForWidth">heightForWidth</a>() <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() -<li><a href="ntqtextbrowser.html#highlighted">highlighted</a>() -<li><a href="ntqtextbrowser.html#home">home</a>() +<li><a href="tqtextbrowser.html#highlighted">highlighted</a>() +<li><a href="tqtextbrowser.html#home">home</a>() <li><a href="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() <li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() <li><a href="ntqscrollview.html#horizontalSliderReleased">horizontalSliderReleased</a>() @@ -204,10 +204,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="tqobject.html#inherits">inherits</a>() -<li><a href="ntqtextedit.html#insert">insert</a>() -<li><a href="ntqtextedit.html#insertAt">insertAt</a>() +<li><a href="tqtextedit.html#insert">insert</a>() +<li><a href="tqtextedit.html#insertAt">insertAt</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() -<li><a href="ntqtextedit.html#insertParagraph">insertParagraph</a>() +<li><a href="tqtextedit.html#insertParagraph">insertParagraph</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() @@ -225,23 +225,23 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() -<li><a href="ntqtextedit.html#isModified">isModified</a>() -<li><a href="ntqtextedit.html#isOverwriteMode">isOverwriteMode</a>() +<li><a href="tqtextedit.html#isModified">isModified</a>() +<li><a href="tqtextedit.html#isOverwriteMode">isOverwriteMode</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() -<li><a href="ntqtextedit.html#isReadOnly">isReadOnly</a>() -<li><a href="ntqtextedit.html#isRedoAvailable">isRedoAvailable</a>() +<li><a href="tqtextedit.html#isReadOnly">isReadOnly</a>() +<li><a href="tqtextedit.html#isRedoAvailable">isRedoAvailable</a>() <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() -<li><a href="ntqtextedit.html#isUndoAvailable">isUndoAvailable</a>() -<li><a href="ntqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>() +<li><a href="tqtextedit.html#isUndoAvailable">isUndoAvailable</a>() +<li><a href="tqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() <li><a href="tqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqtextedit.html#italic">italic</a>() -<li><a href="ntqtextbrowser.html#keyPressEvent">keyPressEvent</a>() +<li><a href="tqtextedit.html#italic">italic</a>() +<li><a href="tqtextbrowser.html#keyPressEvent">keyPressEvent</a>() <li><a href="tqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() <li><a href="tqobject.html#killTimer">killTimer</a>() @@ -249,13 +249,13 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() -<li><a href="ntqtextedit.html#length">length</a>() -<li><a href="ntqtextedit.html#lineOfChar">lineOfChar</a>() +<li><a href="tqtextedit.html#length">length</a>() +<li><a href="tqtextedit.html#lineOfChar">lineOfChar</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() -<li><a href="ntqtextedit.html#lines">lines</a>() -<li><a href="ntqtextedit.html#linesOfParagraph">linesOfParagraph</a>() -<li><a href="ntqtextbrowser.html#linkClicked">linkClicked</a>() -<li><a href="ntqtextedit.html#linkUnderline">linkUnderline</a>() +<li><a href="tqtextedit.html#lines">lines</a>() +<li><a href="tqtextedit.html#linesOfParagraph">linesOfParagraph</a>() +<li><a href="tqtextbrowser.html#linkClicked">linkClicked</a>() +<li><a href="tqtextedit.html#linkUnderline">linkUnderline</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -265,7 +265,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() <li><a href="ntqframe.html#margin">margin</a>() -<li><a href="ntqtextedit.html#maxLogLines">maxLogLines</a>() +<li><a href="tqtextedit.html#maxLogLines">maxLogLines</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() @@ -273,12 +273,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() -<li><a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() +<li><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() <li><a href="tqwidget.html#minimumWidth">minimumWidth</a>() -<li><a href="ntqtextedit.html#modificationChanged">modificationChanged</a>() +<li><a href="tqtextedit.html#modificationChanged">modificationChanged</a>() <li><a href="tqwidget.html#mouseDoubleClickEvent">mouseDoubleClickEvent</a>() <li><a href="tqwidget.html#mouseGrabber">mouseGrabber</a>() <li><a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>() @@ -286,7 +286,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="tqwidget.html#move">move</a>() <li><a href="ntqscrollview.html#moveChild">moveChild</a>() -<li><a href="ntqtextedit.html#moveCursor">moveCursor</a>() +<li><a href="tqtextedit.html#moveCursor">moveCursor</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() @@ -301,18 +301,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="tqwidget.html#paletteChange">paletteChange</a>() <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqtextedit.html#paper">paper</a>() -<li><a href="ntqtextedit.html#paragraphAt">paragraphAt</a>() -<li><a href="ntqtextedit.html#paragraphBackgroundColor">paragraphBackgroundColor</a>() -<li><a href="ntqtextedit.html#paragraphLength">paragraphLength</a>() -<li><a href="ntqtextedit.html#paragraphRect">paragraphRect</a>() -<li><a href="ntqtextedit.html#paragraphs">paragraphs</a>() +<li><a href="tqtextedit.html#paper">paper</a>() +<li><a href="tqtextedit.html#paragraphAt">paragraphAt</a>() +<li><a href="tqtextedit.html#paragraphBackgroundColor">paragraphBackgroundColor</a>() +<li><a href="tqtextedit.html#paragraphLength">paragraphLength</a>() +<li><a href="tqtextedit.html#paragraphRect">paragraphRect</a>() +<li><a href="tqtextedit.html#paragraphs">paragraphs</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqtextedit.html#paste">paste</a>() -<li><a href="ntqtextedit.html#pasteSubType">pasteSubType</a>() -<li><a href="ntqtextedit.html#placeCursor">placeCursor</a>() -<li><a href="ntqtextedit.html#pointSize">pointSize</a>() +<li><a href="tqtextedit.html#paste">paste</a>() +<li><a href="tqtextedit.html#pasteSubType">pasteSubType</a>() +<li><a href="tqtextedit.html#placeCursor">placeCursor</a>() +<li><a href="tqtextedit.html#pointSize">pointSize</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() <li><a href="tqobject.html#property">property</a>() @@ -321,18 +321,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqtextedit.html#redo">redo</a>() -<li><a href="ntqtextedit.html#redoAvailable">redoAvailable</a>() +<li><a href="tqtextedit.html#redo">redo</a>() +<li><a href="tqtextedit.html#redoAvailable">redoAvailable</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqtextbrowser.html#reload">reload</a>() +<li><a href="tqtextbrowser.html#reload">reload</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqtextedit.html#removeParagraph">removeParagraph</a>() -<li><a href="ntqtextedit.html#removeSelectedText">removeSelectedText</a>() -<li><a href="ntqtextedit.html#removeSelection">removeSelection</a>() +<li><a href="tqtextedit.html#removeParagraph">removeParagraph</a>() +<li><a href="tqtextedit.html#removeSelectedText">removeSelectedText</a>() +<li><a href="tqtextedit.html#removeSelection">removeSelection</a>() <li><a href="tqwidget.html#repaint">repaint</a>() -<li><a href="ntqtextedit.html#repaintChanged">repaintChanged</a>() +<li><a href="tqtextedit.html#repaintChanged">repaintChanged</a>() <li><a href="ntqscrollview.html#repaintContents">repaintContents</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() @@ -340,40 +340,40 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#resizeContents">resizeContents</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqscrollview.html#resizePolicy">resizePolicy</a>() -<li><a href="ntqtextedit.html#returnPressed">returnPressed</a>() +<li><a href="tqtextedit.html#returnPressed">returnPressed</a>() <li><a href="ntqscrollview.html#rightMargin">rightMargin</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() -<li><a href="ntqtextedit.html#scrollToAnchor">scrollToAnchor</a>() -<li><a href="ntqtextedit.html#scrollToBottom">scrollToBottom</a>() -<li><a href="ntqtextedit.html#selectAll">selectAll</a>() -<li><a href="ntqtextedit.html#selectedText">selectedText</a>() -<li><a href="ntqtextedit.html#selectionChanged">selectionChanged</a>() +<li><a href="tqtextedit.html#scrollToAnchor">scrollToAnchor</a>() +<li><a href="tqtextedit.html#scrollToBottom">scrollToBottom</a>() +<li><a href="tqtextedit.html#selectAll">selectAll</a>() +<li><a href="tqtextedit.html#selectedText">selectedText</a>() +<li><a href="tqtextedit.html#selectionChanged">selectionChanged</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() -<li><a href="ntqtextedit.html#setAlignment">setAlignment</a>() -<li><a href="ntqtextedit.html#setAutoFormatting">setAutoFormatting</a>() +<li><a href="tqtextedit.html#setAlignment">setAlignment</a>() +<li><a href="tqtextedit.html#setAutoFormatting">setAutoFormatting</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() -<li><a href="ntqtextedit.html#setBold">setBold</a>() +<li><a href="tqtextedit.html#setBold">setBold</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqtextedit.html#setColor">setColor</a>() +<li><a href="tqtextedit.html#setColor">setColor</a>() <li><a href="ntqscrollview.html#setContentsPos">setContentsPos</a>() <li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</a>() -<li><a href="ntqtextedit.html#setCurrentFont">setCurrentFont</a>() +<li><a href="tqtextedit.html#setCurrentFont">setCurrentFont</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() -<li><a href="ntqtextedit.html#setCursorPosition">setCursorPosition</a>() +<li><a href="tqtextedit.html#setCursorPosition">setCursorPosition</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() -<li><a href="ntqtextedit.html#setFamily">setFamily</a>() +<li><a href="tqtextedit.html#setFamily">setFamily</a>() <li><a href="tqwidget.html#setFixedHeight">setFixedHeight</a>() <li><a href="tqwidget.html#setFixedSize">setFixedSize</a>() <li><a href="tqwidget.html#setFixedWidth">setFixedWidth</a>() @@ -392,64 +392,64 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() -<li><a href="ntqtextedit.html#setItalic">setItalic</a>() +<li><a href="tqtextedit.html#setItalic">setItalic</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() <li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqtextedit.html#setLinkUnderline">setLinkUnderline</a>() +<li><a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() <li><a href="ntqframe.html#setMargin">setMargin</a>() <li><a href="ntqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() -<li><a href="ntqtextedit.html#setMaxLogLines">setMaxLogLines</a>() +<li><a href="tqtextedit.html#setMaxLogLines">setMaxLogLines</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() <li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() -<li><a href="ntqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</a>() +<li><a href="tqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() -<li><a href="ntqtextedit.html#setModified">setModified</a>() +<li><a href="tqtextedit.html#setModified">setModified</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqtextedit.html#setOverwriteMode">setOverwriteMode</a>() +<li><a href="tqtextedit.html#setOverwriteMode">setOverwriteMode</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqtextedit.html#setPaper">setPaper</a>() -<li><a href="ntqtextedit.html#setParagraphBackgroundColor">setParagraphBackgroundColor</a>() -<li><a href="ntqtextedit.html#setPointSize">setPointSize</a>() +<li><a href="tqtextedit.html#setPaper">setPaper</a>() +<li><a href="tqtextedit.html#setParagraphBackgroundColor">setParagraphBackgroundColor</a>() +<li><a href="tqtextedit.html#setPointSize">setPointSize</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqtextedit.html#setReadOnly">setReadOnly</a>() +<li><a href="tqtextedit.html#setReadOnly">setReadOnly</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() -<li><a href="ntqtextedit.html#setSelection">setSelection</a>() -<li><a href="ntqtextedit.html#setSelectionAttributes">setSelectionAttributes</a>() +<li><a href="tqtextedit.html#setSelection">setSelection</a>() +<li><a href="tqtextedit.html#setSelectionAttributes">setSelectionAttributes</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() -<li><a href="ntqtextbrowser.html#setSource">setSource</a>() +<li><a href="tqtextbrowser.html#setSource">setSource</a>() <li><a href="ntqscrollview.html#setStaticBackground">setStaticBackground</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() -<li><a href="ntqtextedit.html#setStyleSheet">setStyleSheet</a>() -<li><a href="ntqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() +<li><a href="tqtextedit.html#setStyleSheet">setStyleSheet</a>() +<li><a href="tqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqtextedit.html#setTabStopWidth">setTabStopWidth</a>() -<li><a href="ntqtextedit.html#setText">setText</a>() -<li><a href="ntqtextedit.html#setTextFormat">setTextFormat</a>() -<li><a href="ntqtextedit.html#setUnderline">setUnderline</a>() -<li><a href="ntqtextedit.html#setUndoDepth">setUndoDepth</a>() -<li><a href="ntqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() +<li><a href="tqtextedit.html#setTabStopWidth">setTabStopWidth</a>() +<li><a href="tqtextedit.html#setText">setText</a>() +<li><a href="tqtextedit.html#setTextFormat">setTextFormat</a>() +<li><a href="tqtextedit.html#setUnderline">setUnderline</a>() +<li><a href="tqtextedit.html#setUndoDepth">setUndoDepth</a>() +<li><a href="tqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() <li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() -<li><a href="ntqtextedit.html#setVerticalAlignment">setVerticalAlignment</a>() +<li><a href="tqtextedit.html#setVerticalAlignment">setVerticalAlignment</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() <li><a href="tqwidget.html#setWindowState">setWindowState</a>() -<li><a href="ntqtextedit.html#setWordWrap">setWordWrap</a>() -<li><a href="ntqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() -<li><a href="ntqtextedit.html#setWrapPolicy">setWrapPolicy</a>() +<li><a href="tqtextedit.html#setWordWrap">setWordWrap</a>() +<li><a href="tqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() +<li><a href="tqtextedit.html#setWrapPolicy">setWrapPolicy</a>() <li><a href="tqwidget.html#show">show</a>() <li><a href="ntqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() @@ -462,32 +462,32 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#sizeHint">sizeHint</a>() <li><a href="tqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="tqwidget.html#sizePolicy">sizePolicy</a>() -<li><a href="ntqtextbrowser.html#source">source</a>() -<li><a href="ntqtextbrowser.html#sourceChanged">sourceChanged</a>() +<li><a href="tqtextbrowser.html#source">source</a>() +<li><a href="tqtextbrowser.html#sourceChanged">sourceChanged</a>() <li><a href="tqwidget.html#stackUnder">stackUnder</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() -<li><a href="ntqtextedit.html#styleSheet">styleSheet</a>() -<li><a href="ntqtextedit.html#sync">sync</a>() -<li><a href="ntqtextedit.html#syntaxHighlighter">syntaxHighlighter</a>() -<li><a href="ntqtextedit.html#tabChangesFocus">tabChangesFocus</a>() -<li><a href="ntqtextedit.html#tabStopWidth">tabStopWidth</a>() +<li><a href="tqtextedit.html#styleSheet">styleSheet</a>() +<li><a href="tqtextedit.html#sync">sync</a>() +<li><a href="tqtextedit.html#syntaxHighlighter">syntaxHighlighter</a>() +<li><a href="tqtextedit.html#tabChangesFocus">tabChangesFocus</a>() +<li><a href="tqtextedit.html#tabStopWidth">tabStopWidth</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqtextedit.html#text">text</a>() -<li><a href="ntqtextedit.html#textChanged">textChanged</a>() -<li><a href="ntqtextedit.html#textCursor">textCursor</a>() -<li><a href="ntqtextedit.html#textFormat">textFormat</a>() +<li><a href="tqtextedit.html#text">text</a>() +<li><a href="tqtextedit.html#textChanged">textChanged</a>() +<li><a href="tqtextedit.html#textCursor">textCursor</a>() +<li><a href="tqtextedit.html#textFormat">textFormat</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() -<li><a href="ntqtextedit.html#underline">underline</a>() -<li><a href="ntqtextedit.html#undo">undo</a>() -<li><a href="ntqtextedit.html#undoAvailable">undoAvailable</a>() -<li><a href="ntqtextedit.html#undoDepth">undoDepth</a>() +<li><a href="tqtextedit.html#underline">underline</a>() +<li><a href="tqtextedit.html#undo">undo</a>() +<li><a href="tqtextedit.html#undoAvailable">undoAvailable</a>() +<li><a href="tqtextedit.html#undoDepth">undoDepth</a>() <li><a href="tqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="tqwidget.html#unsetFont">unsetFont</a>() <li><a href="tqwidget.html#unsetPalette">unsetPalette</a>() @@ -515,9 +515,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowActivationChange">windowActivationChange</a>() <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() -<li><a href="ntqtextedit.html#wordWrap">wordWrap</a>() -<li><a href="ntqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>() -<li><a href="ntqtextedit.html#wrapPolicy">wrapPolicy</a>() +<li><a href="tqtextedit.html#wordWrap">wordWrap</a>() +<li><a href="tqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>() +<li><a href="tqtextedit.html#wrapPolicy">wrapPolicy</a>() <li><a href="tqwidget.html#x">x</a>() <li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() <li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() @@ -542,9 +542,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() <li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() -<li><a href="ntqtextedit.html#zoomIn">zoomIn</a>() -<li><a href="ntqtextedit.html#zoomOut">zoomOut</a>() -<li><a href="ntqtextedit.html#zoomTo">zoomTo</a>() +<li><a href="tqtextedit.html#zoomIn">zoomIn</a>() +<li><a href="tqtextedit.html#zoomOut">zoomOut</a>() +<li><a href="tqtextedit.html#zoomTo">zoomTo</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qtextbrowser-w.png b/doc/html/tqtextbrowser-w.png Binary files differindex 84343370f..84343370f 100644 --- a/doc/html/qtextbrowser-w.png +++ b/doc/html/tqtextbrowser-w.png diff --git a/doc/html/ntqtextbrowser.html b/doc/html/tqtextbrowser.html index 525cc4ddb..a1e379389 100644 --- a/doc/html/ntqtextbrowser.html +++ b/doc/html/tqtextbrowser.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qtextbrowser.cpp:59 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqtextbrowser.cpp:59 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQTextBrowser class provides a rich text browser with hypertext navigation. <a href="#details">More...</a> -<p><tt>#include <<a href="qtextbrowser-h.html">ntqtextbrowser.h</a>></tt> -<p>Inherits <a href="ntqtextedit.html">TQTextEdit</a>. -<p><a href="qtextbrowser-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqtextbrowser-h.html">tqtextbrowser.h</a>></tt> +<p>Inherits <a href="tqtextedit.html">TQTextEdit</a>. +<p><a href="tqtextbrowser-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQTextBrowser"><b>TQTextBrowser</b></a> ( TQWidget * parent = 0, const char * name = 0 )</li> @@ -79,14 +79,14 @@ The TQTextBrowser class provides a rich text browser with hypertext navigation. -<p> This class extends <a href="ntqtextedit.html">TQTextEdit</a> (in read-only mode), adding some +<p> This class extends <a href="tqtextedit.html">TQTextEdit</a> (in read-only mode), adding some navigation functionality so that users can follow links in hypertext documents. The contents of TQTextEdit is set with -<a href="ntqtextedit.html#setText">setText</a>(), but TQTextBrowser has an additional function, +<a href="tqtextedit.html#setText">setText</a>(), but TQTextBrowser has an additional function, <a href="#setSource">setSource</a>(), which makes it possible to set the text to a named document. The name is looked up in the text view's mime source factory. If a document name ends with an anchor (for example, "<tt>#anchor"</tt>), the text browser automatically scrolls to that position -(using <a href="ntqtextedit.html#scrollToAnchor">scrollToAnchor</a>()). When the user clicks on a hyperlink, the +(using <a href="tqtextedit.html#scrollToAnchor">scrollToAnchor</a>()). When the user clicks on a hyperlink, the browser will call setSource() itself, with the link's <tt>href</tt> value as argument. You can track the current source by connetion to the <a href="#sourceChanged">sourceChanged</a>() signal. @@ -94,7 +94,7 @@ to the <a href="#sourceChanged">sourceChanged</a>() signal. use to implement Back and Forward buttons. The <a href="#home">home</a>() slot sets the text to the very first document displayed. The <a href="#linkClicked">linkClicked</a>() signal is emitted when the user clicks a link. -<p> By using <a href="ntqtextedit.html#setMimeSourceFactory">TQTextEdit::setMimeSourceFactory</a>() you can provide your +<p> By using <a href="tqtextedit.html#setMimeSourceFactory">TQTextEdit::setMimeSourceFactory</a>() you can provide your own subclass of <a href="qmimesourcefactory.html">TQMimeSourceFactory</a>. This makes it possible to access data from anywhere, for example from a network or from a database. See <a href="qmimesourcefactory.html#data">TQMimeSourceFactory::data</a>() for details. @@ -102,20 +102,20 @@ database. See <a href="qmimesourcefactory.html#data">TQMimeSourceFactory::data</ from the file system, you may have to specify the encoding for the file extension you are using. For example: <pre> - <a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>()->setExtensionType("qml", "text/utf8"); + <a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>()->setExtensionType("qml", "text/utf8"); </pre> This is to ensure that the factory is able to resolve the document names. <p> TQTextBrowser interprets the tags it processes in accordance with the default style sheet. Change the style sheet with -<a href="ntqtextedit.html#setStyleSheet">setStyleSheet</a>(); see <a href="ntqstylesheet.html">TQStyleSheet</a> for details. +<a href="tqtextedit.html#setStyleSheet">setStyleSheet</a>(); see <a href="ntqstylesheet.html">TQStyleSheet</a> for details. <p> If you want to provide your users with editable rich text use -<a href="ntqtextedit.html">TQTextEdit</a>. If you want a text browser without hypertext navigation -use TQTextEdit, and use <a href="ntqtextedit.html#setReadOnly">TQTextEdit::setReadOnly</a>() to disable +<a href="tqtextedit.html">TQTextEdit</a>. If you want a text browser without hypertext navigation +use TQTextEdit, and use <a href="tqtextedit.html#setReadOnly">TQTextEdit::setReadOnly</a>() to disable editing. If you just need to display a small piece of rich text use <a href="ntqsimplerichtext.html">TQSimpleRichText</a> or <a href="ntqlabel.html">TQLabel</a>. -<p> <img src=qtextbrowser-m.png> <img src=qtextbrowser-w.png> +<p> <img src=tqtextbrowser-m.png> <img src=tqtextbrowser-w.png> <p>See also <a href="advanced.html">Advanced Widgets</a>, <a href="helpsystem.html">Help System</a>, and <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> @@ -185,7 +185,7 @@ The event <em>e</em> is used to provide the following keyboard shortcuts: <tr bgcolor="#f0f0f0"> <td valign="top">Alt+Up Arrow <td valign="top"><a href="#home">home</a>() </table></center> -<p>Reimplemented from <a href="ntqtextedit.html#keyPressEvent">TQTextEdit</a>. +<p>Reimplemented from <a href="tqtextedit.html#keyPressEvent">TQTextEdit</a>. <h3 class=fn>void <a name="linkClicked"></a>TQTextBrowser::linkClicked ( const <a href="tqstring.html">TQString</a> & link )<tt> [signal]</tt> </h3> @@ -194,7 +194,7 @@ the value of the <tt>href</tt> i.e. the name of the target document. <p> The <em>link</em> will be the absolute location of the document, based on the value of the anchor's href tag and the current context of the document. -<p> <p>See also <a href="#anchorClicked">anchorClicked</a>() and <a href="ntqtextedit.html#context">context</a>(). +<p> <p>See also <a href="#anchorClicked">anchorClicked</a>() and <a href="tqtextedit.html#context">context</a>(). <h3 class=fn>void <a name="reload"></a>TQTextBrowser::reload ()<tt> [virtual slot]</tt> </h3> @@ -202,10 +202,10 @@ Reloads the current set source. <h3 class=fn>void <a name="setSource"></a>TQTextBrowser::setSource ( const <a href="tqstring.html">TQString</a> & name )<tt> [virtual slot]</tt> </h3><p>Sets the name of the displayed document to <em>name</em>. -See the <a href="ntqtextbrowser.html#source-prop">"source"</a> property for details. +See the <a href="tqtextbrowser.html#source-prop">"source"</a> property for details. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="source"></a>TQTextBrowser::source () const </h3><p>Returns the name of the displayed document. -See the <a href="ntqtextbrowser.html#source-prop">"source"</a> property for details. +See the <a href="tqtextbrowser.html#source-prop">"source"</a> property for details. <h3 class=fn>void <a name="sourceChanged"></a>TQTextBrowser::sourceChanged ( const <a href="tqstring.html">TQString</a> & src )<tt> [signal]</tt> </h3> @@ -230,14 +230,14 @@ clicks on links or presses the equivalent key sequences. <p>This property holds the name of the displayed document. <p>This is a <a href="tqstring.html#TQString-null">TQString::null</a> if no document is displayed or if the source is unknown. -<p> Setting this property uses the <a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() to lookup the +<p> Setting this property uses the <a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() to lookup the named document. It also checks for optional anchors and scrolls the document accordingly. <p> If the first tag in the document is <tt><qt type=detail></tt>, the document is displayed as a popup rather than as new document in the browser window itself. Otherwise, the document is displayed normally in the text browser with the text set to the contents of -the named document with <a href="ntqtextedit.html#setText">setText</a>(). +the named document with <a href="tqtextedit.html#setText">setText</a>(). <p> If you are using the filesystem access capabilities of the mime source factory, you must ensure that the factory knows about the encoding of specified files; otherwise no data will be available. diff --git a/doc/html/qtextcodec-h.html b/doc/html/tqtextcodec-h.html index 9b6fcdc6e..e912b659a 100644 --- a/doc/html/qtextcodec-h.html +++ b/doc/html/tqtextcodec-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextcodec.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextcodec.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqtextcodec.h Include File</title> +<title>tqtextcodec.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqtextcodec.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqtextcodec.h</h1> -<p>This is the verbatim text of the ntqtextcodec.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqtextcodec.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqtextcodec.h 3.3.8 edited Jan 11 14:46 $ +** $Id: qt/tqtextcodec.h 3.3.8 edited Jan 11 14:46 $ ** ** Definition of TQTextCodec class ** diff --git a/doc/html/tqtextcodec-members.html b/doc/html/tqtextcodec-members.html new file mode 100644 index 000000000..ecca7c61c --- /dev/null +++ b/doc/html/tqtextcodec-members.html @@ -0,0 +1,73 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextcodec.h:63 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQTextCodec Member List</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTextCodec</h1> + +<p>This is the complete list of member functions for +<a href="tqtextcodec.html">TQTextCodec</a>, including inherited members. + +<ul> +<li><a href="tqtextcodec.html#TQTextCodec">TQTextCodec</a>() +<li><a href="tqtextcodec.html#~TQTextCodec">~TQTextCodec</a>() +<li><a href="tqtextcodec.html#canEncode">canEncode</a>() +<li><a href="tqtextcodec.html#codecForCStrings">codecForCStrings</a>() +<li><a href="tqtextcodec.html#codecForContent">codecForContent</a>() +<li><a href="tqtextcodec.html#codecForIndex">codecForIndex</a>() +<li><a href="tqtextcodec.html#codecForLocale">codecForLocale</a>() +<li><a href="tqtextcodec.html#codecForMib">codecForMib</a>() +<li><a href="tqtextcodec.html#codecForName">codecForName</a>() +<li><a href="tqtextcodec.html#codecForTr">codecForTr</a>() +<li><a href="tqtextcodec.html#deleteAllCodecs">deleteAllCodecs</a>() +<li><a href="tqtextcodec.html#fromUnicode">fromUnicode</a>() +<li><a href="tqtextcodec.html#heuristicContentMatch">heuristicContentMatch</a>() +<li><a href="tqtextcodec.html#heuristicNameMatch">heuristicNameMatch</a>() +<li><a href="tqtextcodec.html#loadCharmap">loadCharmap</a>() +<li><a href="tqtextcodec.html#loadCharmapFile">loadCharmapFile</a>() +<li><a href="tqtextcodec.html#locale">locale</a>() +<li><a href="tqtextcodec.html#makeDecoder">makeDecoder</a>() +<li><a href="tqtextcodec.html#makeEncoder">makeEncoder</a>() +<li><a href="tqtextcodec.html#mibEnum">mibEnum</a>() +<li><a href="tqtextcodec.html#mimeName">mimeName</a>() +<li><a href="tqtextcodec.html#name">name</a>() +<li><a href="tqtextcodec.html#setCodecForCStrings">setCodecForCStrings</a>() +<li><a href="tqtextcodec.html#setCodecForLocale">setCodecForLocale</a>() +<li><a href="tqtextcodec.html#setCodecForTr">setCodecForTr</a>() +<li><a href="tqtextcodec.html#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() +<li><a href="tqtextcodec.html#toUnicode">toUnicode</a>() +</ul> +<!-- eof --> +<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>TQt 3.3.8</div> +</table></div></address></body> +</html> diff --git a/doc/html/ntqtextcodec.html b/doc/html/tqtextcodec.html index 0cec4ec27..bce967c66 100644 --- a/doc/html/ntqtextcodec.html +++ b/doc/html/tqtextcodec.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/codecs/qtextcodec.cpp:201 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/codecs/tqtextcodec.cpp:201 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,9 +34,9 @@ body { background: #ffffff; color: black; } <p>The TQTextCodec class provides conversion between text encodings. <a href="#details">More...</a> <p>Almost all the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support. The exceptions are <a href="#~TQTextCodec"><b>~TQTextCodec</b></a>(), <a href="#setCodecForTr"><b>setCodecForTr</b></a>(), <a href="#setCodecForCStrings"><b>setCodecForCStrings</b></a>(), and <a href="#TQTextCodec"><b>TQTextCodec</b></a>(). -</p><p><tt>#include <<a href="qtextcodec-h.html">ntqtextcodec.h</a>></tt> +</p><p><tt>#include <<a href="tqtextcodec-h.html">tqtextcodec.h</a>></tt> <p>Inherited by <a href="ntqbig5codec.html">TQBig5Codec</a>, <a href="qbig5hkscscodec.html">TQBig5hkscsCodec</a>, <a href="ntqeucjpcodec.html">TQEucJpCodec</a>, <a href="ntqeuckrcodec.html">TQEucKrCodec</a>, <a href="ntqgb18030codec.html">TQGb18030Codec</a>, <a href="ntqjiscodec.html">TQJisCodec</a>, <a href="qhebrewcodec.html">TQHebrewCodec</a>, <a href="ntqsjiscodec.html">TQSjisCodec</a>, and <a href="ntqtsciicodec.html">TQTsciiCodec</a>. -<p><a href="qtextcodec-members.html">List of all member functions.</a> +<p><a href="tqtextcodec-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>virtual <a href="#~TQTextCodec"><b>~TQTextCodec</b></a> ()</li> @@ -167,17 +167,17 @@ for example, when receiving it over a network. In such cases it is possible that a multi-byte character will be split over two chunks. At best this might result in the loss of a character and at worst cause the entire conversion to fail. -<p> The approach to use in these situations is to create a <a href="qtextdecoder.html">TQTextDecoder</a> +<p> The approach to use in these situations is to create a <a href="tqtextdecoder.html">TQTextDecoder</a> object for the codec and use this TQTextDecoder for the whole decoding process, as shown below: <p> <pre> TQTextCodec *codec = TQTextCodec::<a href="#codecForName">codecForName</a>( "Shift-JIS" ); - <a href="qtextdecoder.html">TQTextDecoder</a> *decoder = codec-><a href="#makeDecoder">makeDecoder</a>(); + <a href="tqtextdecoder.html">TQTextDecoder</a> *decoder = codec-><a href="#makeDecoder">makeDecoder</a>(); <a href="tqstring.html">TQString</a> unicodeString; while( receiving_data ) { <a href="qbytearray.html">TQByteArray</a> chunk = new_data; - unicodeString += decoder-><a href="qtextdecoder.html#toUnicode">toUnicode</a>( chunk.<a href="ntqmemarray.html#data">data</a>(), chunk.length() ); + unicodeString += decoder-><a href="tqtextdecoder.html#toUnicode">toUnicode</a>( chunk.<a href="ntqmemarray.html#data">data</a>(), chunk.length() ); } </pre> @@ -197,7 +197,7 @@ as a plugin; see the <a href="plugins-howto.html">plugin documentation</a> for more details. <p> The abstract virtual functions describe the encoder to the system and the coder is used as required in the different -text file formats supported by <a href="ntqtextstream.html">TQTextStream</a>, and under X11, for the +text file formats supported by <a href="tqtextstream.html">TQTextStream</a>, and under X11, for the locale-specific character input and output. <p> To add support for another 8-bit encoding to TQt, make a subclass of TQTextCodec and implement at least the following methods: @@ -216,10 +216,10 @@ Return the MIB enum for the encoding if it is listed in the the interpretation of some bytes will be dependent on some preceding bytes. For such encodings, you must implement: <p> <pre> - <a href="qtextdecoder.html">TQTextDecoder</a>* makeDecoder() const + <a href="tqtextdecoder.html">TQTextDecoder</a>* makeDecoder() const </pre> -Return a <a href="qtextdecoder.html">TQTextDecoder</a> that remembers incomplete multi-byte sequence +Return a <a href="tqtextdecoder.html">TQTextDecoder</a> that remembers incomplete multi-byte sequence prefixes or other required state. <p> If the encoding does <em>not</em> require state, you should implement: <p> <pre> @@ -234,10 +234,10 @@ re-implement at least one of them, or both for improved efficiency. to maintain state. However, two functions similar to the two above are used for encoding: <p> <pre> - <a href="qtextencoder.html">TQTextEncoder</a>* makeEncoder() const + <a href="tqtextencoder.html">TQTextEncoder</a>* makeEncoder() const </pre> -Return a <a href="qtextencoder.html">TQTextEncoder</a>. +Return a <a href="tqtextencoder.html">TQTextEncoder</a>. <p> <pre> <a href="ntqcstring.html">TQCString</a> fromUnicode(const <a href="tqstring.html">TQString</a>& uc, int& lenInOut ) const </pre> @@ -307,7 +307,7 @@ efficiency. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <em>s</em> contains the string being tested for encode-ability. -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="codecForCStrings"></a>TQTextCodec::codecForCStrings ()<tt> [static]</tt> +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="codecForCStrings"></a>TQTextCodec::codecForCStrings ()<tt> [static]</tt> </h3> <p> Returns the codec used by <a href="tqstring.html">TQString</a> to convert to and from const @@ -315,7 +315,7 @@ char* and TQCStrings. If this function returns 0 (the default), TQString assumes Latin-1. <p> <p>See also <a href="#setCodecForCStrings">setCodecForCStrings</a>(). -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="codecForContent"></a>TQTextCodec::codecForContent ( const char * chars, int len )<tt> [static]</tt> +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="codecForContent"></a>TQTextCodec::codecForContent ( const char * chars, int len )<tt> [static]</tt> </h3> Searches all installed TQTextCodec objects, returning the one which most recognizes the given content. May return 0. @@ -327,21 +327,21 @@ number of characters in the string to use. <p> <p>See also <a href="#heuristicContentMatch">heuristicContentMatch</a>(). <p>Example: <a href="qwerty-example.html#x391">qwerty/qwerty.cpp</a>. -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="codecForIndex"></a>TQTextCodec::codecForIndex ( int i )<tt> [static]</tt> +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="codecForIndex"></a>TQTextCodec::codecForIndex ( int i )<tt> [static]</tt> </h3> Returns the TQTextCodec <em>i</em> positions from the most recently inserted codec, or 0 if there is no such TQTextCodec. Thus, <a href="#codecForIndex">codecForIndex</a>(0) returns the most recently created TQTextCodec. <p>Example: <a href="qwerty-example.html#x392">qwerty/qwerty.cpp</a>. -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="codecForLocale"></a>TQTextCodec::codecForLocale ()<tt> [static]</tt> +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="codecForLocale"></a>TQTextCodec::codecForLocale ()<tt> [static]</tt> </h3> Returns a pointer to the codec most suitable for this locale. <p>Example: <a href="qwerty-example.html#x393">qwerty/qwerty.cpp</a>. -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="codecForMib"></a>TQTextCodec::codecForMib ( int mib )<tt> [static]</tt> +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="codecForMib"></a>TQTextCodec::codecForMib ( int mib )<tt> [static]</tt> </h3> Returns the TQTextCodec which matches the <a href="#mibEnum">MIBenum</a> <em>mib</em>. -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="codecForName"></a>TQTextCodec::codecForName ( const char * name, int accuracy = 0 )<tt> [static]</tt> +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="codecForName"></a>TQTextCodec::codecForName ( const char * name, int accuracy = 0 )<tt> [static]</tt> </h3> Searches all installed TQTextCodec objects and returns the one which best matches <em>name</em>; the match is case-insensitive. Returns @@ -349,7 +349,7 @@ which best matches <em>name</em>; the match is case-insensitive. Returns <em>accuracy</em>, or if <em>name</em> is a null string. <p> <p>See also <a href="#heuristicNameMatch">heuristicNameMatch</a>(). -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="codecForTr"></a>TQTextCodec::codecForTr ()<tt> [static]</tt> +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="codecForTr"></a>TQTextCodec::codecForTr ()<tt> [static]</tt> </h3> <p> Returns the codec used by <a href="tqobject.html#tr">TQObject::tr</a>() on its argument. If this @@ -414,7 +414,7 @@ string. A bad match is negative. <p> The default implementation calls <a href="#simpleHeuristicNameMatch">simpleHeuristicNameMatch</a>() with the name of the codec. -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="loadCharmap"></a>TQTextCodec::loadCharmap ( <a href="ntqiodevice.html">TQIODevice</a> * iod )<tt> [static]</tt> +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="loadCharmap"></a>TQTextCodec::loadCharmap ( <a href="ntqiodevice.html">TQIODevice</a> * iod )<tt> [static]</tt> </h3> Reads a POSIX2 charmap definition from <em>iod</em>. The parser recognizes the following lines: @@ -438,7 +438,7 @@ tables in code are kept in memory shared by all TQt applications. <p> <p>See also <a href="#loadCharmapFile">loadCharmapFile</a>(). <p>Example: <a href="qwerty-example.html#x394">qwerty/qwerty.cpp</a>. -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="loadCharmapFile"></a>TQTextCodec::loadCharmapFile ( <a href="tqstring.html">TQString</a> filename )<tt> [static]</tt> +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="loadCharmapFile"></a>TQTextCodec::loadCharmapFile ( <a href="tqstring.html">TQString</a> filename )<tt> [static]</tt> </h3> A convenience function for <a href="#loadCharmap">loadCharmap</a>() that loads the charmap definition from the file <em>filename</em>. @@ -449,18 +449,18 @@ Returns a string representing the current language and sublanguage, e.g. "pt" for Portuguese, or "pt_br" for Portuguese/Brazil. <p>Example: <a href="i18n-example.html#x1949">i18n/main.cpp</a>. -<h3 class=fn><a href="qtextdecoder.html">TQTextDecoder</a> * <a name="makeDecoder"></a>TQTextCodec::makeDecoder () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqtextdecoder.html">TQTextDecoder</a> * <a name="makeDecoder"></a>TQTextCodec::makeDecoder () const<tt> [virtual]</tt> </h3> -Creates a <a href="qtextdecoder.html">TQTextDecoder</a> which stores enough state to decode chunks +Creates a <a href="tqtextdecoder.html">TQTextDecoder</a> which stores enough state to decode chunks of char* data to create chunks of Unicode data. The default implementation creates a stateless decoder, which is only sufficient for the simplest encodings where each byte corresponds to exactly one Unicode character. <p> The caller is responsible for deleting the returned object. -<h3 class=fn><a href="qtextencoder.html">TQTextEncoder</a> * <a name="makeEncoder"></a>TQTextCodec::makeEncoder () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqtextencoder.html">TQTextEncoder</a> * <a name="makeEncoder"></a>TQTextCodec::makeEncoder () const<tt> [virtual]</tt> </h3> -Creates a <a href="qtextencoder.html">TQTextEncoder</a> which stores enough state to encode chunks +Creates a <a href="tqtextencoder.html">TQTextEncoder</a> which stores enough state to encode chunks of Unicode data as char* data. The default implementation creates a stateless encoder, which is only sufficient for the simplest encodings where each Unicode character corresponds to exactly one @@ -501,7 +501,7 @@ encodings to the end user. </ul> <p>Example: <a href="qwerty-example.html#x395">qwerty/qwerty.cpp</a>. -<h3 class=fn>void <a name="setCodecForCStrings"></a>TQTextCodec::setCodecForCStrings ( <a href="ntqtextcodec.html">TQTextCodec</a> * c )<tt> [static]</tt> +<h3 class=fn>void <a name="setCodecForCStrings"></a>TQTextCodec::setCodecForCStrings ( <a href="tqtextcodec.html">TQTextCodec</a> * c )<tt> [static]</tt> </h3><p><b>Warning:</b> This function is <i>not</i> <a href="threads.html#reentrant">reentrant</a>.</p> @@ -517,14 +517,14 @@ expressions. Use <a href="tqstring.html#fromLatin1">TQString::fromLatin1</a>() the ascii range when needed. <p> <p>See also <a href="#codecForCStrings">codecForCStrings</a>() and <a href="#setCodecForTr">setCodecForTr</a>(). -<h3 class=fn>void <a name="setCodecForLocale"></a>TQTextCodec::setCodecForLocale ( <a href="ntqtextcodec.html">TQTextCodec</a> * c )<tt> [static]</tt> +<h3 class=fn>void <a name="setCodecForLocale"></a>TQTextCodec::setCodecForLocale ( <a href="tqtextcodec.html">TQTextCodec</a> * c )<tt> [static]</tt> </h3> Set the codec to <em>c</em>; this will be returned by <a href="#codecForLocale">codecForLocale</a>(). This might be needed for some applications that want to use their own mechanism for setting the locale. <p> <p>See also <a href="#codecForLocale">codecForLocale</a>(). -<h3 class=fn>void <a name="setCodecForTr"></a>TQTextCodec::setCodecForTr ( <a href="ntqtextcodec.html">TQTextCodec</a> * c )<tt> [static]</tt> +<h3 class=fn>void <a name="setCodecForTr"></a>TQTextCodec::setCodecForTr ( <a href="tqtextcodec.html">TQTextCodec</a> * c )<tt> [static]</tt> </h3><p><b>Warning:</b> This function is <i>not</i> <a href="threads.html#reentrant">reentrant</a>.</p> diff --git a/doc/html/qtextcodecplugin-h.html b/doc/html/tqtextcodecplugin-h.html index 3f40b0dc7..1e717620b 100644 --- a/doc/html/qtextcodecplugin-h.html +++ b/doc/html/tqtextcodecplugin-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextcodecplugin.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextcodecplugin.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqtextcodecplugin.h Include File</title> +<title>tqtextcodecplugin.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqtextcodecplugin.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqtextcodecplugin.h</h1> -<p>This is the verbatim text of the ntqtextcodecplugin.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqtextcodecplugin.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqtextcodecplugin.h 3.3.8 edited Jan 11 14:46 $ +** $Id: qt/tqtextcodecplugin.h 3.3.8 edited Jan 11 14:46 $ ** ** Definition of TQTextCodecPlugin class ** diff --git a/doc/html/qtextcodecplugin-members.html b/doc/html/tqtextcodecplugin-members.html index 6196bfc19..a5121af81 100644 --- a/doc/html/qtextcodecplugin-members.html +++ b/doc/html/tqtextcodecplugin-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextcodecplugin.h:50 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextcodecplugin.h:50 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,15 +32,15 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTextCodecPlugin</h1> <p>This is the complete list of member functions for -<a href="ntqtextcodecplugin.html">TQTextCodecPlugin</a>, including inherited members. +<a href="tqtextcodecplugin.html">TQTextCodecPlugin</a>, including inherited members. <ul> -<li><a href="ntqtextcodecplugin.html#TQTextCodecPlugin">TQTextCodecPlugin</a>() -<li><a href="ntqtextcodecplugin.html#~TQTextCodecPlugin">~TQTextCodecPlugin</a>() -<li><a href="ntqtextcodecplugin.html#createForMib">createForMib</a>() -<li><a href="ntqtextcodecplugin.html#createForName">createForName</a>() -<li><a href="ntqtextcodecplugin.html#mibEnums">mibEnums</a>() -<li><a href="ntqtextcodecplugin.html#names">names</a>() +<li><a href="tqtextcodecplugin.html#TQTextCodecPlugin">TQTextCodecPlugin</a>() +<li><a href="tqtextcodecplugin.html#~TQTextCodecPlugin">~TQTextCodecPlugin</a>() +<li><a href="tqtextcodecplugin.html#createForMib">createForMib</a>() +<li><a href="tqtextcodecplugin.html#createForName">createForName</a>() +<li><a href="tqtextcodecplugin.html#mibEnums">mibEnums</a>() +<li><a href="tqtextcodecplugin.html#names">names</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/ntqtextcodecplugin.html b/doc/html/tqtextcodecplugin.html index 4dbb9d31c..274af80d5 100644 --- a/doc/html/ntqtextcodecplugin.html +++ b/doc/html/tqtextcodecplugin.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/codecs/qtextcodecplugin.cpp:42 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/codecs/tqtextcodecplugin.cpp:42 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQTextCodecPlugin class provides an abstract base for custom TQTextCodec plugins. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> -<p><tt>#include <<a href="qtextcodecplugin-h.html">ntqtextcodecplugin.h</a>></tt> -<p><a href="qtextcodecplugin-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqtextcodecplugin-h.html">tqtextcodecplugin.h</a>></tt> +<p><a href="tqtextcodecplugin-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQTextCodecPlugin"><b>TQTextCodecPlugin</b></a> ()</li> @@ -48,7 +48,7 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQTextCodecPlugin class provides an abstract base for custom <a href="ntqtextcodec.html">TQTextCodec</a> plugins. +The TQTextCodecPlugin class provides an abstract base for custom <a href="tqtextcodec.html">TQTextCodec</a> plugins. <p> The text codec plugin is a simple plugin interface that makes it @@ -75,18 +75,18 @@ Destroys the text codec plugin. <p> You never have to call this explicitly. TQt destroys a plugin automatically when it is no longer used. -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="createForMib"></a>TQTextCodecPlugin::createForMib ( int mib )<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="createForMib"></a>TQTextCodecPlugin::createForMib ( int mib )<tt> [pure virtual]</tt> </h3> -<p> Creates a <a href="ntqtextcodec.html">TQTextCodec</a> object for the mib enum <em>mib</em>. +<p> Creates a <a href="tqtextcodec.html">TQTextCodec</a> object for the mib enum <em>mib</em>. <p> (See <a href="ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets">the IANA character-sets encoding file</a> for more information) <p> <p>See also <a href="#mibEnums">mibEnums</a>(). -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="createForName"></a>TQTextCodecPlugin::createForName ( const <a href="tqstring.html">TQString</a> & name )<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="createForName"></a>TQTextCodecPlugin::createForName ( const <a href="tqstring.html">TQString</a> & name )<tt> [pure virtual]</tt> </h3> -<p> Creates a <a href="ntqtextcodec.html">TQTextCodec</a> object for the codec called <em>name</em>. +<p> Creates a <a href="tqtextcodec.html">TQTextCodec</a> object for the codec called <em>name</em>. <p> <p>See also <a href="#names">names</a>(). <h3 class=fn><a href="tqvaluelist.html">TQValueList</a><int> <a name="mibEnums"></a>TQTextCodecPlugin::mibEnums () const<tt> [pure virtual]</tt> diff --git a/doc/html/qtextdecoder-members.html b/doc/html/tqtextdecoder-members.html index ac2e74208..cc29254f6 100644 --- a/doc/html/qtextdecoder-members.html +++ b/doc/html/tqtextdecoder-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextcodec.h:57 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextcodec.h:57 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,11 +32,11 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTextDecoder</h1> <p>This is the complete list of member functions for -<a href="qtextdecoder.html">TQTextDecoder</a>, including inherited members. +<a href="tqtextdecoder.html">TQTextDecoder</a>, including inherited members. <ul> -<li><a href="qtextdecoder.html#~TQTextDecoder">~TQTextDecoder</a>() -<li><a href="qtextdecoder.html#toUnicode">toUnicode</a>() +<li><a href="tqtextdecoder.html#~TQTextDecoder">~TQTextDecoder</a>() +<li><a href="tqtextdecoder.html#toUnicode">toUnicode</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qtextdecoder.html b/doc/html/tqtextdecoder.html index 880e40291..46c437088 100644 --- a/doc/html/qtextdecoder.html +++ b/doc/html/tqtextdecoder.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/codecs/qtextcodec.cpp:1191 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/codecs/tqtextcodec.cpp:1191 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQTextDecoder class provides a state-based decoder. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> -<p><tt>#include <<a href="qtextcodec-h.html">ntqtextcodec.h</a>></tt> -<p><a href="qtextdecoder-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqtextcodec-h.html">tqtextcodec.h</a>></tt> +<p><a href="tqtextdecoder-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>virtual <a href="#~TQTextDecoder"><b>~TQTextDecoder</b></a> ()</li> @@ -49,7 +49,7 @@ The TQTextDecoder class provides a state-based decoder. <p> The decoder converts a text format into Unicode, remembering any state that is required between calls. -<p> <p>See also <a href="ntqtextcodec.html#makeEncoder">TQTextCodec::makeEncoder</a>() and <a href="i18n.html">Internationalization with TQt</a>. +<p> <p>See also <a href="tqtextcodec.html#makeEncoder">TQTextCodec::makeEncoder</a>() and <a href="i18n.html">Internationalization with TQt</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="~TQTextDecoder"></a>TQTextDecoder::~TQTextDecoder ()<tt> [virtual]</tt> diff --git a/doc/html/qtextdrag-members.html b/doc/html/tqtextdrag-members.html index a4b161858..88c216596 100644 --- a/doc/html/qtextdrag-members.html +++ b/doc/html/tqtextdrag-members.html @@ -32,13 +32,13 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTextDrag</h1> <p>This is the complete list of member functions for -<a href="qtextdrag.html">TQTextDrag</a>, including inherited members. +<a href="tqtextdrag.html">TQTextDrag</a>, including inherited members. <ul> -<li><a href="qtextdrag.html#TQTextDrag">TQTextDrag</a>() -<li><a href="qtextdrag.html#~TQTextDrag">~TQTextDrag</a>() +<li><a href="tqtextdrag.html#TQTextDrag">TQTextDrag</a>() +<li><a href="tqtextdrag.html#~TQTextDrag">~TQTextDrag</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() -<li><a href="qtextdrag.html#canDecode">canDecode</a>() +<li><a href="tqtextdrag.html#canDecode">canDecode</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqobject.html#childEvent">childEvent</a>() @@ -47,7 +47,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() -<li><a href="qtextdrag.html#decode">decode</a>() +<li><a href="tqtextdrag.html#decode">decode</a>() <li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() @@ -87,8 +87,8 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdragobject.html#setPixmap">setPixmap</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="qtextdrag.html#setSubtype">setSubtype</a>() -<li><a href="qtextdrag.html#setText">setText</a>() +<li><a href="tqtextdrag.html#setSubtype">setSubtype</a>() +<li><a href="tqtextdrag.html#setText">setText</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqdragobject.html#source">source</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() diff --git a/doc/html/qtextdrag.html b/doc/html/tqtextdrag.html index 50ac69757..d8fa395a6 100644 --- a/doc/html/qtextdrag.html +++ b/doc/html/tqtextdrag.html @@ -36,7 +36,7 @@ transferring plain and Unicode text. <a href="#details">More...</a> <p><tt>#include <<a href="qdragobject-h.html">ntqdragobject.h</a>></tt> <p>Inherits <a href="ntqdragobject.html">TQDragObject</a>. -<p><a href="qtextdrag-members.html">List of all member functions.</a> +<p><a href="tqtextdrag-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQTextDrag"><b>TQTextDrag</b></a> ( const TQString & text, TQWidget * dragSource = 0, const char * name = 0 )</li> diff --git a/doc/html/qtextedit-h.html b/doc/html/tqtextedit-h.html index c03747801..94375129c 100644 --- a/doc/html/qtextedit-h.html +++ b/doc/html/tqtextedit-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextedit.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextedit.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqtextedit.h Include File</title> +<title>tqtextedit.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqtextedit.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqtextedit.h</h1> -<p>This is the verbatim text of the ntqtextedit.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqtextedit.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqtextedit.h 3.3.8 edited Jan 11 14:39 $ +** $Id: qt/tqtextedit.h 3.3.8 edited Jan 11 14:39 $ ** ** Definition of the TQTextEdit class ** diff --git a/doc/html/qtextedit-members.html b/doc/html/tqtextedit-members.html index ed3aeba97..a307f02d6 100644 --- a/doc/html/qtextedit-members.html +++ b/doc/html/tqtextedit-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextedit.h:132 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextedit.h:132 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,17 +32,17 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTextEdit</h1> <p>This is the complete list of member functions for -<a href="ntqtextedit.html">TQTextEdit</a>, including inherited members. +<a href="tqtextedit.html">TQTextEdit</a>, including inherited members. <ul> -<li><a href="ntqtextedit.html#TQTextEdit">TQTextEdit</a>() +<li><a href="tqtextedit.html#TQTextEdit">TQTextEdit</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="ntqscrollview.html#addChild">addChild</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqtextedit.html#alignment">alignment</a>() -<li><a href="ntqtextedit.html#anchorAt">anchorAt</a>() -<li><a href="ntqtextedit.html#append">append</a>() -<li><a href="ntqtextedit.html#autoFormatting">autoFormatting</a>() +<li><a href="tqtextedit.html#alignment">alignment</a>() +<li><a href="tqtextedit.html#anchorAt">anchorAt</a>() +<li><a href="tqtextedit.html#append">append</a>() +<li><a href="tqtextedit.html#autoFormatting">autoFormatting</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() @@ -51,11 +51,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqtextedit.html#bold">bold</a>() +<li><a href="tqtextedit.html#bold">bold</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() <li><a href="ntqscrollview.html#center">center</a>() -<li><a href="ntqtextedit.html#charAt">charAt</a>() +<li><a href="tqtextedit.html#charAt">charAt</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqwidget.html#childAt">childAt</a>() @@ -67,18 +67,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() <li><a href="tqobject.html#className">className</a>() -<li><a href="ntqtextedit.html#clear">clear</a>() +<li><a href="tqtextedit.html#clear">clear</a>() <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() -<li><a href="ntqtextedit.html#clearParagraphBackground">clearParagraphBackground</a>() +<li><a href="tqtextedit.html#clearParagraphBackground">clearParagraphBackground</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqtextedit.html#clicked">clicked</a>() +<li><a href="tqtextedit.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() -<li><a href="ntqtextedit.html#color">color</a>() +<li><a href="tqtextedit.html#color">color</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -100,32 +100,32 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() <li><a href="ntqscrollview.html#contentsX">contentsX</a>() <li><a href="ntqscrollview.html#contentsY">contentsY</a>() -<li><a href="ntqtextedit.html#context">context</a>() +<li><a href="tqtextedit.html#context">context</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqtextedit.html#copy">copy</a>() -<li><a href="ntqtextedit.html#copyAvailable">copyAvailable</a>() +<li><a href="tqtextedit.html#copy">copy</a>() +<li><a href="tqtextedit.html#copyAvailable">copyAvailable</a>() <li><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqtextedit.html#createPopupMenu">createPopupMenu</a>() -<li><a href="ntqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</a>() -<li><a href="ntqtextedit.html#currentColorChanged">currentColorChanged</a>() -<li><a href="ntqtextedit.html#currentFont">currentFont</a>() -<li><a href="ntqtextedit.html#currentFontChanged">currentFontChanged</a>() -<li><a href="ntqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</a>() +<li><a href="tqtextedit.html#createPopupMenu">createPopupMenu</a>() +<li><a href="tqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</a>() +<li><a href="tqtextedit.html#currentColorChanged">currentColorChanged</a>() +<li><a href="tqtextedit.html#currentFont">currentFont</a>() +<li><a href="tqtextedit.html#currentFontChanged">currentFontChanged</a>() +<li><a href="tqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</a>() <li><a href="tqwidget.html#cursor">cursor</a>() -<li><a href="ntqtextedit.html#cursorPositionChanged">cursorPositionChanged</a>() +<li><a href="tqtextedit.html#cursorPositionChanged">cursorPositionChanged</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqtextedit.html#cut">cut</a>() -<li><a href="ntqtextedit.html#del">del</a>() +<li><a href="tqtextedit.html#cut">cut</a>() +<li><a href="tqtextedit.html#del">del</a>() <li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="tqwidget.html#destroy">destroy</a>() <li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqtextedit.html#doKeyboardAction">doKeyboardAction</a>() -<li><a href="ntqtextedit.html#documentTitle">documentTitle</a>() -<li><a href="ntqtextedit.html#doubleClicked">doubleClicked</a>() +<li><a href="tqtextedit.html#doKeyboardAction">doKeyboardAction</a>() +<li><a href="tqtextedit.html#documentTitle">documentTitle</a>() +<li><a href="tqtextedit.html#doubleClicked">doubleClicked</a>() <li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() @@ -139,7 +139,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() -<li><a href="ntqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() +<li><a href="tqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() <li><a href="ntqscrollview.html#ensureVisible">ensureVisible</a>() <li><a href="tqwidget.html#enterEvent">enterEvent</a>() <li><a href="tqwidget.html#erase">erase</a>() @@ -147,16 +147,16 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="tqwidget.html#event">event</a>() <li><a href="ntqscrollview.html#eventFilter">eventFilter</a>() -<li><a href="ntqtextedit.html#family">family</a>() -<li><a href="ntqtextedit.html#find">find</a>() +<li><a href="tqtextedit.html#family">family</a>() +<li><a href="tqtextedit.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() -<li><a href="ntqtextedit.html#focusNextPrevChild">focusNextPrevChild</a>() +<li><a href="tqtextedit.html#focusNextPrevChild">focusNextPrevChild</a>() <li><a href="tqwidget.html#focusOutEvent">focusOutEvent</a>() <li><a href="tqwidget.html#focusPolicy">focusPolicy</a>() <li><a href="tqwidget.html#focusProxy">focusProxy</a>() <li><a href="tqwidget.html#focusWidget">focusWidget</a>() -<li><a href="ntqtextedit.html#font">font</a>() +<li><a href="tqtextedit.html#font">font</a>() <li><a href="tqwidget.html#fontChange">fontChange</a>() <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() @@ -170,8 +170,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#frameStyle">frameStyle</a>() <li><a href="ntqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() -<li><a href="ntqtextedit.html#getCursorPosition">getCursorPosition</a>() -<li><a href="ntqtextedit.html#getSelection">getSelection</a>() +<li><a href="tqtextedit.html#getCursorPosition">getCursorPosition</a>() +<li><a href="tqtextedit.html#getSelection">getSelection</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() @@ -180,10 +180,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() -<li><a href="ntqtextedit.html#hasSelectedText">hasSelectedText</a>() +<li><a href="tqtextedit.html#hasSelectedText">hasSelectedText</a>() <li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() <li><a href="tqwidget.html#height">height</a>() -<li><a href="ntqtextedit.html#heightForWidth">heightForWidth</a>() +<li><a href="tqtextedit.html#heightForWidth">heightForWidth</a>() <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() @@ -197,10 +197,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="tqobject.html#inherits">inherits</a>() -<li><a href="ntqtextedit.html#insert">insert</a>() -<li><a href="ntqtextedit.html#insertAt">insertAt</a>() +<li><a href="tqtextedit.html#insert">insert</a>() +<li><a href="tqtextedit.html#insertAt">insertAt</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() -<li><a href="ntqtextedit.html#insertParagraph">insertParagraph</a>() +<li><a href="tqtextedit.html#insertParagraph">insertParagraph</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() @@ -218,23 +218,23 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() -<li><a href="ntqtextedit.html#isModified">isModified</a>() -<li><a href="ntqtextedit.html#isOverwriteMode">isOverwriteMode</a>() +<li><a href="tqtextedit.html#isModified">isModified</a>() +<li><a href="tqtextedit.html#isOverwriteMode">isOverwriteMode</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() -<li><a href="ntqtextedit.html#isReadOnly">isReadOnly</a>() -<li><a href="ntqtextedit.html#isRedoAvailable">isRedoAvailable</a>() +<li><a href="tqtextedit.html#isReadOnly">isReadOnly</a>() +<li><a href="tqtextedit.html#isRedoAvailable">isRedoAvailable</a>() <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() -<li><a href="ntqtextedit.html#isUndoAvailable">isUndoAvailable</a>() -<li><a href="ntqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>() +<li><a href="tqtextedit.html#isUndoAvailable">isUndoAvailable</a>() +<li><a href="tqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() <li><a href="tqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqtextedit.html#italic">italic</a>() -<li><a href="ntqtextedit.html#keyPressEvent">keyPressEvent</a>() +<li><a href="tqtextedit.html#italic">italic</a>() +<li><a href="tqtextedit.html#keyPressEvent">keyPressEvent</a>() <li><a href="tqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() <li><a href="tqobject.html#killTimer">killTimer</a>() @@ -242,12 +242,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() -<li><a href="ntqtextedit.html#length">length</a>() -<li><a href="ntqtextedit.html#lineOfChar">lineOfChar</a>() +<li><a href="tqtextedit.html#length">length</a>() +<li><a href="tqtextedit.html#lineOfChar">lineOfChar</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() -<li><a href="ntqtextedit.html#lines">lines</a>() -<li><a href="ntqtextedit.html#linesOfParagraph">linesOfParagraph</a>() -<li><a href="ntqtextedit.html#linkUnderline">linkUnderline</a>() +<li><a href="tqtextedit.html#lines">lines</a>() +<li><a href="tqtextedit.html#linesOfParagraph">linesOfParagraph</a>() +<li><a href="tqtextedit.html#linkUnderline">linkUnderline</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -257,7 +257,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() <li><a href="ntqframe.html#margin">margin</a>() -<li><a href="ntqtextedit.html#maxLogLines">maxLogLines</a>() +<li><a href="tqtextedit.html#maxLogLines">maxLogLines</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() @@ -265,12 +265,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() -<li><a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() +<li><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() <li><a href="tqwidget.html#minimumWidth">minimumWidth</a>() -<li><a href="ntqtextedit.html#modificationChanged">modificationChanged</a>() +<li><a href="tqtextedit.html#modificationChanged">modificationChanged</a>() <li><a href="tqwidget.html#mouseDoubleClickEvent">mouseDoubleClickEvent</a>() <li><a href="tqwidget.html#mouseGrabber">mouseGrabber</a>() <li><a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>() @@ -278,7 +278,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="tqwidget.html#move">move</a>() <li><a href="ntqscrollview.html#moveChild">moveChild</a>() -<li><a href="ntqtextedit.html#moveCursor">moveCursor</a>() +<li><a href="tqtextedit.html#moveCursor">moveCursor</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() @@ -293,18 +293,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="tqwidget.html#paletteChange">paletteChange</a>() <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqtextedit.html#paper">paper</a>() -<li><a href="ntqtextedit.html#paragraphAt">paragraphAt</a>() -<li><a href="ntqtextedit.html#paragraphBackgroundColor">paragraphBackgroundColor</a>() -<li><a href="ntqtextedit.html#paragraphLength">paragraphLength</a>() -<li><a href="ntqtextedit.html#paragraphRect">paragraphRect</a>() -<li><a href="ntqtextedit.html#paragraphs">paragraphs</a>() +<li><a href="tqtextedit.html#paper">paper</a>() +<li><a href="tqtextedit.html#paragraphAt">paragraphAt</a>() +<li><a href="tqtextedit.html#paragraphBackgroundColor">paragraphBackgroundColor</a>() +<li><a href="tqtextedit.html#paragraphLength">paragraphLength</a>() +<li><a href="tqtextedit.html#paragraphRect">paragraphRect</a>() +<li><a href="tqtextedit.html#paragraphs">paragraphs</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqtextedit.html#paste">paste</a>() -<li><a href="ntqtextedit.html#pasteSubType">pasteSubType</a>() -<li><a href="ntqtextedit.html#placeCursor">placeCursor</a>() -<li><a href="ntqtextedit.html#pointSize">pointSize</a>() +<li><a href="tqtextedit.html#paste">paste</a>() +<li><a href="tqtextedit.html#pasteSubType">pasteSubType</a>() +<li><a href="tqtextedit.html#placeCursor">placeCursor</a>() +<li><a href="tqtextedit.html#pointSize">pointSize</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() <li><a href="tqobject.html#property">property</a>() @@ -313,17 +313,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqtextedit.html#redo">redo</a>() -<li><a href="ntqtextedit.html#redoAvailable">redoAvailable</a>() +<li><a href="tqtextedit.html#redo">redo</a>() +<li><a href="tqtextedit.html#redoAvailable">redoAvailable</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqtextedit.html#removeParagraph">removeParagraph</a>() -<li><a href="ntqtextedit.html#removeSelectedText">removeSelectedText</a>() -<li><a href="ntqtextedit.html#removeSelection">removeSelection</a>() +<li><a href="tqtextedit.html#removeParagraph">removeParagraph</a>() +<li><a href="tqtextedit.html#removeSelectedText">removeSelectedText</a>() +<li><a href="tqtextedit.html#removeSelection">removeSelection</a>() <li><a href="tqwidget.html#repaint">repaint</a>() -<li><a href="ntqtextedit.html#repaintChanged">repaintChanged</a>() +<li><a href="tqtextedit.html#repaintChanged">repaintChanged</a>() <li><a href="ntqscrollview.html#repaintContents">repaintContents</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() @@ -331,40 +331,40 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#resizeContents">resizeContents</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqscrollview.html#resizePolicy">resizePolicy</a>() -<li><a href="ntqtextedit.html#returnPressed">returnPressed</a>() +<li><a href="tqtextedit.html#returnPressed">returnPressed</a>() <li><a href="ntqscrollview.html#rightMargin">rightMargin</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() -<li><a href="ntqtextedit.html#scrollToAnchor">scrollToAnchor</a>() -<li><a href="ntqtextedit.html#scrollToBottom">scrollToBottom</a>() -<li><a href="ntqtextedit.html#selectAll">selectAll</a>() -<li><a href="ntqtextedit.html#selectedText">selectedText</a>() -<li><a href="ntqtextedit.html#selectionChanged">selectionChanged</a>() +<li><a href="tqtextedit.html#scrollToAnchor">scrollToAnchor</a>() +<li><a href="tqtextedit.html#scrollToBottom">scrollToBottom</a>() +<li><a href="tqtextedit.html#selectAll">selectAll</a>() +<li><a href="tqtextedit.html#selectedText">selectedText</a>() +<li><a href="tqtextedit.html#selectionChanged">selectionChanged</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() -<li><a href="ntqtextedit.html#setAlignment">setAlignment</a>() -<li><a href="ntqtextedit.html#setAutoFormatting">setAutoFormatting</a>() +<li><a href="tqtextedit.html#setAlignment">setAlignment</a>() +<li><a href="tqtextedit.html#setAutoFormatting">setAutoFormatting</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() -<li><a href="ntqtextedit.html#setBold">setBold</a>() +<li><a href="tqtextedit.html#setBold">setBold</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqtextedit.html#setColor">setColor</a>() +<li><a href="tqtextedit.html#setColor">setColor</a>() <li><a href="ntqscrollview.html#setContentsPos">setContentsPos</a>() <li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</a>() -<li><a href="ntqtextedit.html#setCurrentFont">setCurrentFont</a>() +<li><a href="tqtextedit.html#setCurrentFont">setCurrentFont</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() -<li><a href="ntqtextedit.html#setCursorPosition">setCursorPosition</a>() +<li><a href="tqtextedit.html#setCursorPosition">setCursorPosition</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() -<li><a href="ntqtextedit.html#setFamily">setFamily</a>() +<li><a href="tqtextedit.html#setFamily">setFamily</a>() <li><a href="tqwidget.html#setFixedHeight">setFixedHeight</a>() <li><a href="tqwidget.html#setFixedSize">setFixedSize</a>() <li><a href="tqwidget.html#setFixedWidth">setFixedWidth</a>() @@ -383,63 +383,63 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() -<li><a href="ntqtextedit.html#setItalic">setItalic</a>() +<li><a href="tqtextedit.html#setItalic">setItalic</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() <li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqtextedit.html#setLinkUnderline">setLinkUnderline</a>() +<li><a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() <li><a href="ntqframe.html#setMargin">setMargin</a>() <li><a href="ntqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() -<li><a href="ntqtextedit.html#setMaxLogLines">setMaxLogLines</a>() +<li><a href="tqtextedit.html#setMaxLogLines">setMaxLogLines</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() <li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() -<li><a href="ntqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</a>() +<li><a href="tqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() -<li><a href="ntqtextedit.html#setModified">setModified</a>() +<li><a href="tqtextedit.html#setModified">setModified</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqtextedit.html#setOverwriteMode">setOverwriteMode</a>() +<li><a href="tqtextedit.html#setOverwriteMode">setOverwriteMode</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqtextedit.html#setPaper">setPaper</a>() -<li><a href="ntqtextedit.html#setParagraphBackgroundColor">setParagraphBackgroundColor</a>() -<li><a href="ntqtextedit.html#setPointSize">setPointSize</a>() +<li><a href="tqtextedit.html#setPaper">setPaper</a>() +<li><a href="tqtextedit.html#setParagraphBackgroundColor">setParagraphBackgroundColor</a>() +<li><a href="tqtextedit.html#setPointSize">setPointSize</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqtextedit.html#setReadOnly">setReadOnly</a>() +<li><a href="tqtextedit.html#setReadOnly">setReadOnly</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() -<li><a href="ntqtextedit.html#setSelection">setSelection</a>() -<li><a href="ntqtextedit.html#setSelectionAttributes">setSelectionAttributes</a>() +<li><a href="tqtextedit.html#setSelection">setSelection</a>() +<li><a href="tqtextedit.html#setSelectionAttributes">setSelectionAttributes</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() <li><a href="ntqscrollview.html#setStaticBackground">setStaticBackground</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() -<li><a href="ntqtextedit.html#setStyleSheet">setStyleSheet</a>() -<li><a href="ntqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() +<li><a href="tqtextedit.html#setStyleSheet">setStyleSheet</a>() +<li><a href="tqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqtextedit.html#setTabStopWidth">setTabStopWidth</a>() -<li><a href="ntqtextedit.html#setText">setText</a>() -<li><a href="ntqtextedit.html#setTextFormat">setTextFormat</a>() -<li><a href="ntqtextedit.html#setUnderline">setUnderline</a>() -<li><a href="ntqtextedit.html#setUndoDepth">setUndoDepth</a>() -<li><a href="ntqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() +<li><a href="tqtextedit.html#setTabStopWidth">setTabStopWidth</a>() +<li><a href="tqtextedit.html#setText">setText</a>() +<li><a href="tqtextedit.html#setTextFormat">setTextFormat</a>() +<li><a href="tqtextedit.html#setUnderline">setUnderline</a>() +<li><a href="tqtextedit.html#setUndoDepth">setUndoDepth</a>() +<li><a href="tqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() <li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() -<li><a href="ntqtextedit.html#setVerticalAlignment">setVerticalAlignment</a>() +<li><a href="tqtextedit.html#setVerticalAlignment">setVerticalAlignment</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() <li><a href="tqwidget.html#setWindowState">setWindowState</a>() -<li><a href="ntqtextedit.html#setWordWrap">setWordWrap</a>() -<li><a href="ntqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() -<li><a href="ntqtextedit.html#setWrapPolicy">setWrapPolicy</a>() +<li><a href="tqtextedit.html#setWordWrap">setWordWrap</a>() +<li><a href="tqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() +<li><a href="tqtextedit.html#setWrapPolicy">setWrapPolicy</a>() <li><a href="tqwidget.html#show">show</a>() <li><a href="ntqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() @@ -456,26 +456,26 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() -<li><a href="ntqtextedit.html#styleSheet">styleSheet</a>() -<li><a href="ntqtextedit.html#sync">sync</a>() -<li><a href="ntqtextedit.html#syntaxHighlighter">syntaxHighlighter</a>() -<li><a href="ntqtextedit.html#tabChangesFocus">tabChangesFocus</a>() -<li><a href="ntqtextedit.html#tabStopWidth">tabStopWidth</a>() +<li><a href="tqtextedit.html#styleSheet">styleSheet</a>() +<li><a href="tqtextedit.html#sync">sync</a>() +<li><a href="tqtextedit.html#syntaxHighlighter">syntaxHighlighter</a>() +<li><a href="tqtextedit.html#tabChangesFocus">tabChangesFocus</a>() +<li><a href="tqtextedit.html#tabStopWidth">tabStopWidth</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqtextedit.html#text">text</a>() -<li><a href="ntqtextedit.html#textChanged">textChanged</a>() -<li><a href="ntqtextedit.html#textCursor">textCursor</a>() -<li><a href="ntqtextedit.html#textFormat">textFormat</a>() +<li><a href="tqtextedit.html#text">text</a>() +<li><a href="tqtextedit.html#textChanged">textChanged</a>() +<li><a href="tqtextedit.html#textCursor">textCursor</a>() +<li><a href="tqtextedit.html#textFormat">textFormat</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() -<li><a href="ntqtextedit.html#underline">underline</a>() -<li><a href="ntqtextedit.html#undo">undo</a>() -<li><a href="ntqtextedit.html#undoAvailable">undoAvailable</a>() -<li><a href="ntqtextedit.html#undoDepth">undoDepth</a>() +<li><a href="tqtextedit.html#underline">underline</a>() +<li><a href="tqtextedit.html#undo">undo</a>() +<li><a href="tqtextedit.html#undoAvailable">undoAvailable</a>() +<li><a href="tqtextedit.html#undoDepth">undoDepth</a>() <li><a href="tqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="tqwidget.html#unsetFont">unsetFont</a>() <li><a href="tqwidget.html#unsetPalette">unsetPalette</a>() @@ -503,9 +503,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowActivationChange">windowActivationChange</a>() <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() -<li><a href="ntqtextedit.html#wordWrap">wordWrap</a>() -<li><a href="ntqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>() -<li><a href="ntqtextedit.html#wrapPolicy">wrapPolicy</a>() +<li><a href="tqtextedit.html#wordWrap">wordWrap</a>() +<li><a href="tqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>() +<li><a href="tqtextedit.html#wrapPolicy">wrapPolicy</a>() <li><a href="tqwidget.html#x">x</a>() <li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() <li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() @@ -530,9 +530,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() <li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() -<li><a href="ntqtextedit.html#zoomIn">zoomIn</a>() -<li><a href="ntqtextedit.html#zoomOut">zoomOut</a>() -<li><a href="ntqtextedit.html#zoomTo">zoomTo</a>() +<li><a href="tqtextedit.html#zoomIn">zoomIn</a>() +<li><a href="tqtextedit.html#zoomOut">zoomOut</a>() +<li><a href="tqtextedit.html#zoomTo">zoomTo</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/ntqtextedit.html b/doc/html/tqtextedit.html index 01610e7af..fc28e21be 100644 --- a/doc/html/ntqtextedit.html +++ b/doc/html/tqtextedit.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qtextedit.cpp:205 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqtextedit.cpp:205 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,10 +33,10 @@ body { background: #ffffff; color: black; } <p>The TQTextEdit widget provides a powerful single-page rich text editor. <a href="#details">More...</a> -<p><tt>#include <<a href="qtextedit-h.html">ntqtextedit.h</a>></tt> +<p><tt>#include <<a href="tqtextedit-h.html">tqtextedit.h</a>></tt> <p>Inherits <a href="ntqscrollview.html">TQScrollView</a>. -<p>Inherited by <a href="ntqmultilineedit.html">TQMultiLineEdit</a>, <a href="ntqtextbrowser.html">TQTextBrowser</a>, and <a href="ntqtextview.html">TQTextView</a>. -<p><a href="qtextedit-members.html">List of all member functions.</a> +<p>Inherited by <a href="ntqmultilineedit.html">TQMultiLineEdit</a>, <a href="tqtextbrowser.html">TQTextBrowser</a>, and <a href="tqtextview.html">TQTextView</a>. +<p><a href="tqtextedit-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#WordWrap-enum"><b>WordWrap</b></a> { NoWrap, WidgetWidth, FixedPixelWidth, FixedColumnWidth }</li> @@ -308,7 +308,7 @@ style sheet. Change the style sheet with <a href="#setStyleSheet">setStyleSheet< <a href="ntqstylesheet.html">TQStyleSheet</a> for details. The images identified by image tags are displayed if they can be interpreted using the text edit's <a href="qmimesourcefactory.html">TQMimeSourceFactory</a>; see <a href="#setMimeSourceFactory">setMimeSourceFactory</a>(). -<p> If you want a text browser with more navigation use <a href="ntqtextbrowser.html">TQTextBrowser</a>. +<p> If you want a text browser with more navigation use <a href="tqtextbrowser.html">TQTextBrowser</a>. If you just need to display a small piece of rich text use <a href="ntqlabel.html">TQLabel</a> or <a href="ntqsimplerichtext.html">TQSimpleRichText</a>. <p> If you create a new TQTextEdit, and want to allow the user to edit @@ -348,13 +348,13 @@ for example: <pre> <a href="ntqfile.html">TQFile</a> file( fileName ); // Read the text from a file if ( file.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_ReadOnly</a> ) ) { - <a href="ntqtextstream.html">TQTextStream</a> stream( &file ); - textEdit->setText( stream.<a href="ntqtextstream.html#read">read</a>() ); + <a href="tqtextstream.html">TQTextStream</a> stream( &file ); + textEdit->setText( stream.<a href="tqtextstream.html#read">read</a>() ); } <a href="ntqfile.html">TQFile</a> file( fileName ); // Write the text to a file if ( file.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_WriteOnly</a> ) ) { - <a href="ntqtextstream.html">TQTextStream</a> stream( &file ); + <a href="tqtextstream.html">TQTextStream</a> stream( &file ); stream << textEdit->text(); textEdit->setModified( FALSE ); } @@ -695,7 +695,7 @@ undo/redo history as well, use <a href="#insertParagraph">insertParagraph</a>(). <p>Examples: <a href="clientserver-example.html#x805">network/clientserver/client/client.cpp</a>, <a href="clientserver-example.html#x786">network/clientserver/server/server.cpp</a>, <a href="httpd-example.html#x734">network/httpd/httpd.cpp</a>, and <a href="process-example.html#x103">process/process.cpp</a>. <h3 class=fn>uint <a name="autoFormatting"></a>TQTextEdit::autoFormatting () const </h3><p>Returns the enabled set of auto formatting features. -See the <a href="ntqtextedit.html#autoFormatting-prop">"autoFormatting"</a> property for details. +See the <a href="tqtextedit.html#autoFormatting-prop">"autoFormatting"</a> property for details. <h3 class=fn>bool <a name="bold"></a>TQTextEdit::bold () const </h3> Returns TRUE if the current format is bold; otherwise returns FALSE. @@ -803,7 +803,7 @@ changed. <p> The new font is <em>f</em>. <p> <p>See also <a href="#setCurrentFont">setCurrentFont</a>(). -<h3 class=fn>void <a name="currentVerticalAlignmentChanged"></a>TQTextEdit::currentVerticalAlignmentChanged ( <a href="ntqtextedit.html#VerticalAlignment-enum">VerticalAlignment</a> a )<tt> [signal]</tt> +<h3 class=fn>void <a name="currentVerticalAlignmentChanged"></a>TQTextEdit::currentVerticalAlignmentChanged ( <a href="tqtextedit.html#VerticalAlignment-enum">VerticalAlignment</a> a )<tt> [signal]</tt> </h3> <p> This signal is emitted if the vertical alignment of the current @@ -833,14 +833,14 @@ there is no selected text (in selection 0) the character to the right of the text cursor is deleted. <p> <p>See also <a href="#removeSelectedText">removeSelectedText</a>() and <a href="#cut">cut</a>(). -<h3 class=fn>void <a name="doKeyboardAction"></a>TQTextEdit::doKeyboardAction ( <a href="ntqtextedit.html#KeyboardAction-enum">KeyboardAction</a> action )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="doKeyboardAction"></a>TQTextEdit::doKeyboardAction ( <a href="tqtextedit.html#KeyboardAction-enum">KeyboardAction</a> action )<tt> [virtual slot]</tt> </h3> Executes keyboard action <em>action</em>. This is normally called by a key event handler. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="documentTitle"></a>TQTextEdit::documentTitle () const </h3><p>Returns the title of the document parsed from the text. -See the <a href="ntqtextedit.html#documentTitle-prop">"documentTitle"</a> property for details. +See the <a href="tqtextedit.html#documentTitle-prop">"documentTitle"</a> property for details. <h3 class=fn>void <a name="doubleClicked"></a>TQTextEdit::doubleClicked ( int para, int pos )<tt> [signal]</tt> </h3> <p> This signal is emitted when the mouse is double-clicked on the @@ -924,7 +924,7 @@ are supported). It defaults to 0 (the default selection). <h3 class=fn>bool <a name="hasSelectedText"></a>TQTextEdit::hasSelectedText () const </h3><p>Returns TRUE if some text is selected in selection 0; otherwise returns FALSE. -See the <a href="ntqtextedit.html#hasSelectedText-prop">"hasSelectedText"</a> property for details. +See the <a href="tqtextedit.html#hasSelectedText-prop">"hasSelectedText"</a> property for details. <h3 class=fn>int <a name="heightForWidth"></a>TQTextEdit::heightForWidth ( int w ) const<tt> [virtual]</tt> </h3> Returns how many pixels high the text edit needs to be to display @@ -961,13 +961,13 @@ is performance critical. <h3 class=fn>bool <a name="isModified"></a>TQTextEdit::isModified () const </h3><p>Returns TRUE if the document has been modified by the user; otherwise returns FALSE. -See the <a href="ntqtextedit.html#modified-prop">"modified"</a> property for details. +See the <a href="tqtextedit.html#modified-prop">"modified"</a> property for details. <h3 class=fn>bool <a name="isOverwriteMode"></a>TQTextEdit::isOverwriteMode () const </h3><p>Returns the text edit's overwrite mode. -See the <a href="ntqtextedit.html#overwriteMode-prop">"overwriteMode"</a> property for details. +See the <a href="tqtextedit.html#overwriteMode-prop">"overwriteMode"</a> property for details. <h3 class=fn>bool <a name="isReadOnly"></a>TQTextEdit::isReadOnly () const </h3><p>Returns TRUE if the text edit is read-only; otherwise returns FALSE. -See the <a href="ntqtextedit.html#readOnly-prop">"readOnly"</a> property for details. +See the <a href="tqtextedit.html#readOnly-prop">"readOnly"</a> property for details. <h3 class=fn>bool <a name="isRedoAvailable"></a>TQTextEdit::isRedoAvailable () const </h3> Returns TRUE if redo is available; otherwise returns FALSE. @@ -978,7 +978,7 @@ Returns TRUE if undo is available; otherwise returns FALSE. <h3 class=fn>bool <a name="isUndoRedoEnabled"></a>TQTextEdit::isUndoRedoEnabled () const </h3><p>Returns TRUE if undo/redo is enabled; otherwise returns FALSE. -See the <a href="ntqtextedit.html#undoRedoEnabled-prop">"undoRedoEnabled"</a> property for details. +See the <a href="tqtextedit.html#undoRedoEnabled-prop">"undoRedoEnabled"</a> property for details. <h3 class=fn>bool <a name="italic"></a>TQTextEdit::italic () const </h3> Returns TRUE if the current format is italic; otherwise returns FALSE. @@ -990,10 +990,10 @@ Processes the key event, <em>e</em>. By default key events are used to provide keyboard navigation and text editing. <p>Reimplemented from <a href="tqwidget.html#keyPressEvent">TQWidget</a>. -<p>Reimplemented in <a href="ntqtextbrowser.html#keyPressEvent">TQTextBrowser</a>. +<p>Reimplemented in <a href="tqtextbrowser.html#keyPressEvent">TQTextBrowser</a>. <h3 class=fn>int <a name="length"></a>TQTextEdit::length () const </h3><p>Returns the number of characters in the text. -See the <a href="ntqtextedit.html#length-prop">"length"</a> property for details. +See the <a href="tqtextedit.html#length-prop">"length"</a> property for details. <h3 class=fn>int <a name="lineOfChar"></a>TQTextEdit::lineOfChar ( int para, int index ) </h3> Returns the line number of the line in paragraph <em>para</em> in which @@ -1016,7 +1016,7 @@ is no paragraph with index <em>para</em>. <h3 class=fn>bool <a name="linkUnderline"></a>TQTextEdit::linkUnderline () const </h3><p>Returns TRUE if hypertext links will be underlined; otherwise returns FALSE. -See the <a href="ntqtextedit.html#linkUnderline-prop">"linkUnderline"</a> property for details. +See the <a href="tqtextedit.html#linkUnderline-prop">"linkUnderline"</a> property for details. <h3 class=fn>int <a name="maxLogLines"></a>TQTextEdit::maxLogLines ()<tt> [slot]</tt> </h3> Returns the maximum number of lines TQTextEdit can hold in <a href="ntqt.html#TextFormat-enum">LogText</a> mode. By default the number of lines is unlimited, which @@ -1037,7 +1037,7 @@ document has changed. If <em>m</em> is TRUE, the document was modified, otherwise the modification state has been reset to unmodified. <p> <p>See also <a href="#modified-prop">modified</a>. -<h3 class=fn>void <a name="moveCursor"></a>TQTextEdit::moveCursor ( <a href="ntqtextedit.html#CursorAction-enum">CursorAction</a> action, bool select )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="moveCursor"></a>TQTextEdit::moveCursor ( <a href="tqtextedit.html#CursorAction-enum">CursorAction</a> action, bool select )<tt> [virtual slot]</tt> </h3> Moves the text cursor according to <em>action</em>. This is normally used by some key event handler. <em>select</em> specifies whether the @@ -1046,7 +1046,7 @@ should be selected. <h3 class=fn><a href="ntqbrush.html">TQBrush</a> <a name="paper"></a>TQTextEdit::paper () const </h3><p>Returns the background (paper) brush. -See the <a href="ntqtextedit.html#paper-prop">"paper"</a> property for details. +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> Returns the paragraph which is at position <em>pos</em> (in contents @@ -1165,7 +1165,7 @@ unselected, i.e. the default selection (selection 0) is cleared. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="selectedText"></a>TQTextEdit::selectedText () const </h3><p>Returns the selected text (from selection 0) or an empty string if there is no currently selected text (in selection 0). -See the <a href="ntqtextedit.html#selectedText-prop">"selectedText"</a> property for details. +See the <a href="tqtextedit.html#selectedText-prop">"selectedText"</a> property for details. <h3 class=fn>void <a name="selectionChanged"></a>TQTextEdit::selectionChanged ()<tt> [signal]</tt> </h3> @@ -1182,7 +1182,7 @@ horizontally). <p>Reimplemented in <a href="ntqmultilineedit.html#setAlignment">TQMultiLineEdit</a>. <h3 class=fn>void <a name="setAutoFormatting"></a>TQTextEdit::setAutoFormatting ( uint features ) </h3><p>Sets the enabled set of auto formatting features to <em>features</em>. -See the <a href="ntqtextedit.html#autoFormatting-prop">"autoFormatting"</a> property for details. +See the <a href="tqtextedit.html#autoFormatting-prop">"autoFormatting"</a> property for details. <h3 class=fn>void <a name="setBold"></a>TQTextEdit::setBold ( bool b )<tt> [virtual slot]</tt> </h3> If <em>b</em> is TRUE sets the current format to bold; otherwise sets @@ -1220,7 +1220,7 @@ the current format to non-italic. <h3 class=fn>void <a name="setLinkUnderline"></a>TQTextEdit::setLinkUnderline ( bool )<tt> [virtual slot]</tt> </h3><p>Sets whether hypertext links will be underlined. -See the <a href="ntqtextedit.html#linkUnderline-prop">"linkUnderline"</a> property for details. +See the <a href="tqtextedit.html#linkUnderline-prop">"linkUnderline"</a> property for details. <h3 class=fn>void <a name="setMaxLogLines"></a>TQTextEdit::setMaxLogLines ( int limit )<tt> [slot]</tt> </h3> Sets the maximum number of lines a TQTextEdit can hold in <a href="ntqt.html#TextFormat-enum">LogText</a> mode to <em>limit</em>. If <em>limit</em> is -1 (the default), this @@ -1238,13 +1238,13 @@ Sets the text edit's mimesource factory to <em>factory</em>. See <h3 class=fn>void <a name="setModified"></a>TQTextEdit::setModified ( bool m )<tt> [virtual slot]</tt> </h3><p>Sets whether the document has been modified by the user to <em>m</em>. -See the <a href="ntqtextedit.html#modified-prop">"modified"</a> property for details. +See the <a href="tqtextedit.html#modified-prop">"modified"</a> property for details. <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="ntqtextedit.html#overwriteMode-prop">"overwriteMode"</a> property for details. +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><p>Sets the background (paper) brush to <em>pap</em>. -See the <a href="ntqtextedit.html#paper-prop">"paper"</a> property for details. +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> Sets the background color of the paragraph <em>para</em> to <em>bg</em>. @@ -1258,7 +1258,7 @@ function is not defined. <h3 class=fn>void <a name="setReadOnly"></a>TQTextEdit::setReadOnly ( bool b )<tt> [virtual slot]</tt> </h3><p>Sets whether the text edit is read-only to <em>b</em>. -See the <a href="ntqtextedit.html#readOnly-prop">"readOnly"</a> property for details. +See the <a href="tqtextedit.html#readOnly-prop">"readOnly"</a> property for details. <h3 class=fn>void <a name="setSelection"></a>TQTextEdit::setSelection ( int paraFrom, int indexFrom, int paraTo, int indexTo, int selNum = 0 )<tt> [virtual slot]</tt> </h3> Sets a selection which starts at position <em>indexFrom</em> in @@ -1289,13 +1289,13 @@ Changes will only take effect for new text added with <a href="#setText">setText <h3 class=fn>void <a name="setTabChangesFocus"></a>TQTextEdit::setTabChangesFocus ( bool b )<tt> [slot]</tt> </h3><p>Sets whether TAB changes focus or is accepted as input to <em>b</em>. -See the <a href="ntqtextedit.html#tabChangesFocus-prop">"tabChangesFocus"</a> property for details. +See the <a href="tqtextedit.html#tabChangesFocus-prop">"tabChangesFocus"</a> property for details. <h3 class=fn>void <a name="setTabStopWidth"></a>TQTextEdit::setTabStopWidth ( int ts )<tt> [virtual slot]</tt> </h3><p>Sets the tab stop width in pixels to <em>ts</em>. -See the <a href="ntqtextedit.html#tabStopWidth-prop">"tabStopWidth"</a> property for details. +See the <a href="tqtextedit.html#tabStopWidth-prop">"tabStopWidth"</a> property for details. <h3 class=fn>void <a name="setText"></a>TQTextEdit::setText ( const <a href="tqstring.html">TQString</a> & txt )<tt> [slot]</tt> </h3><p>Sets the text edit's text to <em>txt</em>. -See the <a href="ntqtextedit.html#text-prop">"text"</a> property for details. +See the <a href="tqtextedit.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="setText-2"></a>TQTextEdit::setText ( const <a href="tqstring.html">TQString</a> & text, const <a href="tqstring.html">TQString</a> & context )<tt> [virtual slot]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -1315,7 +1315,7 @@ edit's TQMimeSourceFactory when quering data. <h3 class=fn>void <a name="setTextFormat"></a>TQTextEdit::setTextFormat ( <a href="ntqt.html#TextFormat-enum">TextFormat</a> f )<tt> [virtual slot]</tt> </h3><p>Sets the text format: rich text, plain text, log text or auto text to <em>f</em>. -See the <a href="ntqtextedit.html#textFormat-prop">"textFormat"</a> property for details. +See the <a href="tqtextedit.html#textFormat-prop">"textFormat"</a> property for details. <h3 class=fn>void <a name="setUnderline"></a>TQTextEdit::setUnderline ( bool b )<tt> [virtual slot]</tt> </h3> If <em>b</em> is TRUE sets the current format to underline; otherwise @@ -1324,25 +1324,25 @@ sets the current format to non-underline. <h3 class=fn>void <a name="setUndoDepth"></a>TQTextEdit::setUndoDepth ( int d )<tt> [virtual slot]</tt> </h3><p>Sets the depth of the undo history to <em>d</em>. -See the <a href="ntqtextedit.html#undoDepth-prop">"undoDepth"</a> property for details. +See the <a href="tqtextedit.html#undoDepth-prop">"undoDepth"</a> property for details. <h3 class=fn>void <a name="setUndoRedoEnabled"></a>TQTextEdit::setUndoRedoEnabled ( bool b )<tt> [virtual slot]</tt> </h3><p>Sets whether undo/redo is enabled to <em>b</em>. -See the <a href="ntqtextedit.html#undoRedoEnabled-prop">"undoRedoEnabled"</a> property for details. -<h3 class=fn>void <a name="setVerticalAlignment"></a>TQTextEdit::setVerticalAlignment ( <a href="ntqtextedit.html#VerticalAlignment-enum">VerticalAlignment</a> a )<tt> [virtual slot]</tt> +See the <a href="tqtextedit.html#undoRedoEnabled-prop">"undoRedoEnabled"</a> property for details. +<h3 class=fn>void <a name="setVerticalAlignment"></a>TQTextEdit::setVerticalAlignment ( <a href="tqtextedit.html#VerticalAlignment-enum">VerticalAlignment</a> a )<tt> [virtual slot]</tt> </h3> Sets the vertical alignment of the current format, i.e. of the text, to <em>a</em>. <p> <p>See also <a href="#color">color</a>() and <a href="#paper-prop">paper</a>. -<h3 class=fn>void <a name="setWordWrap"></a>TQTextEdit::setWordWrap ( <a href="ntqtextedit.html#WordWrap-enum">WordWrap</a> mode )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setWordWrap"></a>TQTextEdit::setWordWrap ( <a href="tqtextedit.html#WordWrap-enum">WordWrap</a> mode )<tt> [virtual slot]</tt> </h3><p>Sets the word wrap mode to <em>mode</em>. -See the <a href="ntqtextedit.html#wordWrap-prop">"wordWrap"</a> property for details. +See the <a href="tqtextedit.html#wordWrap-prop">"wordWrap"</a> property for details. <h3 class=fn>void <a name="setWrapColumnOrWidth"></a>TQTextEdit::setWrapColumnOrWidth ( int )<tt> [virtual slot]</tt> </h3><p>Sets the position (in pixels or columns depending on the wrap mode) where text will be wrapped. -See the <a href="ntqtextedit.html#wrapColumnOrWidth-prop">"wrapColumnOrWidth"</a> property for details. -<h3 class=fn>void <a name="setWrapPolicy"></a>TQTextEdit::setWrapPolicy ( <a href="ntqtextedit.html#WrapPolicy-enum">WrapPolicy</a> policy )<tt> [virtual slot]</tt> +See the <a href="tqtextedit.html#wrapColumnOrWidth-prop">"wrapColumnOrWidth"</a> property for details. +<h3 class=fn>void <a name="setWrapPolicy"></a>TQTextEdit::setWrapPolicy ( <a href="tqtextedit.html#WrapPolicy-enum">WrapPolicy</a> policy )<tt> [virtual slot]</tt> </h3><p>Sets the word wrap policy, at whitespace or anywhere to <em>policy</em>. -See the <a href="ntqtextedit.html#wrapPolicy-prop">"wrapPolicy"</a> property for details. +See the <a href="tqtextedit.html#wrapPolicy-prop">"wrapPolicy"</a> property for details. <h3 class=fn><a href="ntqstylesheet.html">TQStyleSheet</a> * <a name="styleSheet"></a>TQTextEdit::styleSheet () const </h3> Returns the <a href="ntqstylesheet.html">TQStyleSheet</a> which is being used by this text edit. @@ -1367,13 +1367,13 @@ returned if no syntax highlighter is set. <h3 class=fn>bool <a name="tabChangesFocus"></a>TQTextEdit::tabChangesFocus () const </h3><p>Returns TRUE if TAB changes focus or is accepted as input; otherwise returns FALSE. -See the <a href="ntqtextedit.html#tabChangesFocus-prop">"tabChangesFocus"</a> property for details. +See the <a href="tqtextedit.html#tabChangesFocus-prop">"tabChangesFocus"</a> property for details. <h3 class=fn>int <a name="tabStopWidth"></a>TQTextEdit::tabStopWidth () const </h3><p>Returns the tab stop width in pixels. -See the <a href="ntqtextedit.html#tabStopWidth-prop">"tabStopWidth"</a> property for details. +See the <a href="tqtextedit.html#tabStopWidth-prop">"tabStopWidth"</a> property for details. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQTextEdit::text () const </h3><p>Returns the text edit's text. -See the <a href="ntqtextedit.html#text-prop">"text"</a> property for details. +See the <a href="tqtextedit.html#text-prop">"text"</a> property for details. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-2"></a>TQTextEdit::text ( int para ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -1397,7 +1397,7 @@ circumstances you might wish to use it. <h3 class=fn><a href="ntqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat"></a>TQTextEdit::textFormat () const </h3><p>Returns the text format: rich text, plain text, log text or auto text. -See the <a href="ntqtextedit.html#textFormat-prop">"textFormat"</a> property for details. +See the <a href="tqtextedit.html#textFormat-prop">"textFormat"</a> property for details. <h3 class=fn>bool <a name="underline"></a>TQTextEdit::underline () const </h3> Returns TRUE if the current format is underlined; otherwise returns @@ -1421,16 +1421,16 @@ is next emitted. <h3 class=fn>int <a name="undoDepth"></a>TQTextEdit::undoDepth () const </h3><p>Returns the depth of the undo history. -See the <a href="ntqtextedit.html#undoDepth-prop">"undoDepth"</a> property for details. -<h3 class=fn><a href="ntqtextedit.html#WordWrap-enum">WordWrap</a> <a name="wordWrap"></a>TQTextEdit::wordWrap () const +See the <a href="tqtextedit.html#undoDepth-prop">"undoDepth"</a> property for details. +<h3 class=fn><a href="tqtextedit.html#WordWrap-enum">WordWrap</a> <a name="wordWrap"></a>TQTextEdit::wordWrap () const </h3><p>Returns the word wrap mode. -See the <a href="ntqtextedit.html#wordWrap-prop">"wordWrap"</a> property for details. +See the <a href="tqtextedit.html#wordWrap-prop">"wordWrap"</a> property for details. <h3 class=fn>int <a name="wrapColumnOrWidth"></a>TQTextEdit::wrapColumnOrWidth () const </h3><p>Returns the position (in pixels or columns depending on the wrap mode) where text will be wrapped. -See the <a href="ntqtextedit.html#wrapColumnOrWidth-prop">"wrapColumnOrWidth"</a> property for details. -<h3 class=fn><a href="ntqtextedit.html#WrapPolicy-enum">WrapPolicy</a> <a name="wrapPolicy"></a>TQTextEdit::wrapPolicy () const +See the <a href="tqtextedit.html#wrapColumnOrWidth-prop">"wrapColumnOrWidth"</a> property for details. +<h3 class=fn><a href="tqtextedit.html#WrapPolicy-enum">WrapPolicy</a> <a name="wrapPolicy"></a>TQTextEdit::wrapPolicy () const </h3><p>Returns the word wrap policy, at whitespace or anywhere. -See the <a href="ntqtextedit.html#wrapPolicy-prop">"wrapPolicy"</a> property for details. +See the <a href="tqtextedit.html#wrapPolicy-prop">"wrapPolicy"</a> property for details. <h3 class=fn>void <a name="zoomIn"></a>TQTextEdit::zoomIn ( int range )<tt> [virtual slot]</tt> </h3> Zooms in on the text by making the base font size <em>range</em> @@ -1470,7 +1470,7 @@ recalculating all font sizes to be the new size. This does not change the size of any images. <hr><h2>Property Documentation</h2> -<h3 class=fn><a href="ntqtextedit.html#AutoFormatting-enum">AutoFormatting</a> <a name="autoFormatting-prop"></a>autoFormatting</h3> +<h3 class=fn><a href="tqtextedit.html#AutoFormatting-enum">AutoFormatting</a> <a name="autoFormatting-prop"></a>autoFormatting</h3> <p>This property holds the enabled set of auto formatting features. <p>The value can be any combination of the values in the <a href="#AutoFormatting-enum">AutoFormatting</a> enum. The default is <a href="#AutoFormatting-enum">AutoAll</a>. Choose <a href="#AutoFormatting-enum">AutoNone</a> to disable all automatic formatting. @@ -1586,7 +1586,7 @@ is 100. <p> The default is TRUE. <p>Set this property's value with <a href="#setUndoRedoEnabled">setUndoRedoEnabled</a>() and get this property's value with <a href="#isUndoRedoEnabled">isUndoRedoEnabled</a>(). -<h3 class=fn><a href="ntqtextedit.html#WordWrap-enum">WordWrap</a> <a name="wordWrap-prop"></a>wordWrap</h3> +<h3 class=fn><a href="tqtextedit.html#WordWrap-enum">WordWrap</a> <a name="wordWrap-prop"></a>wordWrap</h3> <p>This property holds the word wrap mode. <p>The default mode is <a href="#WordWrap-enum">WidgetWidth</a> which causes words to be wrapped at the right edge of the text edit. Wrapping occurs at @@ -1607,7 +1607,7 @@ text edit at which text should be wrapped. <p> <p>See also <a href="#wordWrap-prop">wordWrap</a>. <p>Set this property's value with <a href="#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() and get this property's value with <a href="#wrapColumnOrWidth">wrapColumnOrWidth</a>(). -<h3 class=fn><a href="ntqtextedit.html#WrapPolicy-enum">WrapPolicy</a> <a name="wrapPolicy-prop"></a>wrapPolicy</h3> +<h3 class=fn><a href="tqtextedit.html#WrapPolicy-enum">WrapPolicy</a> <a name="wrapPolicy-prop"></a>wrapPolicy</h3> <p>This property holds the word wrap policy, at whitespace or anywhere. <p>Defines where text can be wrapped when word wrap mode is not <a href="#WordWrap-enum">NoWrap</a>. The choices are <a href="#WrapPolicy-enum">AtWordBoundary</a> (the default), <a href="#WrapPolicy-enum">Anywhere</a> and <a href="#WrapPolicy-enum">AtWordOrDocumentBoundary</a> <p> <p>See also <a href="#wordWrap-prop">wordWrap</a>. diff --git a/doc/html/qtextencoder-members.html b/doc/html/tqtextencoder-members.html index dbe9c69f5..6354112e0 100644 --- a/doc/html/qtextencoder-members.html +++ b/doc/html/tqtextencoder-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextcodec.h:51 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextcodec.h:51 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,11 +32,11 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTextEncoder</h1> <p>This is the complete list of member functions for -<a href="qtextencoder.html">TQTextEncoder</a>, including inherited members. +<a href="tqtextencoder.html">TQTextEncoder</a>, including inherited members. <ul> -<li><a href="qtextencoder.html#~TQTextEncoder">~TQTextEncoder</a>() -<li><a href="qtextencoder.html#fromUnicode">fromUnicode</a>() +<li><a href="tqtextencoder.html#~TQTextEncoder">~TQTextEncoder</a>() +<li><a href="tqtextencoder.html#fromUnicode">fromUnicode</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qtextencoder.html b/doc/html/tqtextencoder.html index 410dd59bd..eb085a7a8 100644 --- a/doc/html/qtextencoder.html +++ b/doc/html/tqtextencoder.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/codecs/qtextcodec.cpp:1159 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/codecs/tqtextcodec.cpp:1159 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQTextEncoder class provides a state-based encoder. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> -<p><tt>#include <<a href="qtextcodec-h.html">ntqtextcodec.h</a>></tt> -<p><a href="qtextencoder-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqtextcodec-h.html">tqtextcodec.h</a>></tt> +<p><a href="tqtextencoder-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>virtual <a href="#~TQTextEncoder"><b>~TQTextEncoder</b></a> ()</li> @@ -49,7 +49,7 @@ The TQTextEncoder class provides a state-based encoder. <p> The encoder converts Unicode into another format, remembering any state that is required between calls. -<p> <p>See also <a href="ntqtextcodec.html#makeEncoder">TQTextCodec::makeEncoder</a>() and <a href="i18n.html">Internationalization with TQt</a>. +<p> <p>See also <a href="tqtextcodec.html#makeEncoder">TQTextCodec::makeEncoder</a>() and <a href="i18n.html">Internationalization with TQt</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="~TQTextEncoder"></a>TQTextEncoder::~TQTextEncoder ()<tt> [virtual]</tt> diff --git a/doc/html/qtextistream-members.html b/doc/html/tqtextistream-members.html index e64909026..76a3eaa7b 100644 --- a/doc/html/qtextistream-members.html +++ b/doc/html/tqtextistream-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextstream.h:198 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextstream.h:198 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,32 +32,32 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTextIStream</h1> <p>This is the complete list of member functions for -<a href="qtextistream.html">TQTextIStream</a>, including inherited members. +<a href="tqtextistream.html">TQTextIStream</a>, including inherited members. <ul> -<li><a href="qtextistream.html#TQTextIStream">TQTextIStream</a>() -<li><a href="ntqtextstream.html#atEnd">atEnd</a>() -<li><a href="ntqtextstream.html#codec">codec</a>() -<li><a href="ntqtextstream.html#device">device</a>() -<li><a href="ntqtextstream.html#eof">eof</a>() -<li><a href="ntqtextstream.html#fill">fill</a>() -<li><a href="ntqtextstream.html#flags">flags</a>() -<li><a href="ntqtextstream.html#operator-lt-lt">operator<<</a>() -<li><a href="ntqtextstream.html#operator-gt-gt">operator>></a>() -<li><a href="ntqtextstream.html#precision">precision</a>() -<li><a href="ntqtextstream.html#read">read</a>() -<li><a href="ntqtextstream.html#readLine">readLine</a>() -<li><a href="ntqtextstream.html#readRawBytes">readRawBytes</a>() -<li><a href="ntqtextstream.html#reset">reset</a>() -<li><a href="ntqtextstream.html#setCodec">setCodec</a>() -<li><a href="ntqtextstream.html#setDevice">setDevice</a>() -<li><a href="ntqtextstream.html#setEncoding">setEncoding</a>() -<li><a href="ntqtextstream.html#setf">setf</a>() -<li><a href="ntqtextstream.html#skipWhiteSpace">skipWhiteSpace</a>() -<li><a href="ntqtextstream.html#unsetDevice">unsetDevice</a>() -<li><a href="ntqtextstream.html#unsetf">unsetf</a>() -<li><a href="ntqtextstream.html#width">width</a>() -<li><a href="ntqtextstream.html#writeRawBytes">writeRawBytes</a>() +<li><a href="tqtextistream.html#TQTextIStream">TQTextIStream</a>() +<li><a href="tqtextstream.html#atEnd">atEnd</a>() +<li><a href="tqtextstream.html#codec">codec</a>() +<li><a href="tqtextstream.html#device">device</a>() +<li><a href="tqtextstream.html#eof">eof</a>() +<li><a href="tqtextstream.html#fill">fill</a>() +<li><a href="tqtextstream.html#flags">flags</a>() +<li><a href="tqtextstream.html#operator-lt-lt">operator<<</a>() +<li><a href="tqtextstream.html#operator-gt-gt">operator>></a>() +<li><a href="tqtextstream.html#precision">precision</a>() +<li><a href="tqtextstream.html#read">read</a>() +<li><a href="tqtextstream.html#readLine">readLine</a>() +<li><a href="tqtextstream.html#readRawBytes">readRawBytes</a>() +<li><a href="tqtextstream.html#reset">reset</a>() +<li><a href="tqtextstream.html#setCodec">setCodec</a>() +<li><a href="tqtextstream.html#setDevice">setDevice</a>() +<li><a href="tqtextstream.html#setEncoding">setEncoding</a>() +<li><a href="tqtextstream.html#setf">setf</a>() +<li><a href="tqtextstream.html#skipWhiteSpace">skipWhiteSpace</a>() +<li><a href="tqtextstream.html#unsetDevice">unsetDevice</a>() +<li><a href="tqtextstream.html#unsetf">unsetf</a>() +<li><a href="tqtextstream.html#width">width</a>() +<li><a href="tqtextstream.html#writeRawBytes">writeRawBytes</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qtextistream.html b/doc/html/tqtextistream.html index dd06f52c5..d74a0247f 100644 --- a/doc/html/qtextistream.html +++ b/doc/html/tqtextistream.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/qtextstream.cpp:2373 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/tqtextstream.cpp:2373 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,9 +34,9 @@ body { background: #ffffff; color: black; } <p>The TQTextIStream class is a convenience class for input streams. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> -<p><tt>#include <<a href="qtextstream-h.html">ntqtextstream.h</a>></tt> -<p>Inherits <a href="ntqtextstream.html">TQTextStream</a>. -<p><a href="qtextistream-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqtextstream-h.html">tqtextstream.h</a>></tt> +<p>Inherits <a href="tqtextstream.html">TQTextStream</a>. +<p><a href="tqtextistream-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQTextIStream"><b>TQTextIStream</b></a> ( const TQString * s )</li> @@ -51,7 +51,7 @@ The TQTextIStream class is a convenience class for input streams. <p> <p> This class provides a shorthand for creating simple input -<a href="ntqtextstream.html">TQTextStream</a>s without having to pass a <em>mode</em> argument to the +<a href="tqtextstream.html">TQTextStream</a>s without having to pass a <em>mode</em> argument to the constructor. <p> This class makes it easy, for example, to write things like this: <pre> @@ -60,7 +60,7 @@ constructor. <a href="#TQTextIStream">TQTextIStream</a>(&data) >> a >> b; </pre> -<p> <p>See also <a href="qtextostream.html">TQTextOStream</a>, <a href="io.html">Input/Output and Networking</a>, and <a href="text.html">Text Related Classes</a>. +<p> <p>See also <a href="tqtextostream.html">TQTextOStream</a>, <a href="io.html">Input/Output and Networking</a>, and <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQTextIStream"></a>TQTextIStream::TQTextIStream ( const <a href="tqstring.html">TQString</a> * s ) diff --git a/doc/html/qtextostream-members.html b/doc/html/tqtextostream-members.html index 2dfa17d9f..806c03f74 100644 --- a/doc/html/qtextostream-members.html +++ b/doc/html/tqtextostream-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextstream.h:214 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextstream.h:214 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,32 +32,32 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTextOStream</h1> <p>This is the complete list of member functions for -<a href="qtextostream.html">TQTextOStream</a>, including inherited members. +<a href="tqtextostream.html">TQTextOStream</a>, including inherited members. <ul> -<li><a href="qtextostream.html#TQTextOStream">TQTextOStream</a>() -<li><a href="ntqtextstream.html#atEnd">atEnd</a>() -<li><a href="ntqtextstream.html#codec">codec</a>() -<li><a href="ntqtextstream.html#device">device</a>() -<li><a href="ntqtextstream.html#eof">eof</a>() -<li><a href="ntqtextstream.html#fill">fill</a>() -<li><a href="ntqtextstream.html#flags">flags</a>() -<li><a href="ntqtextstream.html#operator-lt-lt">operator<<</a>() -<li><a href="ntqtextstream.html#operator-gt-gt">operator>></a>() -<li><a href="ntqtextstream.html#precision">precision</a>() -<li><a href="ntqtextstream.html#read">read</a>() -<li><a href="ntqtextstream.html#readLine">readLine</a>() -<li><a href="ntqtextstream.html#readRawBytes">readRawBytes</a>() -<li><a href="ntqtextstream.html#reset">reset</a>() -<li><a href="ntqtextstream.html#setCodec">setCodec</a>() -<li><a href="ntqtextstream.html#setDevice">setDevice</a>() -<li><a href="ntqtextstream.html#setEncoding">setEncoding</a>() -<li><a href="ntqtextstream.html#setf">setf</a>() -<li><a href="ntqtextstream.html#skipWhiteSpace">skipWhiteSpace</a>() -<li><a href="ntqtextstream.html#unsetDevice">unsetDevice</a>() -<li><a href="ntqtextstream.html#unsetf">unsetf</a>() -<li><a href="ntqtextstream.html#width">width</a>() -<li><a href="ntqtextstream.html#writeRawBytes">writeRawBytes</a>() +<li><a href="tqtextostream.html#TQTextOStream">TQTextOStream</a>() +<li><a href="tqtextstream.html#atEnd">atEnd</a>() +<li><a href="tqtextstream.html#codec">codec</a>() +<li><a href="tqtextstream.html#device">device</a>() +<li><a href="tqtextstream.html#eof">eof</a>() +<li><a href="tqtextstream.html#fill">fill</a>() +<li><a href="tqtextstream.html#flags">flags</a>() +<li><a href="tqtextstream.html#operator-lt-lt">operator<<</a>() +<li><a href="tqtextstream.html#operator-gt-gt">operator>></a>() +<li><a href="tqtextstream.html#precision">precision</a>() +<li><a href="tqtextstream.html#read">read</a>() +<li><a href="tqtextstream.html#readLine">readLine</a>() +<li><a href="tqtextstream.html#readRawBytes">readRawBytes</a>() +<li><a href="tqtextstream.html#reset">reset</a>() +<li><a href="tqtextstream.html#setCodec">setCodec</a>() +<li><a href="tqtextstream.html#setDevice">setDevice</a>() +<li><a href="tqtextstream.html#setEncoding">setEncoding</a>() +<li><a href="tqtextstream.html#setf">setf</a>() +<li><a href="tqtextstream.html#skipWhiteSpace">skipWhiteSpace</a>() +<li><a href="tqtextstream.html#unsetDevice">unsetDevice</a>() +<li><a href="tqtextstream.html#unsetf">unsetf</a>() +<li><a href="tqtextstream.html#width">width</a>() +<li><a href="tqtextstream.html#writeRawBytes">writeRawBytes</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qtextostream.html b/doc/html/tqtextostream.html index 6e4d99944..ad721f206 100644 --- a/doc/html/qtextostream.html +++ b/doc/html/tqtextostream.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/qtextstream.cpp:2412 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/tqtextstream.cpp:2412 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,9 +34,9 @@ body { background: #ffffff; color: black; } <p>The TQTextOStream class is a convenience class for output streams. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> -<p><tt>#include <<a href="qtextstream-h.html">ntqtextstream.h</a>></tt> -<p>Inherits <a href="ntqtextstream.html">TQTextStream</a>. -<p><a href="qtextostream-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqtextstream-h.html">tqtextstream.h</a>></tt> +<p>Inherits <a href="tqtextstream.html">TQTextStream</a>. +<p><a href="tqtextostream-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQTextOStream"><b>TQTextOStream</b></a> ( TQString * s )</li> @@ -51,7 +51,7 @@ The TQTextOStream class is a convenience class for output streams. <p> <p> This class provides a shorthand for creating simple output -<a href="ntqtextstream.html">TQTextStream</a>s without having to pass a <em>mode</em> argument to the +<a href="tqtextstream.html">TQTextStream</a>s without having to pass a <em>mode</em> argument to the constructor. <p> This makes it easy for example, to write things like this: <pre> diff --git a/doc/html/qtextstream-h.html b/doc/html/tqtextstream-h.html index 8ced94589..0225c593f 100644 --- a/doc/html/qtextstream-h.html +++ b/doc/html/tqtextstream-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextstream.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextstream.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqtextstream.h Include File</title> +<title>tqtextstream.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqtextstream.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqtextstream.h</h1> -<p>This is the verbatim text of the ntqtextstream.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqtextstream.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqtextstream.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqtextstream.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQTextStream class ** diff --git a/doc/html/qtextstream-members.html b/doc/html/tqtextstream-members.html index 3c75a892e..073922a65 100644 --- a/doc/html/qtextstream-members.html +++ b/doc/html/tqtextstream-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextstream.h:54 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextstream.h:54 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,33 +32,33 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTextStream</h1> <p>This is the complete list of member functions for -<a href="ntqtextstream.html">TQTextStream</a>, including inherited members. +<a href="tqtextstream.html">TQTextStream</a>, including inherited members. <ul> -<li><a href="ntqtextstream.html#TQTextStream">TQTextStream</a>() -<li><a href="ntqtextstream.html#~TQTextStream">~TQTextStream</a>() -<li><a href="ntqtextstream.html#atEnd">atEnd</a>() -<li><a href="ntqtextstream.html#codec">codec</a>() -<li><a href="ntqtextstream.html#device">device</a>() -<li><a href="ntqtextstream.html#eof">eof</a>() -<li><a href="ntqtextstream.html#fill">fill</a>() -<li><a href="ntqtextstream.html#flags">flags</a>() -<li><a href="ntqtextstream.html#operator-lt-lt">operator<<</a>() -<li><a href="ntqtextstream.html#operator-gt-gt">operator>></a>() -<li><a href="ntqtextstream.html#precision">precision</a>() -<li><a href="ntqtextstream.html#read">read</a>() -<li><a href="ntqtextstream.html#readLine">readLine</a>() -<li><a href="ntqtextstream.html#readRawBytes">readRawBytes</a>() -<li><a href="ntqtextstream.html#reset">reset</a>() -<li><a href="ntqtextstream.html#setCodec">setCodec</a>() -<li><a href="ntqtextstream.html#setDevice">setDevice</a>() -<li><a href="ntqtextstream.html#setEncoding">setEncoding</a>() -<li><a href="ntqtextstream.html#setf">setf</a>() -<li><a href="ntqtextstream.html#skipWhiteSpace">skipWhiteSpace</a>() -<li><a href="ntqtextstream.html#unsetDevice">unsetDevice</a>() -<li><a href="ntqtextstream.html#unsetf">unsetf</a>() -<li><a href="ntqtextstream.html#width">width</a>() -<li><a href="ntqtextstream.html#writeRawBytes">writeRawBytes</a>() +<li><a href="tqtextstream.html#TQTextStream">TQTextStream</a>() +<li><a href="tqtextstream.html#~TQTextStream">~TQTextStream</a>() +<li><a href="tqtextstream.html#atEnd">atEnd</a>() +<li><a href="tqtextstream.html#codec">codec</a>() +<li><a href="tqtextstream.html#device">device</a>() +<li><a href="tqtextstream.html#eof">eof</a>() +<li><a href="tqtextstream.html#fill">fill</a>() +<li><a href="tqtextstream.html#flags">flags</a>() +<li><a href="tqtextstream.html#operator-lt-lt">operator<<</a>() +<li><a href="tqtextstream.html#operator-gt-gt">operator>></a>() +<li><a href="tqtextstream.html#precision">precision</a>() +<li><a href="tqtextstream.html#read">read</a>() +<li><a href="tqtextstream.html#readLine">readLine</a>() +<li><a href="tqtextstream.html#readRawBytes">readRawBytes</a>() +<li><a href="tqtextstream.html#reset">reset</a>() +<li><a href="tqtextstream.html#setCodec">setCodec</a>() +<li><a href="tqtextstream.html#setDevice">setDevice</a>() +<li><a href="tqtextstream.html#setEncoding">setEncoding</a>() +<li><a href="tqtextstream.html#setf">setf</a>() +<li><a href="tqtextstream.html#skipWhiteSpace">skipWhiteSpace</a>() +<li><a href="tqtextstream.html#unsetDevice">unsetDevice</a>() +<li><a href="tqtextstream.html#unsetf">unsetf</a>() +<li><a href="tqtextstream.html#width">width</a>() +<li><a href="tqtextstream.html#writeRawBytes">writeRawBytes</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/ntqtextstream.html b/doc/html/tqtextstream.html index 557c33754..683aa8757 100644 --- a/doc/html/ntqtextstream.html +++ b/doc/html/tqtextstream.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/qtextstream.cpp:56 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/tqtextstream.cpp:56 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -35,9 +35,9 @@ body { background: #ffffff; color: black; } and writing text using a TQIODevice. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> -<p><tt>#include <<a href="qtextstream-h.html">ntqtextstream.h</a>></tt> -<p>Inherited by <a href="qtextistream.html">TQTextIStream</a> and <a href="qtextostream.html">TQTextOStream</a>. -<p><a href="qtextstream-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqtextstream-h.html">tqtextstream.h</a>></tt> +<p>Inherited by <a href="tqtextistream.html">TQTextIStream</a> and <a href="tqtextostream.html">TQTextOStream</a>. +<p><a href="tqtextstream-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#Encoding-enum"><b>Encoding</b></a> { Locale, Latin1, Unicode, UnicodeNetworkOrder, UnicodeReverse, RawUnicode, UnicodeUTF8 }</li> @@ -253,10 +253,10 @@ returns FALSE. <p> <p>See also <a href="ntqiodevice.html#atEnd">TQIODevice::atEnd</a>(). <p>Examples: <a href="addressbook-example.html#x601">addressbook/centralwidget.cpp</a> and <a href="grapher-nsplugin-example.html#x2774">grapher/grapher.cpp</a>. -<h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="codec"></a>TQTextStream::codec () +<h3 class=fn><a href="tqtextcodec.html">TQTextCodec</a> * <a name="codec"></a>TQTextStream::codec () </h3> Returns the codec actually used for this stream. -<p> If Unicode is automatically detected in input, a codec with <a href="ntqtextcodec.html#name">name()</a> "ISO-10646-UCS-2" is returned. +<p> If Unicode is automatically detected in input, a codec with <a href="tqtextcodec.html#name">name()</a> "ISO-10646-UCS-2" is returned. <p> <p>See also <a href="#setCodec">setCodec</a>(). <h3 class=fn><a href="ntqiodevice.html">TQIODevice</a> * <a name="device"></a>TQTextStream::device () const @@ -319,68 +319,68 @@ otherwise. <p> Sets the stream flags to <em>f</em>. Returns the previous stream flags. <p> <p>See also <a href="#setf">setf</a>() and <a href="#unsetf">unsetf</a>(). -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>TQTextStream::operator<< ( <a href="qchar.html">TQChar</a> c ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>TQTextStream::operator<< ( <a href="qchar.html">TQChar</a> c ) </h3> Writes character <tt>char</tt> to the stream and returns a reference to the stream. <p> The character <em>c</em> is assumed to be Latin1 encoded independent of the Encoding set for the TQTextStream. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-2"></a>TQTextStream::operator<< ( char c ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-2"></a>TQTextStream::operator<< ( char c ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes character <em>c</em> to the stream and returns a reference to the stream. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-3"></a>TQTextStream::operator<< ( signed short i ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-3"></a>TQTextStream::operator<< ( signed short i ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes a <tt>short</tt> integer <em>i</em> to the stream and returns a reference to the stream. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-4"></a>TQTextStream::operator<< ( unsigned short i ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-4"></a>TQTextStream::operator<< ( unsigned short i ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes an <tt>unsigned</tt> <tt>short</tt> integer <em>i</em> to the stream and returns a reference to the stream. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-5"></a>TQTextStream::operator<< ( signed int i ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-5"></a>TQTextStream::operator<< ( signed int i ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes an <tt>int</tt> <em>i</em> to the stream and returns a reference to the stream. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-6"></a>TQTextStream::operator<< ( unsigned int i ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-6"></a>TQTextStream::operator<< ( unsigned int i ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes an <tt>unsigned</tt> <tt>int</tt> <em>i</em> to the stream and returns a reference to the stream. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-7"></a>TQTextStream::operator<< ( signed long i ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-7"></a>TQTextStream::operator<< ( signed long i ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes a <tt>long</tt> <tt>int</tt> <em>i</em> to the stream and returns a reference to the stream. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-8"></a>TQTextStream::operator<< ( unsigned long i ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-8"></a>TQTextStream::operator<< ( unsigned long i ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes an <tt>unsigned</tt> <tt>long</tt> <tt>int</tt> <em>i</em> to the stream and returns a reference to the stream. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-9"></a>TQTextStream::operator<< ( float f ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-9"></a>TQTextStream::operator<< ( float f ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes a <tt>float</tt> <em>f</em> to the stream and returns a reference to the stream. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-a"></a>TQTextStream::operator<< ( double f ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-a"></a>TQTextStream::operator<< ( double f ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes a <tt>double</tt> <em>f</em> to the stream and returns a reference to the stream. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-b"></a>TQTextStream::operator<< ( const char * s ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-b"></a>TQTextStream::operator<< ( const char * s ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes a string to the stream and returns a reference to the @@ -388,107 +388,107 @@ stream. <p> The string <em>s</em> is assumed to be Latin1 encoded independent of the Encoding set for the TQTextStream. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-c"></a>TQTextStream::operator<< ( const <a href="tqstring.html">TQString</a> & s ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-c"></a>TQTextStream::operator<< ( const <a href="tqstring.html">TQString</a> & s ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes <em>s</em> to the stream and returns a reference to the stream. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-d"></a>TQTextStream::operator<< ( const <a href="ntqcstring.html">TQCString</a> & s ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-d"></a>TQTextStream::operator<< ( const <a href="ntqcstring.html">TQCString</a> & s ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes <em>s</em> to the stream and returns a reference to the stream. <p> The string <em>s</em> is assumed to be Latin1 encoded independent of the Encoding set for the TQTextStream. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-e"></a>TQTextStream::operator<< ( void * ptr ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt-e"></a>TQTextStream::operator<< ( void * ptr ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Writes a pointer to the stream and returns a reference to the stream. <p> The <em>ptr</em> is output as an unsigned long hexadecimal integer. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>TQTextStream::operator>> ( <a href="qchar.html">TQChar</a> & c ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>TQTextStream::operator>> ( <a href="qchar.html">TQChar</a> & c ) </h3> Reads a char <em>c</em> from the stream and returns a reference to the stream. Note that whitespace is <em>not</em> skipped. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-2"></a>TQTextStream::operator>> ( char & c ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-2"></a>TQTextStream::operator>> ( char & c ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Reads a char <em>c</em> from the stream and returns a reference to the stream. Note that whitespace is skipped. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-3"></a>TQTextStream::operator>> ( signed short & i ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-3"></a>TQTextStream::operator>> ( signed short & i ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Reads a signed <tt>short</tt> integer <em>i</em> from the stream and returns a reference to the stream. See <a href="#flags">flags</a>() for an explanation of the expected input format. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-4"></a>TQTextStream::operator>> ( unsigned short & i ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-4"></a>TQTextStream::operator>> ( unsigned short & i ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Reads an unsigned <tt>short</tt> integer <em>i</em> from the stream and returns a reference to the stream. See <a href="#flags">flags</a>() for an explanation of the expected input format. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-5"></a>TQTextStream::operator>> ( signed int & i ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-5"></a>TQTextStream::operator>> ( signed int & i ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Reads a signed <tt>int</tt> <em>i</em> from the stream and returns a reference to the stream. See <a href="#flags">flags</a>() for an explanation of the expected input format. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-6"></a>TQTextStream::operator>> ( unsigned int & i ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-6"></a>TQTextStream::operator>> ( unsigned int & i ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Reads an unsigned <tt>int</tt> <em>i</em> from the stream and returns a reference to the stream. See <a href="#flags">flags</a>() for an explanation of the expected input format. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-7"></a>TQTextStream::operator>> ( signed long & i ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-7"></a>TQTextStream::operator>> ( signed long & i ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Reads a signed <tt>long</tt> int <em>i</em> from the stream and returns a reference to the stream. See <a href="#flags">flags</a>() for an explanation of the expected input format. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-8"></a>TQTextStream::operator>> ( unsigned long & i ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-8"></a>TQTextStream::operator>> ( unsigned long & i ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Reads an unsigned <tt>long</tt> int <em>i</em> from the stream and returns a reference to the stream. See <a href="#flags">flags</a>() for an explanation of the expected input format. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-9"></a>TQTextStream::operator>> ( float & f ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-9"></a>TQTextStream::operator>> ( float & f ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Reads a <tt>float</tt> <em>f</em> from the stream and returns a reference to the stream. See <a href="#flags">flags</a>() for an explanation of the expected input format. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-a"></a>TQTextStream::operator>> ( double & f ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-a"></a>TQTextStream::operator>> ( double & f ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Reads a <tt>double</tt> <em>f</em> from the stream and returns a reference to the stream. See <a href="#flags">flags</a>() for an explanation of the expected input format. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-b"></a>TQTextStream::operator>> ( char * s ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-b"></a>TQTextStream::operator>> ( char * s ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Reads a "word" from the stream into <em>s</em> and returns a reference to the stream. <p> A word consists of characters for which isspace() returns FALSE. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-c"></a>TQTextStream::operator>> ( <a href="tqstring.html">TQString</a> & str ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-c"></a>TQTextStream::operator>> ( <a href="tqstring.html">TQString</a> & str ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Reads a "word" from the stream into <em>str</em> and returns a reference to the stream. <p> A word consists of characters for which isspace() returns FALSE. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-d"></a>TQTextStream::operator>> ( <a href="ntqcstring.html">TQCString</a> & str ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt-d"></a>TQTextStream::operator>> ( <a href="ntqcstring.html">TQCString</a> & str ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Reads a "word" from the stream into <em>str</em> and returns a reference @@ -526,7 +526,7 @@ line the returned TQString is empty but not null. <p> <p>See also <a href="ntqiodevice.html#readLine">TQIODevice::readLine</a>(). <p>Examples: <a href="addressbook-example.html#x602">addressbook/centralwidget.cpp</a>, <a href="tutorial2-03.html#x2553">chart/element.cpp</a>, and <a href="clientserver-example.html#x787">network/clientserver/server/server.cpp</a>. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="readRawBytes"></a>TQTextStream::readRawBytes ( char * s, uint len ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="readRawBytes"></a>TQTextStream::readRawBytes ( char * s, uint len ) </h3> Reads <em>len</em> bytes from the stream into <em>s</em> and returns a reference to the stream. @@ -547,7 +547,7 @@ Resets the text stream. </ul> <p> <p>See also <a href="#setf">setf</a>(), <a href="#width">width</a>(), <a href="#fill">fill</a>(), and <a href="#precision">precision</a>(). -<h3 class=fn>void <a name="setCodec"></a>TQTextStream::setCodec ( <a href="ntqtextcodec.html">TQTextCodec</a> * codec ) +<h3 class=fn>void <a name="setCodec"></a>TQTextStream::setCodec ( <a href="tqtextcodec.html">TQTextCodec</a> * codec ) </h3> Sets the codec for this stream to <em>codec</em>. Will not try to autodetect Unicode. @@ -561,7 +561,7 @@ to/written from the stream. Sets the IO device to <em>iod</em>. <p> <p>See also <a href="#device">device</a>() and <a href="#unsetDevice">unsetDevice</a>(). -<h3 class=fn>void <a name="setEncoding"></a>TQTextStream::setEncoding ( <a href="ntqtextstream.html#Encoding-enum">Encoding</a> e ) +<h3 class=fn>void <a name="setEncoding"></a>TQTextStream::setEncoding ( <a href="tqtextstream.html#Encoding-enum">Encoding</a> e ) </h3> Sets the encoding of this stream to <em>e</em>, where <em>e</em> is one of the following values: @@ -647,7 +647,7 @@ flags. <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the field width to <em>w</em>. Returns the previous field width. -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="writeRawBytes"></a>TQTextStream::writeRawBytes ( const char * s, uint len ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="writeRawBytes"></a>TQTextStream::writeRawBytes ( const char * s, uint len ) </h3> Writes the <em>len</em> bytes from <em>s</em> to the stream and returns a reference to the stream. diff --git a/doc/html/qtextview-h.html b/doc/html/tqtextview-h.html index 9c2aa2ba7..c0aac3279 100644 --- a/doc/html/qtextview-h.html +++ b/doc/html/tqtextview-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextview.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextview.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqtextview.h Include File</title> +<title>tqtextview.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqtextview.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqtextview.h</h1> -<p>This is the verbatim text of the ntqtextview.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqtextview.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqtextview.h 3.3.8 edited Jan 11 14:39 $ +** $Id: qt/tqtextview.h 3.3.8 edited Jan 11 14:39 $ ** ** Definition of the TQTextView class ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQTEXTVIEW_H #ifndef QT_H -#include "ntqtextedit.h" +#include "tqtextedit.h" #endif // QT_H #ifndef TQT_NO_TEXTVIEW diff --git a/doc/html/qtextview-members.html b/doc/html/tqtextview-members.html index 5b70f3ef8..cd6afef62 100644 --- a/doc/html/qtextview-members.html +++ b/doc/html/tqtextview-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqtextview.h:47 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqtextview.h:47 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,16 +32,16 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQTextView</h1> <p>This is the complete list of member functions for -<a href="ntqtextview.html">TQTextView</a>, including inherited members. +<a href="tqtextview.html">TQTextView</a>, including inherited members. <ul> <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="ntqscrollview.html#addChild">addChild</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() -<li><a href="ntqtextedit.html#alignment">alignment</a>() -<li><a href="ntqtextedit.html#anchorAt">anchorAt</a>() -<li><a href="ntqtextedit.html#append">append</a>() -<li><a href="ntqtextedit.html#autoFormatting">autoFormatting</a>() +<li><a href="tqtextedit.html#alignment">alignment</a>() +<li><a href="tqtextedit.html#anchorAt">anchorAt</a>() +<li><a href="tqtextedit.html#append">append</a>() +<li><a href="tqtextedit.html#autoFormatting">autoFormatting</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() <li><a href="tqwidget.html#backgroundBrush">backgroundBrush</a>() <li><a href="tqwidget.html#backgroundColor">backgroundColor</a>() @@ -50,11 +50,11 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="tqwidget.html#baseSize">baseSize</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqtextedit.html#bold">bold</a>() +<li><a href="tqtextedit.html#bold">bold</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="tqwidget.html#caption">caption</a>() <li><a href="ntqscrollview.html#center">center</a>() -<li><a href="ntqtextedit.html#charAt">charAt</a>() +<li><a href="tqtextedit.html#charAt">charAt</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() <li><a href="tqwidget.html#childAt">childAt</a>() @@ -66,18 +66,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#childrenRect">childrenRect</a>() <li><a href="tqwidget.html#childrenRegion">childrenRegion</a>() <li><a href="tqobject.html#className">className</a>() -<li><a href="ntqtextedit.html#clear">clear</a>() +<li><a href="tqtextedit.html#clear">clear</a>() <li><a href="tqwidget.html#clearFocus">clearFocus</a>() <li><a href="tqwidget.html#clearMask">clearMask</a>() -<li><a href="ntqtextedit.html#clearParagraphBackground">clearParagraphBackground</a>() +<li><a href="tqtextedit.html#clearParagraphBackground">clearParagraphBackground</a>() <li><a href="tqwidget.html#clearWFlags">clearWFlags</a>() -<li><a href="ntqtextedit.html#clicked">clicked</a>() +<li><a href="tqtextedit.html#clicked">clicked</a>() <li><a href="tqwidget.html#clipRegion">clipRegion</a>() <li><a href="ntqscrollview.html#clipper">clipper</a>() <li><a href="tqwidget.html#close">close</a>() <li><a href="tqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() -<li><a href="ntqtextedit.html#color">color</a>() +<li><a href="tqtextedit.html#color">color</a>() <li><a href="tqwidget.html#colorGroup">colorGroup</a>() <li><a href="tqobject.html#connect">connect</a>() <li><a href="tqobject.html#connectNotify">connectNotify</a>() @@ -99,32 +99,32 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#contentsWidth">contentsWidth</a>() <li><a href="ntqscrollview.html#contentsX">contentsX</a>() <li><a href="ntqscrollview.html#contentsY">contentsY</a>() -<li><a href="ntqtextedit.html#context">context</a>() +<li><a href="tqtextedit.html#context">context</a>() <li><a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>() -<li><a href="ntqtextedit.html#copy">copy</a>() -<li><a href="ntqtextedit.html#copyAvailable">copyAvailable</a>() +<li><a href="tqtextedit.html#copy">copy</a>() +<li><a href="tqtextedit.html#copyAvailable">copyAvailable</a>() <li><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="tqwidget.html#create">create</a>() -<li><a href="ntqtextedit.html#createPopupMenu">createPopupMenu</a>() -<li><a href="ntqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</a>() -<li><a href="ntqtextedit.html#currentColorChanged">currentColorChanged</a>() -<li><a href="ntqtextedit.html#currentFont">currentFont</a>() -<li><a href="ntqtextedit.html#currentFontChanged">currentFontChanged</a>() -<li><a href="ntqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</a>() +<li><a href="tqtextedit.html#createPopupMenu">createPopupMenu</a>() +<li><a href="tqtextedit.html#currentAlignmentChanged">currentAlignmentChanged</a>() +<li><a href="tqtextedit.html#currentColorChanged">currentColorChanged</a>() +<li><a href="tqtextedit.html#currentFont">currentFont</a>() +<li><a href="tqtextedit.html#currentFontChanged">currentFontChanged</a>() +<li><a href="tqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</a>() <li><a href="tqwidget.html#cursor">cursor</a>() -<li><a href="ntqtextedit.html#cursorPositionChanged">cursorPositionChanged</a>() +<li><a href="tqtextedit.html#cursorPositionChanged">cursorPositionChanged</a>() <li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="tqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqtextedit.html#cut">cut</a>() -<li><a href="ntqtextedit.html#del">del</a>() +<li><a href="tqtextedit.html#cut">cut</a>() +<li><a href="tqtextedit.html#del">del</a>() <li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="tqwidget.html#destroy">destroy</a>() <li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqtextedit.html#doKeyboardAction">doKeyboardAction</a>() -<li><a href="ntqtextedit.html#documentTitle">documentTitle</a>() -<li><a href="ntqtextedit.html#doubleClicked">doubleClicked</a>() +<li><a href="tqtextedit.html#doKeyboardAction">doKeyboardAction</a>() +<li><a href="tqtextedit.html#documentTitle">documentTitle</a>() +<li><a href="tqtextedit.html#doubleClicked">doubleClicked</a>() <li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() <li><a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() @@ -138,7 +138,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="tqwidget.html#enabledChange">enabledChange</a>() -<li><a href="ntqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() +<li><a href="tqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() <li><a href="ntqscrollview.html#ensureVisible">ensureVisible</a>() <li><a href="tqwidget.html#enterEvent">enterEvent</a>() <li><a href="tqwidget.html#erase">erase</a>() @@ -146,16 +146,16 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="tqwidget.html#event">event</a>() <li><a href="ntqscrollview.html#eventFilter">eventFilter</a>() -<li><a href="ntqtextedit.html#family">family</a>() -<li><a href="ntqtextedit.html#find">find</a>() +<li><a href="tqtextedit.html#family">family</a>() +<li><a href="tqtextedit.html#find">find</a>() <li><a href="tqwidget.html#focusData">focusData</a>() <li><a href="tqwidget.html#focusInEvent">focusInEvent</a>() -<li><a href="ntqtextedit.html#focusNextPrevChild">focusNextPrevChild</a>() +<li><a href="tqtextedit.html#focusNextPrevChild">focusNextPrevChild</a>() <li><a href="tqwidget.html#focusOutEvent">focusOutEvent</a>() <li><a href="tqwidget.html#focusPolicy">focusPolicy</a>() <li><a href="tqwidget.html#focusProxy">focusProxy</a>() <li><a href="tqwidget.html#focusWidget">focusWidget</a>() -<li><a href="ntqtextedit.html#font">font</a>() +<li><a href="tqtextedit.html#font">font</a>() <li><a href="tqwidget.html#fontChange">fontChange</a>() <li><a href="tqwidget.html#fontInfo">fontInfo</a>() <li><a href="tqwidget.html#fontMetrics">fontMetrics</a>() @@ -169,8 +169,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#frameStyle">frameStyle</a>() <li><a href="ntqframe.html#frameWidth">frameWidth</a>() <li><a href="tqwidget.html#geometry">geometry</a>() -<li><a href="ntqtextedit.html#getCursorPosition">getCursorPosition</a>() -<li><a href="ntqtextedit.html#getSelection">getSelection</a>() +<li><a href="tqtextedit.html#getCursorPosition">getCursorPosition</a>() +<li><a href="tqtextedit.html#getSelection">getSelection</a>() <li><a href="tqwidget.html#getWFlags">getWFlags</a>() <li><a href="tqwidget.html#grabKeyboard">grabKeyboard</a>() <li><a href="tqwidget.html#grabMouse">grabMouse</a>() @@ -179,10 +179,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#hasFocus">hasFocus</a>() <li><a href="tqwidget.html#hasMouse">hasMouse</a>() <li><a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>() -<li><a href="ntqtextedit.html#hasSelectedText">hasSelectedText</a>() +<li><a href="tqtextedit.html#hasSelectedText">hasSelectedText</a>() <li><a href="ntqscrollview.html#hasStaticBackground">hasStaticBackground</a>() <li><a href="tqwidget.html#height">height</a>() -<li><a href="ntqtextedit.html#heightForWidth">heightForWidth</a>() +<li><a href="tqtextedit.html#heightForWidth">heightForWidth</a>() <li><a href="tqwidget.html#hide">hide</a>() <li><a href="tqwidget.html#hideEvent">hideEvent</a>() <li><a href="tqobject.html#highPriority">highPriority</a>() @@ -196,10 +196,10 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="tqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="tqobject.html#inherits">inherits</a>() -<li><a href="ntqtextedit.html#insert">insert</a>() -<li><a href="ntqtextedit.html#insertAt">insertAt</a>() +<li><a href="tqtextedit.html#insert">insert</a>() +<li><a href="tqtextedit.html#insertAt">insertAt</a>() <li><a href="tqobject.html#insertChild">insertChild</a>() -<li><a href="ntqtextedit.html#insertParagraph">insertParagraph</a>() +<li><a href="tqtextedit.html#insertParagraph">insertParagraph</a>() <li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="tqobject.html#isA">isA</a>() <li><a href="tqwidget.html#isActiveWindow">isActiveWindow</a>() @@ -217,23 +217,23 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#isMaximized">isMaximized</a>() <li><a href="tqwidget.html#isMinimized">isMinimized</a>() <li><a href="tqwidget.html#isModal">isModal</a>() -<li><a href="ntqtextedit.html#isModified">isModified</a>() -<li><a href="ntqtextedit.html#isOverwriteMode">isOverwriteMode</a>() +<li><a href="tqtextedit.html#isModified">isModified</a>() +<li><a href="tqtextedit.html#isOverwriteMode">isOverwriteMode</a>() <li><a href="tqwidget.html#isPopup">isPopup</a>() -<li><a href="ntqtextedit.html#isReadOnly">isReadOnly</a>() -<li><a href="ntqtextedit.html#isRedoAvailable">isRedoAvailable</a>() +<li><a href="tqtextedit.html#isReadOnly">isReadOnly</a>() +<li><a href="tqtextedit.html#isRedoAvailable">isRedoAvailable</a>() <li><a href="tqwidget.html#isShown">isShown</a>() <li><a href="tqwidget.html#isTopLevel">isTopLevel</a>() -<li><a href="ntqtextedit.html#isUndoAvailable">isUndoAvailable</a>() -<li><a href="ntqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>() +<li><a href="tqtextedit.html#isUndoAvailable">isUndoAvailable</a>() +<li><a href="tqtextedit.html#isUndoRedoEnabled">isUndoRedoEnabled</a>() <li><a href="tqwidget.html#isUpdatesEnabled">isUpdatesEnabled</a>() <li><a href="ntqscrollview.html#isVerticalSliderPressed">isVerticalSliderPressed</a>() <li><a href="tqwidget.html#isVisible">isVisible</a>() <li><a href="tqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="tqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() <li><a href="tqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqtextedit.html#italic">italic</a>() -<li><a href="ntqtextedit.html#keyPressEvent">keyPressEvent</a>() +<li><a href="tqtextedit.html#italic">italic</a>() +<li><a href="tqtextedit.html#keyPressEvent">keyPressEvent</a>() <li><a href="tqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="tqwidget.html#keyboardGrabber">keyboardGrabber</a>() <li><a href="tqobject.html#killTimer">killTimer</a>() @@ -241,12 +241,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#layout">layout</a>() <li><a href="tqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() -<li><a href="ntqtextedit.html#length">length</a>() -<li><a href="ntqtextedit.html#lineOfChar">lineOfChar</a>() +<li><a href="tqtextedit.html#length">length</a>() +<li><a href="tqtextedit.html#lineOfChar">lineOfChar</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() -<li><a href="ntqtextedit.html#lines">lines</a>() -<li><a href="ntqtextedit.html#linesOfParagraph">linesOfParagraph</a>() -<li><a href="ntqtextedit.html#linkUnderline">linkUnderline</a>() +<li><a href="tqtextedit.html#lines">lines</a>() +<li><a href="tqtextedit.html#linesOfParagraph">linesOfParagraph</a>() +<li><a href="tqtextedit.html#linkUnderline">linkUnderline</a>() <li><a href="tqwidget.html#lower">lower</a>() <li><a href="tqwidget.html#macEvent">macEvent</a>() <li><a href="tqwidget.html#mapFrom">mapFrom</a>() @@ -256,7 +256,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mapToGlobal">mapToGlobal</a>() <li><a href="tqwidget.html#mapToParent">mapToParent</a>() <li><a href="ntqframe.html#margin">margin</a>() -<li><a href="ntqtextedit.html#maxLogLines">maxLogLines</a>() +<li><a href="tqtextedit.html#maxLogLines">maxLogLines</a>() <li><a href="tqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="tqwidget.html#maximumSize">maximumSize</a>() <li><a href="tqwidget.html#maximumWidth">maximumWidth</a>() @@ -264,12 +264,12 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#metric">metric</a>() <li><a href="tqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() -<li><a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() +<li><a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() <li><a href="tqwidget.html#minimumHeight">minimumHeight</a>() <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() <li><a href="tqwidget.html#minimumWidth">minimumWidth</a>() -<li><a href="ntqtextedit.html#modificationChanged">modificationChanged</a>() +<li><a href="tqtextedit.html#modificationChanged">modificationChanged</a>() <li><a href="tqwidget.html#mouseDoubleClickEvent">mouseDoubleClickEvent</a>() <li><a href="tqwidget.html#mouseGrabber">mouseGrabber</a>() <li><a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>() @@ -277,7 +277,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="tqwidget.html#move">move</a>() <li><a href="ntqscrollview.html#moveChild">moveChild</a>() -<li><a href="ntqtextedit.html#moveCursor">moveCursor</a>() +<li><a href="tqtextedit.html#moveCursor">moveCursor</a>() <li><a href="tqwidget.html#moveEvent">moveEvent</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() @@ -292,18 +292,18 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="tqwidget.html#paletteChange">paletteChange</a>() <li><a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqtextedit.html#paper">paper</a>() -<li><a href="ntqtextedit.html#paragraphAt">paragraphAt</a>() -<li><a href="ntqtextedit.html#paragraphBackgroundColor">paragraphBackgroundColor</a>() -<li><a href="ntqtextedit.html#paragraphLength">paragraphLength</a>() -<li><a href="ntqtextedit.html#paragraphRect">paragraphRect</a>() -<li><a href="ntqtextedit.html#paragraphs">paragraphs</a>() +<li><a href="tqtextedit.html#paper">paper</a>() +<li><a href="tqtextedit.html#paragraphAt">paragraphAt</a>() +<li><a href="tqtextedit.html#paragraphBackgroundColor">paragraphBackgroundColor</a>() +<li><a href="tqtextedit.html#paragraphLength">paragraphLength</a>() +<li><a href="tqtextedit.html#paragraphRect">paragraphRect</a>() +<li><a href="tqtextedit.html#paragraphs">paragraphs</a>() <li><a href="tqobject.html#parent">parent</a>() <li><a href="tqwidget.html#parentWidget">parentWidget</a>() -<li><a href="ntqtextedit.html#paste">paste</a>() -<li><a href="ntqtextedit.html#pasteSubType">pasteSubType</a>() -<li><a href="ntqtextedit.html#placeCursor">placeCursor</a>() -<li><a href="ntqtextedit.html#pointSize">pointSize</a>() +<li><a href="tqtextedit.html#paste">paste</a>() +<li><a href="tqtextedit.html#pasteSubType">pasteSubType</a>() +<li><a href="tqtextedit.html#placeCursor">placeCursor</a>() +<li><a href="tqtextedit.html#pointSize">pointSize</a>() <li><a href="tqwidget.html#polish">polish</a>() <li><a href="tqwidget.html#pos">pos</a>() <li><a href="tqobject.html#property">property</a>() @@ -312,17 +312,17 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#raise">raise</a>() <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() -<li><a href="ntqtextedit.html#redo">redo</a>() -<li><a href="ntqtextedit.html#redoAvailable">redoAvailable</a>() +<li><a href="tqtextedit.html#redo">redo</a>() +<li><a href="tqtextedit.html#redoAvailable">redoAvailable</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() <li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqtextedit.html#removeParagraph">removeParagraph</a>() -<li><a href="ntqtextedit.html#removeSelectedText">removeSelectedText</a>() -<li><a href="ntqtextedit.html#removeSelection">removeSelection</a>() +<li><a href="tqtextedit.html#removeParagraph">removeParagraph</a>() +<li><a href="tqtextedit.html#removeSelectedText">removeSelectedText</a>() +<li><a href="tqtextedit.html#removeSelection">removeSelection</a>() <li><a href="tqwidget.html#repaint">repaint</a>() -<li><a href="ntqtextedit.html#repaintChanged">repaintChanged</a>() +<li><a href="tqtextedit.html#repaintChanged">repaintChanged</a>() <li><a href="ntqscrollview.html#repaintContents">repaintContents</a>() <li><a href="tqwidget.html#reparent">reparent</a>() <li><a href="tqwidget.html#resetInputContext">resetInputContext</a>() @@ -330,40 +330,40 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#resizeContents">resizeContents</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqscrollview.html#resizePolicy">resizePolicy</a>() -<li><a href="ntqtextedit.html#returnPressed">returnPressed</a>() +<li><a href="tqtextedit.html#returnPressed">returnPressed</a>() <li><a href="ntqscrollview.html#rightMargin">rightMargin</a>() <li><a href="tqwidget.html#scroll">scroll</a>() <li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() -<li><a href="ntqtextedit.html#scrollToAnchor">scrollToAnchor</a>() -<li><a href="ntqtextedit.html#scrollToBottom">scrollToBottom</a>() -<li><a href="ntqtextedit.html#selectAll">selectAll</a>() -<li><a href="ntqtextedit.html#selectedText">selectedText</a>() -<li><a href="ntqtextedit.html#selectionChanged">selectionChanged</a>() +<li><a href="tqtextedit.html#scrollToAnchor">scrollToAnchor</a>() +<li><a href="tqtextedit.html#scrollToBottom">scrollToBottom</a>() +<li><a href="tqtextedit.html#selectAll">selectAll</a>() +<li><a href="tqtextedit.html#selectedText">selectedText</a>() +<li><a href="tqtextedit.html#selectionChanged">selectionChanged</a>() <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() -<li><a href="ntqtextedit.html#setAlignment">setAlignment</a>() -<li><a href="ntqtextedit.html#setAutoFormatting">setAutoFormatting</a>() +<li><a href="tqtextedit.html#setAlignment">setAlignment</a>() +<li><a href="tqtextedit.html#setAutoFormatting">setAutoFormatting</a>() <li><a href="tqwidget.html#setAutoMask">setAutoMask</a>() <li><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>() <li><a href="tqwidget.html#setBackgroundOrigin">setBackgroundOrigin</a>() <li><a href="tqwidget.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="tqwidget.html#setBaseSize">setBaseSize</a>() -<li><a href="ntqtextedit.html#setBold">setBold</a>() +<li><a href="tqtextedit.html#setBold">setBold</a>() <li><a href="tqwidget.html#setCaption">setCaption</a>() -<li><a href="ntqtextedit.html#setColor">setColor</a>() +<li><a href="tqtextedit.html#setColor">setColor</a>() <li><a href="ntqscrollview.html#setContentsPos">setContentsPos</a>() <li><a href="ntqscrollview.html#setCornerWidget">setCornerWidget</a>() -<li><a href="ntqtextedit.html#setCurrentFont">setCurrentFont</a>() +<li><a href="tqtextedit.html#setCurrentFont">setCurrentFont</a>() <li><a href="tqwidget.html#setCursor">setCursor</a>() -<li><a href="ntqtextedit.html#setCursorPosition">setCursorPosition</a>() +<li><a href="tqtextedit.html#setCursorPosition">setCursorPosition</a>() <li><a href="tqwidget.html#setDisabled">setDisabled</a>() <li><a href="ntqscrollview.html#setDragAutoScroll">setDragAutoScroll</a>() <li><a href="tqwidget.html#setEnabled">setEnabled</a>() <li><a href="tqwidget.html#setEraseColor">setEraseColor</a>() <li><a href="tqwidget.html#setErasePixmap">setErasePixmap</a>() -<li><a href="ntqtextedit.html#setFamily">setFamily</a>() +<li><a href="tqtextedit.html#setFamily">setFamily</a>() <li><a href="tqwidget.html#setFixedHeight">setFixedHeight</a>() <li><a href="tqwidget.html#setFixedSize">setFixedSize</a>() <li><a href="tqwidget.html#setFixedWidth">setFixedWidth</a>() @@ -382,63 +382,63 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setIcon">setIcon</a>() <li><a href="tqwidget.html#setIconText">setIconText</a>() <li><a href="tqwidget.html#setInputMethodEnabled">setInputMethodEnabled</a>() -<li><a href="ntqtextedit.html#setItalic">setItalic</a>() +<li><a href="tqtextedit.html#setItalic">setItalic</a>() <li><a href="tqwidget.html#setKeyCompression">setKeyCompression</a>() <li><a href="ntqframe.html#setLineWidth">setLineWidth</a>() -<li><a href="ntqtextedit.html#setLinkUnderline">setLinkUnderline</a>() +<li><a href="tqtextedit.html#setLinkUnderline">setLinkUnderline</a>() <li><a href="ntqframe.html#setMargin">setMargin</a>() <li><a href="ntqscrollview.html#setMargins">setMargins</a>() <li><a href="tqwidget.html#setMask">setMask</a>() -<li><a href="ntqtextedit.html#setMaxLogLines">setMaxLogLines</a>() +<li><a href="tqtextedit.html#setMaxLogLines">setMaxLogLines</a>() <li><a href="tqwidget.html#setMaximumHeight">setMaximumHeight</a>() <li><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>() <li><a href="tqwidget.html#setMaximumWidth">setMaximumWidth</a>() <li><a href="tqwidget.html#setMicroFocusHint">setMicroFocusHint</a>() <li><a href="ntqframe.html#setMidLineWidth">setMidLineWidth</a>() -<li><a href="ntqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</a>() +<li><a href="tqtextedit.html#setMimeSourceFactory">setMimeSourceFactory</a>() <li><a href="tqwidget.html#setMinimumHeight">setMinimumHeight</a>() <li><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="tqwidget.html#setMinimumWidth">setMinimumWidth</a>() -<li><a href="ntqtextedit.html#setModified">setModified</a>() +<li><a href="tqtextedit.html#setModified">setModified</a>() <li><a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="tqobject.html#setName">setName</a>() -<li><a href="ntqtextedit.html#setOverwriteMode">setOverwriteMode</a>() +<li><a href="tqtextedit.html#setOverwriteMode">setOverwriteMode</a>() <li><a href="tqwidget.html#setPalette">setPalette</a>() <li><a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqtextedit.html#setPaper">setPaper</a>() -<li><a href="ntqtextedit.html#setParagraphBackgroundColor">setParagraphBackgroundColor</a>() -<li><a href="ntqtextedit.html#setPointSize">setPointSize</a>() +<li><a href="tqtextedit.html#setPaper">setPaper</a>() +<li><a href="tqtextedit.html#setParagraphBackgroundColor">setParagraphBackgroundColor</a>() +<li><a href="tqtextedit.html#setPointSize">setPointSize</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqtextedit.html#setReadOnly">setReadOnly</a>() +<li><a href="tqtextedit.html#setReadOnly">setReadOnly</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() -<li><a href="ntqtextedit.html#setSelection">setSelection</a>() -<li><a href="ntqtextedit.html#setSelectionAttributes">setSelectionAttributes</a>() +<li><a href="tqtextedit.html#setSelection">setSelection</a>() +<li><a href="tqtextedit.html#setSelectionAttributes">setSelectionAttributes</a>() <li><a href="tqwidget.html#setShown">setShown</a>() <li><a href="tqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="tqwidget.html#setSizePolicy">setSizePolicy</a>() <li><a href="ntqscrollview.html#setStaticBackground">setStaticBackground</a>() <li><a href="tqwidget.html#setStyle">setStyle</a>() -<li><a href="ntqtextedit.html#setStyleSheet">setStyleSheet</a>() -<li><a href="ntqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() +<li><a href="tqtextedit.html#setStyleSheet">setStyleSheet</a>() +<li><a href="tqtextedit.html#setTabChangesFocus">setTabChangesFocus</a>() <li><a href="tqwidget.html#setTabOrder">setTabOrder</a>() -<li><a href="ntqtextedit.html#setTabStopWidth">setTabStopWidth</a>() -<li><a href="ntqtextedit.html#setText">setText</a>() -<li><a href="ntqtextedit.html#setTextFormat">setTextFormat</a>() -<li><a href="ntqtextedit.html#setUnderline">setUnderline</a>() -<li><a href="ntqtextedit.html#setUndoDepth">setUndoDepth</a>() -<li><a href="ntqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() +<li><a href="tqtextedit.html#setTabStopWidth">setTabStopWidth</a>() +<li><a href="tqtextedit.html#setText">setText</a>() +<li><a href="tqtextedit.html#setTextFormat">setTextFormat</a>() +<li><a href="tqtextedit.html#setUnderline">setUnderline</a>() +<li><a href="tqtextedit.html#setUndoDepth">setUndoDepth</a>() +<li><a href="tqtextedit.html#setUndoRedoEnabled">setUndoRedoEnabled</a>() <li><a href="tqwidget.html#setUpdatesEnabled">setUpdatesEnabled</a>() <li><a href="ntqscrollview.html#setVBarGeometry">setVBarGeometry</a>() <li><a href="ntqscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() -<li><a href="ntqtextedit.html#setVerticalAlignment">setVerticalAlignment</a>() +<li><a href="tqtextedit.html#setVerticalAlignment">setVerticalAlignment</a>() <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() <li><a href="tqwidget.html#setWindowState">setWindowState</a>() -<li><a href="ntqtextedit.html#setWordWrap">setWordWrap</a>() -<li><a href="ntqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() -<li><a href="ntqtextedit.html#setWrapPolicy">setWrapPolicy</a>() +<li><a href="tqtextedit.html#setWordWrap">setWordWrap</a>() +<li><a href="tqtextedit.html#setWrapColumnOrWidth">setWrapColumnOrWidth</a>() +<li><a href="tqtextedit.html#setWrapPolicy">setWrapPolicy</a>() <li><a href="tqwidget.html#show">show</a>() <li><a href="ntqscrollview.html#showChild">showChild</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() @@ -455,26 +455,26 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="tqwidget.html#style">style</a>() <li><a href="tqwidget.html#styleChange">styleChange</a>() -<li><a href="ntqtextedit.html#styleSheet">styleSheet</a>() -<li><a href="ntqtextedit.html#sync">sync</a>() -<li><a href="ntqtextedit.html#syntaxHighlighter">syntaxHighlighter</a>() -<li><a href="ntqtextedit.html#tabChangesFocus">tabChangesFocus</a>() -<li><a href="ntqtextedit.html#tabStopWidth">tabStopWidth</a>() +<li><a href="tqtextedit.html#styleSheet">styleSheet</a>() +<li><a href="tqtextedit.html#sync">sync</a>() +<li><a href="tqtextedit.html#syntaxHighlighter">syntaxHighlighter</a>() +<li><a href="tqtextedit.html#tabChangesFocus">tabChangesFocus</a>() +<li><a href="tqtextedit.html#tabStopWidth">tabStopWidth</a>() <li><a href="tqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="tqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqtextedit.html#text">text</a>() -<li><a href="ntqtextedit.html#textChanged">textChanged</a>() -<li><a href="ntqtextedit.html#textCursor">textCursor</a>() -<li><a href="ntqtextedit.html#textFormat">textFormat</a>() +<li><a href="tqtextedit.html#text">text</a>() +<li><a href="tqtextedit.html#textChanged">textChanged</a>() +<li><a href="tqtextedit.html#textCursor">textCursor</a>() +<li><a href="tqtextedit.html#textFormat">textFormat</a>() <li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="tqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() -<li><a href="ntqtextedit.html#underline">underline</a>() -<li><a href="ntqtextedit.html#undo">undo</a>() -<li><a href="ntqtextedit.html#undoAvailable">undoAvailable</a>() -<li><a href="ntqtextedit.html#undoDepth">undoDepth</a>() +<li><a href="tqtextedit.html#underline">underline</a>() +<li><a href="tqtextedit.html#undo">undo</a>() +<li><a href="tqtextedit.html#undoAvailable">undoAvailable</a>() +<li><a href="tqtextedit.html#undoDepth">undoDepth</a>() <li><a href="tqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="tqwidget.html#unsetFont">unsetFont</a>() <li><a href="tqwidget.html#unsetPalette">unsetPalette</a>() @@ -502,9 +502,9 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#windowActivationChange">windowActivationChange</a>() <li><a href="tqwidget.html#windowOpacity">windowOpacity</a>() <li><a href="tqwidget.html#windowState">windowState</a>() -<li><a href="ntqtextedit.html#wordWrap">wordWrap</a>() -<li><a href="ntqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>() -<li><a href="ntqtextedit.html#wrapPolicy">wrapPolicy</a>() +<li><a href="tqtextedit.html#wordWrap">wordWrap</a>() +<li><a href="tqtextedit.html#wrapColumnOrWidth">wrapColumnOrWidth</a>() +<li><a href="tqtextedit.html#wrapPolicy">wrapPolicy</a>() <li><a href="tqwidget.html#x">x</a>() <li><a href="ntqpaintdevice.html#x11AppCells">x11AppCells</a>() <li><a href="ntqpaintdevice.html#x11AppColormap">x11AppColormap</a>() @@ -529,9 +529,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#x11SetAppDpiY">x11SetAppDpiY</a>() <li><a href="ntqpaintdevice.html#x11Visual">x11Visual</a>() <li><a href="tqwidget.html#y">y</a>() -<li><a href="ntqtextedit.html#zoomIn">zoomIn</a>() -<li><a href="ntqtextedit.html#zoomOut">zoomOut</a>() -<li><a href="ntqtextedit.html#zoomTo">zoomTo</a>() +<li><a href="tqtextedit.html#zoomIn">zoomIn</a>() +<li><a href="tqtextedit.html#zoomOut">zoomOut</a>() +<li><a href="tqtextedit.html#zoomTo">zoomTo</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/ntqtextview.html b/doc/html/tqtextview.html index 3666e1e1b..8997dc2e3 100644 --- a/doc/html/ntqtextview.html +++ b/doc/html/tqtextview.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qtextview.cpp:42 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqtextview.cpp:42 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQTextView class provides a rich-text viewer. <a href="#details">More...</a> -<p><tt>#include <<a href="qtextview-h.html">ntqtextview.h</a>></tt> -<p>Inherits <a href="ntqtextedit.html">TQTextEdit</a>. -<p><a href="qtextview-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqtextview-h.html">tqtextview.h</a>></tt> +<p>Inherits <a href="tqtextedit.html">TQTextEdit</a>. +<p><a href="tqtextview-members.html">List of all member functions.</a> <h2>Properties</h2> <ul> <li class=fn>bool <a href="#modified-prop"><b>modified</b></a> - whether the text view's contents have been modified <em>(read only)</em></li> @@ -48,8 +48,8 @@ body { background: #ffffff; color: black; } The TQTextView class provides a rich-text viewer. <p> <b>This class is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> This class wraps a read-only <a href="ntqtextedit.html">TQTextEdit</a>. -Use a <a href="ntqtextedit.html">TQTextEdit</a> instead, and call <a href="ntqtextedit.html#setReadOnly">setReadOnly</a>(TRUE) +<p> This class wraps a read-only <a href="tqtextedit.html">TQTextEdit</a>. +Use a <a href="tqtextedit.html">TQTextEdit</a> instead, and call <a href="tqtextedit.html#setReadOnly">setReadOnly</a>(TRUE) to disable editing. <hr><h2>Property Documentation</h2> diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 4da385844..291594fec 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -923,7 +923,7 @@ This event handler is called when a drag is in progress and the mouse enters this widget. <p> See the <a href="dnd.html">Drag-and-drop documentation</a> for an overview of how to provide drag-and-drop in your application. -<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragenterevent.html">TQDragEnterEvent</a>. +<p> <p>See also <a href="tqtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragenterevent.html">TQDragEnterEvent</a>. <p>Example: <a href="simple_dd-example.html#x2829">iconview/simple_dd/main.cpp</a>. <h3 class=fn>void <a name="dragLeaveEvent"></a>TQWidget::dragLeaveEvent ( <a href="qdragleaveevent.html">TQDragLeaveEvent</a> * )<tt> [virtual protected]</tt> @@ -932,7 +932,7 @@ This event handler is called when a drag is in progress and the mouse leaves this widget. <p> See the <a href="dnd.html">Drag-and-drop documentation</a> for an overview of how to provide drag-and-drop in your application. -<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragleaveevent.html">TQDragLeaveEvent</a>. +<p> <p>See also <a href="tqtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragleaveevent.html">TQDragLeaveEvent</a>. <h3 class=fn>void <a name="dragMoveEvent"></a>TQWidget::dragMoveEvent ( <a href="qdragmoveevent.html">TQDragMoveEvent</a> * )<tt> [virtual protected]</tt> </h3> @@ -940,7 +940,7 @@ This event handler is called when a drag is in progress and the mouse enters this widget, and whenever it moves within the widget. <p> See the <a href="dnd.html">Drag-and-drop documentation</a> for an overview of how to provide drag-and-drop in your application. -<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragmoveevent.html">TQDragMoveEvent</a>. +<p> <p>See also <a href="tqtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragmoveevent.html">TQDragMoveEvent</a>. <h3 class=fn>void <a name="drawText"></a>TQWidget::drawText ( int x, int y, const <a href="tqstring.html">TQString</a> & str ) </h3> @@ -962,7 +962,7 @@ This event handler is called when the drag is dropped on this widget. <p> See the <a href="dnd.html">Drag-and-drop documentation</a> for an overview of how to provide drag-and-drop in your application. -<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdropevent.html">TQDropEvent</a>. +<p> <p>See also <a href="tqtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdropevent.html">TQDropEvent</a>. <p>Example: <a href="simple_dd-example.html#x2830">iconview/simple_dd/main.cpp</a>. <h3 class=fn>void <a name="enabledChange"></a>TQWidget::enabledChange ( bool oldEnabled )<tt> [virtual protected]</tt> @@ -1235,7 +1235,7 @@ Returns the preferred height for this widget, given the width <em>w</em>. The de preferred height does not depend on the width. <p> <b>Warning:</b> Does not look at the widget's layout. -<p>Reimplemented in <a href="ntqmenubar.html#heightForWidth">TQMenuBar</a> and <a href="ntqtextedit.html#heightForWidth">TQTextEdit</a>. +<p>Reimplemented in <a href="ntqmenubar.html#heightForWidth">TQMenuBar</a> and <a href="tqtextedit.html#heightForWidth">TQTextEdit</a>. <h3 class=fn>void <a name="hide"></a>TQWidget::hide ()<tt> [virtual slot]</tt> </h3> Hides the widget. @@ -1395,7 +1395,7 @@ presses <b>Esc</b>. Otherwise the event is ignored. <p> <p>See also <a href="#keyReleaseEvent">keyReleaseEvent</a>(), <a href="qkeyevent.html#ignore">TQKeyEvent::ignore</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#event">event</a>(), and <a href="qkeyevent.html">TQKeyEvent</a>. <p>Example: <a href="picture-example.html#x127">picture/picture.cpp</a>. -<p>Reimplemented in <a href="ntqlineedit.html#keyPressEvent">TQLineEdit</a> and <a href="ntqtextedit.html#keyPressEvent">TQTextEdit</a>. +<p>Reimplemented in <a href="ntqlineedit.html#keyPressEvent">TQLineEdit</a> and <a href="tqtextedit.html#keyPressEvent">TQTextEdit</a>. <h3 class=fn>void <a name="keyReleaseEvent"></a>TQWidget::keyReleaseEvent ( <a href="qkeyevent.html">TQKeyEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler, for event <em>e</em>, can be reimplemented in a @@ -2046,7 +2046,7 @@ See the <a href="tqwidget.html#inputMethodEnabled-prop">"inputMethodEnabled"</a> Enables key event compression, if <em>compress</em> is TRUE, and disables it if <em>compress</em> is FALSE. <p> Key compression is off by default (except for <a href="ntqlineedit.html">TQLineEdit</a> and -<a href="ntqtextedit.html">TQTextEdit</a>), so widgets receive one key press event for each key +<a href="tqtextedit.html">TQTextEdit</a>), so widgets receive one key press event for each key press (or more, since autorepeat is usually on). If you turn it on and your program doesn't keep up with key input, TQt may try to compress key events so that more than one character can be diff --git a/doc/html/tqxml-h.html b/doc/html/tqxml-h.html index f8aadfafb..c1d6c0e3d 100644 --- a/doc/html/tqxml-h.html +++ b/doc/html/tqxml-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQXML_H #ifndef QT_H -#include "ntqtextstream.h" +#include "tqtextstream.h" #include "ntqfile.h" #include "tqstring.h" #include "tqstringlist.h" diff --git a/doc/html/tqxmlinputsource.html b/doc/html/tqxmlinputsource.html index 5285e5939..bf0d34cee 100644 --- a/doc/html/tqxmlinputsource.html +++ b/doc/html/tqxmlinputsource.html @@ -108,7 +108,7 @@ source will contain no data. <p> Constructs an input source and gets the data from the file <em>file</em>. If the file cannot be read the input source is empty. -<h3 class=fn><a name="TQXmlInputSource-4"></a>TQXmlInputSource::TQXmlInputSource ( <a href="ntqtextstream.html">TQTextStream</a> & stream ) +<h3 class=fn><a name="TQXmlInputSource-4"></a>TQXmlInputSource::TQXmlInputSource ( <a href="tqtextstream.html">TQTextStream</a> & stream ) </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> Constructs an input source and gets the data from the text stream <em>stream</em>. diff --git a/doc/html/tutorial2-03.html b/doc/html/tutorial2-03.html index 4cdcb4960..04cc3f1c9 100644 --- a/doc/html/tutorial2-03.html +++ b/doc/html/tutorial2-03.html @@ -153,8 +153,8 @@ index; (see <a href="debug.html">Debugging</a>). <a name="1"></a><p> (Extracts from <tt>element.h</tt>.) <p> -<pre> TQTextStream &operator<<( <a href="ntqtextstream.html">TQTextStream</a>&, const Element& ); - TQTextStream &operator>>( <a href="ntqtextstream.html">TQTextStream</a>&, Element& ); +<pre> TQTextStream &operator<<( <a href="tqtextstream.html">TQTextStream</a>&, const Element& ); + TQTextStream &operator>>( <a href="tqtextstream.html">TQTextStream</a>&, Element& ); </pre> <p> To make our <tt>Element</tt> class more self-contained we provide overloads for the << and >> operators so that <tt>Element</tt>s may be written to @@ -168,9 +168,9 @@ filter the data using a scripting language. <pre> #include "element.h" #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> - #include <<a href="qtextstream-h.html">ntqtextstream.h</a>> + #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> </pre> -<p> Our implementation of the operators requires the inclusion of <a href="qtextstream-h.html">ntqtextstream.h</a> and <a href="tqstringlist-h.html">tqstringlist.h</a>. +<p> Our implementation of the operators requires the inclusion of <a href="tqtextstream-h.html">tqtextstream.h</a> and <a href="tqstringlist-h.html">tqstringlist.h</a>. <p> <pre> const char FIELD_SEP = ':'; const char PROPOINT_SEP = ';'; const char XY_SEP = ','; @@ -190,7 +190,7 @@ label text. For example: <p> There's no problem having whitespace and field separators in label text due to the way we read <tt>Element</tt> data. -<p> <pre> TQTextStream &operator<<( <a href="ntqtextstream.html">TQTextStream</a> &s, const Element &element ) +<p> <pre> TQTextStream &operator<<( <a href="tqtextstream.html">TQTextStream</a> &s, const Element &element ) { s << element.value() << FIELD_SEP << element.valueColor().name() << FIELD_SEP @@ -210,9 +210,9 @@ text due to the way we read <tt>Element</tt> data. <p> Writing elements is straight-forward. Each member is written followed by a field separator. The points are written as comma separated (<tt>XY_SEP</tt>) x, y pairs, each pair separated by the <tt>PROPOINT_SEP</tt> separator. The final field is the label followed by a newline. -<p> <pre> TQTextStream &operator>>( <a href="ntqtextstream.html">TQTextStream</a> &s, Element &element ) +<p> <pre> TQTextStream &operator>>( <a href="tqtextstream.html">TQTextStream</a> &s, Element &element ) { - <a name="x2553"></a> <a href="tqstring.html">TQString</a> data = s.<a href="ntqtextstream.html#readLine">readLine</a>(); + <a name="x2553"></a> <a href="tqstring.html">TQString</a> data = s.<a href="tqtextstream.html#readLine">readLine</a>(); element.setValue( Element::INVALID ); int errors = 0; diff --git a/doc/html/tutorial2-07.html b/doc/html/tutorial2-07.html index b0cc1e314..3ff6dc9bb 100644 --- a/doc/html/tutorial2-07.html +++ b/doc/html/tutorial2-07.html @@ -49,11 +49,11 @@ body { background: #ffffff; color: black; } init(); // Make sure we have colours m_filename = filename; - <a href="ntqtextstream.html">TQTextStream</a> ts( &file ); + <a href="tqtextstream.html">TQTextStream</a> ts( &file ); Element element; int errors = 0; int i = 0; - <a name="x2592"></a> while ( !ts.<a href="ntqtextstream.html#eof">eof</a>() ) { + <a name="x2592"></a> while ( !ts.<a href="tqtextstream.html#eof">eof</a>() ) { ts >> element; if ( element.isValid() ) m_elements[i++] = element; @@ -81,7 +81,7 @@ draw the chart and mark it as unchanged. arg( m_filename ), 2000 ); return; } - <a href="ntqtextstream.html">TQTextStream</a> ts( &file ); + <a href="tqtextstream.html">TQTextStream</a> ts( &file ); for ( int i = 0; i < MAX_ELEMENTS; ++i ) if ( m_elements[i].isValid() ) ts << m_elements[i]; diff --git a/doc/html/unicode.html b/doc/html/unicode.html index 5de9d2d46..075e04862 100644 --- a/doc/html/unicode.html +++ b/doc/html/unicode.html @@ -63,7 +63,7 @@ update</a> and <a name="3"></a><p> In TQt, and in most applications that use TQt, most or all user-visible strings are stored using Unicode. TQt provides: <p> <ul> -<p> <li> Translation to/from legacy encodings for file I/O: see <a href="ntqtextcodec.html">TQTextCodec</a> and <a href="ntqtextstream.html">TQTextStream</a>. +<p> <li> Translation to/from legacy encodings for file I/O: see <a href="tqtextcodec.html">TQTextCodec</a> and <a href="tqtextstream.html">TQTextStream</a>. <li> Translation from Input Methods and 8-bit keyboard input. <li> Translation to legacy character sets for on-screen display. <li> A string class, <a href="tqstring.html">TQString</a>, that stores Unicode characters, with @@ -76,7 +76,7 @@ even on Windows platforms that do not support it natively. <p> </ul> <p> To fully benefit from Unicode, we recommend using <a href="tqstring.html">TQString</a> for storing all user-visible strings, and performing all text file I/O using -<a href="ntqtextstream.html">TQTextStream</a>. Use <a href="qkeyevent.html#text">TQKeyEvent::text</a>() for keyboard input in any custom +<a href="tqtextstream.html">TQTextStream</a>. Use <a href="qkeyevent.html#text">TQKeyEvent::text</a>() for keyboard input in any custom widgets you write; it does not make much difference for slow typists in Western Europe or North America, but for fast typists or people using special input methods using text() is beneficial. @@ -96,7 +96,7 @@ translation support, like this: <p> tr() (simplifying somewhat) maps from <tt>const char *</tt> to a Unicode string, and uses installable <a href="ntqtranslator.html">TQTranslator</a> objects to do the mapping. -<p> TQt provides a number of built-in <a href="ntqtextcodec.html">TQTextCodec</a> classes, that is, +<p> TQt provides a number of built-in <a href="tqtextcodec.html">TQTextCodec</a> classes, that is, classes that know how to translate between Unicode and legacy encodings to support programs that must talk to other programs or read/write files in legacy file formats. diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 24dcf0c30..370f55abc 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -9,7 +9,7 @@ Abstract base for Qt/Embedded keyboard driver plugins. | QKbdDriverPlugin Abstract base for Qt/Embedded mouse driver plugins. | QMouseDriverPlugin Abstract base for custom TQSqlDriver plugins. | TQSqlDriverPlugin Abstract base for custom QStyle plugins. | QStylePlugin -Abstract base for custom QTextCodec plugins. | QTextCodecPlugin +Abstract base for custom TQTextCodec plugins. | TQTextCodecPlugin Abstract base for custom TQWidget plugins. | TQWidgetPlugin Abstract base for custom image format plugins. | TQImageFormatPlugin Abstract base for fixed-size grids. | QGridView @@ -43,8 +43,8 @@ Array of bytes. | QByteArray Array of points. | QPointArray Asynchronous DNS lookups. | QDns Base class for QMenuBar and QPopupMenu. | QMenuData -Base class for implementing QTextEdit syntax highlighters. | QSyntaxHighlighter -Basic functions for reading and writing text using a TQIODevice. | QTextStream +Base class for implementing TQTextEdit syntax highlighters. | QSyntaxHighlighter +Basic functions for reading and writing text using a TQIODevice. | TQTextStream Blank space in a layout. | QSpacerItem Bridge between application objects and script code. | QAxScriptManager Browsing and editing of SQL tables and views. | TQSqlCursor @@ -72,9 +72,9 @@ Common operations for network protocols. | QNetworkOperation Common operations on URLs. | QUrlOperator Communication capabilities between several clients. | QCopChannel Const iterator for TQValueList. | TQValueListConstIterator -Convenience class for input streams. | QTextIStream -Convenience class for output streams. | QTextOStream -Conversion between text encodings. | QTextCodec +Convenience class for input streams. | TQTextIStream +Convenience class for output streams. | TQTextOStream +Conversion between text encodings. | TQTextCodec Conversion to and from EUC-JP character sets. | QEucJpCodec Conversion to and from EUC-KR character sets. | QEucKrCodec Conversion to and from JIS character sets. | QJisCodec @@ -118,7 +118,7 @@ Doubly-linked list of char*. | TQStrList Doubly-linked list of char* with case-insensitive comparison. | TQStrIList Drag and drop object for transferring colors. | QColorDrag Drag and drop object for transferring images. | TQImageDrag -Drag and drop object for transferring plain and Unicode text. | QTextDrag +Drag and drop object for transferring plain and Unicode text. | TQTextDrag Drag object for a list of URI references. | QUriDrag Ellipse or ellipse segment on a TQCanvas. | TQCanvasEllipse Encapsulates MIME-based data transfer. | QDragObject @@ -282,7 +282,7 @@ Platform-independent threads. | QThread Polygon on a TQCanvas. | TQCanvasPolygon Polygonal canvas item on a TQCanvas. | TQCanvasPolygonalItem Popup menu widget. | QPopupMenu -Powerful single-page rich text editor. | QTextEdit +Powerful single-page rich text editor. | TQTextEdit TQObject that is a web browser plugin. | QNPInstance TQObject that wraps a COM object. | QAxObject TQPtrList of TQObjects. | TQObjectList @@ -306,7 +306,7 @@ Represents one element in the DOM tree. | TQDomElement Represents text data in the parsed XML document. | TQDomText Request header information for HTTP. | QHttpRequestHeader Response header information for HTTP. | QHttpResponseHeader -Rich text browser with hypertext navigation. | QTextBrowser +Rich text browser with hypertext navigation. | TQTextBrowser Robust integer semaphore. | QSemaphore Rounded range control (like a speedometer or potentiometer). | QDial SGI/Irix look and feel. | QSGIStyle @@ -329,8 +329,8 @@ Splash screen that can be shown during application startup. | QSplashScreen Stack of tabbed widgets. | QTabDialog Stack of tabbed widgets. | QTabWidget Stack of widgets of which only the top widget is user-visible. | TQWidgetStack -State-based decoder. | QTextDecoder -State-based encoder. | QTextEncoder +State-based decoder. | TQTextDecoder +State-based encoder. | TQTextEncoder Stores information about URLs. | QUrlInfo Stores meta data about a property. | QMetaProperty Stores meta data associated with a SQL field. | TQSqlFieldInfo |