diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
639 files changed, 7734 insertions, 7732 deletions
diff --git a/doc/classchart.doc b/doc/classchart.doc index ea456773d..2ae352f56 100644 --- a/doc/classchart.doc +++ b/doc/classchart.doc @@ -104,7 +104,7 @@ <area shape="rect" coords="167,611,267,631" href="ntqsqlcursor.html"> <area shape="rect" coords="163,632,261,649" href="ntqsqlindex.html"> <area shape="rect" coords="163,649,271,671" href="ntqsqlquery.html"> -<area shape="rect" coords="287,36,386,64" href="ntqobject.html"> +<area shape="rect" coords="287,36,386,64" href="tqobject.html"> <area shape="rect" coords="288,60,396,78" href="ntqaccel.html"> <area shape="rect" coords="291,78,395,97" href="ntqaction.html"> <area shape="rect" coords="291,97,401,113" href="ntqapplication.html"> @@ -326,7 +326,7 @@ <area shape="rect" coords="998,346,1090,362" href="ntqptrdict.html"> <area shape="rect" coords="1006,363,1090,384" href="ntqasciidict.html"> <area shape="rect" coords="1006,384,1090,399" href="ntqptrvector.html"> -<area shape="rect" coords="1008,400,1090,416" href="ntqobjectlist.html"> +<area shape="rect" coords="1008,400,1090,416" href="tqobjectlist.html"> <area shape="rect" coords="1007,435,1095,454" href="ntqvaluelist.html"> <area shape="rect" coords="1007,454,1103,468" href="ntqstringlist.html"> <area shape="rect" coords="999,469,1103,488" href="ntqvaluestack.html"> diff --git a/doc/html/accelerators.html b/doc/html/accelerators.html index 4fadf2648..11418359b 100644 --- a/doc/html/accelerators.html +++ b/doc/html/accelerators.html @@ -41,7 +41,7 @@ and differ. For most commands, the Open Group either has no advice or agrees with Microsoft. <p> The emboldened letter plus Alt is Microsoft's recommended choice, and we recommend supporting it. For an Apply button, for example, we -recommend <a href="ntqbutton.html#setText">TQButton::setText</a>( <a href="ntqobject.html#tr">tr</a>("&Apply") ); +recommend <a href="ntqbutton.html#setText">TQButton::setText</a>( <a href="tqobject.html#tr">tr</a>("&Apply") ); <p> If you have conflicting commands (e.g. About and Apply buttons in the same dialog), you must decide for yourself. <p> <ul> diff --git a/doc/html/aclock-example.html b/doc/html/aclock-example.html index e34925e3d..dfd8bc84f 100644 --- a/doc/html/aclock-example.html +++ b/doc/html/aclock-example.html @@ -109,7 +109,7 @@ private: { <a name="x1201"></a> time = TQTime::<a href="qtime.html#currentTime">currentTime</a>(); // get current time internalTimer = new <a href="ntqtimer.html">TQTimer</a>( this ); // create internal timer -<a name="x1205"></a> <a href="ntqobject.html#connect">connect</a>( internalTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), TQ_SLOT(timeout()) ); +<a name="x1205"></a> <a href="tqobject.html#connect">connect</a>( internalTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), TQ_SLOT(timeout()) ); <a name="x1204"></a> internalTimer-><a href="ntqtimer.html#start">start</a>( 5000 ); // emit signal every 5 seconds } @@ -136,7 +136,7 @@ void AnalogClock::<a href="ntqwidget.html#mousePressEvent">mousePressEvent</a>( void <a name="f385"></a>AnalogClock::setTime( const <a href="qtime.html">TQTime</a> & t ) { time = t; - <a href="ntqobject.html#disconnect">disconnect</a>( internalTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), this, TQ_SLOT(timeout()) ); + <a href="tqobject.html#disconnect">disconnect</a>( internalTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), this, TQ_SLOT(timeout()) ); if (<a href="ntqwidget.html#autoMask">autoMask</a>()) <a href="ntqwidget.html#updateMask">updateMask</a>(); else diff --git a/doc/html/activentqt.html b/doc/html/activentqt.html index 58854fd8d..3fc09058b 100644 --- a/doc/html/activentqt.html +++ b/doc/html/activentqt.html @@ -49,7 +49,7 @@ any number of TQt widgets as ActiveX controls. <p> <h3> TQAxContainer </h3> <a name="1-1"></a><p> The <a href="qaxcontainer.html">TQAxContainer module</a> is a static -library implementing <a href="ntqobject.html">TQObject</a> and <a href="ntqwidget.html">TQWidget</a> subclasses, <a href="qaxobject.html">TQAxObject</a> and +library implementing <a href="tqobject.html">TQObject</a> and <a href="ntqwidget.html">TQWidget</a> subclasses, <a href="qaxobject.html">TQAxObject</a> and <a href="qaxwidget.html">TQAxWidget</a>, that act as a containers for COM objects and ActiveX controls. If built against a shared TQt library <a href="qaxwidget.html">TQAxWidget</a> integrates as a widget plugin into <a href="designer-manual.html">TQt Designer</a>. diff --git a/doc/html/activeqt-dotnet.html b/doc/html/activeqt-dotnet.html index 0df4d63c3..351f1e9cf 100644 --- a/doc/html/activeqt-dotnet.html +++ b/doc/html/activeqt-dotnet.html @@ -130,7 +130,7 @@ managed programming language. <p> <pre> // native TQt/C++ class - class Worker : public <a href="ntqobject.html">TQObject</a> + class Worker : public <a href="tqobject.html">TQObject</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> TQ_PROPERTY(TQString statusString READ statusString WRITE setStatusString) @@ -304,7 +304,7 @@ Visual Basic or any other programming language available for .NET. COM object and is generated by the CLR when a .NET Framework client activates a COM object. This provides a generic way to reuse COM objects in a .NET Framework project. -<p> Making a <a href="ntqobject.html">TQObject</a> class into a COM object is easily achieved with +<p> Making a <a href="tqobject.html">TQObject</a> class into a COM object is easily achieved with ActiveTQt and demonstrated in the <a href="qaxserver-examples.html">examples</a>. The walkthrough will use the TQt classes implemented in those examples, so the first thing to do is to make sure that those examples have been built correctly, e.g. by opening the <a href="qaxserver-demo-multiple.html">demonstration pages</a> in Internet @@ -399,7 +399,7 @@ thanks to the C++ extensions provided by Microsoft. <a name="4-1"></a><p> All the limitations when using ActiveTQt are implied when using this technique to interoperate with .NET, e.g. the datatypes we can use in the APIs can only be those supported by ActiveTQt and COM. However, -since this includes subclasses of <a href="ntqobject.html">TQObject</a> and <a href="ntqwidget.html">TQWidget</a> we can wrap +since this includes subclasses of <a href="tqobject.html">TQObject</a> and <a href="ntqwidget.html">TQWidget</a> we can wrap any of our datatypes into a TQObject subclass to make its API available to .NET. This has the positive side effect that the same API is automatically available in <a href="http://www.trolltech.com/products/qsa">TQSA</a>, the cross platform diff --git a/doc/html/addressbook-example.html b/doc/html/addressbook-example.html index 6c878fddb..80a22a7c1 100644 --- a/doc/html/addressbook-example.html +++ b/doc/html/addressbook-example.html @@ -371,7 +371,7 @@ void <a name="f277"></a>ABCentralWidget::setupTabWidget() add = new <a href="ntqpushbutton.html">TQPushButton</a>( "A&dd", input ); <a name="x599"></a><a name="x598"></a> add-><a href="ntqwidget.html#resize">resize</a>( add-><a href="ntqwidget.html#sizeHint">sizeHint</a>() ); grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( add, 0, 4 ); - <a href="ntqobject.html#connect">connect</a>( add, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( addEntry() ) ); + <a href="tqobject.html#connect">connect</a>( add, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( addEntry() ) ); iFirstName = new <a href="ntqlineedit.html">TQLineEdit</a>( input ); <a name="x583"></a> iFirstName-><a href="ntqwidget.html#resize">resize</a>( iFirstName-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); @@ -396,7 +396,7 @@ void <a name="f277"></a>ABCentralWidget::setupTabWidget() change = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Change", input ); change-><a href="ntqwidget.html#resize">resize</a>( change-><a href="ntqwidget.html#sizeHint">sizeHint</a>() ); grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( change, 1, 4 ); - <a href="ntqobject.html#connect">connect</a>( change, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( changeEntry() ) ); + <a href="tqobject.html#connect">connect</a>( change, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( changeEntry() ) ); <a name="x600"></a> tabWidget-><a href="ntqtabwidget.html#addTab">addTab</a>( input, "&Add/Change Entry" ); @@ -408,22 +408,22 @@ void <a name="f277"></a>ABCentralWidget::setupTabWidget() cFirstName = new <a href="ntqcheckbox.html">TQCheckBox</a>( "First &Name", search ); <a name="x575"></a> cFirstName-><a href="ntqwidget.html#resize">resize</a>( cFirstName-><a href="ntqwidget.html#sizeHint">sizeHint</a>() ); grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( cFirstName, 0, 0 ); - <a href="ntqobject.html#connect">connect</a>( cFirstName, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleFirstName() ) ); + <a href="tqobject.html#connect">connect</a>( cFirstName, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleFirstName() ) ); cLastName = new <a href="ntqcheckbox.html">TQCheckBox</a>( "&Last Name", search ); cLastName-><a href="ntqwidget.html#resize">resize</a>( cLastName-><a href="ntqwidget.html#sizeHint">sizeHint</a>() ); grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( cLastName, 0, 1 ); - <a href="ntqobject.html#connect">connect</a>( cLastName, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleLastName() ) ); + <a href="tqobject.html#connect">connect</a>( cLastName, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleLastName() ) ); cAddress = new <a href="ntqcheckbox.html">TQCheckBox</a>( "Add&ress", search ); cAddress-><a href="ntqwidget.html#resize">resize</a>( cAddress-><a href="ntqwidget.html#sizeHint">sizeHint</a>() ); grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( cAddress, 0, 2 ); - <a href="ntqobject.html#connect">connect</a>( cAddress, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleAddress() ) ); + <a href="tqobject.html#connect">connect</a>( cAddress, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleAddress() ) ); cEMail = new <a href="ntqcheckbox.html">TQCheckBox</a>( "&E-Mail", search ); cEMail-><a href="ntqwidget.html#resize">resize</a>( cEMail-><a href="ntqwidget.html#sizeHint">sizeHint</a>() ); grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( cEMail, 0, 3 ); - <a href="ntqobject.html#connect">connect</a>( cEMail, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleEMail() ) ); + <a href="tqobject.html#connect">connect</a>( cEMail, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( toggleEMail() ) ); sFirstName = new <a href="ntqlineedit.html">TQLineEdit</a>( search ); sFirstName-><a href="ntqwidget.html#resize">resize</a>( sFirstName-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); @@ -444,7 +444,7 @@ void <a name="f277"></a>ABCentralWidget::setupTabWidget() find = new <a href="ntqpushbutton.html">TQPushButton</a>( "F&ind", search ); find-><a href="ntqwidget.html#resize">resize</a>( find-><a href="ntqwidget.html#sizeHint">sizeHint</a>() ); grid2-><a href="qgridlayout.html#addWidget">addWidget</a>( find, 1, 4 ); - <a href="ntqobject.html#connect">connect</a>( find, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( findEntries() ) ); + <a href="tqobject.html#connect">connect</a>( find, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( findEntries() ) ); <a name="x574"></a> cFirstName-><a href="ntqcheckbox.html#setChecked">setChecked</a>( TRUE ); <a name="x605"></a> sFirstName-><a href="ntqwidget.html#setEnabled">setEnabled</a>( TRUE ); @@ -467,7 +467,7 @@ void <a name="f278"></a>ABCentralWidget::setupListView() <a name="x592"></a> listView-><a href="ntqlistview.html#setSelectionMode">setSelectionMode</a>( TQListView::Single ); -<a name="x588"></a> <a href="ntqobject.html#connect">connect</a>( listView, TQ_SIGNAL( <a href="ntqlistview.html#clicked">clicked</a>( <a href="qlistviewitem.html">TQListViewItem</a>* ) ), this, TQ_SLOT( itemSelected( <a href="qlistviewitem.html">TQListViewItem</a>* ) ) ); +<a name="x588"></a> <a href="tqobject.html#connect">connect</a>( listView, TQ_SIGNAL( <a href="ntqlistview.html#clicked">clicked</a>( <a href="qlistviewitem.html">TQListViewItem</a>* ) ), this, TQ_SLOT( itemSelected( <a href="qlistviewitem.html">TQListViewItem</a>* ) ) ); mainGrid-><a href="qgridlayout.html#addWidget">addWidget</a>( listView, 1, 0 ); <a name="x591"></a> listView-><a href="ntqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>( TRUE ); @@ -647,7 +647,7 @@ int main( int argc, char ** argv ) a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( mw ); <a name="x611"></a> mw-><a href="ntqwidget.html#show">show</a>(); -<a name="x609"></a><a name="x608"></a> a.<a href="ntqobject.html#connect">connect</a>( &a, TQ_SIGNAL( <a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>() ), &a, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); +<a name="x609"></a><a name="x608"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL( <a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>() ), &a, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); int result = a.<a href="ntqapplication.html#exec">exec</a>(); delete mw; return result; diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 610220c20..a7d41410f 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -274,10 +274,10 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="qnplugin.html">TQNPlugin</a></b><td>The main factory for plugin objects <tr bgcolor=#f0f0f0><td><b><a href="qnetworkoperation.html">TQNetworkOperation</a></b><td>Common operations for network protocols <tr bgcolor=#f0f0f0><td><b><a href="ntqnetworkprotocol.html">TQNetworkProtocol</a></b><td>Common API for network protocols -<tr bgcolor=#f0f0f0><td><b><a href="ntqobject.html">TQObject</a></b><td>The base class of all TQt objects -<tr bgcolor=#f0f0f0><td><b><a href="ntqobjectcleanuphandler.html">TQObjectCleanupHandler</a></b><td>Watches the lifetime of multiple TQObjects -<tr bgcolor=#f0f0f0><td><b><a href="ntqobjectlist.html">TQObjectList</a></b><td>TQPtrList of TQObjects -<tr bgcolor=#f0f0f0><td><b><a href="qobjectlistiterator.html">TQObjectListIterator</a></b><td>Iterator for TQObjectLists +<tr bgcolor=#f0f0f0><td><b><a href="tqobject.html">TQObject</a></b><td>The base class of all TQt objects +<tr bgcolor=#f0f0f0><td><b><a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a></b><td>Watches the lifetime of multiple TQObjects +<tr bgcolor=#f0f0f0><td><b><a href="tqobjectlist.html">TQObjectList</a></b><td>TQPtrList of TQObjects +<tr bgcolor=#f0f0f0><td><b><a href="tqobjectlistiterator.html">TQObjectListIterator</a></b><td>Iterator for TQObjectLists <tr bgcolor=#f0f0f0><td><b><a href="qpngimagepacker.html">TQPNGImagePacker</a></b><td>Creates well-compressed PNG animations <tr bgcolor=#f0f0f0><td><b><a href="ntqpaintdevice.html">TQPaintDevice</a></b><td>The base class of objects that can be painted <tr bgcolor=#f0f0f0><td><b><a href="ntqpaintdevicemetrics.html">TQPaintDeviceMetrics</a></b><td>Information about a paint device diff --git a/doc/html/archivesearch-example.html b/doc/html/archivesearch-example.html index 314d3cc60..c747b7490 100644 --- a/doc/html/archivesearch-example.html +++ b/doc/html/archivesearch-example.html @@ -164,7 +164,7 @@ int main(int argc, char **argv) ArchiveDialog ad; ad.show(); -<a name="x489"></a><a name="x487"></a> TQObject::<a href="ntqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), +<a name="x489"></a><a name="x487"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), <a name="x488"></a> &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); <a name="x486"></a> return a.<a href="ntqapplication.html#exec">exec</a>(); diff --git a/doc/html/biff-example.html b/doc/html/biff-example.html index 306372faf..e81375db0 100644 --- a/doc/html/biff-example.html +++ b/doc/html/biff-example.html @@ -115,7 +115,7 @@ how two images (<em>hasmail_bmp_data</em> and <em>nomail_bmp_data</em>, both fro if ( fi.<a href="ntqfileinfo.html#exists">exists</a>() ) { <a name="x1954"></a> mailbox = fi.<a href="ntqfileinfo.html#absFilePath">absFilePath</a>(); - <a href="ntqobject.html#startTimer">startTimer</a>( 1000 ); + <a href="tqobject.html#startTimer">startTimer</a>( 1000 ); } <a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>( 48, 48 ); @@ -130,7 +130,7 @@ how two images (<em>hasmail_bmp_data</em> and <em>nomail_bmp_data</em>, both fro } -<a name="x1959"></a>void Biff::<a href="ntqobject.html#timerEvent">timerEvent</a>( <a href="qtimerevent.html">TQTimerEvent</a> * ) +<a name="x1959"></a>void Biff::<a href="tqobject.html#timerEvent">timerEvent</a>( <a href="qtimerevent.html">TQTimerEvent</a> * ) { <a href="ntqfileinfo.html">TQFileInfo</a> fi( mailbox ); bool newState = ( fi.<a href="ntqfileinfo.html#lastModified">lastModified</a>() != lastModified && diff --git a/doc/html/bigtable-example.html b/doc/html/bigtable-example.html index 9d65bd569..740751b67 100644 --- a/doc/html/bigtable-example.html +++ b/doc/html/bigtable-example.html @@ -81,7 +81,7 @@ public: { <a name="x1289"></a> <a href="ntqwidget.html">TQWidget</a> *w = widgets.<a href="ntqintdict.html#take">take</a>( indexOf( r, c ) ); if ( w ) -<a name="x1290"></a> w-><a href="ntqobject.html#deleteLater">deleteLater</a>(); +<a name="x1290"></a> w-><a href="tqobject.html#deleteLater">deleteLater</a>(); } private: diff --git a/doc/html/buttongroups-example.html b/doc/html/buttongroups-example.html index b6ee7f5ea..dc565ff22 100644 --- a/doc/html/buttongroups-example.html +++ b/doc/html/buttongroups-example.html @@ -155,7 +155,7 @@ protected slots: state = new <a href="ntqcheckbox.html">TQCheckBox</a>( "E&nable Radiobuttons", bgrp3 ); state-><a href="ntqcheckbox.html#setChecked">setChecked</a>( TRUE ); // ...and connect its TQ_SIGNAL clicked() with the TQ_SLOT slotChangeGrp3State() - <a href="ntqobject.html#connect">connect</a>( state, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotChangeGrp3State() ) ); + <a href="tqobject.html#connect">connect</a>( state, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotChangeGrp3State() ) ); // ------------ fourth group diff --git a/doc/html/canvas-chart-example.html b/doc/html/canvas-chart-example.html index 8a9a531fd..ade0c27ab 100644 --- a/doc/html/canvas-chart-example.html +++ b/doc/html/canvas-chart-example.html @@ -303,40 +303,40 @@ const <a href="ntqstring.html">TQString</a> APP_KEY = "/Chart/"; fileNewAction = new <a href="ntqaction.html">TQAction</a>( "New Chart", TQPixmap( file_new ), "&New", CTRL+Key_N, this, "new" ); -<a name="x2869"></a> <a href="ntqobject.html#connect">connect</a>( fileNewAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileNew() ) ); +<a name="x2869"></a> <a href="tqobject.html#connect">connect</a>( fileNewAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileNew() ) ); fileOpenAction = new <a href="ntqaction.html">TQAction</a>( "Open Chart", TQPixmap( file_open ), "&Open...", CTRL+Key_O, this, "open" ); - <a href="ntqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileOpen() ) ); + <a href="tqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileOpen() ) ); fileSaveAction = new <a href="ntqaction.html">TQAction</a>( "Save Chart", TQPixmap( file_save ), "&Save", CTRL+Key_S, this, "save" ); - <a href="ntqobject.html#connect">connect</a>( fileSaveAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileSave() ) ); + <a href="tqobject.html#connect">connect</a>( fileSaveAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileSave() ) ); fileSaveAsAction = new <a href="ntqaction.html">TQAction</a>( "Save Chart As", TQPixmap( file_save ), "Save &As...", 0, this, "save as" ); - <a href="ntqobject.html#connect">connect</a>( fileSaveAsAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( fileSaveAsAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileSaveAs() ) ); fileSaveAsPixmapAction = new <a href="ntqaction.html">TQAction</a>( "Save Chart As Bitmap", TQPixmap( file_save ), "Save As &Bitmap...", CTRL+Key_B, this, "save as bitmap" ); - <a href="ntqobject.html#connect">connect</a>( fileSaveAsPixmapAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( fileSaveAsPixmapAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileSaveAsPixmap() ) ); filePrintAction = new <a href="ntqaction.html">TQAction</a>( "Print Chart", TQPixmap( file_print ), "&Print Chart...", CTRL+Key_P, this, "print chart" ); - <a href="ntqobject.html#connect">connect</a>( filePrintAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( filePrintAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( filePrint() ) ); optionsSetDataAction = new <a href="ntqaction.html">TQAction</a>( "Set Data", TQPixmap( options_setdata ), "Set &Data...", CTRL+Key_D, this, "set data" ); - <a href="ntqobject.html#connect">connect</a>( optionsSetDataAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( optionsSetDataAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( optionsSetData() ) ); @@ -363,17 +363,17 @@ const <a href="ntqstring.html">TQString</a> APP_KEY = "/Chart/"; optionsSetFontAction = new <a href="ntqaction.html">TQAction</a>( "Set Font", TQPixmap( options_setfont ), "Set &Font...", CTRL+Key_F, this, "set font" ); - <a href="ntqobject.html#connect">connect</a>( optionsSetFontAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( optionsSetFontAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( optionsSetFont() ) ); optionsSetOptionsAction = new <a href="ntqaction.html">TQAction</a>( "Set Options", TQPixmap( options_setoptions ), "Set &Options...", 0, this, "set options" ); - <a href="ntqobject.html#connect">connect</a>( optionsSetOptionsAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( optionsSetOptionsAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( optionsSetOptions() ) ); fileQuitAction = new <a href="ntqaction.html">TQAction</a>( "Quit", "&Quit", CTRL+Key_Q, this, "quit" ); - <a href="ntqobject.html#connect">connect</a>( fileQuitAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileQuit() ) ); + <a href="tqobject.html#connect">connect</a>( fileQuitAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileQuit() ) ); <a href="ntqtoolbar.html">TQToolBar</a>* fileTools = new <a href="ntqtoolbar.html">TQToolBar</a>( this, "file operations" ); @@ -459,7 +459,7 @@ const <a href="ntqstring.html">TQString</a> APP_KEY = "/Chart/"; // Connect *after* we've set the chart type on so we don't call // drawElements() prematurely. -<a name="x2873"></a> <a href="ntqobject.html#connect">connect</a>( chartGroup, TQ_SIGNAL( <a href="qactiongroup.html#selected">selected</a>(TQAction*) ), +<a name="x2873"></a> <a href="tqobject.html#connect">connect</a>( chartGroup, TQ_SIGNAL( <a href="qactiongroup.html#selected">selected</a>(TQAction*) ), this, TQ_SLOT( updateChartType(TQAction*) ) ); <a href="ntqwidget.html#resize">resize</a>( windowWidth, windowHeight ); diff --git a/doc/html/canvas-example.html b/doc/html/canvas-example.html index 5ca4854b9..665b0f7e6 100644 --- a/doc/html/canvas-example.html +++ b/doc/html/canvas-example.html @@ -922,7 +922,7 @@ int main(int argc, char** argv) else <a name="x2968"></a> m.<a href="ntqwidget.html#showMaximized">showMaximized</a>(); - TQObject::<a href="ntqobject.html#connect">connect</a>( tqApp, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + TQObject::<a href="tqobject.html#connect">connect</a>( tqApp, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); return app.<a href="ntqapplication.html#exec">exec</a>(); } diff --git a/doc/html/chart-canvasview-cpp.html b/doc/html/chart-canvasview-cpp.html index cce3adf60..350339623 100644 --- a/doc/html/chart-canvasview-cpp.html +++ b/doc/html/chart-canvasview-cpp.html @@ -43,14 +43,14 @@ body { background: #ffffff; color: black; } void CanvasView::<a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>( <a href="qcontextmenuevent.html">TQContextMenuEvent</a> * ) { - ((ChartForm*)<a href="ntqobject.html#parent">parent</a>())->optionsMenu->exec( TQCursor::<a href="ntqcursor.html#pos">pos</a>() ); + ((ChartForm*)<a href="tqobject.html#parent">parent</a>())->optionsMenu->exec( TQCursor::<a href="ntqcursor.html#pos">pos</a>() ); } void CanvasView::<a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>( <a href="qresizeevent.html">TQResizeEvent</a> *e ) { <a href="qcanvasview.html#canvas">canvas</a>()->resize( e-><a href="qresizeevent.html#size">size</a>().width(), e-><a href="qresizeevent.html#size">size</a>().height() ); - ((ChartForm*)<a href="ntqobject.html#parent">parent</a>())->drawElements(); + ((ChartForm*)<a href="tqobject.html#parent">parent</a>())->drawElements(); } @@ -73,7 +73,7 @@ void CanvasView::<a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMou <a href="ntqpoint.html">TQPoint</a> offset = e-><a href="qmouseevent.html#pos">pos</a>() - m_pos; m_movingItem->moveBy( offset.<a href="ntqpoint.html#x">x</a>(), offset.<a href="ntqpoint.html#y">y</a>() ); m_pos = e-><a href="qmouseevent.html#pos">pos</a>(); - ChartForm *form = (ChartForm*)<a href="ntqobject.html#parent">parent</a>(); + ChartForm *form = (ChartForm*)<a href="tqobject.html#parent">parent</a>(); form->setChanged( TRUE ); int chartType = form->chartType(); CanvasText *item = (CanvasText*)m_movingItem; diff --git a/doc/html/chart-chartform-cpp.html b/doc/html/chart-chartform-cpp.html index 881f791bb..f09f0e9b9 100644 --- a/doc/html/chart-chartform-cpp.html +++ b/doc/html/chart-chartform-cpp.html @@ -91,40 +91,40 @@ const <a href="ntqstring.html">TQString</a> APP_KEY = "/Chart/"; fileNewAction = new <a href="ntqaction.html">TQAction</a>( "New Chart", TQPixmap( file_new ), "&New", CTRL+Key_N, this, "new" ); -<a name="x2869"></a> <a href="ntqobject.html#connect">connect</a>( fileNewAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileNew() ) ); +<a name="x2869"></a> <a href="tqobject.html#connect">connect</a>( fileNewAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileNew() ) ); fileOpenAction = new <a href="ntqaction.html">TQAction</a>( "Open Chart", TQPixmap( file_open ), "&Open...", CTRL+Key_O, this, "open" ); - <a href="ntqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileOpen() ) ); + <a href="tqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileOpen() ) ); fileSaveAction = new <a href="ntqaction.html">TQAction</a>( "Save Chart", TQPixmap( file_save ), "&Save", CTRL+Key_S, this, "save" ); - <a href="ntqobject.html#connect">connect</a>( fileSaveAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileSave() ) ); + <a href="tqobject.html#connect">connect</a>( fileSaveAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileSave() ) ); fileSaveAsAction = new <a href="ntqaction.html">TQAction</a>( "Save Chart As", TQPixmap( file_save ), "Save &As...", 0, this, "save as" ); - <a href="ntqobject.html#connect">connect</a>( fileSaveAsAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( fileSaveAsAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileSaveAs() ) ); fileSaveAsPixmapAction = new <a href="ntqaction.html">TQAction</a>( "Save Chart As Bitmap", TQPixmap( file_save ), "Save As &Bitmap...", CTRL+Key_B, this, "save as bitmap" ); - <a href="ntqobject.html#connect">connect</a>( fileSaveAsPixmapAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( fileSaveAsPixmapAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileSaveAsPixmap() ) ); filePrintAction = new <a href="ntqaction.html">TQAction</a>( "Print Chart", TQPixmap( file_print ), "&Print Chart...", CTRL+Key_P, this, "print chart" ); - <a href="ntqobject.html#connect">connect</a>( filePrintAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( filePrintAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( filePrint() ) ); optionsSetDataAction = new <a href="ntqaction.html">TQAction</a>( "Set Data", TQPixmap( options_setdata ), "Set &Data...", CTRL+Key_D, this, "set data" ); - <a href="ntqobject.html#connect">connect</a>( optionsSetDataAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( optionsSetDataAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( optionsSetData() ) ); @@ -151,17 +151,17 @@ const <a href="ntqstring.html">TQString</a> APP_KEY = "/Chart/"; optionsSetFontAction = new <a href="ntqaction.html">TQAction</a>( "Set Font", TQPixmap( options_setfont ), "Set &Font...", CTRL+Key_F, this, "set font" ); - <a href="ntqobject.html#connect">connect</a>( optionsSetFontAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( optionsSetFontAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( optionsSetFont() ) ); optionsSetOptionsAction = new <a href="ntqaction.html">TQAction</a>( "Set Options", TQPixmap( options_setoptions ), "Set &Options...", 0, this, "set options" ); - <a href="ntqobject.html#connect">connect</a>( optionsSetOptionsAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), + <a href="tqobject.html#connect">connect</a>( optionsSetOptionsAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( optionsSetOptions() ) ); fileQuitAction = new <a href="ntqaction.html">TQAction</a>( "Quit", "&Quit", CTRL+Key_Q, this, "quit" ); - <a href="ntqobject.html#connect">connect</a>( fileQuitAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileQuit() ) ); + <a href="tqobject.html#connect">connect</a>( fileQuitAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileQuit() ) ); <a href="ntqtoolbar.html">TQToolBar</a>* fileTools = new <a href="ntqtoolbar.html">TQToolBar</a>( this, "file operations" ); @@ -247,7 +247,7 @@ const <a href="ntqstring.html">TQString</a> APP_KEY = "/Chart/"; // Connect *after* we've set the chart type on so we don't call // drawElements() prematurely. -<a name="x2873"></a> <a href="ntqobject.html#connect">connect</a>( chartGroup, TQ_SIGNAL( <a href="qactiongroup.html#selected">selected</a>(TQAction*) ), +<a name="x2873"></a> <a href="tqobject.html#connect">connect</a>( chartGroup, TQ_SIGNAL( <a href="qactiongroup.html#selected">selected</a>(TQAction*) ), this, TQ_SLOT( updateChartType(TQAction*) ) ); <a href="ntqwidget.html#resize">resize</a>( windowWidth, windowHeight ); diff --git a/doc/html/chart-optionsform-cpp.html b/doc/html/chart-optionsform-cpp.html index 06ed5a7f0..95cf4b372 100644 --- a/doc/html/chart-optionsform-cpp.html +++ b/doc/html/chart-optionsform-cpp.html @@ -138,9 +138,9 @@ body { background: #ffffff; color: black; } buttonsLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( cancelPushButton ); optionsFormLayout-><a href="qboxlayout.html#addLayout">addLayout</a>( buttonsLayout ); - <a href="ntqobject.html#connect">connect</a>( fontPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( chooseFont() ) ); - <a href="ntqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#accept">accept</a>() ) ); - <a href="ntqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#reject">reject</a>() ) ); + <a href="tqobject.html#connect">connect</a>( fontPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( chooseFont() ) ); + <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#accept">accept</a>() ) ); + <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#reject">reject</a>() ) ); chartTypeTextLabel-><a href="ntqlabel.html#setBuddy">setBuddy</a>( chartTypeComboBox ); decimalPlacesTextLabel-><a href="ntqlabel.html#setBuddy">setBuddy</a>( decimalPlacesSpinBox ); diff --git a/doc/html/chart-setdataform-cpp.html b/doc/html/chart-setdataform-cpp.html index 5caecb386..b90a42fdb 100644 --- a/doc/html/chart-setdataform-cpp.html +++ b/doc/html/chart-setdataform-cpp.html @@ -116,15 +116,15 @@ const int MAX_PATTERNS = 14; tableButtonBox-><a href="qboxlayout.html#addLayout">addLayout</a>( buttonBox ); - <a href="ntqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#clicked">clicked</a>(int,int,int,const <a href="ntqpoint.html">TQPoint</a>&) ), + <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#clicked">clicked</a>(int,int,int,const <a href="ntqpoint.html">TQPoint</a>&) ), this, TQ_SLOT( setColor(int,int) ) ); - <a href="ntqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#currentChanged">currentChanged</a>(int,int) ), + <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#currentChanged">currentChanged</a>(int,int) ), this, TQ_SLOT( currentChanged(int,int) ) ); - <a href="ntqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#valueChanged">valueChanged</a>(int,int) ), + <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#valueChanged">valueChanged</a>(int,int) ), this, TQ_SLOT( valueChanged(int,int) ) ); - <a href="ntqobject.html#connect">connect</a>( colorPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setColor() ) ); - <a href="ntqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#accept">accept</a>() ) ); - <a href="ntqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#reject">reject</a>() ) ); + <a href="tqobject.html#connect">connect</a>( colorPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setColor() ) ); + <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#accept">accept</a>() ) ); + <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#reject">reject</a>() ) ); TQPixmap patterns[MAX_PATTERNS]; patterns[0] = TQPixmap( pattern01 ); diff --git a/doc/html/checklists-example.html b/doc/html/checklists-example.html index db69b9c30..9b1afe830 100644 --- a/doc/html/checklists-example.html +++ b/doc/html/checklists-example.html @@ -150,7 +150,7 @@ protected slots: tmp-><a href="qboxlayout.html#addWidget">addWidget</a>( copy1 ); <a name="x437"></a><a name="x433"></a> copy1-><a href="ntqwidget.html#setMaximumWidth">setMaximumWidth</a>( copy1-><a href="ntqwidget.html#sizeHint">sizeHint</a>().width() ); // connect the TQ_SIGNAL clicked() of the pushbutton with the TQ_SLOT copy1to2() - <a href="ntqobject.html#connect">connect</a>( copy1, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( copy1to2() ) ); + <a href="tqobject.html#connect">connect</a>( copy1, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( copy1to2() ) ); // another widget for layouting <a href="qvboxlayout.html">TQVBoxLayout</a> *vbox2 = new <a href="qvboxlayout.html">TQVBoxLayout</a>( lay ); @@ -174,7 +174,7 @@ protected slots: lay-><a href="qboxlayout.html#addWidget">addWidget</a>( copy2 ); copy2-><a href="ntqwidget.html#setMaximumWidth">setMaximumWidth</a>( copy2-><a href="ntqwidget.html#sizeHint">sizeHint</a>().width() ); // ...and connect its clicked() TQ_SIGNAL to the copy2to3() TQ_SLOT - <a href="ntqobject.html#connect">connect</a>( copy2, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( copy2to3() ) ); + <a href="tqobject.html#connect">connect</a>( copy2, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( copy2to3() ) ); tmp = new <a href="qvboxlayout.html">TQVBoxLayout</a>( lay ); tmp-><a href="ntqlayout.html#setMargin">setMargin</a>( 5 ); diff --git a/doc/html/classchart.html b/doc/html/classchart.html index b4e761514..9c83720b0 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -94,7 +94,7 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="167,611,267,631" href="ntqsqlcursor.html"> <area shape="rect" coords="163,632,261,649" href="ntqsqlindex.html"> <area shape="rect" coords="163,649,271,671" href="ntqsqlquery.html"> -<area shape="rect" coords="287,36,386,64" href="ntqobject.html"> +<area shape="rect" coords="287,36,386,64" href="tqobject.html"> <area shape="rect" coords="288,60,396,78" href="ntqaccel.html"> <area shape="rect" coords="291,78,395,97" href="ntqaction.html"> <area shape="rect" coords="291,97,401,113" href="ntqapplication.html"> @@ -316,7 +316,7 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="998,346,1090,362" href="ntqptrdict.html"> <area shape="rect" coords="1006,363,1090,384" href="ntqasciidict.html"> <area shape="rect" coords="1006,384,1090,399" href="ntqptrvector.html"> -<area shape="rect" coords="1008,400,1090,416" href="ntqobjectlist.html"> +<area shape="rect" coords="1008,400,1090,416" href="tqobjectlist.html"> <area shape="rect" coords="1007,435,1095,454" href="ntqvaluelist.html"> <area shape="rect" coords="1007,454,1103,468" href="ntqstringlist.html"> <area shape="rect" coords="999,469,1103,488" href="ntqvaluestack.html"> diff --git a/doc/html/classes.html b/doc/html/classes.html index 2f3c1ec57..8b3e94744 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -823,7 +823,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="qhebrewcodec.html">TQHebrewCodec</a> <td align="right"><b>O</b> -<td><a href="ntqobject.html">TQObject</a> +<td><a href="tqobject.html">TQObject</a> <td align="right"> <td><a href="ntqstring.html">TQString</a> <td align="right"> @@ -834,7 +834,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="ntqhgroupbox.html">TQHGroupBox</a> <td align="right"> -<td><a href="ntqobjectcleanuphandler.html">TQObjectCleanupHandler</a> +<td><a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a> <td align="right"> <td><a href="ntqstringlist.html">TQStringList</a> <td align="right"> @@ -845,7 +845,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="qhideevent.html">TQHideEvent</a> <td align="right"> -<td><a href="ntqobjectlist.html">TQObjectList</a> +<td><a href="tqobjectlist.html">TQObjectList</a> <td align="right"> <td><a href="ntqstrlist.html">TQStrList</a> <td align="right"> @@ -856,7 +856,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="ntqhostaddress.html">TQHostAddress</a> <td align="right"> -<td><a href="qobjectlistiterator.html">TQObjectListIterator</a> +<td><a href="tqobjectlistiterator.html">TQObjectListIterator</a> <td align="right"> <td><a href="qstrlistiterator.html">TQStrListIterator</a> <td align="right"> diff --git a/doc/html/clientserver-example.html b/doc/html/clientserver-example.html index 0191069a5..a0dc18ab1 100644 --- a/doc/html/clientserver-example.html +++ b/doc/html/clientserver-example.html @@ -123,7 +123,7 @@ class SimpleServer : public <a href="ntqserversocket.html">TQServerSocket</a> { TQ_OBJECT public: - SimpleServer( <a href="ntqobject.html">TQObject</a>* parent=0 ) : + SimpleServer( <a href="tqobject.html">TQObject</a>* parent=0 ) : <a href="ntqserversocket.html">TQServerSocket</a>( 4242, 1, parent ) { if ( !ok() ) { diff --git a/doc/html/collection.html b/doc/html/collection.html index 4987ac6b9..06b5d5e3b 100644 --- a/doc/html/collection.html +++ b/doc/html/collection.html @@ -229,8 +229,8 @@ Iterator Classes <tr bgcolor=#f0f0f0><td><b><a href="qintcacheiterator.html">TQIntCacheIterator</a></b><td>Iterator for TQIntCache collections <tr bgcolor=#f0f0f0><td><b><a href="ntqintdict.html">TQIntDict</a></b><td>Template class that provides a dictionary based on long keys <tr bgcolor=#f0f0f0><td><b><a href="qintdictiterator.html">TQIntDictIterator</a></b><td>Iterator for TQIntDict collections -<tr bgcolor=#f0f0f0><td><b><a href="ntqobjectlist.html">TQObjectList</a></b><td>TQPtrList of TQObjects -<tr bgcolor=#f0f0f0><td><b><a href="qobjectlistiterator.html">TQObjectListIterator</a></b><td>Iterator for TQObjectLists +<tr bgcolor=#f0f0f0><td><b><a href="tqobjectlist.html">TQObjectList</a></b><td>TQPtrList of TQObjects +<tr bgcolor=#f0f0f0><td><b><a href="tqobjectlistiterator.html">TQObjectListIterator</a></b><td>Iterator for TQObjectLists <tr bgcolor=#f0f0f0><td><b><a href="ntqptrcollection.html">TQPtrCollection</a></b><td>The base class of most pointer-based TQt collections <tr bgcolor=#f0f0f0><td><b><a href="ntqptrdict.html">TQPtrDict</a></b><td>Template class that provides a dictionary based on void* keys <tr bgcolor=#f0f0f0><td><b><a href="qptrdictiterator.html">TQPtrDictIterator</a></b><td>Iterator for TQPtrDict collections diff --git a/doc/html/customlayout-example.html b/doc/html/customlayout-example.html index 671889c08..2223b2237 100644 --- a/doc/html/customlayout-example.html +++ b/doc/html/customlayout-example.html @@ -778,7 +778,7 @@ int main( int argc, char **argv ) b1-><a href="ntqlayout.html#add">add</a>( new <a href="ntqpushbutton.html">TQPushButton</a>( "More text", f ) ); b1-><a href="ntqlayout.html#add">add</a>( new <a href="ntqpushbutton.html">TQPushButton</a>( "Even longer button text", f ) ); <a href="ntqpushbutton.html">TQPushButton</a>* qb = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", f ); - a.<a href="ntqobject.html#connect">connect</a>( qb, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), TQ_SLOT( quit() ) ); + a.<a href="tqobject.html#connect">connect</a>( qb, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), TQ_SLOT( quit() ) ); b1-><a href="ntqlayout.html#add">add</a>( qb ); <a href="ntqwidget.html">TQWidget</a> *wid = new <a href="ntqwidget.html">TQWidget</a>( f ); diff --git a/doc/html/customlayout.html b/doc/html/customlayout.html index 5b9c77732..23b663e78 100644 --- a/doc/html/customlayout.html +++ b/doc/html/customlayout.html @@ -146,7 +146,7 @@ void CardLayout::addItem( <a href="qlayoutitem.html">TQLayoutItem</a> *item ) </pre> <p> The layout takes over responsibility of the items added. Since -<a href="qlayoutitem.html">TQLayoutItem</a> does not inherit <a href="ntqobject.html">TQObject</a>, we must delete the items +<a href="qlayoutitem.html">TQLayoutItem</a> does not inherit <a href="tqobject.html">TQObject</a>, we must delete the items manually. The function <a href="ntqlayout.html#deleteAllItems">TQLayout::deleteAllItems</a>() uses the iterator we defined above to delete all the items in the layout. <p> <pre> diff --git a/doc/html/customstyles.html b/doc/html/customstyles.html index b4b231278..16de15400 100644 --- a/doc/html/customstyles.html +++ b/doc/html/customstyles.html @@ -94,7 +94,7 @@ private: </pre> <p> Note that we disable the copy constructor and the '=' operator for our -style. <a href="ntqobject.html">TQObject</a> is the base class for all style classes in TQt, and a +style. <a href="tqobject.html">TQObject</a> is the base class for all style classes in TQt, and a TQObject inherently cannot be copied since there are some aspects of it that are not copyable. <p> From the <a href="ntqstyle.html">TQStyle</a> docs we see that <tt>PE_ArrowUp</tt>, <tt>PE_ArrowDown</tt>, <tt>PE_ArrowLeft</tt> and <tt>PE_ArrowRight</tt> are the primitives we need to do diff --git a/doc/html/dclock-example.html b/doc/html/dclock-example.html index 97814072a..b232d75c8 100644 --- a/doc/html/dclock-example.html +++ b/doc/html/dclock-example.html @@ -106,7 +106,7 @@ private: // internal data <a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Raised ); <a href="ntqframe.html#setLineWidth">setLineWidth</a>( 2 ); // set frame line width showTime(); // display the current time - normalTimer = <a href="ntqobject.html#startTimer">startTimer</a>( 500 ); // 1/2 second timer events + normalTimer = <a href="tqobject.html#startTimer">startTimer</a>( 500 ); // 1/2 second timer events showDateTimer = -1; // not showing date } @@ -117,7 +117,7 @@ private: // internal data // and another one for switching back from date mode to time mode. // -<a name="x1102"></a>void DigitalClock::<a href="ntqobject.html#timerEvent">timerEvent</a>( <a href="qtimerevent.html">TQTimerEvent</a> *e ) +<a name="x1102"></a>void DigitalClock::<a href="tqobject.html#timerEvent">timerEvent</a>( <a href="qtimerevent.html">TQTimerEvent</a> *e ) { <a name="x1105"></a> if ( e-><a href="qtimerevent.html#timerId">timerId</a>() == showDateTimer ) // stop showing date stopDate(); @@ -151,7 +151,7 @@ void <a name="f372"></a>DigitalClock::showDate() <a href="ntqstring.html">TQString</a> s; <a name="x1103"></a><a name="x1100"></a><a name="x1099"></a> s.<a href="ntqstring.html#sprintf">sprintf</a>( "%2d %2d", date.<a href="qdate.html#month">month</a>(), date.<a href="qdate.html#day">day</a>() ); <a href="ntqlcdnumber.html#display">display</a>( s ); // sets the LCD number/text - showDateTimer = <a href="ntqobject.html#startTimer">startTimer</a>( 2000 ); // keep this state for 2 secs + showDateTimer = <a href="tqobject.html#startTimer">startTimer</a>( 2000 ); // keep this state for 2 secs } // @@ -160,7 +160,7 @@ void <a name="f372"></a>DigitalClock::showDate() void <a name="f373"></a>DigitalClock::stopDate() { - <a href="ntqobject.html#killTimer">killTimer</a>( showDateTimer ); + <a href="tqobject.html#killTimer">killTimer</a>( showDateTimer ); showDateTimer = -1; showTime(); } diff --git a/doc/html/debug.html b/doc/html/debug.html index ccbecfb12..75a0b0812 100644 --- a/doc/html/debug.html +++ b/doc/html/debug.html @@ -69,7 +69,7 @@ and exiting. output under Unix/X11 and to the debugger under Windows. You can take over these functions by installing a message handler; <a href="ntqapplication.html#qInstallMsgHandler">qInstallMsgHandler()</a>. -<p> The debugging functions <a href="ntqobject.html#dumpObjectTree">TQObject::dumpObjectTree</a>() and <a href="ntqobject.html#dumpObjectInfo">TQObject::dumpObjectInfo</a>() are often useful when an application looks +<p> The debugging functions <a href="tqobject.html#dumpObjectTree">TQObject::dumpObjectTree</a>() and <a href="tqobject.html#dumpObjectInfo">TQObject::dumpObjectInfo</a>() are often useful when an application looks or acts strangely. More useful if you use object names than not, but often useful even without names. <p> <h2> Debugging Macros diff --git a/doc/html/designer-manual-3.html b/doc/html/designer-manual-3.html index 507316fc4..c5fcbeef4 100644 --- a/doc/html/designer-manual-3.html +++ b/doc/html/designer-manual-3.html @@ -532,7 +532,7 @@ body { background: #ffffff; color: black; } int g = color.<a href="ntqcolor.html#green">green</a>(); int b = color.<a href="ntqcolor.html#blue">blue</a>(); statusBar()->message( TQString( "%1 \"%2\" (%3,%4,%5)%6 {%7 %8 %9}" ). - arg( <a href="ntqobject.html#name-prop">name</a> ). + arg( <a href="tqobject.html#name-prop">name</a> ). arg( color.<a href="ntqcolor.html#name">name</a>().upper() ). arg( r ).arg( g ).arg( b ). arg( isWebColor( color ) ? " web" : "" ). @@ -768,11 +768,11 @@ Captures: cap(1) cap(2) cap(3) cap(4) { <a href="ntqstring.html">TQString</a> name; <a href="ntqwidget.html">TQWidget</a> *visible = colorWidgetStack->visibleWidget(); - statusBar()->message( TQString( "Deleting '%1'" ).arg( <a href="ntqobject.html#name-prop">name</a> ) ); + statusBar()->message( TQString( "Deleting '%1'" ).arg( <a href="tqobject.html#name-prop">name</a> ) ); if ( <a href="ntqwidget.html#visible-prop">visible</a> == tablePage && colorTable->numRows() ) { int row = colorTable->currentRow(); - <a href="ntqobject.html#name-prop">name</a> = colorTable->text( row, 0 ); + <a href="tqobject.html#name-prop">name</a> = colorTable->text( row, 0 ); colorTable->removeRow( colorTable->currentRow() ); if ( row < colorTable->numRows() ) colorTable->setCurrentCell( row, 0 ); @@ -782,7 +782,7 @@ Captures: cap(1) cap(2) cap(3) cap(4) } else if ( <a href="ntqwidget.html#visible-prop">visible</a> == iconsPage && colorIconView->currentItem() ) { <a href="qiconviewitem.html">TQIconViewItem</a> *item = colorIconView->currentItem(); - <a href="ntqobject.html#name-prop">name</a> = item-><a href="qtableitem.html#text">text</a>(); + <a href="tqobject.html#name-prop">name</a> = item-><a href="qtableitem.html#text">text</a>(); if ( colorIconView->count() == 1 ) colorIconView->clear(); else { @@ -798,12 +798,12 @@ Captures: cap(1) cap(2) cap(3) cap(4) } if ( ! name.<a href="ntqstring.html#isNull">isNull</a>() ) { - m_colors.remove( <a href="ntqobject.html#name-prop">name</a> ); + m_colors.remove( <a href="tqobject.html#name-prop">name</a> ); m_changed = TRUE; - statusBar()->message( TQString( "Deleted '%1'" ).arg( <a href="ntqobject.html#name-prop">name</a> ), 5000 ); + statusBar()->message( TQString( "Deleted '%1'" ).arg( <a href="tqobject.html#name-prop">name</a> ), 5000 ); } else - statusBar()->message( TQString( "Failed to delete '%1'" ).arg( <a href="ntqobject.html#name-prop">name</a> ), 5000 ); + statusBar()->message( TQString( "Failed to delete '%1'" ).arg( <a href="tqobject.html#name-prop">name</a> ), 5000 ); } </pre> <p>If the user is viewing the table view we delete the current row. We set the new current cell to be the one following the deleted row, or if the one we deleted was last, its predecessor. We mark the <em>other</em> view (the icon view) as dirty, to make sure that it is updated if the user switches views. Similarly, if the user is viewing the icon view, we make the next (or previous if there is no next) item current and delete the one they were on. We then mark the table view as dirty. If we deleted a color (i.e. there was a current color in one of the views), we remove it from the <tt>m_colors</tt> map and mark the data as changed.</p> diff --git a/doc/html/designer-manual-4.html b/doc/html/designer-manual-4.html index 71560ab29..9eeda54e7 100644 --- a/doc/html/designer-manual-4.html +++ b/doc/html/designer-manual-4.html @@ -140,7 +140,7 @@ body { background: #ffffff; color: black; } { <a href="ntqstring.html">TQString</a> name = colorLineEdit->text(); if ( ! name.<a href="ntqstring.html#isEmpty">isEmpty</a>() && - ( m_colors.isEmpty() || ! m_colors.contains( <a href="ntqobject.html#name-prop">name</a> ) ) ) + ( m_colors.isEmpty() || ! m_colors.contains( <a href="tqobject.html#name-prop">name</a> ) ) ) accept(); else colorLineEdit->selectAll(); @@ -271,7 +271,7 @@ body { background: #ffffff; color: black; } { if ( ! findForm ) { findForm = new FindForm( this ); - <a href="ntqobject.html#connect">connect</a>( findForm, TQ_SIGNAL( lookfor(const <a href="ntqstring.html">TQString</a>&) ), + <a href="tqobject.html#connect">connect</a>( findForm, TQ_SIGNAL( lookfor(const <a href="ntqstring.html">TQString</a>&) ), this, TQ_SLOT( lookfor(const <a href="ntqstring.html">TQString</a>&) ) ); } findForm->show(); diff --git a/doc/html/designer-manual-6.html b/doc/html/designer-manual-6.html index b21aa1652..50e109a61 100644 --- a/doc/html/designer-manual-6.html +++ b/doc/html/designer-manual-6.html @@ -210,7 +210,7 @@ INCLUDEPATH += $(TQTDIR)/tools/designer/uilib if ( creditForm-><a href="ntqdialog.html#exec">exec</a>() ) { // The user accepted, act accordingly - <a href="ntqspinbox.html">TQSpinBox</a> *amount = (TQSpinBox *) creditForm-><a href="ntqobject.html#child">child</a>( "amountSpinBox", "TQSpinBox" ); + <a href="ntqspinbox.html">TQSpinBox</a> *amount = (TQSpinBox *) creditForm-><a href="tqobject.html#child">child</a>( "amountSpinBox", "TQSpinBox" ); if ( amount ) ratingTextLabel->setText( amount-><a href="ntqspinbox.html#text">text</a>() ); } @@ -218,10 +218,10 @@ INCLUDEPATH += $(TQTDIR)/tools/designer/uilib } </pre> <p>The<!-- index create() --> <tt>create()</tt> function is a static <a href="ntqwidgetfactory.html">TQWidgetFactory</a> function. It loads the specified<!-- index .ui --> <tt>.ui</tt> file and returns a pointer to the toplevel <a href="ntqwidget.html">TQWidget</a> created from the<!-- index .ui --> <tt>.ui</tt> file. We have cast the pointer to <a href="ntqdialog.html">TQDialog</a> since we know that the <tt>creditformbase.ui</tt> file defines a <a href="ntqdialog.html">TQDialog</a>. After creating the dialog we<!-- index exec() --> <tt>exec()</tt> it. If the user clicked <b>OK</b> the dialog returns Accepted and we enter the body of the <tt>if</tt> statement. We want to know the amount of credit that the user selected. We call the<!-- index child() --> <tt>child()</tt> function on the dialog passing it the name of the widget we're interested in. The<!-- index child() --> <tt>child()</tt> function returns a pointer to the widget with the name we passed, or returns 0 if no widget of that name was found. In the example we call<!-- index child() --> <tt>child()</tt> to get a pointer to the 'amountSpinBox'. If the pointer we get back is not 0 we set the rating text to the amount in the dialog's spin box. At the end we delete the dynamic dialog. Deleting the dialog ensures that we free up its resources as soon as it is no longer required.</p> -<p>We used the<!-- index child() --> <tt>child()</tt> to gain access to a widget within the dynamic dialog, passing it the name of the widget we were interested in. In some situations we might not know what a widget is called. We can access the first widget of a specified class by calling<!-- index child() --> <tt>child()</tt> with a null widget name and a classname, e.g. <tt>child(0,"TQPushButton")</tt>. This will return a pointer to the first <a href="ntqpushbutton.html">TQPushButton</a> it finds (or 0 if there isn't one). If you want pointers to all the widgets of a given class you can call the<!-- index TQObject::queryList() --> <tt>TQObject::queryList()</tt> function, passing it the name of the class. It returns a <a href="ntqobjectlist.html">TQObjectList</a> pointer which points to every object in the dialog that is derived from the given class. See the online <a href="http://doc.trolltech.com/ntqobject.html">TQObject</a> documentation for further details.</p> +<p>We used the<!-- index child() --> <tt>child()</tt> to gain access to a widget within the dynamic dialog, passing it the name of the widget we were interested in. In some situations we might not know what a widget is called. We can access the first widget of a specified class by calling<!-- index child() --> <tt>child()</tt> with a null widget name and a classname, e.g. <tt>child(0,"TQPushButton")</tt>. This will return a pointer to the first <a href="ntqpushbutton.html">TQPushButton</a> it finds (or 0 if there isn't one). If you want pointers to all the widgets of a given class you can call the<!-- index TQObject::queryList() --> <tt>TQObject::queryList()</tt> function, passing it the name of the class. It returns a <a href="tqobjectlist.html">TQObjectList</a> pointer which points to every object in the dialog that is derived from the given class. See the online <a href="http://doc.trolltech.com/tqobject.html">TQObject</a> documentation for further details.</p> <h5><a name="2-3-3"></a>Implementing Slots for Dynamic Dialogs</h5> -<!-- index Signals and Slots!Dynamic Dialogs --><!-- index Dynamic Dialogs --><p>There is one outstanding issue that we haven't addressed: the dynamic dialog does not have the behaviour of the original credit dialog because we have not implemented the <tt>setAmount()</tt> slot. We can implement slots for dynamic dialogs by creating a <a href="ntqobject.html">TQObject</a> subclass. We then create an instance of this subclass and pass a pointer to it to the<!-- index TQWidgetFactory::create() --> <tt>TQWidgetFactory::create()</tt> function which will connect the dynamic dialog's signals to the slots implemented in our subclass.</p> -<p>We need to create a <a href="ntqobject.html">TQObject</a> subclass and change our <tt>creditDialog()</tt> to create an instance of our subclass that can be passed to the<!-- index TQWidgetFactory::create() --> <tt>TQWidgetFactory::create()</tt> function. Here is the modified <tt>creditDialog()</tt> function from the <tt>qt/tools/designer/examples/receiver2/mainform.ui.h</tt> file that contains the code for <tt>mainform.ui</tt>'s slots:</p> +<!-- index Signals and Slots!Dynamic Dialogs --><!-- index Dynamic Dialogs --><p>There is one outstanding issue that we haven't addressed: the dynamic dialog does not have the behaviour of the original credit dialog because we have not implemented the <tt>setAmount()</tt> slot. We can implement slots for dynamic dialogs by creating a <a href="tqobject.html">TQObject</a> subclass. We then create an instance of this subclass and pass a pointer to it to the<!-- index TQWidgetFactory::create() --> <tt>TQWidgetFactory::create()</tt> function which will connect the dynamic dialog's signals to the slots implemented in our subclass.</p> +<p>We need to create a <a href="tqobject.html">TQObject</a> subclass and change our <tt>creditDialog()</tt> to create an instance of our subclass that can be passed to the<!-- index TQWidgetFactory::create() --> <tt>TQWidgetFactory::create()</tt> function. Here is the modified <tt>creditDialog()</tt> function from the <tt>qt/tools/designer/examples/receiver2/mainform.ui.h</tt> file that contains the code for <tt>mainform.ui</tt>'s slots:</p> <pre> void MainForm::creditDialog() { Receiver *receiver = new Receiver; @@ -233,7 +233,7 @@ INCLUDEPATH += $(TQTDIR)/tools/designer/uilib if ( creditForm-><a href="ntqdialog.html#exec">exec</a>() ) { // The user accepted, act accordingly - <a href="ntqspinbox.html">TQSpinBox</a> *amount = (TQSpinBox *) creditForm-><a href="ntqobject.html#child">child</a>( "amountSpinBox", "TQSpinBox" ); + <a href="ntqspinbox.html">TQSpinBox</a> *amount = (TQSpinBox *) creditForm-><a href="tqobject.html#child">child</a>( "amountSpinBox", "TQSpinBox" ); if ( amount ) ratingTextLabel->setText( amount-><a href="ntqspinbox.html#text">text</a>() ); } @@ -245,10 +245,10 @@ INCLUDEPATH += $(TQTDIR)/tools/designer/uilib <p>We create a new instance of our 'Receiver' subclass. (We'll write the code for this class shortly.) We then create the <a href="ntqdialog.html">TQDialog</a> using<!-- index TQWidgetFactory::create() --> <tt>TQWidgetFactory::create()</tt>. This call differs from our previous example because we pass in the subclass object so that the<!-- index create() --> <tt>create()</tt> function can set up the signals/slots connections automatically for us. Since our slot must access the widgets in the dynamic form we pass a pointer to the form to the receiver object through our <tt>setParent()</tt> function. The remainder of the function is the same as before except that we delete our receiver object.</p> <p>Since we are using the 'Receiver' subclass in our main form we must include its header file. In <em>Object Explorer</em>'s Members tab, right click Includes (in Implmentation), then click <b>New</b>. Type in '<tt>receiver.h</tt>', then press <b>Enter</b>.</p> <!-- index Dynamic Dialogs --><p>We'll now look at the implementation of our 'Receiver' subclass. The code is taken from <tt>qt/tools/designer/examples/receiver2/receiver.h</tt> and the corresponding <tt>receiver.cpp</tt> file. We'll start with the header file.</p> -<pre>#include <<a href="qobject-h.html">ntqobject.h</a>> +<pre>#include <<a href="tqobject-h.html">tqobject.h</a>> #include <<a href="qdialog-h.html">ntqdialog.h</a>> -class Receiver : public <a href="ntqobject.html">TQObject</a> +class Receiver : public <a href="tqobject.html">TQObject</a> { TQ_OBJECT public: @@ -259,7 +259,7 @@ private: <a href="ntqdialog.html">TQDialog</a> *p; }; </pre> -<!-- index Macros!TQ_OBJECT --><!-- index TQ_OBJECT!Macros --><p>Our class must be a <a href="ntqobject.html">TQObject</a> subclass and because we're using signals and slots it must include the <tt>TQ_OBJECT</tt> macro. We declare a function and the <tt>setAmount()</tt> slot that we wish to implement as well as a private <a href="ntqdialog.html">TQDialog</a> pointer.</p> +<!-- index Macros!TQ_OBJECT --><!-- index TQ_OBJECT!Macros --><p>Our class must be a <a href="tqobject.html">TQObject</a> subclass and because we're using signals and slots it must include the <tt>TQ_OBJECT</tt> macro. We declare a function and the <tt>setAmount()</tt> slot that we wish to implement as well as a private <a href="ntqdialog.html">TQDialog</a> pointer.</p> <p>The implementation requires the header files of the classes it uses:</p> <pre> #include <<a href="qradiobutton-h.html">ntqradiobutton.h</a>> #include <<a href="qspinbox-h.html">ntqspinbox.h</a>> @@ -297,7 +297,7 @@ private: <blockquote> <p align="center"><b> Compiling vs Dynamically Loading Dialogs</b></p> <!-- index Dynamic Dialogs!Compared with Compiling --><!-- index Dynamic Dialogs!Subclassing --><!-- index Subclassing!Dynamic Dialogs --><p>The differences between using a 'compiled in'<!-- index .ui --> <tt>.ui</tt> file and a dynamically loaded<!-- index .ui --> <tt>.ui</tt> file are these:</p> -<ul><li><p>Dynamic dialogs cannot have any C++ code in the<!-- index .ui --> <tt>.ui</tt> file; any custom slots must be implemented via a <a href="ntqobject.html">TQObject</a> subclass. Compiled dialogs can contain code either in the<!-- index .ui --> <tt>.ui</tt> file or in a subclass.</p> +<ul><li><p>Dynamic dialogs cannot have any C++ code in the<!-- index .ui --> <tt>.ui</tt> file; any custom slots must be implemented via a <a href="tqobject.html">TQObject</a> subclass. Compiled dialogs can contain code either in the<!-- index .ui --> <tt>.ui</tt> file or in a subclass.</p> <li><p>Dynamic dialogs will load slower because the<!-- index .ui --> <tt>.ui</tt> file must be read and a <a href="ntqwidget.html">TQWidget</a> instance instantiated based on the<!-- index .ui --> <tt>.ui</tt> file's parse tree. Compiled code will load much faster because no file reading or parsing is necessary. Note that the user may not notice any difference in speed since the difference may be mere fractions of a second.</p> <li><p>Dynamic dialogs allow you to change the<!-- index .ui --> <tt>.ui</tt> file independently of the code so long as none of the changes impact the code. This means that you can change the appearance of the form, e.g. move widgets and lay them out differently. If you want to change a compiled dialog you must change the<!-- index .ui --> <tt>.ui</tt> file and recompile. If you are building an application and want your customers to be able to customize aspects of the user interface you can give them a copy of <em>TQt Designer</em> (if your license permits this) and use dynamic dialogs.</p> </ul></blockquote> diff --git a/doc/html/designer-manual-7.html b/doc/html/designer-manual-7.html index e952c27ba..c11dfc11c 100644 --- a/doc/html/designer-manual-7.html +++ b/doc/html/designer-manual-7.html @@ -179,14 +179,14 @@ DBFILE = vcr.db layout-><a href="qboxlayout.html#addWidget">addWidget</a>( lineEdit ); </pre> <p>We begin by creating a horizontal box layout (<a href="qhboxlayout.html">TQHBoxLayout</a>) and add a <a href="ntqlineedit.html">TQLineEdit</a> and a <a href="ntqpushbutton.html">TQPushButton</a> to it.</p> -<pre> <a href="ntqobject.html#connect">connect</a>( lineEdit, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), +<pre> <a href="tqobject.html#connect">connect</a>( lineEdit, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SIGNAL( fileNameChanged( const <a href="ntqstring.html">TQString</a> & ) ) ); button = new <a href="ntqpushbutton.html">TQPushButton</a>( "...", this, "filechooser_button" ); button-><a href="ntqwidget.html#setFixedWidth">setFixedWidth</a>( button-><a href="ntqwidget.html#fontMetrics">fontMetrics</a>().width( " ... " ) ); layout-><a href="qboxlayout.html#addWidget">addWidget</a>( button ); - <a href="ntqobject.html#connect">connect</a>( button, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), + <a href="tqobject.html#connect">connect</a>( button, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( chooseFile() ) ); </pre> <p>We connect the lineEdit's<!-- index textChanged() --> <tt>textChanged()</tt> signal to the custom widget's <tt>fileNameChanged()</tt> signal. This ensures that if the user changes the text in the <a href="ntqlineedit.html">TQLineEdit</a> this fact will be propagated via the custom widget's own signal. The button's<!-- index clicked() --> <tt>clicked()</tt> signal is connected to the custom widget's <tt>chooseFile()</tt> slot which invokes the appropriate dialog for the user to choose their file or directory.</p> diff --git a/doc/html/designer-manual-9.html b/doc/html/designer-manual-9.html index 72fa93b58..b5faba996 100644 --- a/doc/html/designer-manual-9.html +++ b/doc/html/designer-manual-9.html @@ -111,7 +111,7 @@ body { background: #ffffff; color: black; } <p>If you wish to delete the add-in remove it from the toolbar then delete the<!-- index qmsdev.dll --> <tt>qmsdev.dll</tt> file from the add-ins directory.</p> <h4><a name="3-1"></a>Creating Makefiles without qmake</h4> <!-- index Makefiles --><p>The <tt>qmake</tt> tool provided with TQt can create Makefiles appropriate to your platform based on<!-- index .pro --> <tt>.pro</tt> project files. This section describes the dependencies involved in building a TQt application and gives a couple of simple example Makefiles. This section assumes that you have a good understanding of Makefiles.</p> -<!-- index Macros!TQ_OBJECT --><!-- index TQ_OBJECT --><p><em>TQt Designer</em> produces<!-- index .ui --> <tt>.ui</tt> files which are used to generate<!-- index .h --> <tt>.h</tt> and<!-- index .cpp --> <tt>.cpp</tt> files for the compiler to compile. The<!-- index .ui --> <tt>.ui</tt> files are processed by <tt>uic</tt>. Classes which inherit from <a href="ntqobject.html">TQObject</a>, e.g. those which use slots and signals, require an additional<!-- index .cpp --> <tt>.cpp</tt> file to be generated. These files are generated by the <tt>moc</tt> and are named '<em>moc_</em>file.cpp' where the original<!-- index .cpp --> <tt>.cpp</tt> file is called 'file.cpp'. If your<!-- index .cpp --> <tt>.cpp</tt> file contains the <tt>TQ_OBJECT</tt> macro an additional file 'file.moc' should be generated which must be <tt>#include</tt>d in the<!-- index .cpp --> <tt>.cpp</tt>, normally at the end. This requires an extra dependency being created.</p> +<!-- index Macros!TQ_OBJECT --><!-- index TQ_OBJECT --><p><em>TQt Designer</em> produces<!-- index .ui --> <tt>.ui</tt> files which are used to generate<!-- index .h --> <tt>.h</tt> and<!-- index .cpp --> <tt>.cpp</tt> files for the compiler to compile. The<!-- index .ui --> <tt>.ui</tt> files are processed by <tt>uic</tt>. Classes which inherit from <a href="tqobject.html">TQObject</a>, e.g. those which use slots and signals, require an additional<!-- index .cpp --> <tt>.cpp</tt> file to be generated. These files are generated by the <tt>moc</tt> and are named '<em>moc_</em>file.cpp' where the original<!-- index .cpp --> <tt>.cpp</tt> file is called 'file.cpp'. If your<!-- index .cpp --> <tt>.cpp</tt> file contains the <tt>TQ_OBJECT</tt> macro an additional file 'file.moc' should be generated which must be <tt>#include</tt>d in the<!-- index .cpp --> <tt>.cpp</tt>, normally at the end. This requires an extra dependency being created.</p> <p>Processing<!-- index .ui --> <tt>.ui</tt> files with <tt>uic</tt> is done <em>twice</em>:</p> <pre> uic myform.ui -o myform.h @@ -125,7 +125,7 @@ uic -subdecl Form formbase.h formbase.ui -o form.h uic -subimpl Form form.h formbase.ui -o form.cpp </pre> <p>First we generate the header and implementation file for our base class. Then we generate the header and implementation skeletons for our subclass. Note that the use of <tt>uic</tt> to generate skeletons is not something that would be done in a Makefile, we mention it here because it can be useful for command line users. Note also that the command line for <tt>-subdecl</tt> and for <tt>-subimpl</tt> are subtly different.</p> -<p>For implementation files that contain classes which inherit from <a href="ntqobject.html">TQObject</a> we must create moc files:</p> +<p>For implementation files that contain classes which inherit from <a href="tqobject.html">TQObject</a> we must create moc files:</p> <pre> moc myform.h -o moc_myform.cpp </pre> diff --git a/doc/html/dirview-example.html b/doc/html/dirview-example.html index 93386e7b0..1ffceb1e6 100644 --- a/doc/html/dirview-example.html +++ b/doc/html/dirview-example.html @@ -444,15 +444,15 @@ TQString <a name="f477"></a>Directory::fullName() fileNormal = new <a href="ntqpixmap.html">TQPixmap</a>( pix_file ); } - <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqlistview.html#doubleClicked">doubleClicked</a>( <a href="qlistviewitem.html">TQListViewItem</a> * ) ), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqlistview.html#doubleClicked">doubleClicked</a>( <a href="qlistviewitem.html">TQListViewItem</a> * ) ), this, TQ_SLOT( slotFolderSelected( <a href="qlistviewitem.html">TQListViewItem</a> * ) ) ); - <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqlistview.html#returnPressed">returnPressed</a>( <a href="qlistviewitem.html">TQListViewItem</a> * ) ), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqlistview.html#returnPressed">returnPressed</a>( <a href="qlistviewitem.html">TQListViewItem</a> * ) ), this, TQ_SLOT( slotFolderSelected( <a href="qlistviewitem.html">TQListViewItem</a> * ) ) ); <a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>( TRUE ); <a href="ntqscrollview.html#viewport">viewport</a>()->setAcceptDrops( TRUE ); -<a name="x1706"></a> <a href="ntqobject.html#connect">connect</a>( autoopen_timer, TQ_SIGNAL( <a href="ntqtimer.html#timeout">timeout</a>() ), +<a name="x1706"></a> <a href="tqobject.html#connect">connect</a>( autoopen_timer, TQ_SIGNAL( <a href="ntqtimer.html#timeout">timeout</a>() ), this, TQ_SLOT( openFolder() ) ); } diff --git a/doc/html/drawdemo-example.html b/doc/html/drawdemo-example.html index 4cf02e215..cb36f1d3f 100644 --- a/doc/html/drawdemo-example.html +++ b/doc/html/drawdemo-example.html @@ -202,7 +202,7 @@ private: // Create a button group to contain all buttons bgroup = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( this ); <a name="x1088"></a> bgroup-><a href="ntqwidget.html#resize">resize</a>( 200, 200 ); -<a name="x1062"></a> <a href="ntqobject.html#connect">connect</a>( bgroup, TQ_SIGNAL(<a href="ntqbuttongroup.html#clicked">clicked</a>(int)), TQ_SLOT(updateIt(int)) ); +<a name="x1062"></a> <a href="tqobject.html#connect">connect</a>( bgroup, TQ_SIGNAL(<a href="ntqbuttongroup.html#clicked">clicked</a>(int)), TQ_SLOT(updateIt(int)) ); // Calculate the size for the radio buttons int maxwidth = 80; @@ -259,7 +259,7 @@ private: print = new <a href="ntqpushbutton.html">TQPushButton</a>( "Print...", bgroup ); <a name="x1081"></a> print-><a href="ntqwidget.html#resize">resize</a>( 80, 30 ); <a name="x1093"></a><a name="x1080"></a> print-><a href="ntqwidget.html#move">move</a>( maxwidth/2 - print-><a href="ntqwidget.html#width">width</a>()/2, maxindex*30+20 ); - <a href="ntqobject.html#connect">connect</a>( print, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(printIt()) ); + <a href="tqobject.html#connect">connect</a>( print, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(printIt()) ); // Resize bgroup to its final size when printersupport is given. <a name="x1094"></a><a name="x1085"></a> bgroup-><a href="ntqwidget.html#resize">resize</a>( maxwidth, print-><a href="ntqwidget.html#y">y</a>()+print-><a href="ntqwidget.html#height">height</a>()+10 ); diff --git a/doc/html/eventsandfilters.html b/doc/html/eventsandfilters.html index b4e0729e1..668e11fe1 100644 --- a/doc/html/eventsandfilters.html +++ b/doc/html/eventsandfilters.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p> In TQt, an event is an object that inherits <a href="ntqevent.html">TQEvent</a>. Events are -delivered to objects that inherit <a href="ntqobject.html">TQObject</a> through calling <a href="ntqobject.html#event">TQObject::event</a>(). Event delivery means that an event has occurred, the -<a href="ntqevent.html">TQEvent</a> indicates precisely what, and the <a href="ntqobject.html">TQObject</a> needs to respond. Most +delivered to objects that inherit <a href="tqobject.html">TQObject</a> through calling <a href="tqobject.html#event">TQObject::event</a>(). Event delivery means that an event has occurred, the +<a href="ntqevent.html">TQEvent</a> indicates precisely what, and the <a href="tqobject.html">TQObject</a> needs to respond. Most events are specific to <a href="ntqwidget.html">TQWidget</a> and its subclasses, but there are important events that aren't related to graphics, for example, socket activation, which is the event used by <a href="ntqsocketnotifier.html">TQSocketNotifier</a> for its @@ -79,7 +79,7 @@ the base class. event-specific function isn't sufficient. The most common example is tab key presses. Normally, those are interpreted by <a href="ntqwidget.html">TQWidget</a> to move the <a href="focus.html#keyboard-focus">keyboard focus</a>, but a few widgets need the tab key for themselves. -<p> These objects can reimplement <a href="ntqobject.html#event">TQObject::event</a>(), the general event +<p> These objects can reimplement <a href="tqobject.html#event">TQObject::event</a>(), the general event handler, and either do their event handling before or after the usual handling, or replace it completely. A very unusual widget that both interprets tab and has an application-specific custom event might @@ -103,11 +103,11 @@ contain: </pre> <p> More commonly, an object needs to look at another's events. TQt -supports this using <a href="ntqobject.html#installEventFilter">TQObject::installEventFilter</a>() (and the +supports this using <a href="tqobject.html#installEventFilter">TQObject::installEventFilter</a>() (and the corresponding remove). For example, dialogs commonly want to filter key presses for some widgets, e.g. to modify Return-key handling. <p> An event filter gets to process events before the target object does. -The filter's <a href="ntqobject.html#eventFilter">TQObject::eventFilter</a>() implementation is called, and +The filter's <a href="tqobject.html#eventFilter">TQObject::eventFilter</a>() implementation is called, and can accept or reject the filter, and allow or deny further processing of the event. If all the event filters allow further processing of an event, the event is sent to the target object itself. If one of them diff --git a/doc/html/extension-dialog-example.html b/doc/html/extension-dialog-example.html index 20700509e..2c0c38785 100644 --- a/doc/html/extension-dialog-example.html +++ b/doc/html/extension-dialog-example.html @@ -151,7 +151,7 @@ int main( int argc, char ** argv ) <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); MainForm *w = new MainForm; w->show(); -<a name="x2868"></a><a name="x2867"></a> a.<a href="ntqobject.html#connect">connect</a>( &a, TQ_SIGNAL( <a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>() ), w, TQ_SLOT( quit() ) ); +<a name="x2868"></a><a name="x2867"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL( <a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>() ), w, TQ_SLOT( quit() ) ); return a.<a href="ntqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html index ca8f672ca..f21c94483 100644 --- a/doc/html/fileiconview-example.html +++ b/doc/html/fileiconview-example.html @@ -544,7 +544,7 @@ static void cleanup() checkSetText = TRUE; - TQObject::<a href="ntqobject.html#connect">connect</a>( &timer, TQ_SIGNAL( timeout() ), + TQObject::<a href="tqobject.html#connect">connect</a>( &timer, TQ_SIGNAL( timeout() ), <a href="qiconviewitem.html#iconView">iconView</a>(), TQ_SLOT( openFolder() ) ); } @@ -716,13 +716,13 @@ TQtFileIconViewItem::~TQtFileIconViewItem() <a href="ntqiconview.html#setResizeMode">setResizeMode</a>( Adjust ); <a href="ntqiconview.html#setWordWrapIconText">setWordWrapIconText</a>( FALSE ); - <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#doubleClicked">doubleClicked</a>( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#doubleClicked">doubleClicked</a>( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ), this, TQ_SLOT( itemDoubleClicked( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ) ); - <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#returnPressed">returnPressed</a>( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#returnPressed">returnPressed</a>( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ), this, TQ_SLOT( itemDoubleClicked( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ) ); - <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#dropped">dropped</a>( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem> & ) ), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#dropped">dropped</a>( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem> & ) ), this, TQ_SLOT( slotDropped( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem> & ) ) ); - <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#contextMenuRequested">contextMenuRequested</a>( <a href="qiconviewitem.html">TQIconViewItem</a> *, const <a href="ntqpoint.html">TQPoint</a> & ) ), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#contextMenuRequested">contextMenuRequested</a>( <a href="qiconviewitem.html">TQIconViewItem</a> *, const <a href="ntqpoint.html">TQPoint</a> & ) ), this, TQ_SLOT( slotRightPressed( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ) ); <a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>( AlwaysOff ); @@ -1215,12 +1215,12 @@ void <a name="f325"></a>FileMainWindow::setup() <a href="ntqtoolbar.html">TQToolBar</a> *toolbar = new <a href="ntqtoolbar.html">TQToolBar</a>( this, "toolbar" ); <a href="ntqmainwindow.html#setRightJustification">setRightJustification</a>( TRUE ); - (void)new <a href="ntqlabel.html">TQLabel</a>( <a href="ntqobject.html#tr">tr</a>( " Path: " ), toolbar ); + (void)new <a href="ntqlabel.html">TQLabel</a>( <a href="tqobject.html#tr">tr</a>( " Path: " ), toolbar ); pathCombo = new <a href="ntqcombobox.html">TQComboBox</a>( TRUE, toolbar ); <a name="x880"></a> pathCombo-><a href="ntqcombobox.html#setAutoCompletion">setAutoCompletion</a>( TRUE ); <a name="x896"></a> toolbar-><a href="ntqtoolbar.html#setStretchableWidget">setStretchableWidget</a>( pathCombo ); -<a name="x877"></a> <a href="ntqobject.html#connect">connect</a>( pathCombo, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="ntqstring.html">TQString</a> & ) ), +<a name="x877"></a> <a href="tqobject.html#connect">connect</a>( pathCombo, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT ( changePath( const <a href="ntqstring.html">TQString</a> & ) ) ); <a name="x895"></a> toolbar-><a href="ntqtoolbar.html#addSeparator">addSeparator</a>(); @@ -1235,15 +1235,15 @@ void <a name="f325"></a>FileMainWindow::setup() mkdirButton = new <a href="ntqtoolbutton.html">TQToolButton</a>( pix, "New Folder", TQString::null, this, TQ_SLOT( newFolder() ), toolbar, "new folder" ); - <a href="ntqobject.html#connect">connect</a>( dirlist, TQ_SIGNAL( folderSelected( const <a href="ntqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( dirlist, TQ_SIGNAL( folderSelected( const <a href="ntqstring.html">TQString</a> & ) ), fileview, TQ_SLOT ( setDirectory( const <a href="ntqstring.html">TQString</a> & ) ) ); - <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( directoryChanged( const <a href="ntqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( directoryChanged( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( directoryChanged( const <a href="ntqstring.html">TQString</a> & ) ) ); - <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( startReadDir( int ) ), + <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( startReadDir( int ) ), this, TQ_SLOT( slotStartReadDir( int ) ) ); - <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( readNextDir() ), + <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( readNextDir() ), this, TQ_SLOT( slotReadNextDir() ) ); - <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( readDirDone() ), + <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( readDirDone() ), this, TQ_SLOT( slotReadDirDone() ) ); <a href="ntqmainwindow.html#setDockEnabled">setDockEnabled</a>( DockLeft, FALSE ); @@ -1254,13 +1254,13 @@ void <a name="f325"></a>FileMainWindow::setup() progress = new <a href="ntqprogressbar.html">TQProgressBar</a>( <a href="ntqmainwindow.html#statusBar">statusBar</a>() ); <a href="ntqmainwindow.html#statusBar">statusBar</a>()->addWidget( progress, 1, TRUE ); - <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( enableUp() ), + <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( enableUp() ), this, TQ_SLOT( enableUp() ) ); - <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( disableUp() ), + <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( disableUp() ), this, TQ_SLOT( disableUp() ) ); - <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( enableMkdir() ), + <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( enableMkdir() ), this, TQ_SLOT( enableMkdir() ) ); - <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( disableMkdir() ), + <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( disableMkdir() ), this, TQ_SLOT( disableMkdir() ) ); } @@ -1293,7 +1293,7 @@ void <a name="f327"></a>FileMainWindow::directoryChanged( const <a href="ntqstri void <a name="f328"></a>FileMainWindow::slotStartReadDir( int dirs ) { - label-><a href="ntqlabel.html#setText">setText</a>( <a href="ntqobject.html#tr">tr</a>( " Reading Directory..." ) ); + label-><a href="ntqlabel.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>( " Reading Directory..." ) ); <a name="x890"></a> progress-><a href="ntqprogressbar.html#reset">reset</a>(); <a name="x892"></a> progress-><a href="ntqprogressbar.html#setTotalSteps">setTotalSteps</a>( dirs ); } @@ -1306,7 +1306,7 @@ void <a name="f329"></a>FileMainWindow::slotReadNextDir() void <a name="f330"></a>FileMainWindow::slotReadDirDone() { - label-><a href="ntqlabel.html#setText">setText</a>( <a href="ntqobject.html#tr">tr</a>( " Reading Directory Done." ) ); + label-><a href="ntqlabel.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>( " Reading Directory Done." ) ); <a name="x893"></a> progress-><a href="ntqprogressbar.html#setProgress">setProgress</a>( progress-><a href="ntqprogressbar.html#totalSteps">totalSteps</a>() ); } diff --git a/doc/html/forever-example.html b/doc/html/forever-example.html index 620b56a67..2df6d7565 100644 --- a/doc/html/forever-example.html +++ b/doc/html/forever-example.html @@ -117,9 +117,9 @@ private: rand()&255 ); } rectangles = 0; - <a href="ntqobject.html#startTimer">startTimer</a>( 0 ); // run continuous timer + <a href="tqobject.html#startTimer">startTimer</a>( 0 ); // run continuous timer <a href="ntqtimer.html">TQTimer</a> * counter = new <a href="ntqtimer.html">TQTimer</a>( this ); -<a name="x1054"></a> <a href="ntqobject.html#connect">connect</a>( counter, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), +<a name="x1054"></a> <a href="tqobject.html#connect">connect</a>( counter, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), this, TQ_SLOT(updateCaption()) ); <a name="x1053"></a> counter-><a href="ntqtimer.html#start">start</a>( 1000 ); } @@ -159,7 +159,7 @@ void <a name="f366"></a>Forever::updateCaption() // Handles timer events for the Forever widget. // -<a name="x1048"></a>void Forever::<a href="ntqobject.html#timerEvent">timerEvent</a>( <a href="qtimerevent.html">TQTimerEvent</a> * ) +<a name="x1048"></a>void Forever::<a href="tqobject.html#timerEvent">timerEvent</a>( <a href="qtimerevent.html">TQTimerEvent</a> * ) { for ( int i=0; i<100; i++ ) { <a href="ntqwidget.html#repaint">repaint</a>( FALSE ); // repaint, don't erase diff --git a/doc/html/functions.html b/doc/html/functions.html index d228d3385..23a6f8bed 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -76,7 +76,7 @@ abort: <a href="ntqapplication.html#activePopupWidget">TQApplication</a><li>activeWindow: <a href="ntqapplication.html#activeWindow">TQApplication</a> <a href="ntqworkspace.html#activeWindow">TQWorkspace</a><li>actual: <a href="qnplugin.html#actual">TQNPlugin</a><li>add: - <a href="qactiongroup.html#add">TQActionGroup</a> <a href="qgridlayout.html#add">TQGridLayout</a> <a href="ntqlayout.html#add">TQLayout</a> <a href="ntqobjectcleanuphandler.html#add">TQObjectCleanupHandler</a> <a href="ntqtooltip.html#add">TQToolTip</a> <a href="ntqwhatsthis.html#add">TQWhatsThis</a><li>addArgument: + <a href="qactiongroup.html#add">TQActionGroup</a> <a href="qgridlayout.html#add">TQGridLayout</a> <a href="ntqlayout.html#add">TQLayout</a> <a href="tqobjectcleanuphandler.html#add">TQObjectCleanupHandler</a> <a href="ntqtooltip.html#add">TQToolTip</a> <a href="ntqwhatsthis.html#add">TQWhatsThis</a><li>addArgument: <a href="ntqprocess.html#addArgument">TQProcess</a><li>addBindValue: <a href="ntqsqlquery.html#addBindValue">TQSqlQuery</a><li>addChild: <a href="ntqscrollview.html#addChild">TQScrollView</a><li>addChildLayout: @@ -276,7 +276,7 @@ back: <a href="ntqcursor.html#bitmap">TQCursor</a><li>bits: <a href="ntqimage.html#bits">TQImage</a><li>blank: <a href="qscreen.html#blank">TQScreen</a><li>blockSignals: - <a href="ntqobject.html#blockSignals">TQObject</a><li>blocking: + <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: @@ -369,18 +369,18 @@ c: <a href="ntqtextedit.html#charAt">TQTextEdit</a><li>charWidth: <a href="ntqfontmetrics.html#charWidth">TQFontMetrics</a><li>characters: <a href="qxmlcontenthandler.html#characters">TQXmlContentHandler</a><li>checkConnectArgs: - <a href="ntqobject.html#checkConnectArgs">TQObject</a><li>checkConnection: + <a href="tqobject.html#checkConnectArgs">TQObject</a><li>checkConnection: <a href="ntqnetworkprotocol.html#checkConnection">TQNetworkProtocol</a><li>checkListItem: <a href="qstyleoption.html#checkListItem">TQStyleOption</a><li>checkOverflow: <a href="ntqlcdnumber.html#checkOverflow">TQLCDNumber</a><li>child: - <a href="qchildevent.html#child">TQChildEvent</a> <a href="ntqobject.html#child">TQObject</a><li>childAt: + <a href="qchildevent.html#child">TQChildEvent</a> <a href="tqobject.html#child">TQObject</a><li>childAt: <a href="ntqwidget.html#childAt">TQWidget</a><li>childCount: <a href="qaccessibleinterface.html#childCount">TQAccessibleInterface</a> <a href="ntqlistview.html#childCount">TQListView</a> <a href="qlistviewitem.html#childCount">TQListViewItem</a><li>childEvent: - <a href="ntqmainwindow.html#childEvent">TQMainWindow</a> <a href="ntqobject.html#childEvent">TQObject</a> <a href="ntqsplitter.html#childEvent">TQSplitter</a><li>childNodes: + <a href="ntqmainwindow.html#childEvent">TQMainWindow</a> <a href="tqobject.html#childEvent">TQObject</a> <a href="ntqsplitter.html#childEvent">TQSplitter</a><li>childNodes: <a href="qdomnode.html#childNodes">TQDomNode</a><li>childX: <a href="ntqscrollview.html#childX">TQScrollView</a><li>childY: <a href="ntqscrollview.html#childY">TQScrollView</a><li>children: - <a href="ntqobject.html#children">TQObject</a><li>childrenCollapsible: + <a href="tqobject.html#children">TQObject</a><li>childrenCollapsible: <a href="ntqsplitter.html#childrenCollapsible">TQSplitter</a><li>childrenRect: <a href="ntqwidget.html#childrenRect">TQWidget</a><li>childrenRegion: <a href="ntqwidget.html#childrenRegion">TQWidget</a><li>chooseContext: @@ -392,11 +392,11 @@ c: <a href="qcanvasrectangle.html#chunks">TQCanvasRectangle</a><li>classID: <a href="qaxfactory.html#classID">TQAxFactory</a><li>classInfo: <a href="ntqmetaobject.html#classInfo">TQMetaObject</a><li>className: - <a href="ntqmetaobject.html#className">TQMetaObject</a> <a href="ntqobject.html#className">TQObject</a><li>cleanDirPath: + <a href="ntqmetaobject.html#className">TQMetaObject</a> <a href="tqobject.html#className">TQObject</a><li>cleanDirPath: <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="qdomnode.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="ntqmap.html#clear">TQMap</a> <a href="ntqmenudata.html#clear">TQMenuBar</a> <a href="ntqmenudata.html#clear">TQMenuData</a> <a href="ntqobjectcleanuphandler.html#clear">TQObjectCleanupHandler</a> <a href="ntqpixmapcache.html#clear">TQPixmapCache</a> <a href="ntqmenudata.html#clear">TQPopupMenu</a> <a href="ntqptrcollection.html#clear">TQPtrCollection</a> <a href="ntqptrdict.html#clear">TQPtrDict</a> <a href="ntqptrlist.html#clear">TQPtrList</a> <a href="ntqptrqueue.html#clear">TQPtrQueue</a> <a href="ntqptrstack.html#clear">TQPtrStack</a> <a href="ntqptrvector.html#clear">TQPtrVector</a> <a href="ntqsplashscreen.html#clear">TQSplashScreen</a> <a href="ntqsqlcursor.html#clear">TQSqlCursor</a> <a href="ntqsqlfield.html#clear">TQSqlField</a> <a href="ntqsqlform.html#clear">TQSqlForm</a> <a href="ntqsqlrecord.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="ntqvaluelist.html#clear">TQValueList</a> <a href="ntqvaluevector.html#clear">TQValueVector</a> <a href="ntqvariant.html#clear">TQVariant</a> <a href="qxmlattributes.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="qdomnode.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="ntqmap.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="ntqptrcollection.html#clear">TQPtrCollection</a> <a href="ntqptrdict.html#clear">TQPtrDict</a> <a href="ntqptrlist.html#clear">TQPtrList</a> <a href="ntqptrqueue.html#clear">TQPtrQueue</a> <a href="ntqptrstack.html#clear">TQPtrStack</a> <a href="ntqptrvector.html#clear">TQPtrVector</a> <a href="ntqsplashscreen.html#clear">TQSplashScreen</a> <a href="ntqsqlcursor.html#clear">TQSqlCursor</a> <a href="ntqsqlfield.html#clear">TQSqlField</a> <a href="ntqsqlform.html#clear">TQSqlForm</a> <a href="ntqsqlrecord.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="ntqvaluelist.html#clear">TQValueList</a> <a href="ntqvaluevector.html#clear">TQValueVector</a> <a href="ntqvariant.html#clear">TQVariant</a> <a href="qxmlattributes.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: @@ -494,9 +494,9 @@ c: <a href="ntqdatabrowser.html#confirmEdits">TQDataBrowser</a> <a href="ntqdatatable.html#confirmEdits">TQDataTable</a><li>confirmInsert: <a href="ntqdatabrowser.html#confirmInsert">TQDataBrowser</a> <a href="ntqdatatable.html#confirmInsert">TQDataTable</a><li>confirmUpdate: <a href="ntqdatabrowser.html#confirmUpdate">TQDataBrowser</a> <a href="ntqdatatable.html#confirmUpdate">TQDataTable</a><li>connect: - <a href="ntqasyncio.html#connect">TQAsyncIO</a> <a href="ntqobject.html#connect">TQObject</a> <a href="qscreen.html#connect">TQScreen</a> <a href="ntqsignal.html#connect">TQSignal</a> <a href="ntqsocketdevice.html#connect">TQSocketDevice</a><li>connectItem: + <a href="ntqasyncio.html#connect">TQAsyncIO</a> <a href="tqobject.html#connect">TQObject</a> <a href="qscreen.html#connect">TQScreen</a> <a href="ntqsignal.html#connect">TQSignal</a> <a href="ntqsocketdevice.html#connect">TQSocketDevice</a><li>connectItem: <a href="ntqaccel.html#connectItem">TQAccel</a> <a href="ntqmenudata.html#connectItem">TQMenuData</a> <a href="ntqmenudata.html#connectItem">TQPopupMenu</a><li>connectNotify: - <a href="ntqobject.html#connectNotify">TQObject</a><li>connectOptions: + <a href="tqobject.html#connectNotify">TQObject</a><li>connectOptions: <a href="ntqsqldatabase.html#connectOptions">TQSqlDatabase</a><li>connectResize: <a href="ntqmovie.html#connectResize">TQMovie</a><li>connectStatus: <a href="ntqmovie.html#connectStatus">TQMovie</a><li>connectToHost: @@ -652,7 +652,7 @@ c: <a href="ntqlineedit.html#cursorWordForward">TQLineEdit</a> <a href="ntqmultilineedit.html#cursorWordForward">TQMultiLineEdit</a><li>customColor: <a href="ntqcolordialog.html#customColor">TQColorDialog</a><li>customCount: <a href="ntqcolordialog.html#customCount">TQColorDialog</a><li>customEvent: - <a href="ntqobject.html#customEvent">TQObject</a><li>customWhatsThis: + <a href="tqobject.html#customEvent">TQObject</a><li>customWhatsThis: <a href="ntqwidget.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> @@ -709,7 +709,7 @@ dark: <a href="ntqdatabrowser.html#deleteCurrent">TQDataBrowser</a> <a href="ntqdatatable.html#deleteCurrent">TQDataTable</a> <a href="qlayoutiterator.html#deleteCurrent">TQLayoutIterator</a><li>deleteData: <a href="qdomcharacterdata.html#deleteData">TQDomCharacterData</a><li>deleteItem: <a href="ntqptrcollection.html#deleteItem">TQPtrCollection</a><li>deleteLater: - <a href="ntqobject.html#deleteLater">TQObject</a><li>deleteNetworkProtocol: + <a href="tqobject.html#deleteLater">TQObject</a><li>deleteNetworkProtocol: <a href="ntqurloperator.html#deleteNetworkProtocol">TQUrlOperator</a><li>delta: <a href="qwheelevent.html#delta">TQWheelEvent</a><li>depth: <a href="qdirectpainter.html#depth">TQDirectPainter</a> <a href="qglformat.html#depth">TQGLFormat</a> <a href="ntqimage.html#depth">TQImage</a> <a href="qlistviewitem.html#depth">TQListViewItem</a> <a href="ntqpaintdevicemetrics.html#depth">TQPaintDeviceMetrics</a> <a href="ntqpixmap.html#depth">TQPixmap</a> <a href="qscreen.html#depth">TQScreen</a><li>dequeue: @@ -722,7 +722,7 @@ dark: <a href="ntqapplication.html#desktopSettingsAware">TQApplication</a><li>destroy: <a href="ntqwidget.html#destroy">TQWidget</a><li>destroyAllocContext: <a href="ntqcolor.html#destroyAllocContext">TQColor</a><li>destroyed: - <a href="ntqobject.html#destroyed">TQObject</a><li>det: + <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="ntqimage.html#detach">TQImage</a> <a href="ntqmap.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: @@ -748,9 +748,9 @@ dark: <a href="qaxbase.html#disableMetaObject">TQAxBase</a><li>disabled: <a href="ntqpalette.html#disabled">TQPalette</a><li>discardCommand: <a href="ntqsessionmanager.html#discardCommand">TQSessionManager</a><li>disconnect: - <a href="ntqobject.html#disconnect">TQObject</a> <a href="qscreen.html#disconnect">TQScreen</a> <a href="ntqsignal.html#disconnect">TQSignal</a><li>disconnectItem: + <a href="tqobject.html#disconnect">TQObject</a> <a href="qscreen.html#disconnect">TQScreen</a> <a href="ntqsignal.html#disconnect">TQSignal</a><li>disconnectItem: <a href="ntqaccel.html#disconnectItem">TQAccel</a> <a href="ntqmenudata.html#disconnectItem">TQMenuData</a> <a href="ntqmenudata.html#disconnectItem">TQPopupMenu</a><li>disconnectNotify: - <a href="ntqobject.html#disconnectNotify">TQObject</a><li>disconnectResize: + <a href="tqobject.html#disconnectNotify">TQObject</a><li>disconnectResize: <a href="ntqmovie.html#disconnectResize">TQMovie</a><li>disconnectStatus: <a href="ntqmovie.html#disconnectStatus">TQMovie</a><li>disconnectUpdate: <a href="ntqmovie.html#disconnectUpdate">TQMovie</a><li>display: @@ -837,8 +837,8 @@ dark: <a href="qiconviewitem.html#dropEnabled">TQIconViewItem</a> <a href="qlistviewitem.html#dropEnabled">TQListViewItem</a><li>dropEvent: <a href="ntqwidget.html#dropEvent">TQWidget</a><li>dropped: <a href="ntqiconview.html#dropped">TQIconView</a> <a href="qiconviewitem.html#dropped">TQIconViewItem</a> <a href="ntqlistview.html#dropped">TQListView</a> <a href="qlistviewitem.html#dropped">TQListViewItem</a> <a href="ntqtable.html#dropped">TQTable</a><li>dumpObjectInfo: - <a href="ntqobject.html#dumpObjectInfo">TQObject</a><li>dumpObjectTree: - <a href="ntqobject.html#dumpObjectTree">TQObject</a><li>duplicate: + <a href="tqobject.html#dumpObjectInfo">TQObject</a><li>dumpObjectTree: + <a href="tqobject.html#dumpObjectTree">TQObject</a><li>duplicate: <a href="ntqmemarray.html#duplicate">TQMemArray</a><li>duplicatesEnabled: <a href="ntqcombobox.html#duplicatesEnabled">TQComboBox</a><li>dx: <a href="ntqwmatrix.html#dx">TQWMatrix</a><li>dy: @@ -912,8 +912,8 @@ echoMode: <a href="qxmlreader.html#errorHandler">TQXmlReader</a><li>errorString: <a href="ntqfile.html#errorString">TQFile</a> <a href="ntqftp.html#errorString">TQFtp</a> <a href="ntqhttp.html#errorString">TQHttp</a> <a href="ntqregexp.html#errorString">TQRegExp</a> <a href="qxmlcontenthandler.html#errorString">TQXmlContentHandler</a> <a href="qxmldtdhandler.html#errorString">TQXmlDTDHandler</a> <a href="qxmldeclhandler.html#errorString">TQXmlDeclHandler</a> <a href="qxmlentityresolver.html#errorString">TQXmlEntityResolver</a> <a href="qxmlerrorhandler.html#errorString">TQXmlErrorHandler</a> <a href="qxmllexicalhandler.html#errorString">TQXmlLexicalHandler</a><li>escape: <a href="ntqregexp.html#escape">TQRegExp</a> <a href="ntqstylesheet.html#escape">TQStyleSheet</a><li>event: - <a href="ntqobject.html#event">TQObject</a> <a href="ntqwidget.html#event">TQWidget</a><li>eventFilter: - <a href="ntqlistview.html#eventFilter">TQListView</a> <a href="ntqobject.html#eventFilter">TQObject</a> <a href="ntqscrollview.html#eventFilter">TQScrollView</a> <a href="ntqspinbox.html#eventFilter">TQSpinBox</a><li>eventLoop: + <a href="tqobject.html#event">TQObject</a> <a href="ntqwidget.html#event">TQWidget</a><li>eventFilter: + <a href="ntqlistview.html#eventFilter">TQListView</a> <a href="tqobject.html#eventFilter">TQObject</a> <a href="ntqscrollview.html#eventFilter">TQScrollView</a> <a href="ntqspinbox.html#eventFilter">TQSpinBox</a><li>eventLoop: <a href="ntqapplication.html#eventLoop">TQApplication</a><li>eventsID: <a href="qaxfactory.html#eventsID">TQAxFactory</a><li>exactMatch: <a href="ntqfont.html#exactMatch">TQFont</a> <a href="ntqfontinfo.html#exactMatch">TQFontInfo</a> <a href="ntqregexp.html#exactMatch">TQRegExp</a><li>exception: @@ -1183,7 +1183,7 @@ hScrollBarMode: <a href="ntqscrollbar.html#hideEvent">TQScrollBar</a> <a href="ntqwidget.html#hideEvent">TQWidget</a><li>hideOrShow: <a href="ntqstatusbar.html#hideOrShow">TQStatusBar</a><li>hideRow: <a href="ntqtable.html#hideRow">TQTable</a><li>highPriority: - <a href="ntqobject.html#highPriority">TQObject</a><li>highlight: + <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: @@ -1239,7 +1239,7 @@ icon: <a href="ntqprogressbar.html#indicatorFollowsStyle">TQProgressBar</a><li>info: <a href="ntqurloperator.html#info">TQUrlOperator</a><li>information: <a href="ntqmessagebox.html#information">TQMessageBox</a><li>inherits: - <a href="ntqmetaobject.html#inherits">TQMetaObject</a> <a href="ntqobject.html#inherits">TQObject</a><li>init: + <a href="ntqmetaobject.html#inherits">TQMetaObject</a> <a href="tqobject.html#inherits">TQObject</a><li>init: <a href="qtableselection.html#init">TQTableSelection</a><li>initCursor: <a href="qscreen.html#initCursor">TQScreen</a><li>initDevice: <a href="qscreen.html#initDevice">TQScreen</a><li>initialize: @@ -1258,7 +1258,7 @@ icon: <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="qdomnode.html#insertBefore">TQDomNode</a><li>insertChild: - <a href="ntqobject.html#insertChild">TQObject</a><li>insertColumns: + <a href="tqobject.html#insertChild">TQObject</a><li>insertColumns: <a href="ntqtable.html#insertColumns">TQTable</a><li>insertCurrent: <a href="ntqdatabrowser.html#insertCurrent">TQDataBrowser</a> <a href="ntqdatatable.html#insertCurrent">TQDataTable</a><li>insertData: <a href="qdomcharacterdata.html#insertData">TQDomCharacterData</a><li>insertInGrid: @@ -1287,7 +1287,7 @@ icon: <a href="ntqeditorfactory.html#installDefaultFactory">TQEditorFactory</a> <a href="qiconfactory.html#installDefaultFactory">TQIconFactory</a> <a href="ntqsqleditorfactory.html#installDefaultFactory">TQSqlEditorFactory</a><li>installDefaultMap: <a href="ntqsqlpropertymap.html#installDefaultMap">TQSqlPropertyMap</a><li>installEditorFactory: <a href="ntqdatatable.html#installEditorFactory">TQDataTable</a><li>installEventFilter: - <a href="ntqobject.html#installEventFilter">TQObject</a><li>installIOHandler: + <a href="tqobject.html#installEventFilter">TQObject</a><li>installIOHandler: <a href="ntqimageformatplugin.html#installIOHandler">TQImageFormatPlugin</a><li>installIconFactory: <a href="ntqiconset.html#installIconFactory">TQIconSet</a><li>installPropertyMap: <a href="ntqdatatable.html#installPropertyMap">TQDataTable</a> <a href="ntqsqlform.html#installPropertyMap">TQSqlForm</a><li>installTranslator: @@ -1307,7 +1307,7 @@ icon: <a href="ntqimage.html#invertPixels">TQImage</a><li>invertSelection: <a href="ntqiconview.html#invertSelection">TQIconView</a> <a href="ntqlistbox.html#invertSelection">TQListBox</a> <a href="ntqlistview.html#invertSelection">TQListView</a><li>ioDevice: <a href="qimageio.html#ioDevice">TQImageIO</a><li>isA: - <a href="ntqobject.html#isA">TQObject</a><li>isAccepted: + <a href="tqobject.html#isA">TQObject</a><li>isAccepted: <a href="qcloseevent.html#isAccepted">TQCloseEvent</a> <a href="qcontextmenuevent.html#isAccepted">TQContextMenuEvent</a> <a href="qdropevent.html#isAccepted">TQDropEvent</a> <a href="qimevent.html#isAccepted">TQIMEvent</a> <a href="qicondragevent.html#isAccepted">TQIconDragEvent</a> <a href="qkeyevent.html#isAccepted">TQKeyEvent</a> <a href="qmouseevent.html#isAccepted">TQMouseEvent</a> <a href="qtabletevent.html#isAccepted">TQTabletEvent</a> <a href="qwheelevent.html#isAccepted">TQWheelEvent</a><li>isActionAccepted: <a href="qdropevent.html#isActionAccepted">TQDropEvent</a><li>isActive: <a href="ntqaccessible.html#isActive">TQAccessible</a> <a href="qcanvasitem.html#isActive">TQCanvasItem</a> <a href="ntqpainter.html#isActive">TQPainter</a> <a href="ntqsqlquery.html#isActive">TQSqlQuery</a> <a href="ntqsqlresult.html#isActive">TQSqlResult</a> <a href="qtableselection.html#isActive">TQTableSelection</a> <a href="ntqtimer.html#isActive">TQTimer</a><li>isActiveWindow: @@ -1359,7 +1359,7 @@ icon: <a href="ntqtable.html#isEditing">TQTable</a><li>isEffectEnabled: <a href="ntqapplication.html#isEffectEnabled">TQApplication</a><li>isElement: <a href="qdomelement.html#isElement">TQDomElement</a> <a href="qdomnode.html#isElement">TQDomNode</a><li>isEmpty: - <a href="ntqasciicache.html#isEmpty">TQAsciiCache</a> <a href="qasciicacheiterator.html#isEmpty">TQAsciiCacheIterator</a> <a href="ntqasciidict.html#isEmpty">TQAsciiDict</a> <a href="qasciidictiterator.html#isEmpty">TQAsciiDictIterator</a> <a href="ntqcstring.html#isEmpty">TQCString</a> <a href="ntqcache.html#isEmpty">TQCache</a> <a href="qcacheiterator.html#isEmpty">TQCacheIterator</a> <a href="ntqdict.html#isEmpty">TQDict</a> <a href="qdictiterator.html#isEmpty">TQDictIterator</a> <a href="ntqdockarea.html#isEmpty">TQDockArea</a> <a href="ntqglcolormap.html#isEmpty">TQGLColormap</a> <a href="ntqintcache.html#isEmpty">TQIntCache</a> <a href="qintcacheiterator.html#isEmpty">TQIntCacheIterator</a> <a href="ntqintdict.html#isEmpty">TQIntDict</a> <a href="qintdictiterator.html#isEmpty">TQIntDictIterator</a> <a href="ntqkeysequence.html#isEmpty">TQKeySequence</a> <a href="ntqlayout.html#isEmpty">TQLayout</a> <a href="qlayoutitem.html#isEmpty">TQLayoutItem</a> <a href="ntqmap.html#isEmpty">TQMap</a> <a href="ntqmemarray.html#isEmpty">TQMemArray</a> <a href="ntqobjectcleanuphandler.html#isEmpty">TQObjectCleanupHandler</a> <a href="ntqptrdict.html#isEmpty">TQPtrDict</a> <a href="qptrdictiterator.html#isEmpty">TQPtrDictIterator</a> <a href="ntqptrlist.html#isEmpty">TQPtrList</a> <a href="qptrlistiterator.html#isEmpty">TQPtrListIterator</a> <a href="ntqptrqueue.html#isEmpty">TQPtrQueue</a> <a href="ntqptrstack.html#isEmpty">TQPtrStack</a> <a href="ntqptrvector.html#isEmpty">TQPtrVector</a> <a href="ntqrect.html#isEmpty">TQRect</a> <a href="ntqregexp.html#isEmpty">TQRegExp</a> <a href="ntqregion.html#isEmpty">TQRegion</a> <a href="ntqsize.html#isEmpty">TQSize</a> <a href="qspaceritem.html#isEmpty">TQSpacerItem</a> <a href="ntqsqlrecord.html#isEmpty">TQSqlRecord</a> <a href="ntqstring.html#isEmpty">TQString</a> <a href="qtableselection.html#isEmpty">TQTableSelection</a> <a href="ntqtranslator.html#isEmpty">TQTranslator</a> <a href="ntqvaluelist.html#isEmpty">TQValueList</a> <a href="ntqvaluevector.html#isEmpty">TQValueVector</a> <a href="qwidgetitem.html#isEmpty">TQWidgetItem</a><li>isEnabled: + <a href="ntqasciicache.html#isEmpty">TQAsciiCache</a> <a href="qasciicacheiterator.html#isEmpty">TQAsciiCacheIterator</a> <a href="ntqasciidict.html#isEmpty">TQAsciiDict</a> <a href="qasciidictiterator.html#isEmpty">TQAsciiDictIterator</a> <a href="ntqcstring.html#isEmpty">TQCString</a> <a href="ntqcache.html#isEmpty">TQCache</a> <a href="qcacheiterator.html#isEmpty">TQCacheIterator</a> <a href="ntqdict.html#isEmpty">TQDict</a> <a href="qdictiterator.html#isEmpty">TQDictIterator</a> <a href="ntqdockarea.html#isEmpty">TQDockArea</a> <a href="ntqglcolormap.html#isEmpty">TQGLColormap</a> <a href="ntqintcache.html#isEmpty">TQIntCache</a> <a href="qintcacheiterator.html#isEmpty">TQIntCacheIterator</a> <a href="ntqintdict.html#isEmpty">TQIntDict</a> <a href="qintdictiterator.html#isEmpty">TQIntDictIterator</a> <a href="ntqkeysequence.html#isEmpty">TQKeySequence</a> <a href="ntqlayout.html#isEmpty">TQLayout</a> <a href="qlayoutitem.html#isEmpty">TQLayoutItem</a> <a href="ntqmap.html#isEmpty">TQMap</a> <a href="ntqmemarray.html#isEmpty">TQMemArray</a> <a href="tqobjectcleanuphandler.html#isEmpty">TQObjectCleanupHandler</a> <a href="ntqptrdict.html#isEmpty">TQPtrDict</a> <a href="qptrdictiterator.html#isEmpty">TQPtrDictIterator</a> <a href="ntqptrlist.html#isEmpty">TQPtrList</a> <a href="qptrlistiterator.html#isEmpty">TQPtrListIterator</a> <a href="ntqptrqueue.html#isEmpty">TQPtrQueue</a> <a href="ntqptrstack.html#isEmpty">TQPtrStack</a> <a href="ntqptrvector.html#isEmpty">TQPtrVector</a> <a href="ntqrect.html#isEmpty">TQRect</a> <a href="ntqregexp.html#isEmpty">TQRegExp</a> <a href="ntqregion.html#isEmpty">TQRegion</a> <a href="ntqsize.html#isEmpty">TQSize</a> <a href="qspaceritem.html#isEmpty">TQSpacerItem</a> <a href="ntqsqlrecord.html#isEmpty">TQSqlRecord</a> <a href="ntqstring.html#isEmpty">TQString</a> <a href="qtableselection.html#isEmpty">TQTableSelection</a> <a href="ntqtranslator.html#isEmpty">TQTranslator</a> <a href="ntqvaluelist.html#isEmpty">TQValueList</a> <a href="ntqvaluevector.html#isEmpty">TQValueVector</a> <a href="qwidgetitem.html#isEmpty">TQWidgetItem</a><li>isEnabled: <a href="ntqaccel.html#isEnabled">TQAccel</a> <a href="ntqaction.html#isEnabled">TQAction</a> <a href="qcanvasitem.html#isEnabled">TQCanvasItem</a> <a href="ntqlayout.html#isEnabled">TQLayout</a> <a href="qlistviewitem.html#isEnabled">TQListViewItem</a> <a href="ntqsocketnotifier.html#isEnabled">TQSocketNotifier</a> <a href="qtab.html#isEnabled">TQTab</a> <a href="qtableitem.html#isEnabled">TQTableItem</a> <a href="ntqwidget.html#isEnabled">TQWidget</a><li>isEnabledTo: <a href="ntqwidget.html#isEnabledTo">TQWidget</a><li>isEntity: <a href="qdomentity.html#isEntity">TQDomEntity</a> <a href="qdomnode.html#isEntity">TQDomNode</a><li>isEntityReference: @@ -1483,7 +1483,7 @@ icon: <a href="ntqdesktopwidget.html#isVirtualDesktop">TQDesktopWidget</a><li>isVisible: <a href="ntqaction.html#isVisible">TQAction</a> <a href="qcanvasitem.html#isVisible">TQCanvasItem</a> <a href="qlistviewitem.html#isVisible">TQListViewItem</a> <a href="qwswindow.html#isVisible">TQWSWindow</a> <a href="ntqwidget.html#isVisible">TQWidget</a><li>isVisibleTo: <a href="ntqwidget.html#isVisibleTo">TQWidget</a><li>isWidgetType: - <a href="ntqobject.html#isWidgetType">TQObject</a><li>isWorking: + <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: @@ -1526,8 +1526,8 @@ key: <a href="qmetaproperty.html#keysToValue">TQMetaProperty</a><li>kill: <a href="ntqprocess.html#kill">TQProcess</a><li>killLine: <a href="ntqmultilineedit.html#killLine">TQMultiLineEdit</a><li>killTimer: - <a href="ntqobject.html#killTimer">TQObject</a><li>killTimers: - <a href="ntqobject.html#killTimers">TQObject</a><li><a name="l"></a> + <a href="tqobject.html#killTimer">TQObject</a><li>killTimers: + <a href="tqobject.html#killTimers">TQObject</a><li><a name="l"></a> label: <a href="ntqdns.html#label">TQDns</a> <a href="ntqheader.html#label">TQHeader</a> <a href="ntqtabwidget.html#label">TQTabWidget</a> <a href="ntqtoolbar.html#label">TQToolBar</a><li>labelText: <a href="ntqprogressdialog.html#labelText">TQProgressDialog</a><li>language: @@ -1701,7 +1701,7 @@ m11: <a href="ntqerrormessage.html#message">TQErrorMessage</a> <a href="ntqsplashscreen.html#message">TQSplashScreen</a> <a href="ntqstatusbar.html#message">TQStatusBar</a> <a href="qxmlparseexception.html#message">TQXmlParseException</a><li>messageChanged: <a href="ntqsplashscreen.html#messageChanged">TQSplashScreen</a> <a href="ntqstatusbar.html#messageChanged">TQStatusBar</a><li>messages: <a href="ntqtranslator.html#messages">TQTranslator</a><li>metaObject: - <a href="qaxfactory.html#metaObject">TQAxFactory</a> <a href="ntqobject.html#metaObject">TQObject</a><li>method: + <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="ntqwidget.html#metric">TQWidget</a><li>mibEnum: <a href="ntqeucjpcodec.html#mibEnum">TQEucJpCodec</a> <a href="ntqtextcodec.html#mibEnum">TQTextCodec</a><li>mibEnums: @@ -1774,7 +1774,7 @@ 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="qdomattr.html#name">TQDomAttr</a> <a href="qdomdocumenttype.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="ntqobject.html#name">TQObject</a> <a href="ntqsqlcursor.html#name">TQSqlCursor</a> <a href="ntqsqlfield.html#name">TQSqlField</a> <a href="qsqlfieldinfo.html#name">TQSqlFieldInfo</a> <a href="ntqsqlindex.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="qdomattr.html#name">TQDomAttr</a> <a href="qdomdocumenttype.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="ntqsqlcursor.html#name">TQSqlCursor</a> <a href="ntqsqlfield.html#name">TQSqlField</a> <a href="qsqlfieldinfo.html#name">TQSqlFieldInfo</a> <a href="ntqsqlindex.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="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="qdomnamednodemap.html#namedItem">TQDomNamedNodeMap</a> <a href="qdomnode.html#namedItem">TQDomNode</a><li>namedItemNS: @@ -1805,7 +1805,7 @@ name: <a href="qdomnode.html#nodeValue">TQDomNode</a><li>normalExit: <a href="ntqprocess.html#normalExit">TQProcess</a><li>normalize: <a href="qdomnode.html#normalize">TQDomNode</a> <a href="ntqrect.html#normalize">TQRect</a><li>normalizeSignalSlot: - <a href="ntqobject.html#normalizeSignalSlot">TQObject</a><li>notationDecl: + <a href="tqobject.html#normalizeSignalSlot">TQObject</a><li>notationDecl: <a href="qxmldtdhandler.html#notationDecl">TQXmlDTDHandler</a><li>notationName: <a href="qdomentity.html#notationName">TQDomEntity</a><li>notations: <a href="qdomdocumenttype.html#notations">TQDomDocumentType</a><li>notchSize: @@ -1838,7 +1838,7 @@ name: <a href="ntqsqlerror.html#number">TQSqlError</a> <a href="ntqstring.html#number">TQString</a><li><a name="o"></a> object: <a href="qaccessibleobject.html#object">TQAccessibleObject</a> <a href="qaxaggregated.html#object">TQAxAggregated</a><li>objectTrees: - <a href="ntqobject.html#objectTrees">TQObject</a><li>offset: + <a href="tqobject.html#objectTrees">TQObject</a><li>offset: <a href="qdirectpainter.html#offset">TQDirectPainter</a> <a href="ntqdockwindow.html#offset">TQDockWindow</a> <a href="ntqheader.html#offset">TQHeader</a> <a href="ntqimage.html#offset">TQImage</a><li>offsetX: <a href="qcanvaspixmap.html#offsetX">TQCanvasPixmap</a><li>offsetY: <a href="qcanvaspixmap.html#offsetY">TQCanvasPixmap</a><li>ok: @@ -1895,7 +1895,7 @@ object: <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="ntqstring.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="qdomnode.html#operator-lt-lt">TQDomNode</a> <a href="ntqfont.html#operator-lt-lt">TQFont</a> <a href="ntqimage.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="ntqmap.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="ntqstring.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="ntqvaluelist.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="ntqstring.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="qdomattr.html#operator-eq">TQDomAttr</a> <a href="qdomcdatasection.html#operator-eq">TQDomCDATASection</a> <a href="qdomcharacterdata.html#operator-eq">TQDomCharacterData</a> <a href="qdomcomment.html#operator-eq">TQDomComment</a> <a href="qdomdocument.html#operator-eq">TQDomDocument</a> <a href="qdomdocumentfragment.html#operator-eq">TQDomDocumentFragment</a> <a href="qdomdocumenttype.html#operator-eq">TQDomDocumentType</a> <a href="qdomelement.html#operator-eq">TQDomElement</a> <a href="qdomentity.html#operator-eq">TQDomEntity</a> <a href="qdomentityreference.html#operator-eq">TQDomEntityReference</a> <a href="qdomimplementation.html#operator-eq">TQDomImplementation</a> <a href="qdomnamednodemap.html#operator-eq">TQDomNamedNodeMap</a> <a href="qdomnode.html#operator-eq">TQDomNode</a> <a href="qdomnodelist.html#operator-eq">TQDomNodeList</a> <a href="qdomnotation.html#operator-eq">TQDomNotation</a> <a href="qdomprocessinginstruction.html#operator-eq">TQDomProcessingInstruction</a> <a href="qdomtext.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="ntqimage.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="ntqmap.html#operator-eq">TQMap</a> <a href="ntqmemarray.html#operator-eq">TQMemArray</a> <a href="ntqmovie.html#operator-eq">TQMovie</a> <a href="ntqobjectlist.html#operator-eq">TQObjectList</a> <a href="qobjectlistiterator.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="ntqptrdict.html#operator-eq">TQPtrDict</a> <a href="ntqptrlist.html#operator-eq">TQPtrList</a> <a href="qptrlistiterator.html#operator-eq">TQPtrListIterator</a> <a href="ntqptrqueue.html#operator-eq">TQPtrQueue</a> <a href="ntqptrstack.html#operator-eq">TQPtrStack</a> <a href="ntqptrvector.html#operator-eq">TQPtrVector</a> <a href="ntqregexp.html#operator-eq">TQRegExp</a> <a href="ntqregion.html#operator-eq">TQRegion</a> <a href="ntqsqlcursor.html#operator-eq">TQSqlCursor</a> <a href="ntqsqlerror.html#operator-eq">TQSqlError</a> <a href="ntqsqlfield.html#operator-eq">TQSqlField</a> <a href="qsqlfieldinfo.html#operator-eq">TQSqlFieldInfo</a> <a href="ntqsqlindex.html#operator-eq">TQSqlIndex</a> <a href="ntqsqlquery.html#operator-eq">TQSqlQuery</a> <a href="ntqsqlrecord.html#operator-eq">TQSqlRecord</a> <a href="ntqstrlist.html#operator-eq">TQStrList</a> <a href="ntqstring.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="ntqvaluelist.html#operator-eq">TQValueList</a> <a href="ntqvaluevector.html#operator-eq">TQValueVector</a> <a href="ntqvariant.html#operator-eq">TQVariant</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="qdomattr.html#operator-eq">TQDomAttr</a> <a href="qdomcdatasection.html#operator-eq">TQDomCDATASection</a> <a href="qdomcharacterdata.html#operator-eq">TQDomCharacterData</a> <a href="qdomcomment.html#operator-eq">TQDomComment</a> <a href="qdomdocument.html#operator-eq">TQDomDocument</a> <a href="qdomdocumentfragment.html#operator-eq">TQDomDocumentFragment</a> <a href="qdomdocumenttype.html#operator-eq">TQDomDocumentType</a> <a href="qdomelement.html#operator-eq">TQDomElement</a> <a href="qdomentity.html#operator-eq">TQDomEntity</a> <a href="qdomentityreference.html#operator-eq">TQDomEntityReference</a> <a href="qdomimplementation.html#operator-eq">TQDomImplementation</a> <a href="qdomnamednodemap.html#operator-eq">TQDomNamedNodeMap</a> <a href="qdomnode.html#operator-eq">TQDomNode</a> <a href="qdomnodelist.html#operator-eq">TQDomNodeList</a> <a href="qdomnotation.html#operator-eq">TQDomNotation</a> <a href="qdomprocessinginstruction.html#operator-eq">TQDomProcessingInstruction</a> <a href="qdomtext.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="ntqimage.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="ntqmap.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="ntqptrdict.html#operator-eq">TQPtrDict</a> <a href="ntqptrlist.html#operator-eq">TQPtrList</a> <a href="qptrlistiterator.html#operator-eq">TQPtrListIterator</a> <a href="ntqptrqueue.html#operator-eq">TQPtrQueue</a> <a href="ntqptrstack.html#operator-eq">TQPtrStack</a> <a href="ntqptrvector.html#operator-eq">TQPtrVector</a> <a href="ntqregexp.html#operator-eq">TQRegExp</a> <a href="ntqregion.html#operator-eq">TQRegion</a> <a href="ntqsqlcursor.html#operator-eq">TQSqlCursor</a> <a href="ntqsqlerror.html#operator-eq">TQSqlError</a> <a href="ntqsqlfield.html#operator-eq">TQSqlField</a> <a href="qsqlfieldinfo.html#operator-eq">TQSqlFieldInfo</a> <a href="ntqsqlindex.html#operator-eq">TQSqlIndex</a> <a href="ntqsqlquery.html#operator-eq">TQSqlQuery</a> <a href="ntqsqlrecord.html#operator-eq">TQSqlRecord</a> <a href="ntqstrlist.html#operator-eq">TQStrList</a> <a href="ntqstring.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="ntqvaluelist.html#operator-eq">TQValueList</a> <a href="ntqvaluevector.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="qdomimplementation.html#operator-eq-eq">TQDomImplementation</a> <a href="qdomnamednodemap.html#operator-eq-eq">TQDomNamedNodeMap</a> <a href="qdomnode.html#operator-eq-eq">TQDomNode</a> <a href="qdomnodelist.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="ntqimage.html#operator-eq-eq">TQImage</a> <a href="ntqkeysequence.html#operator-eq-eq">TQKeySequence</a> <a href="qmapconstiterator.html#operator-eq-eq">TQMapConstIterator</a> <a href="qmapiterator.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="ntqptrlist.html#operator-eq-eq">TQPtrList</a> <a href="ntqptrvector.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="ntqsqlfield.html#operator-eq-eq">TQSqlField</a> <a href="qsqlfieldinfo.html#operator-eq-eq">TQSqlFieldInfo</a> <a href="ntqstring.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="ntqvaluelist.html#operator-eq-eq">TQValueList</a> <a href="qvaluelistconstiterator.html#operator-eq-eq">TQValueListConstIterator</a> <a href="qvaluelistiterator.html#operator-eq-eq">TQValueListIterator</a> <a href="ntqvaluevector.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="ntqstring.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="ntqstring.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>>: @@ -1967,7 +1967,7 @@ packImage: <a href="ntqtextedit.html#paragraphRect">TQTextEdit</a><li>paragraphs: <a href="ntqtextedit.html#paragraphs">TQTextEdit</a><li>parameters: <a href="qimageio.html#parameters">TQImageIO</a><li>parent: - <a href="qlistviewitem.html#parent">TQListViewItem</a> <a href="ntqobject.html#parent">TQObject</a><li>parentNode: + <a href="qlistviewitem.html#parent">TQListViewItem</a> <a href="tqobject.html#parent">TQObject</a><li>parentNode: <a href="qdomnode.html#parentNode">TQDomNode</a><li>parentWidget: <a href="ntqtooltip.html#parentWidget">TQToolTip</a> <a href="ntqwidget.html#parentWidget">TQWidget</a><li>parse: <a href="ntqurl.html#parse">TQUrl</a> <a href="qxmlreader.html#parse">TQXmlReader</a> <a href="qxmlsimplereader.html#parse">TQXmlSimpleReader</a><li>parseContinue: @@ -2059,7 +2059,7 @@ packImage: <a href="qxmlcontenthandler.html#processingInstruction">TQXmlContentHandler</a><li>progress: <a href="ntqprogressbar.html#progress">TQProgressBar</a> <a href="ntqprogressdialog.html#progress">TQProgressDialog</a><li>progressString: <a href="ntqprogressbar.html#progressString">TQProgressBar</a><li>property: - <a href="ntqmetaobject.html#property">TQMetaObject</a> <a href="ntqobject.html#property">TQObject</a> <a href="ntqsqlpropertymap.html#property">TQSqlPropertyMap</a> <a href="qxmlreader.html#property">TQXmlReader</a><li>propertyBag: + <a href="ntqmetaobject.html#property">TQMetaObject</a> <a href="tqobject.html#property">TQObject</a> <a href="ntqsqlpropertymap.html#property">TQSqlPropertyMap</a> <a href="qxmlreader.html#property">TQXmlReader</a><li>propertyBag: <a href="qaxbase.html#propertyBag">TQAxBase</a><li>propertyChanged: <a href="qaxbase.html#propertyChanged">TQAxBase</a> <a href="qaxbindable.html#propertyChanged">TQAxBindable</a><li>propertyNames: <a href="ntqmetaobject.html#propertyNames">TQMetaObject</a><li>propertyWritable: @@ -2117,14 +2117,14 @@ tqAddPostRoutine: <a href="ntqcstring.html#qstrncpy">TQCString</a><li>tqstrnicmp: <a href="ntqcstring.html#qstrnicmp">TQCString</a><li>qtHandler: <a href="ntqerrormessage.html#qtHandler">TQErrorMessage</a><li>tqt_find_obj_child: - <a href="ntqobject.html#qt_find_obj_child">TQObject</a><li>qualifiedNames: + <a href="tqobject.html#qt_find_obj_child">TQObject</a><li>qualifiedNames: <a href="ntqdns.html#qualifiedNames">TQDns</a><li>quality: <a href="qimageio.html#quality">TQImageIO</a><li>query: <a href="ntqurl.html#query">TQUrl</a><li>queryAccessibleInterface: <a href="ntqaccessible.html#queryAccessibleInterface">TQAccessible</a><li>queryChild: <a href="qaccessibleinterface.html#queryChild">TQAccessibleInterface</a><li>queryInterface: <a href="qaxaggregated.html#queryInterface">TQAxAggregated</a> <a href="qaxbase.html#queryInterface">TQAxBase</a> <a href="qaxscriptengine.html#queryInterface">TQAxScriptEngine</a><li>queryList: - <a href="ntqobject.html#queryList">TQObject</a><li>queryParent: + <a href="tqobject.html#queryList">TQObject</a><li>queryParent: <a href="qaccessibleinterface.html#queryParent">TQAccessibleInterface</a><li>querySubControl: <a href="ntqstyle.html#querySubControl">TQStyle</a><li>querySubControlMetrics: <a href="ntqstyle.html#querySubControlMetrics">TQStyle</a><li>querySubObject: @@ -2211,17 +2211,17 @@ rBottom: <a href="ntqwidget.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="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="ntqmap.html#remove">TQMap</a> <a href="ntqobjectcleanuphandler.html#remove">TQObjectCleanupHandler</a> <a href="ntqpixmapcache.html#remove">TQPixmapCache</a> <a href="ntqptrdict.html#remove">TQPtrDict</a> <a href="ntqptrlist.html#remove">TQPtrList</a> <a href="ntqptrqueue.html#remove">TQPtrQueue</a> <a href="ntqptrstack.html#remove">TQPtrStack</a> <a href="ntqptrvector.html#remove">TQPtrVector</a> <a href="ntqsqlcursor.html#remove">TQSqlCursor</a> <a href="ntqsqlform.html#remove">TQSqlForm</a> <a href="ntqsqlpropertymap.html#remove">TQSqlPropertyMap</a> <a href="ntqsqlrecord.html#remove">TQSqlRecord</a> <a href="ntqstring.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="ntqvaluelist.html#remove">TQValueList</a> <a href="ntqwhatsthis.html#remove">TQWhatsThis</a><li>removeAttribute: + <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="ntqmap.html#remove">TQMap</a> <a href="tqobjectcleanuphandler.html#remove">TQObjectCleanupHandler</a> <a href="ntqpixmapcache.html#remove">TQPixmapCache</a> <a href="ntqptrdict.html#remove">TQPtrDict</a> <a href="ntqptrlist.html#remove">TQPtrList</a> <a href="ntqptrqueue.html#remove">TQPtrQueue</a> <a href="ntqptrstack.html#remove">TQPtrStack</a> <a href="ntqptrvector.html#remove">TQPtrVector</a> <a href="ntqsqlcursor.html#remove">TQSqlCursor</a> <a href="ntqsqlform.html#remove">TQSqlForm</a> <a href="ntqsqlpropertymap.html#remove">TQSqlPropertyMap</a> <a href="ntqsqlrecord.html#remove">TQSqlRecord</a> <a href="ntqstring.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="ntqvaluelist.html#remove">TQValueList</a> <a href="ntqwhatsthis.html#remove">TQWhatsThis</a><li>removeAttribute: <a href="qdomelement.html#removeAttribute">TQDomElement</a><li>removeAttributeNS: <a href="qdomelement.html#removeAttributeNS">TQDomElement</a><li>removeAttributeNode: <a href="qdomelement.html#removeAttributeNode">TQDomElement</a><li>removeChild: - <a href="qdomnode.html#removeChild">TQDomNode</a> <a href="ntqobject.html#removeChild">TQObject</a> <a href="ntqscrollview.html#removeChild">TQScrollView</a><li>removeColumn: + <a href="qdomnode.html#removeChild">TQDomNode</a> <a href="tqobject.html#removeChild">TQObject</a> <a href="ntqscrollview.html#removeChild">TQScrollView</a><li>removeColumn: <a href="ntqdatatable.html#removeColumn">TQDataTable</a> <a href="ntqlistview.html#removeColumn">TQListView</a> <a href="ntqtable.html#removeColumn">TQTable</a><li>removeColumns: <a href="ntqtable.html#removeColumns">TQTable</a><li>removeDatabase: <a href="ntqsqldatabase.html#removeDatabase">TQSqlDatabase</a><li>removeDockWindow: <a href="ntqdockarea.html#removeDockWindow">TQDockArea</a> <a href="ntqmainwindow.html#removeDockWindow">TQMainWindow</a><li>removeEntry: <a href="ntqsettings.html#removeEntry">TQSettings</a><li>removeEventFilter: - <a href="ntqobject.html#removeEventFilter">TQObject</a><li>removeFactory: + <a href="tqobject.html#removeEventFilter">TQObject</a><li>removeFactory: <a href="qmimesourcefactory.html#removeFactory">TQMimeSourceFactory</a><li>removeFirst: <a href="ntqptrlist.html#removeFirst">TQPtrList</a><li>removeFrom: <a href="ntqaction.html#removeFrom">TQAction</a><li>removeItem: @@ -2424,7 +2424,7 @@ sRect: <a href="qwsserver.html#sendKeyEvent">TQWSServer</a><li>sendPostedEvents: <a href="ntqapplication.html#sendPostedEvents">TQApplication</a><li>sendTo: <a href="qdatasource.html#sendTo">TQDataSource</a> <a href="qiodevicesource.html#sendTo">TQIODeviceSource</a><li>sender: - <a href="ntqobject.html#sender">TQObject</a><li>separator: + <a href="tqobject.html#sender">TQObject</a><li>separator: <a href="qdateedit.html#separator">TQDateEdit</a> <a href="ntqdir.html#separator">TQDir</a> <a href="qtimeedit.html#separator">TQTimeEdit</a><li>serialNumber: <a href="qmimesource.html#serialNumber">TQMimeSource</a> <a href="ntqpalette.html#serialNumber">TQPalette</a> <a href="ntqpixmap.html#serialNumber">TQPixmap</a><li>serverDirPath: <a href="qaxfactory.html#serverDirPath">TQAxFactory</a><li>serverFilePath: @@ -2840,7 +2840,7 @@ sRect: <a href="ntqlabel.html#setMovie">TQLabel</a><li>setMovingEnabled: <a href="ntqdockwindow.html#setMovingEnabled">TQDockWindow</a> <a href="ntqheader.html#setMovingEnabled">TQHeader</a><li>setMultiLinesEnabled: <a href="qlistviewitem.html#setMultiLinesEnabled">TQListViewItem</a><li>setName: - <a href="ntqfile.html#setName">TQFile</a> <a href="ntqobject.html#setName">TQObject</a> <a href="ntqsqlcursor.html#setName">TQSqlCursor</a> <a href="ntqsqlfield.html#setName">TQSqlField</a> <a href="ntqsqlindex.html#setName">TQSqlIndex</a> <a href="ntqurlinfo.html#setName">TQUrlInfo</a><li>setNameFilter: + <a href="ntqfile.html#setName">TQFile</a> <a href="tqobject.html#setName">TQObject</a> <a href="ntqsqlcursor.html#setName">TQSqlCursor</a> <a href="ntqsqlfield.html#setName">TQSqlField</a> <a href="ntqsqlindex.html#setName">TQSqlIndex</a> <a href="ntqurlinfo.html#setName">TQUrlInfo</a><li>setNameFilter: <a href="ntqdir.html#setNameFilter">TQDir</a> <a href="ntqurloperator.html#setNameFilter">TQUrlOperator</a><li>setNamedColor: <a href="ntqcolor.html#setNamedColor">TQColor</a><li>setNamedItem: <a href="qdomnamednodemap.html#setNamedItem">TQDomNamedNodeMap</a><li>setNamedItemNS: @@ -2923,7 +2923,7 @@ sRect: <a href="ntqprinter.html#setPrinterName">TQPrinter</a><li>setPrinterSelectionOption: <a href="ntqprinter.html#setPrinterSelectionOption">TQPrinter</a><li>setProgress: <a href="ntqprogressbar.html#setProgress">TQProgressBar</a> <a href="ntqprogressdialog.html#setProgress">TQProgressDialog</a><li>setProperty: - <a href="ntqobject.html#setProperty">TQObject</a> <a href="ntqsqlpropertymap.html#setProperty">TQSqlPropertyMap</a> <a href="qxmlreader.html#setProperty">TQXmlReader</a><li>setPropertyBag: + <a href="tqobject.html#setProperty">TQObject</a> <a href="ntqsqlpropertymap.html#setProperty">TQSqlPropertyMap</a> <a href="qxmlreader.html#setProperty">TQXmlReader</a><li>setPropertyBag: <a href="qaxbase.html#setPropertyBag">TQAxBase</a><li>setPropertyWritable: <a href="qaxbase.html#setPropertyWritable">TQAxBase</a><li>setProtocol: <a href="ntqurl.html#setProtocol">TQUrl</a><li>setProtocolDetail: @@ -3183,7 +3183,7 @@ sRect: <a href="qscreen.html#shutdownDevice">TQScreen</a><li>signal: <a href="qaxbase.html#signal">TQAxBase</a><li>signalNames: <a href="ntqmetaobject.html#signalNames">TQMetaObject</a><li>signalsBlocked: - <a href="ntqobject.html#signalsBlocked">TQObject</a><li>simpleHeuristicNameMatch: + <a href="tqobject.html#signalsBlocked">TQObject</a><li>simpleHeuristicNameMatch: <a href="ntqtextcodec.html#simpleHeuristicNameMatch">TQTextCodec</a><li>simplifyWhiteSpace: <a href="ntqcstring.html#simplifyWhiteSpace">TQCString</a> <a href="ntqstring.html#simplifyWhiteSpace">TQString</a><li>singleShot: <a href="ntqtimer.html#singleShot">TQTimer</a><li>size: @@ -3252,7 +3252,7 @@ sRect: <a href="qxmlcontenthandler.html#startPrefixMapping">TQXmlContentHandler</a><li>startRename: <a href="qlistviewitem.html#startRename">TQListViewItem</a><li>startServer: <a href="qaxfactory.html#startServer">TQAxFactory</a><li>startTimer: - <a href="ntqobject.html#startTimer">TQObject</a><li>startedNextCopy: + <a href="tqobject.html#startTimer">TQObject</a><li>startedNextCopy: <a href="ntqurloperator.html#startedNextCopy">TQUrlOperator</a><li>startingUp: <a href="ntqapplication.html#startingUp">TQApplication</a><li>startsWith: <a href="ntqstring.html#startsWith">TQString</a><li>state: @@ -3377,7 +3377,7 @@ tab: <a href="ntqdatetimeedit.html#timeEdit">TQDateTimeEdit</a><li>timeToWait: <a href="ntqeventloop.html#timeToWait">TQEventLoop</a><li>timeout: <a href="ntqtimer.html#timeout">TQTimer</a><li>timerEvent: - <a href="ntqobject.html#timerEvent">TQObject</a><li>timerId: + <a href="tqobject.html#timerEvent">TQObject</a><li>timerId: <a href="ntqtimer.html#timerId">TQTimer</a> <a href="qtimerevent.html#timerId">TQTimerEvent</a><li>tip: <a href="ntqtooltip.html#tip">TQToolTip</a><li>title: <a href="ntqgroupbox.html#title">TQGroupBox</a> <a href="ntqwizard.html#title">TQWizard</a><li>titleFont: @@ -3467,8 +3467,8 @@ tab: <a href="qlistviewitem.html#totalHeight">TQListViewItem</a><li>totalSize: <a href="qscreen.html#totalSize">TQScreen</a><li>totalSteps: <a href="ntqprogressbar.html#totalSteps">TQProgressBar</a> <a href="ntqprogressdialog.html#totalSteps">TQProgressDialog</a><li>tr: - <a href="ntqobject.html#tr">TQObject</a><li>trUtf8: - <a href="ntqobject.html#trUtf8">TQObject</a><li>tracking: + <a href="tqobject.html#tr">TQObject</a><li>trUtf8: + <a href="tqobject.html#trUtf8">TQObject</a><li>tracking: <a href="ntqdial.html#tracking">TQDial</a> <a href="ntqheader.html#tracking">TQHeader</a> <a href="ntqscrollbar.html#tracking">TQScrollBar</a> <a href="ntqslider.html#tracking">TQSlider</a><li>transaction: <a href="ntqsqldatabase.html#transaction">TQSqlDatabase</a><li>transformOrientation: <a href="qdirectpainter.html#transformOrientation">TQDirectPainter</a> <a href="qscreen.html#transformOrientation">TQScreen</a><li>transformationMode: diff --git a/doc/html/grapher-nsplugin-example.html b/doc/html/grapher-nsplugin-example.html index 3058528f4..8e17debec 100644 --- a/doc/html/grapher-nsplugin-example.html +++ b/doc/html/grapher-nsplugin-example.html @@ -190,7 +190,7 @@ private slots: for ( Style s = Pie; styleName[s]; s = Style(s+1)) { stylemenu-><a href="ntqmenudata.html#insertItem">insertItem</a>(styleName[s], s+100); } -<a name="x2767"></a> <a href="ntqobject.html#connect">connect</a>(stylemenu, TQ_SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), +<a name="x2767"></a> <a href="tqobject.html#connect">connect</a>(stylemenu, TQ_SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(setStyleFromMenu(int))); <a href="ntqwidget.html#setStyle">setStyle</a>(Pie); @@ -212,11 +212,11 @@ Graph::~Graph() { if (style != s) { if (pieRotationTimer) - <a href="ntqobject.html#killTimer">killTimer</a>(pieRotationTimer); + <a href="tqobject.html#killTimer">killTimer</a>(pieRotationTimer); <a name="x2749"></a> stylemenu-><a href="ntqmenudata.html#setItemChecked">setItemChecked</a>(100+style, FALSE); style = s; if ( style == Pie ) - pieRotationTimer = <a href="ntqobject.html#startTimer">startTimer</a>( 80 ); + pieRotationTimer = <a href="tqobject.html#startTimer">startTimer</a>( 80 ); else pieRotationTimer = 0; stylemenu-><a href="ntqmenudata.html#setItemChecked">setItemChecked</a>(100+style, TRUE); @@ -224,7 +224,7 @@ Graph::~Graph() } } -<a name="x2755"></a>void Graph::<a href="ntqobject.html#timerEvent">timerEvent</a>(TQTimerEvent*) +<a name="x2755"></a>void Graph::<a href="tqobject.html#timerEvent">timerEvent</a>(TQTimerEvent*) { pieRotation = ( pieRotation + 6 ) % 360; repaint(FALSE); } @@ -532,8 +532,8 @@ int <a name="f573"></a>Grapher::nCols() const <a name="x2775"></a> int ptsize = fontsize ? atoi(fontsize) : graph-><a href="ntqwidget.html#font">font</a>().pointSize(); if (fontfamily) graph-><a href="ntqwidget.html#setFont">setFont</a>(TQFont(fontfamily, ptsize)); - <a href="ntqobject.html#connect">connect</a>(graph, TQ_SIGNAL(aboutPlugin()), this, TQ_SLOT(aboutPlugin())); - <a href="ntqobject.html#connect">connect</a>(graph, TQ_SIGNAL(aboutData()), this, TQ_SLOT(aboutData())); + <a href="tqobject.html#connect">connect</a>(graph, TQ_SIGNAL(aboutPlugin()), this, TQ_SLOT(aboutPlugin())); + <a href="tqobject.html#connect">connect</a>(graph, TQ_SIGNAL(aboutData()), this, TQ_SLOT(aboutData())); return graph; } diff --git a/doc/html/headerfilesynonyms b/doc/html/headerfilesynonyms index 02c3d6e2a..c2667a17e 100644 --- a/doc/html/headerfilesynonyms +++ b/doc/html/headerfilesynonyms @@ -123,7 +123,7 @@ qnpstream.h ntqnp.h qnpwidget.h ntqnp.h qnpinstance.h ntqnp.h qnplugin.h ntqnp.h -qobjectlistiterator.h ntqobjectlist.h +tqobjectlistiterator.h tqobjectlist.h qcolorgroup.h ntqpalette.h qpngimagepacker.h ntqpngio.h qptrdictiterator.h ntqptrdict.h diff --git a/doc/html/headers.html b/doc/html/headers.html index d72284a28..1c1867c87 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -169,9 +169,9 @@ body { background: #ffffff; color: black; } <li><a href="qnamespace-h.html">ntqnamespace.h</a> <li><a href="qnetworkprotocol-h.html">ntqnetworkprotocol.h</a> <li><a href="qnp-h.html">ntqnp.h</a> -<li><a href="qobject-h.html">ntqobject.h</a> -<li><a href="qobjectcleanuphandler-h.html">ntqobjectcleanuphandler.h</a> -<li><a href="qobjectlist-h.html">ntqobjectlist.h</a> +<li><a href="tqobject-h.html">tqobject.h</a> +<li><a href="tqobjectcleanuphandler-h.html">tqobjectcleanuphandler.h</a> +<li><a href="tqobjectlist-h.html">tqobjectlist.h</a> <li><a href="qpaintdevice-h.html">ntqpaintdevice.h</a> <li><a href="qpaintdevicemetrics-h.html">ntqpaintdevicemetrics.h</a> <li><a href="qpainter-h.html">ntqpainter.h</a> diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html index 53627c5d9..831e4a4fd 100644 --- a/doc/html/hello-example.html +++ b/doc/html/hello-example.html @@ -100,7 +100,7 @@ private: : <a href="ntqwidget.html">TQWidget</a>(parent,name), t(text), b(0) { <a href="ntqtimer.html">TQTimer</a> *timer = new <a href="ntqtimer.html">TQTimer</a>(this); -<a name="x1640"></a> <a href="ntqobject.html#connect">connect</a>( timer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), TQ_SLOT(animate()) ); +<a name="x1640"></a> <a href="tqobject.html#connect">connect</a>( timer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), TQ_SLOT(animate()) ); <a name="x1639"></a> timer-><a href="ntqtimer.html#start">start</a>( 40 ); <a href="ntqwidget.html#resize">resize</a>( 260, 130 ); @@ -215,7 +215,7 @@ int main( int argc, char **argv ) #ifndef TQT_NO_WIDGET_TOPEXTRA // for TQt/Embedded minimal build h.<a href="ntqwidget.html#setCaption">setCaption</a>( "TQt says hello" ); #endif - TQObject::<a href="ntqobject.html#connect">connect</a>( &h, TQ_SIGNAL(clicked()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + TQObject::<a href="tqobject.html#connect">connect</a>( &h, TQ_SIGNAL(clicked()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); <a name="x1650"></a> h.<a href="ntqwidget.html#setFont">setFont</a>( TQFont("times",32,TQFont::Bold) ); // default font <a name="x1648"></a> h.<a href="ntqwidget.html#setBackgroundColor">setBackgroundColor</a>( TQt::white ); // default bg color a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &h ); diff --git a/doc/html/helpsystem-example.html b/doc/html/helpsystem-example.html index 6a210e97e..300b2499e 100644 --- a/doc/html/helpsystem-example.html +++ b/doc/html/helpsystem-example.html @@ -143,7 +143,7 @@ the coordinates before we can use TQTable's functions. so that the tooltip disappears when the mouse cursor leaves the cell, and use <a href="ntqtooltip.html#tip">TQToolTip::tip</a>() to display the cell's label in a tooltip and to provide text for the <a href="qtooltipgroup.html">TQToolTipGroup</a> as before. -<pre> class WhatsThis : public <a href="ntqobject.html">TQObject</a>, public TQWhatsThis +<pre> class WhatsThis : public <a href="tqobject.html">TQObject</a>, public TQWhatsThis { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: @@ -162,7 +162,7 @@ in a tooltip and to provide text for the <a href="qtooltipgroup.html">TQToolTipG -<p> The WhatsThis class is a subclass of both <a href="ntqobject.html">TQObject</a> and +<p> The WhatsThis class is a subclass of both <a href="tqobject.html">TQObject</a> and <a href="ntqwhatsthis.html">TQWhatsThis</a> and serves as a base class for the HeaderWhatsThis and TableWhatsThis classes. <a href="#footnote1"><sup>(1)</sup></a><a name="footnote-call1"></a> WhatsThis reimplements clicked() which will be called when the user clicks @@ -385,9 +385,9 @@ and the toolbar are populated. which will enter "What's this?" mode when clicked. <pre> //create tooltipgroup <a href="qtooltipgroup.html">TQToolTipGroup</a> * tipGroup = new <a href="qtooltipgroup.html">TQToolTipGroup</a>( this ); - <a name="x2697"></a> <a href="ntqobject.html#connect">connect</a>( tipGroup, TQ_SIGNAL(<a href="qtooltipgroup.html#showTip">showTip</a>(const <a href="ntqstring.html">TQString</a>&)), statusBar(), + <a name="x2697"></a> <a href="tqobject.html#connect">connect</a>( tipGroup, TQ_SIGNAL(<a href="qtooltipgroup.html#showTip">showTip</a>(const <a href="ntqstring.html">TQString</a>&)), statusBar(), TQ_SLOT(message(const <a href="ntqstring.html">TQString</a>&)) ); - <a name="x2696"></a> <a href="ntqobject.html#connect">connect</a>( tipGroup, TQ_SIGNAL(<a href="qtooltipgroup.html#removeTip">removeTip</a>()), statusBar(), TQ_SLOT(clear()) ); + <a name="x2696"></a> <a href="tqobject.html#connect">connect</a>( tipGroup, TQ_SIGNAL(<a href="qtooltipgroup.html#removeTip">removeTip</a>()), statusBar(), TQ_SLOT(clear()) ); </pre> <p> A <a href="qtooltipgroup.html">TQToolTipGroup</a> is created and will show and remove tooltips in the statusbar as the tooltips are displayed on the widgets. @@ -422,12 +422,12 @@ Instances of the two WhatsThis subclasses are created for the headers and the table. What's This? help is also added for the menu items. <pre> // connections - <a href="ntqobject.html#connect">connect</a>( assistantButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(assistantSlot()) ); - <a href="ntqobject.html#connect">connect</a>( horizontalWhatsThis, TQ_SIGNAL(linkClicked(const <a href="ntqstring.html">TQString</a>&)), assistant, + <a href="tqobject.html#connect">connect</a>( assistantButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(assistantSlot()) ); + <a href="tqobject.html#connect">connect</a>( horizontalWhatsThis, TQ_SIGNAL(linkClicked(const <a href="ntqstring.html">TQString</a>&)), assistant, TQ_SLOT(<a href="ntqassistantclient.html#showPage">showPage</a>(const <a href="ntqstring.html">TQString</a>&)) ); - <a href="ntqobject.html#connect">connect</a>( verticalWhatsThis, TQ_SIGNAL(linkClicked(const <a href="ntqstring.html">TQString</a>&)), assistant, + <a href="tqobject.html#connect">connect</a>( verticalWhatsThis, TQ_SIGNAL(linkClicked(const <a href="ntqstring.html">TQString</a>&)), assistant, TQ_SLOT(<a href="ntqassistantclient.html#showPage">showPage</a>(const <a href="ntqstring.html">TQString</a>&)) ); - <a href="ntqobject.html#connect">connect</a>( cellWhatsThis, TQ_SIGNAL(linkClicked(const <a href="ntqstring.html">TQString</a>&)), assistant, + <a href="tqobject.html#connect">connect</a>( cellWhatsThis, TQ_SIGNAL(linkClicked(const <a href="ntqstring.html">TQString</a>&)), assistant, TQ_SLOT(<a href="ntqassistantclient.html#showPage">showPage</a>(const <a href="ntqstring.html">TQString</a>&)) ); } </pre> @@ -443,7 +443,7 @@ the assistant button. </pre> <p> The destructor deletes the tooltips. We need to delete the tooltips explicitly since <a href="ntqtooltip.html">TQToolTip</a> is, as mentioned above, not -a subclass of <a href="ntqobject.html">TQObject</a> and the instances of TQToolTip not will be +a subclass of <a href="tqobject.html">TQObject</a> and the instances of TQToolTip not will be deleted when the widget is deleted. <pre> void MainWindow::assistantSlot() { @@ -476,7 +476,7 @@ and use the make tool to build the library. <hr> <ol> <li><a name="footnote1"></a> -Note that <a href="moc.html#moc">moc</a> requires that <a href="ntqobject.html">TQObject</a> +Note that <a href="moc.html#moc">moc</a> requires that <a href="tqobject.html">TQObject</a> is the first base class. <a href="#footnote-call1">Back...</a> <li><a name="footnote2"></a> Note that we have to explicitly scope the orientation diff --git a/doc/html/helpviewer-example.html b/doc/html/helpviewer-example.html index 9aaab16de..159d80315 100644 --- a/doc/html/helpviewer-example.html +++ b/doc/html/helpviewer-example.html @@ -132,7 +132,7 @@ private: #include <<a href="qcombobox-h.html">ntqcombobox.h</a>> #include <<a href="qevent-h.html">ntqevent.h</a>> #include <<a href="qlineedit-h.html">ntqlineedit.h</a>> -#include <<a href="qobjectlist-h.html">ntqobjectlist.h</a>> +#include <<a href="tqobjectlist-h.html">tqobjectlist.h</a>> #include <<a href="qfileinfo-h.html">ntqfileinfo.h</a>> #include <<a href="qfile-h.html">ntqfile.h</a>> #include <<a href="qdatastream-h.html">ntqdatastream.h</a>> @@ -155,7 +155,7 @@ private: <a name="x1030"></a> browser-><a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>()->setFilePath( _path ); browser-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); -<a name="x1027"></a> <a href="ntqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="ntqtextbrowser.html#sourceChanged">sourceChanged</a>(const <a href="ntqstring.html">TQString</a>& ) ), +<a name="x1027"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="ntqtextbrowser.html#sourceChanged">sourceChanged</a>(const <a href="ntqstring.html">TQString</a>& ) ), this, TQ_SLOT( sourceChanged( const <a href="ntqstring.html">TQString</a>&) ) ); <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>( browser ); @@ -163,18 +163,18 @@ private: if ( !home_.<a href="ntqstring.html#isEmpty">isEmpty</a>() ) <a name="x1025"></a> browser-><a href="ntqtextbrowser.html#setSource">setSource</a>( home_ ); -<a name="x1023"></a> <a href="ntqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="ntqtextbrowser.html#highlighted">highlighted</a>( const <a href="ntqstring.html">TQString</a>&) ), +<a name="x1023"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="ntqtextbrowser.html#highlighted">highlighted</a>( const <a href="ntqstring.html">TQString</a>&) ), <a href="ntqmainwindow.html#statusBar">statusBar</a>(), TQ_SLOT( message( const <a href="ntqstring.html">TQString</a>&)) ); <a href="ntqwidget.html#resize">resize</a>( 640,700 ); <a href="ntqpopupmenu.html">TQPopupMenu</a>* file = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); - file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>("&New Window"), this, TQ_SLOT( newWindow() ), CTRL+Key_N ); - file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>("&Open File"), this, TQ_SLOT( openFile() ), CTRL+Key_O ); - file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>("&Print"), this, TQ_SLOT( print() ), CTRL+Key_P ); + file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("&New Window"), this, TQ_SLOT( newWindow() ), CTRL+Key_N ); + file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("&Open File"), this, TQ_SLOT( openFile() ), CTRL+Key_O ); + file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("&Print"), this, TQ_SLOT( print() ), CTRL+Key_P ); file-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); - file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>("&Close"), this, TQ_SLOT( <a href="ntqwidget.html#close">close</a>() ), CTRL+Key_Q ); -<a name="x980"></a> file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT( <a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>() ), CTRL+Key_X ); + file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("&Close"), this, TQ_SLOT( <a href="ntqwidget.html#close">close</a>() ), CTRL+Key_Q ); +<a name="x980"></a> file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT( <a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>() ), CTRL+Key_X ); // The same three icons are used twice each. <a href="ntqiconset.html">TQIconSet</a> icon_back( TQPixmap("back.xpm") ); @@ -183,46 +183,46 @@ 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="ntqobject.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="ntqtextbrowser.html#backward">backward</a>() ), CTRL+Key_Left ); forwardId = go-><a href="ntqmenudata.html#insertItem">insertItem</a>( icon_forward, -<a name="x1021"></a> <a href="ntqobject.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="ntqtextbrowser.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 href="ntqpopupmenu.html">TQPopupMenu</a>* help = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); - help-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>("&About"), this, TQ_SLOT( about() ) ); - help-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>("About &TQt"), this, TQ_SLOT( aboutTQt() ) ); + help-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("&About"), this, TQ_SLOT( about() ) ); + help-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("About &TQt"), this, TQ_SLOT( aboutTQt() ) ); hist = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); TQStringList::Iterator it = history.begin(); for ( ; it != history.end(); ++it ) mHistory[ hist-><a href="ntqmenudata.html#insertItem">insertItem</a>( *it ) ] = *it; -<a name="x1004"></a> <a href="ntqobject.html#connect">connect</a>( hist, TQ_SIGNAL( <a href="ntqpopupmenu.html#activated">activated</a>( int ) ), +<a name="x1004"></a> <a href="tqobject.html#connect">connect</a>( hist, TQ_SIGNAL( <a href="ntqpopupmenu.html#activated">activated</a>( int ) ), this, TQ_SLOT( histChosen( int ) ) ); bookm = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); - bookm-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>( "Add Bookmark" ), this, TQ_SLOT( addBookmark() ) ); + bookm-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>( "Add Bookmark" ), this, TQ_SLOT( addBookmark() ) ); bookm-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); TQStringList::Iterator it2 = bookmarks.begin(); for ( ; it2 != bookmarks.end(); ++it2 ) mBookmarks[ bookm-><a href="ntqmenudata.html#insertItem">insertItem</a>( *it2 ) ] = *it2; - <a href="ntqobject.html#connect">connect</a>( bookm, TQ_SIGNAL( <a href="ntqpopupmenu.html#activated">activated</a>( int ) ), + <a href="tqobject.html#connect">connect</a>( bookm, TQ_SIGNAL( <a href="ntqpopupmenu.html#activated">activated</a>( int ) ), this, TQ_SLOT( bookmChosen( int ) ) ); - <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="ntqobject.html#tr">tr</a>("&File"), file ); - <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="ntqobject.html#tr">tr</a>("&Go"), go ); - <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="ntqobject.html#tr">tr</a>( "History" ), hist ); - <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="ntqobject.html#tr">tr</a>( "Bookmarks" ), bookm ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="tqobject.html#tr">tr</a>("&File"), file ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="tqobject.html#tr">tr</a>("&Go"), go ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="tqobject.html#tr">tr</a>( "History" ), hist ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="tqobject.html#tr">tr</a>( "Bookmarks" ), bookm ); <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertSeparator(); - <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="ntqobject.html#tr">tr</a>("&Help"), help ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="tqobject.html#tr">tr</a>("&Help"), help ); <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="ntqobject.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="ntqtextbrowser.html#backwardAvailable">backwardAvailable</a>( bool ) ), this, TQ_SLOT( setBackwardAvailable( bool ) ) ); -<a name="x1022"></a> <a href="ntqobject.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="ntqtextbrowser.html#forwardAvailable">forwardAvailable</a>( bool ) ), this, TQ_SLOT( setForwardAvailable( bool ) ) ); @@ -231,17 +231,17 @@ private: <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="ntqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="ntqtextbrowser.html#backwardAvailable">backwardAvailable</a>(bool) ), button, TQ_SLOT( <a href="ntqwidget.html#setEnabled">setEnabled</a>(bool) ) ); +<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="ntqwidget.html#setEnabled">setEnabled</a>(bool) ) ); button-><a href="ntqwidget.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="ntqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="ntqtextbrowser.html#forwardAvailable">forwardAvailable</a>(bool) ), button, TQ_SLOT( <a href="ntqwidget.html#setEnabled">setEnabled</a>(bool) ) ); + <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="ntqtextbrowser.html#forwardAvailable">forwardAvailable</a>(bool) ), button, TQ_SLOT( <a href="ntqwidget.html#setEnabled">setEnabled</a>(bool) ) ); button-><a href="ntqwidget.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 ); <a name="x1033"></a> toolbar-><a href="ntqtoolbar.html#addSeparator">addSeparator</a>(); pathCombo = new <a href="ntqcombobox.html">TQComboBox</a>( TRUE, toolbar ); -<a name="x981"></a> <a href="ntqobject.html#connect">connect</a>( pathCombo, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="ntqstring.html">TQString</a> & ) ), +<a name="x981"></a> <a href="tqobject.html#connect">connect</a>( pathCombo, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( pathSelected( const <a href="ntqstring.html">TQString</a> & ) ) ); <a name="x1034"></a> toolbar-><a href="ntqtoolbar.html#setStretchableWidget">setStretchableWidget</a>( pathCombo ); <a href="ntqmainwindow.html#setRightJustification">setRightJustification</a>( TRUE ); @@ -462,7 +462,7 @@ int main( int argc, char ** argv ) else <a name="x1045"></a> help-><a href="ntqwidget.html#showMaximized">showMaximized</a>(); -<a name="x1039"></a> TQObject::<a href="ntqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), +<a name="x1039"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); return a.<a href="ntqapplication.html#exec">exec</a>(); diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index dbbdb5560..c96f91121 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -203,7 +203,7 @@ classes in the TQt API. <li><a href="ntqptrdict.html">TQPtrDict</a> <li><a href="ntqptrlist.html">TQPtrList</a> <ul> -<li><a href="ntqobjectlist.html">TQObjectList</a> +<li><a href="tqobjectlist.html">TQObjectList</a> <li><a href="ntqstrlist.html">TQStrList</a> <ul> <li><a href="qstrilist.html">TQStrIList</a> @@ -214,7 +214,7 @@ classes in the TQt API. <li><a href="qptrdictiterator.html">TQPtrDictIterator</a> <li><a href="qptrlistiterator.html">TQPtrListIterator</a> <ul> -<li><a href="qobjectlistiterator.html">TQObjectListIterator</a> +<li><a href="tqobjectlistiterator.html">TQObjectListIterator</a> <li><a href="qstrlistiterator.html">TQStrListIterator</a> </ul> <li><a href="ntqptrqueue.html">TQPtrQueue</a> @@ -304,7 +304,7 @@ classes in the TQt API. <ul> <li><a href="qchecklistitem.html">TQCheckListItem</a> </ul> -<li><a href="ntqobject.html">TQObject</a> +<li><a href="tqobject.html">TQObject</a> <ul> <li><a href="ntqaccel.html">TQAccel</a> <li><a href="qaccessibleobject.html">TQAccessibleObject</a> @@ -362,7 +362,7 @@ classes in the TQt API. <li><a href="ntqlocalfs.html">TQLocalFs</a> </ul> <li><a href="qnpinstance.html">TQNPInstance</a> -<li><a href="ntqobjectcleanuphandler.html">TQObjectCleanupHandler</a> +<li><a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a> <li><a href="ntqprocess.html">TQProcess</a> <li><a href="ntqserversocket.html">TQServerSocket</a> <li><a href="ntqsessionmanager.html">TQSessionManager</a> diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html index 0839b8f6e..466f35b67 100644 --- a/doc/html/httpd-example.html +++ b/doc/html/httpd-example.html @@ -65,7 +65,7 @@ class HttpDaemon : public <a href="ntqserversocket.html">TQServerSocket</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: - HttpDaemon( <a href="ntqobject.html">TQObject</a>* parent=0 ) : + HttpDaemon( <a href="tqobject.html">TQObject</a>* parent=0 ) : <a href="ntqserversocket.html">TQServerSocket</a>(8080,1,parent) { if ( !ok() ) { diff --git a/doc/html/i18n-example.html b/doc/html/i18n-example.html index 0163de3b2..f1e56a39f 100644 --- a/doc/html/i18n-example.html +++ b/doc/html/i18n-example.html @@ -112,22 +112,22 @@ private: <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>(central); <a href="ntqpopupmenu.html">TQPopupMenu</a>* file = new <a href="ntqpopupmenu.html">TQPopupMenu</a>(this); - file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()), -<a name="x1921"></a> TQAccel::<a href="ntqaccel.html#stringToKey">stringToKey</a>(<a href="ntqobject.html#tr">tr</a>("Ctrl+Q")) ); - <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="ntqobject.html#tr">tr</a>("&File"), file ); + file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()), +<a name="x1921"></a> TQAccel::<a href="ntqaccel.html#stringToKey">stringToKey</a>(<a href="tqobject.html#tr">tr</a>("Ctrl+Q")) ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="tqobject.html#tr">tr</a>("&File"), file ); - <a href="ntqwidget.html#setCaption">setCaption</a>( <a href="ntqobject.html#tr">tr</a>( "Internationalization Example" ) ); + <a href="ntqwidget.html#setCaption">setCaption</a>( <a href="tqobject.html#tr">tr</a>( "Internationalization Example" ) ); <a href="ntqstring.html">TQString</a> l; - <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( <a href="ntqobject.html#tr">tr</a>("Language: English") ); + <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( <a href="tqobject.html#tr">tr</a>("Language: English") ); - ( void )new <a href="ntqlabel.html">TQLabel</a>( <a href="ntqobject.html#tr">tr</a>( "The Main Window" ), central ); + ( void )new <a href="ntqlabel.html">TQLabel</a>( <a href="tqobject.html#tr">tr</a>( "The Main Window" ), central ); <a href="ntqbuttongroup.html">TQButtonGroup</a>* gbox = new <a href="ntqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, - <a href="ntqobject.html#tr">tr</a>( "View" ), central ); - (void)new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="ntqobject.html#tr">tr</a>( "Perspective" ), gbox ); - (void)new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="ntqobject.html#tr">tr</a>( "Isometric" ), gbox ); - (void)new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="ntqobject.html#tr">tr</a>( "Oblique" ), gbox ); + <a href="tqobject.html#tr">tr</a>( "View" ), central ); + (void)new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>( "Perspective" ), gbox ); + (void)new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>( "Isometric" ), gbox ); + (void)new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>( "Oblique" ), gbox ); initChoices(central); } @@ -143,7 +143,7 @@ void <a name="f526"></a>MyWidget::initChoices(TQWidget* parent) { <a href="ntqlistbox.html">TQListBox</a>* lb = new <a href="ntqlistbox.html">TQListBox</a>( parent ); for ( int i = 0; choices[i]; i++ ) -<a name="x1925"></a> lb-><a href="ntqlistbox.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>( choices[i] ) ); +<a name="x1925"></a> lb-><a href="ntqlistbox.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>( choices[i] ) ); } <a name="x1927"></a>void MyWidget::<a href="ntqwidget.html#closeEvent">closeEvent</a>(TQCloseEvent* e) @@ -293,7 +293,7 @@ int main( int argc, char** argv ) MyWidget* w = showLang((const char*)qm[i]); if( w == 0 ) exit( 0 ); - TQObject::<a href="ntqobject.html#connect">connect</a>(w, TQ_SIGNAL(closed()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); + TQObject::<a href="tqobject.html#connect">connect</a>(w, TQ_SIGNAL(closed()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); <a name="x1953"></a> w-><a href="ntqwidget.html#setGeometry">setGeometry</a>(x,y,197,356); w-><a href="ntqwidget.html#show">show</a>(); if ( tight ) { diff --git a/doc/html/i18n.html b/doc/html/i18n.html index 837fb8cc8..75b00184e 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -168,7 +168,7 @@ language in the world can be processed transparently using familiar text processing operations. Also, since all TQt functions that present text to the user take a TQString as a parameter, there is no char* to TQString conversion overhead. -<p> Strings that are in "programmer space" (such as <a href="ntqobject.html">TQObject</a> names +<p> Strings that are in "programmer space" (such as <a href="tqobject.html">TQObject</a> names and file format texts) need not use TQString; the traditional char* or the <a href="ntqcstring.html">TQCString</a> class will suffice. <p> You're unlikely to notice that you are using Unicode; @@ -178,7 +178,7 @@ const char* and char from traditional C. </h3> <a name="1-2"></a><p> Wherever your program uses <tt>"quoted text"</tt> for text that will be presented to the user, ensure that it is processed by the <a href="ntqapplication.html#translate">TQApplication::translate</a>() function. Essentially all that is necessary -to achieve this is to use <a href="ntqobject.html#tr">TQObject::tr</a>(). For example, assuming the +to achieve this is to use <a href="tqobject.html#tr">TQObject::tr</a>(). For example, assuming the <tt>LoginWidget</tt> is a subclass of TQWidget: <p> <pre> LoginWidget::LoginWidget() @@ -191,7 +191,7 @@ to achieve this is to use <a href="ntqobject.html#tr">TQObject::tr</a>(). For ex <p> This accounts for 99% of the user-visible strings you're likely to write. <p> If the quoted text is not in a member function of a -<a href="ntqobject.html">TQObject</a> subclass, use either the tr() function of an +<a href="tqobject.html">TQObject</a> subclass, use either the tr() function of an appropriate class, or the <a href="ntqapplication.html#translate">TQApplication::translate</a>() function directly: <p> <pre> @@ -251,8 +251,8 @@ defined, you'll be very likely to catch any strings you are missing. See <a href="ntqstring.html#fromLatin1">TQString::fromLatin1</a>() for more information. Disabling the conversion can make programming a bit cumbersome. <p> If your source language uses characters outside Latin-1, you -might find <a href="ntqobject.html#trUtf8">TQObject::trUtf8</a>() more convenient than -<a href="ntqobject.html#tr">TQObject::tr</a>(), as tr() depends on the +might find <a href="tqobject.html#trUtf8">TQObject::trUtf8</a>() more convenient than +<a href="tqobject.html#tr">TQObject::tr</a>(), as tr() depends on the <a href="ntqapplication.html#defaultCodec">TQApplication::defaultCodec</a>(), which makes it more fragile than TQObject::trUtf8(). <p> <h3> Use <a href="ntqkeysequence.html">TQKeySequence</a>() for Accelerator Values @@ -482,7 +482,7 @@ to the user's language settings while they are still running. To make widgets aware of changes to the system language, implement a public slot called <tt>languageChange()</tt> in each widget that needs to be notified. In this slot, you should update the text displayed by widgets using the -<a href="ntqobject.html#tr">TQObject::tr</a>(){tr()} function in the usual way; for example: +<a href="tqobject.html#tr">TQObject::tr</a>(){tr()} function in the usual way; for example: <p> <pre> void MyWidget::languageChange() { diff --git a/doc/html/iconview-example.html b/doc/html/iconview-example.html index fe9db0dc3..3f7a20ba3 100644 --- a/doc/html/iconview-example.html +++ b/doc/html/iconview-example.html @@ -56,7 +56,7 @@ view modes, rubberband selection, etc. #include <<a href="qmime-h.html">ntqmime.h</a>> #include <stdio.h> -class ListenDND : public <a href="ntqobject.html">TQObject</a> +class ListenDND : public <a href="tqobject.html">TQObject</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> @@ -101,9 +101,9 @@ int main( int argc, char **argv ) qiconview.<a href="ntqwidget.html#setCaption">setCaption</a>( "TQt Example - Iconview" ); ListenDND listen_dnd( &qiconview ); -<a name="x1460"></a><a name="x1455"></a> TQObject::<a href="ntqobject.html#connect">connect</a>( &qiconview, TQ_SIGNAL( <a href="ntqiconview.html#dropped">dropped</a>( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem> & ) ), +<a name="x1460"></a><a name="x1455"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &qiconview, TQ_SIGNAL( <a href="ntqiconview.html#dropped">dropped</a>( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem> & ) ), &listen_dnd, TQ_SLOT( dropped( <a href="qdropevent.html">TQDropEvent</a> * ) ) ); -<a name="x1456"></a> TQObject::<a href="ntqobject.html#connect">connect</a>( &qiconview, TQ_SIGNAL( <a href="ntqiconview.html#moved">moved</a>() ), &listen_dnd, TQ_SLOT( moved() ) ); +<a name="x1456"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &qiconview, TQ_SIGNAL( <a href="ntqiconview.html#moved">moved</a>() ), &listen_dnd, TQ_SLOT( moved() ) ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &qiconview ); <a name="x1462"></a> qiconview.<a href="ntqwidget.html#show">show</a>(); diff --git a/doc/html/iconview-simple_dd-main-cpp.html b/doc/html/iconview-simple_dd-main-cpp.html index 09ac4629c..985145657 100644 --- a/doc/html/iconview-simple_dd-main-cpp.html +++ b/doc/html/iconview-simple_dd-main-cpp.html @@ -203,7 +203,7 @@ int main( int argc, char *argv[] ) split-><a href="ntqwidget.html#show">show</a>(); // Set up the connection so that we can drop items into the icon view - TQObject::<a href="ntqobject.html#connect">connect</a>( + TQObject::<a href="tqobject.html#connect">connect</a>( <a name="x2821"></a> iv, TQ_SIGNAL(<a href="ntqiconview.html#dropped">dropped</a>(TQDropEvent*, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem>&)), iv, TQ_SLOT(slotNewItem(TQDropEvent*, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem>&))); diff --git a/doc/html/index b/doc/html/index index 416627c5f..b1e2ac680 100644 --- a/doc/html/index +++ b/doc/html/index @@ -4440,64 +4440,64 @@ "QNetworkProtocol::supportedOperations" ntqnetworkprotocol.html#supportedOperations "QNetworkProtocol::url" ntqnetworkprotocol.html#url "QNetworkProtocol::~QNetworkProtocol" ntqnetworkprotocol.html#~QNetworkProtocol -"TQObject" ntqobject.html -"TQObject::activate_signal" ntqobject.html#activate_signal -"TQObject::blockSignals" ntqobject.html#blockSignals -"TQObject::checkConnectArgs" ntqobject.html#checkConnectArgs -"TQObject::child" ntqobject.html#child -"TQObject::childEvent" ntqobject.html#childEvent -"TQObject::children" ntqobject.html#children -"TQObject::className" ntqobject.html#className -"TQObject::cleanupEventFilter" ntqobject.html#cleanupEventFilter -"TQObject::connect" ntqobject.html#connect -"TQObject::connectNotify" ntqobject.html#connectNotify -"TQObject::customEvent" ntqobject.html#customEvent -"TQObject::deleteLater" ntqobject.html#deleteLater -"TQObject::destroyed" ntqobject.html#destroyed -"TQObject::disconnect" ntqobject.html#disconnect -"TQObject::disconnectNotify" ntqobject.html#disconnectNotify -"TQObject::dumpObjectInfo" ntqobject.html#dumpObjectInfo -"TQObject::dumpObjectTree" ntqobject.html#dumpObjectTree -"TQObject::event" ntqobject.html#event -"TQObject::eventFilter" ntqobject.html#eventFilter -"TQObject::highPriority" ntqobject.html#highPriority -"TQObject::inherits" ntqobject.html#inherits -"TQObject::insertChild" ntqobject.html#insertChild -"TQObject::installEventFilter" ntqobject.html#installEventFilter -"TQObject::isA" ntqobject.html#isA -"TQObject::isWidgetType" ntqobject.html#isWidgetType -"TQObject::killTimer" ntqobject.html#killTimer -"TQObject::killTimers" ntqobject.html#killTimers -"TQObject::metaObject" ntqobject.html#metaObject -"TQObject::name" ntqobject.html#name -"TQObject::name" ntqobject.html#name-prop -"TQObject::normalizeSignalSlot" ntqobject.html#normalizeSignalSlot -"TQObject::objectTrees" ntqobject.html#objectTrees -"TQObject::parent" ntqobject.html#parent -"TQObject::property" ntqobject.html#property -"TQObject::queryList" ntqobject.html#queryList -"TQObject::removeChild" ntqobject.html#removeChild -"TQObject::removeEventFilter" ntqobject.html#removeEventFilter -"TQObject::sender" ntqobject.html#sender -"TQObject::setName" ntqobject.html#setName -"TQObject::setProperty" ntqobject.html#setProperty -"TQObject::signalsBlocked" ntqobject.html#signalsBlocked -"TQObject::startTimer" ntqobject.html#startTimer -"TQObject::timerEvent" ntqobject.html#timerEvent -"TQObject::tr" ntqobject.html#tr -"TQObject::trUtf8" ntqobject.html#trUtf8 -"TQObject::~TQObject" ntqobject.html#~TQObject -"QObjectCleanupHandler" ntqobjectcleanuphandler.html -"QObjectCleanupHandler::add" ntqobjectcleanuphandler.html#add -"QObjectCleanupHandler::clear" ntqobjectcleanuphandler.html#clear -"QObjectCleanupHandler::isEmpty" ntqobjectcleanuphandler.html#isEmpty -"QObjectCleanupHandler::remove" ntqobjectcleanuphandler.html#remove -"QObjectCleanupHandler::~QObjectCleanupHandler" ntqobjectcleanuphandler.html#~QObjectCleanupHandler -"QObjectList" ntqobjectlist.html -"QObjectList::operator=" ntqobjectlist.html#operator-eq -"QObjectList::~QObjectList" ntqobjectlist.html#~QObjectList -"QObjectListIterator" qobjectlistiterator.html -"QObjectListIterator::operator=" qobjectlistiterator.html#operator-eq +"TQObject" tqobject.html +"TQObject::activate_signal" tqobject.html#activate_signal +"TQObject::blockSignals" tqobject.html#blockSignals +"TQObject::checkConnectArgs" tqobject.html#checkConnectArgs +"TQObject::child" tqobject.html#child +"TQObject::childEvent" tqobject.html#childEvent +"TQObject::children" tqobject.html#children +"TQObject::className" tqobject.html#className +"TQObject::cleanupEventFilter" tqobject.html#cleanupEventFilter +"TQObject::connect" tqobject.html#connect +"TQObject::connectNotify" tqobject.html#connectNotify +"TQObject::customEvent" tqobject.html#customEvent +"TQObject::deleteLater" tqobject.html#deleteLater +"TQObject::destroyed" tqobject.html#destroyed +"TQObject::disconnect" tqobject.html#disconnect +"TQObject::disconnectNotify" tqobject.html#disconnectNotify +"TQObject::dumpObjectInfo" tqobject.html#dumpObjectInfo +"TQObject::dumpObjectTree" tqobject.html#dumpObjectTree +"TQObject::event" tqobject.html#event +"TQObject::eventFilter" tqobject.html#eventFilter +"TQObject::highPriority" tqobject.html#highPriority +"TQObject::inherits" tqobject.html#inherits +"TQObject::insertChild" tqobject.html#insertChild +"TQObject::installEventFilter" tqobject.html#installEventFilter +"TQObject::isA" tqobject.html#isA +"TQObject::isWidgetType" tqobject.html#isWidgetType +"TQObject::killTimer" tqobject.html#killTimer +"TQObject::killTimers" tqobject.html#killTimers +"TQObject::metaObject" tqobject.html#metaObject +"TQObject::name" tqobject.html#name +"TQObject::name" tqobject.html#name-prop +"TQObject::normalizeSignalSlot" tqobject.html#normalizeSignalSlot +"TQObject::objectTrees" tqobject.html#objectTrees +"TQObject::parent" tqobject.html#parent +"TQObject::property" tqobject.html#property +"TQObject::queryList" tqobject.html#queryList +"TQObject::removeChild" tqobject.html#removeChild +"TQObject::removeEventFilter" tqobject.html#removeEventFilter +"TQObject::sender" tqobject.html#sender +"TQObject::setName" tqobject.html#setName +"TQObject::setProperty" tqobject.html#setProperty +"TQObject::signalsBlocked" tqobject.html#signalsBlocked +"TQObject::startTimer" tqobject.html#startTimer +"TQObject::timerEvent" tqobject.html#timerEvent +"TQObject::tr" tqobject.html#tr +"TQObject::trUtf8" tqobject.html#trUtf8 +"TQObject::~TQObject" tqobject.html#~TQObject +"TQObjectCleanupHandler" tqobjectcleanuphandler.html +"TQObjectCleanupHandler::add" tqobjectcleanuphandler.html#add +"TQObjectCleanupHandler::clear" tqobjectcleanuphandler.html#clear +"TQObjectCleanupHandler::isEmpty" tqobjectcleanuphandler.html#isEmpty +"TQObjectCleanupHandler::remove" tqobjectcleanuphandler.html#remove +"TQObjectCleanupHandler::~TQObjectCleanupHandler" tqobjectcleanuphandler.html#~TQObjectCleanupHandler +"TQObjectList" tqobjectlist.html +"TQObjectList::operator=" tqobjectlist.html#operator-eq +"TQObjectList::~TQObjectList" tqobjectlist.html#~TQObjectList +"TQObjectListIterator" tqobjectlistiterator.html +"TQObjectListIterator::operator=" tqobjectlistiterator.html#operator-eq "QPNGImagePacker" qpngimagepacker.html "QPNGImagePacker::packImage" qpngimagepacker.html#packImage "QPNGImagePacker::setPixelAlignment" qpngimagepacker.html#setPixelAlignment @@ -8419,7 +8419,7 @@ "qstrncmp" ntqcstring.html#qstrncmp "qstrncpy" ntqcstring.html#qstrncpy "qstrnicmp" ntqcstring.html#qstrnicmp -"qt_find_obj_child" ntqobject.html#qt_find_obj_child +"qt_find_obj_child" tqobject.html#qt_find_obj_child "qtl" ntqtl.html "qws" qws.html "shared" shared.html diff --git a/doc/html/lineedits-example.html b/doc/html/lineedits-example.html index c450cc8a7..d2f5b7434 100644 --- a/doc/html/lineedits-example.html +++ b/doc/html/lineedits-example.html @@ -127,7 +127,7 @@ protected slots: combo1-><a href="ntqcombobox.html#insertItem">insertItem</a>( "No Echo" ); // ...and connect the activated() TQ_SIGNAL with the slotEchoChanged() TQ_SLOT to be able // to react when an item is selected -<a name="x170"></a> <a href="ntqobject.html#connect">connect</a>( combo1, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotEchoChanged( int ) ) ); +<a name="x170"></a> <a href="tqobject.html#connect">connect</a>( combo1, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotEchoChanged( int ) ) ); // insert the first LineEdit lined1 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); @@ -148,7 +148,7 @@ protected slots: combo2-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Integer Validator" ); combo2-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Double Validator" ); // ...and again the activated() TQ_SIGNAL gets connected with a TQ_SLOT - <a href="ntqobject.html#connect">connect</a>( combo2, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotValidatorChanged( int ) ) ); + <a href="tqobject.html#connect">connect</a>( combo2, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotValidatorChanged( int ) ) ); // and the second LineEdit lined2 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); @@ -169,7 +169,7 @@ protected slots: combo3-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Centered" ); combo3-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Right" ); // ...and again the activated() TQ_SIGNAL gets connected with a TQ_SLOT - <a href="ntqobject.html#connect">connect</a>( combo3, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotAlignmentChanged( int ) ) ); + <a href="tqobject.html#connect">connect</a>( combo3, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotAlignmentChanged( int ) ) ); // and the third lineedit lined3 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); @@ -192,7 +192,7 @@ protected slots: combo4-><a href="ntqcombobox.html#insertItem">insertItem</a>( "License key" ); // ...this time we use the activated( const <a href="ntqstring.html">TQString</a> & ) signal - <a href="ntqobject.html#connect">connect</a>( combo4, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), + <a href="tqobject.html#connect">connect</a>( combo4, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotInputMaskChanged( int ) ) ); // and the fourth lineedit @@ -212,7 +212,7 @@ protected slots: combo5-><a href="ntqcombobox.html#insertItem">insertItem</a>( "False" ); combo5-><a href="ntqcombobox.html#insertItem">insertItem</a>( "True" ); // ...and again the activated() TQ_SIGNAL gets connected with a TQ_SLOT - <a href="ntqobject.html#connect">connect</a>( combo5, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotReadOnlyChanged( int ) ) ); + <a href="tqobject.html#connect">connect</a>( combo5, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotReadOnlyChanged( int ) ) ); // and the last lineedit lined5 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); diff --git a/doc/html/linguist-manual-4.html b/doc/html/linguist-manual-4.html index 4f7e2e97a..7c4009ae9 100644 --- a/doc/html/linguist-manual-4.html +++ b/doc/html/linguist-manual-4.html @@ -83,8 +83,8 @@ body { background: #ffffff; color: black; } <pre> button = new TQPushButton( tr("&Quit"), this); </pre> -<!-- index TQ_OBJECT --><p>All <a href="ntqobject.html">TQObject</a> subclasses that use the <tt>TQ_OBJECT</tt> macro implement the <tt>tr()</tt> function.</p> -<p>Although the <tt>tr()</tt> call is normally made directly since it is usually called as a member function of a <a href="ntqobject.html">TQObject</a> subclass, in other cases an explicit class name can be supplied, for example:</p> +<!-- index TQ_OBJECT --><p>All <a href="tqobject.html">TQObject</a> subclasses that use the <tt>TQ_OBJECT</tt> macro implement the <tt>tr()</tt> function.</p> +<p>Although the <tt>tr()</tt> call is normally made directly since it is usually called as a member function of a <a href="tqobject.html">TQObject</a> subclass, in other cases an explicit class name can be supplied, for example:</p> <pre> TQPushButton::tr("&Quit") </pre> @@ -102,8 +102,8 @@ body { background: #ffffff; color: black; } rbh = new TQRadioButton( tr("Enabled", "Hue frame"), this ); </pre> <!-- index Ctrl Key --><p>Ctrl key accelerators are also translatable:</p> -<pre> file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()), - <a href="ntqobject.html#tr">tr</a>("Ctrl+Q", "Quit") ); +<pre> file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()), + <a href="tqobject.html#tr">tr</a>("Ctrl+Q", "Quit") ); </pre> <p>It is strongly recommended that the two argument form of <tt>tr()</tt> is used for Ctrl key accelerators. The second argument is the only clue the translator has as to the function performed by the accelerator.</p> <h4><a name="1-5"></a>Helping The Translator With Navigation Information</h4> @@ -202,7 +202,7 @@ int main( int argc, char **argv ) translator.<a href="ntqtranslator.html#load">load</a>( "tt1_la", "." ); app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &translator ); - <a href="ntqpushbutton.html">TQPushButton</a> hello( TQPushButton::<a href="ntqobject.html#tr">tr</a>("Hello world!"), 0 ); + <a href="ntqpushbutton.html">TQPushButton</a> hello( TQPushButton::<a href="tqobject.html#tr">tr</a>("Hello world!"), 0 ); app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &hello ); hello.<a href="ntqwidget.html#show">show</a>(); @@ -224,10 +224,10 @@ int main( int argc, char **argv ) <!-- index TQApplication!installTranslator() --><!-- index installTranslator()!TQApplication --><pre> app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &translator ); </pre> <p>Adds the translations from <tt>tt1_la.qm</tt> to the pool of translations used by the program.</p> -<!-- index Hello World --><pre> <a href="ntqpushbutton.html">TQPushButton</a> hello( TQPushButton::<a href="ntqobject.html#tr">tr</a>("Hello world!"), 0 ); +<!-- index Hello World --><pre> <a href="ntqpushbutton.html">TQPushButton</a> hello( TQPushButton::<a href="tqobject.html#tr">tr</a>("Hello world!"), 0 ); </pre> <p>Creates a push button that displays "Hello world!". If <tt>tt1_la.qm</tt> was found and contains a translation for "Hello world!", the translation appears; if not, the source text appears.</p> -<!-- index tr() --><!-- index TQObject!tr() --><p>All classes that inherit <a href="ntqobject.html">TQObject</a> have a <tt>tr()</tt> function. Inside a member function of a <a href="ntqobject.html">TQObject</a> class, we simply write <tt>tr("Hello world!")</tt> instead of <tt>TQPushButton::tr("Hello world!")</tt> or <tt>TQObject::tr("Hello world!")</tt>.</p> +<!-- index tr() --><!-- index TQObject!tr() --><p>All classes that inherit <a href="tqobject.html">TQObject</a> have a <tt>tr()</tt> function. Inside a member function of a <a href="tqobject.html">TQObject</a> class, we simply write <tt>tr("Hello world!")</tt> instead of <tt>TQPushButton::tr("Hello world!")</tt> or <tt>TQObject::tr("Hello world!")</tt>.</p> <h5><a name="2-1-2"></a>Running the Application in English</h5> <!-- index English Language --><p>Since we haven't made the translation file <tt>tt1_la.qm</tt>, the source text is shown when we run the application:</p> <p align="center"><img align="middle" src="tt1_en.png" width="112" height="49"> @@ -321,7 +321,7 @@ TRANSLATIONS = tt2_fr.ts \ </pre> <p>Knowing which class each source text appears in enables <em>TQt Linguist</em> to group texts that are logically related together, e.g. all the text in a dialog will have the context of the dialog's class name and will be shown together. This provides useful information for the translator since the context in which text appears may influence how it should be translated. For some translations keyboard accelerators may need to be changed and having all the source texts in a particular context (class) grouped together makes it easier for the translator to perform any accelerator changes without introducing conflicts.</p> <p>In <tt>arrowpad.cpp</tt> we implement the <tt>ArrowPad</tt> class.</p> -<pre> (void) new <a href="ntqpushbutton.html">TQPushButton</a>( <a href="ntqobject.html#tr">tr</a>("&Up"), this ); +<pre> (void) new <a href="ntqpushbutton.html">TQPushButton</a>( <a href="tqobject.html#tr">tr</a>("&Up"), this ); </pre> <p>We call <tt>ArrowPad::tr()</tt> for each button's label since the labels are user-visible text.</p> <p align="center"><img align="middle" src="tt2_en.png" width="170" height="157"> @@ -336,8 +336,8 @@ TRANSLATIONS = tt2_fr.ts \ <pre> ArrowPad *ap = new ArrowPad( this, "arrow pad" ); </pre> <p>We also call <tt>MainWindow::tr()</tt> twice, once for the menu item and once for the accelerator.</p> -<!-- index Ctrl Key --><!-- index Alt Key --><pre> file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()), - <a href="ntqobject.html#tr">tr</a>("Ctrl+Q", "Quit") ); +<!-- index Ctrl Key --><!-- index Alt Key --><pre> file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()), + <a href="tqobject.html#tr">tr</a>("Ctrl+Q", "Quit") ); </pre> <p>Note the use of <tt>tr()</tt> to support different keys in other languages. "Ctrl+Q" is a good choice for Quit in English, but a Dutch translator might want to use "Ctrl+A" (for Afsluiten) and a German translator "Strg+E" (for Beenden). When using <tt>tr()</tt> for Ctrl key accelerators, the two argument form should be used with the second argument describing the function that the accelerator performs.</p> <!-- index main() --><p>Our <tt>main()</tt> function is defined in <tt>main.cpp</tt> as usual.</p> @@ -431,36 +431,36 @@ TRANSLATIONS = tt3_pt.ts <!-- index TQ_OBJECT --><!-- index PrintPanel!in Translation Tutorial --> <p>PrintPanel is a <a href="ntqwidget.html">TQWidget</a>. It needs the <tt>TQ_OBJECT</tt> macro for <tt>tr()</tt> to work properly.</p> <p>The implementation file is <tt>printpanel.cpp</tt>.</p> <pre> /* - <a href="ntqlabel.html">TQLabel</a> *lab = new <a href="ntqlabel.html">TQLabel</a>( <a href="ntqobject.html#tr">tr</a>("<b>TROLL PRINT</b>"), this ); + <a href="ntqlabel.html">TQLabel</a> *lab = new <a href="ntqlabel.html">TQLabel</a>( <a href="tqobject.html#tr">tr</a>("<b>TROLL PRINT</b>"), this ); lab-><a href="ntqlabel.html#setAlignment">setAlignment</a>( <a href="ntqt.html#AlignmentFlags-enum">AlignCenter</a> ); */ </pre> <!-- index Troll Print --> <p>Some of the code is commented out in Troll Print 1.0; you will uncomment it later, for Troll Print 1.1.</p> <pre> <a href="ntqhbuttongroup.html">TQHButtonGroup</a> *twoSided = new <a href="ntqhbuttongroup.html">TQHButtonGroup</a>( this ); - twoSided-><a href="ntqgroupbox.html#setTitle">setTitle</a>( <a href="ntqobject.html#tr">tr</a>("2-sided") ); - but = new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="ntqobject.html#tr">tr</a>("Enabled"), twoSided ); - but = new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="ntqobject.html#tr">tr</a>("Disabled"), twoSided ); + twoSided-><a href="ntqgroupbox.html#setTitle">setTitle</a>( <a href="tqobject.html#tr">tr</a>("2-sided") ); + but = new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>("Enabled"), twoSided ); + but = new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>("Disabled"), twoSided ); but-><a href="ntqbutton.html#toggle">toggle</a>(); <a href="ntqhbuttongroup.html">TQHButtonGroup</a> *colors = new <a href="ntqhbuttongroup.html">TQHButtonGroup</a>( this ); - colors-><a href="ntqgroupbox.html#setTitle">setTitle</a>( <a href="ntqobject.html#tr">tr</a>("Colors") ); - but = new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="ntqobject.html#tr">tr</a>("Enabled"), colors ); - but = new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="ntqobject.html#tr">tr</a>("Disabled"), colors ); + colors-><a href="ntqgroupbox.html#setTitle">setTitle</a>( <a href="tqobject.html#tr">tr</a>("Colors") ); + but = new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>("Enabled"), colors ); + but = new <a href="ntqradiobutton.html">TQRadioButton</a>( <a href="tqobject.html#tr">tr</a>("Disabled"), colors ); but-><a href="ntqbutton.html#toggle">toggle</a>(); </pre> <p>Notice the two occurrences of <tt>tr("Enabled")</tt> and of <tt>tr("Disabled")</tt> in PrintPanel. Since both "Enabled"s and "Disabled"s appear in the same context <em>TQt Linguist</em> will only display one occurrence of each and will use the same translations for the duplicates that it doesn't display. Whilst this is a useful timesaver, in some languages, such as Portuguese, the second occurrence requires a separate translation. We will see how <em>TQt Linguist</em> can be made to display all the occurrences for separate translation shortly.</p> <!-- index MainWindow!in Translation Tutorial --><p>The header file for <tt>MainWindow</tt>, <tt>mainwindow.h</tt>, contains no surprises. In the implementation, <tt>mainwindow.cpp</tt>, we have some user-visible source texts that must be marked for translation.</p> -<pre> <a href="ntqwidget.html#setCaption">setCaption</a>( <a href="ntqobject.html#tr">tr</a>("Troll Print 1.0") ); +<pre> <a href="ntqwidget.html#setCaption">setCaption</a>( <a href="tqobject.html#tr">tr</a>("Troll Print 1.0") ); </pre> <p>We must translate the window's caption.</p> -<pre> file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()), - <a href="ntqobject.html#tr">tr</a>("Ctrl+Q", "Quit") ); +<pre> file-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()), + <a href="tqobject.html#tr">tr</a>("Ctrl+Q", "Quit") ); <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="ntqobject.html#tr">tr</a>("&About"), this, TQ_SLOT(about()), Key_F1 ); - help-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>("About &TQt"), this, TQ_SLOT(aboutTQt()) ); + help-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("&About"), this, TQ_SLOT(about()), Key_F1 ); + help-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("About &TQt"), this, TQ_SLOT(aboutTQt()) ); - <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="ntqobject.html#tr">tr</a>("&File"), file ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="tqobject.html#tr">tr</a>("&File"), file ); <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertSeparator(); - <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="ntqobject.html#tr">tr</a>("&Help"), help ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="tqobject.html#tr">tr</a>("&Help"), help ); </pre> <p>We also need to translate the menu items. Note that the two argument form of <tt>tr()</tt> is used for the keyboard accelerator, "Ctrl+Q", since the second argument is the only clue the translator has to indicate what function that accelerator will perform.</p> <pre> <a href="ntqtranslator.html">TQTranslator</a> translator( 0 ); diff --git a/doc/html/listbox-example.html b/doc/html/listbox-example.html index 82fce5b39..4e9ea2919 100644 --- a/doc/html/listbox-example.html +++ b/doc/html/listbox-example.html @@ -135,7 +135,7 @@ private: <a name="x1428"></a> bg-><a href="ntqbuttongroup.html#insert">insert</a>( b ); <a name="x1425"></a> v-><a href="qboxlayout.html#addWidget">addWidget</a>( b ); <a name="x1440"></a> b-><a href="ntqradiobutton.html#setChecked">setChecked</a>( TRUE ); -<a name="x1426"></a> <a href="ntqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setNumCols()) ); +<a name="x1426"></a> <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setNumCols()) ); <a href="qhboxlayout.html">TQHBoxLayout</a> * h = new <a href="qhboxlayout.html">TQHBoxLayout</a>; <a name="x1422"></a> v-><a href="qboxlayout.html#addLayout">addLayout</a>( h ); <a name="x1423"></a> h-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 30 ); @@ -151,7 +151,7 @@ private: this ); bg-><a href="ntqbuttongroup.html#insert">insert</a>( b ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( b ); - <a href="ntqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setColsByWidth()) ); + <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setColsByWidth()) ); v-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 12 ); @@ -160,7 +160,7 @@ private: this ); bg-><a href="ntqbuttongroup.html#insert">insert</a>( b ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( b ); - <a href="ntqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setNumRows()) ); + <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setNumRows()) ); h = new <a href="qhboxlayout.html">TQHBoxLayout</a>; v-><a href="qboxlayout.html#addLayout">addLayout</a>( h ); h-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 30 ); @@ -177,30 +177,30 @@ private: this ); bg-><a href="ntqbuttongroup.html#insert">insert</a>( b ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( b ); - <a href="ntqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setRowsByHeight()) ); + <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(setRowsByHeight()) ); v-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 12 ); <a href="ntqcheckbox.html">TQCheckBox</a> * cb = new <a href="ntqcheckbox.html">TQCheckBox</a>( "Variable-height rows", this ); <a name="x1429"></a> cb-><a href="ntqcheckbox.html#setChecked">setChecked</a>( TRUE ); -<a name="x1427"></a> <a href="ntqobject.html#connect">connect</a>( cb, TQ_SIGNAL(<a href="ntqbutton.html#toggled">toggled</a>(bool)), this, TQ_SLOT(setVariableHeight(bool)) ); +<a name="x1427"></a> <a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL(<a href="ntqbutton.html#toggled">toggled</a>(bool)), this, TQ_SLOT(setVariableHeight(bool)) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( cb ); v-><a href="qboxlayout.html#addSpacing">addSpacing</a>( 6 ); cb = new <a href="ntqcheckbox.html">TQCheckBox</a>( "Variable-width columns", this ); - <a href="ntqobject.html#connect">connect</a>( cb, TQ_SIGNAL(<a href="ntqbutton.html#toggled">toggled</a>(bool)), this, TQ_SLOT(setVariableWidth(bool)) ); + <a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL(<a href="ntqbutton.html#toggled">toggled</a>(bool)), this, TQ_SLOT(setVariableWidth(bool)) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( cb ); cb = new <a href="ntqcheckbox.html">TQCheckBox</a>( "Extended-Selection", this ); - <a href="ntqobject.html#connect">connect</a>( cb, TQ_SIGNAL(<a href="ntqbutton.html#toggled">toggled</a>(bool)), this, TQ_SLOT(setMultiSelection(bool)) ); + <a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL(<a href="ntqbutton.html#toggled">toggled</a>(bool)), this, TQ_SLOT(setMultiSelection(bool)) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( cb ); <a href="ntqpushbutton.html">TQPushButton</a> *pb = new <a href="ntqpushbutton.html">TQPushButton</a>( "Sort ascending", this ); - <a href="ntqobject.html#connect">connect</a>( pb, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( sortAscending() ) ); + <a href="tqobject.html#connect">connect</a>( pb, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( sortAscending() ) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( pb ); pb = new <a href="ntqpushbutton.html">TQPushButton</a>( "Sort descending", this ); - <a href="ntqobject.html#connect">connect</a>( pb, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( sortDescending() ) ); + <a href="tqobject.html#connect">connect</a>( pb, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( sortDescending() ) ); v-><a href="qboxlayout.html#addWidget">addWidget</a>( pb ); <a name="x1424"></a> v-><a href="qboxlayout.html#addStretch">addStretch</a>( 100 ); @@ -214,8 +214,8 @@ private: rows-><a href="ntqrangecontrol.html#setRange">setRange</a>( 1, 256 ); rows-><a href="ntqspinbox.html#setValue">setValue</a>( 256 ); -<a name="x1445"></a> <a href="ntqobject.html#connect">connect</a>( columns, TQ_SIGNAL(<a href="ntqspinbox.html#valueChanged">valueChanged</a>(int)), this, TQ_SLOT(setNumCols()) ); - <a href="ntqobject.html#connect">connect</a>( rows, TQ_SIGNAL(<a href="ntqspinbox.html#valueChanged">valueChanged</a>(int)), this, TQ_SLOT(setNumRows()) ); +<a name="x1445"></a> <a href="tqobject.html#connect">connect</a>( columns, TQ_SIGNAL(<a href="ntqspinbox.html#valueChanged">valueChanged</a>(int)), this, TQ_SLOT(setNumCols()) ); + <a href="tqobject.html#connect">connect</a>( rows, TQ_SIGNAL(<a href="ntqspinbox.html#valueChanged">valueChanged</a>(int)), this, TQ_SLOT(setNumRows()) ); } diff --git a/doc/html/listboxcombo-example.html b/doc/html/listboxcombo-example.html index 668bff718..e51fc7cc2 100644 --- a/doc/html/listboxcombo-example.html +++ b/doc/html/listboxcombo-example.html @@ -167,7 +167,7 @@ protected: // Create a pushbutton... <a href="ntqpushbutton.html">TQPushButton</a> *arrow1 = new <a href="ntqpushbutton.html">TQPushButton</a>( " -> ", row1 ); // ...and connect the clicked TQ_SIGNAL with the TQ_SLOT slotLeft2Right - <a href="ntqobject.html#connect">connect</a>( arrow1, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotLeft2Right() ) ); + <a href="tqobject.html#connect">connect</a>( arrow1, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotLeft2Right() ) ); // create an empty single-selection ListBox lb2 = new <a href="ntqlistbox.html">TQListBox</a>( row1 ); @@ -212,8 +212,8 @@ protected: } // Connect the activated SIGNALs of the Comboboxes with SLOTs -<a name="x1398"></a> <a href="ntqobject.html#connect">connect</a>( cb1, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( slotCombo1Activated( const <a href="ntqstring.html">TQString</a> & ) ) ); - <a href="ntqobject.html#connect">connect</a>( cb2, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( slotCombo2Activated( const <a href="ntqstring.html">TQString</a> & ) ) ); +<a name="x1398"></a> <a href="tqobject.html#connect">connect</a>( cb1, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( slotCombo1Activated( const <a href="ntqstring.html">TQString</a> & ) ) ); + <a href="tqobject.html#connect">connect</a>( cb2, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( slotCombo2Activated( const <a href="ntqstring.html">TQString</a> & ) ) ); } /* diff --git a/doc/html/listviews-example.html b/doc/html/listviews-example.html index d22ed98bc..255012333 100644 --- a/doc/html/listviews-example.html +++ b/doc/html/listviews-example.html @@ -53,7 +53,7 @@ and works like the main window of a mail client. #include <<a href="qsplitter-h.html">ntqsplitter.h</a>> #include <<a href="qstring-h.html">ntqstring.h</a>> -#include <<a href="qobject-h.html">ntqobject.h</a>> +#include <<a href="tqobject-h.html">tqobject.h</a>> #include <<a href="qdatetime-h.html">ntqdatetime.h</a>> #include <<a href="qptrlist-h.html">ntqptrlist.h</a>> #include <<a href="qlistview-h.html">ntqlistview.h</a>> @@ -118,7 +118,7 @@ protected: // ----------------------------------------------------------------- -class Folder : public <a href="ntqobject.html">TQObject</a> +class Folder : public <a href="tqobject.html">TQObject</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> @@ -149,7 +149,7 @@ public: FolderListItem( <a href="ntqlistview.html">TQListView</a> *parent, Folder *f ); FolderListItem( FolderListItem *parent, Folder *f ); - void insertSubFolders( const <a href="ntqobjectlist.html">TQObjectList</a> *lst ); + void insertSubFolders( const <a href="tqobjectlist.html">TQObjectList</a> *lst ); Folder *folder() { return myFolder; } @@ -224,7 +224,7 @@ protected slots: #include <<a href="qlabel-h.html">ntqlabel.h</a>> #include <<a href="qpainter-h.html">ntqpainter.h</a>> #include <<a href="qpalette-h.html">ntqpalette.h</a>> -#include <<a href="qobjectlist-h.html">ntqobjectlist.h</a>> +#include <<a href="tqobjectlist-h.html">tqobjectlist.h</a>> #include <<a href="qpopupmenu-h.html">ntqpopupmenu.h</a>> #include <<a href="qheader-h.html">ntqheader.h</a>> #include <<a href="qregexp-h.html">ntqregexp.h</a>> @@ -250,7 +250,7 @@ MessageHeader &MessageHeader::operator=( const MessageHeader &mh ) // ----------------------------------------------------------------- <a name="f208"></a>Folder::Folder( Folder *parent, const <a href="ntqstring.html">TQString</a> &name ) - : <a href="ntqobject.html">TQObject</a>( parent, name ), fName( name ) + : <a href="tqobject.html">TQObject</a>( parent, name ), fName( name ) { lstMessages.setAutoDelete( TRUE ); } @@ -278,10 +278,10 @@ FolderListItem::FolderListItem( FolderListItem *parent, Folder *f ) insertSubFolders( myFolder->children() ); } -void <a name="f210"></a>FolderListItem::insertSubFolders( const <a href="ntqobjectlist.html">TQObjectList</a> *lst ) +void <a name="f210"></a>FolderListItem::insertSubFolders( const <a href="tqobjectlist.html">TQObjectList</a> *lst ) { Folder *f; - for ( f = ( Folder* )( ( <a href="ntqobjectlist.html">TQObjectList</a>* )lst )->first(); f; f = ( Folder* )( ( <a href="ntqobjectlist.html">TQObjectList</a>* )lst )->next() ) + for ( f = ( Folder* )( ( <a href="tqobjectlist.html">TQObjectList</a>* )lst )->first(); f; f = ( Folder* )( ( <a href="tqobjectlist.html">TQObjectList</a>* )lst )->next() ) (void)new FolderListItem( this, f ); } @@ -339,7 +339,7 @@ void <a name="f210"></a>FolderListItem::insertSubFolders( const <a href="ntqobje menu = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( messages ); for( int i = 1; i <= 10; i++ ) menu-><a href="ntqmenudata.html#insertItem">insertItem</a>( TQString( "Context Item %1" ).arg( i ) ); -<a name="x143"></a> <a href="ntqobject.html#connect">connect</a>(messages, TQ_SIGNAL( <a href="ntqlistview.html#contextMenuRequested">contextMenuRequested</a>( <a href="qlistviewitem.html">TQListViewItem</a> *, const <a href="ntqpoint.html">TQPoint</a>& , int ) ), +<a name="x143"></a> <a href="tqobject.html#connect">connect</a>(messages, TQ_SIGNAL( <a href="ntqlistview.html#contextMenuRequested">contextMenuRequested</a>( <a href="qlistviewitem.html">TQListViewItem</a> *, const <a href="ntqpoint.html">TQPoint</a>& , int ) ), this, TQ_SLOT( slotRMB( <a href="qlistviewitem.html">TQListViewItem</a> *, const <a href="ntqpoint.html">TQPoint</a> &, int ) ) ); <a name="x161"></a> vsplitter-><a href="ntqsplitter.html#setResizeMode">setResizeMode</a>( messages, TQSplitter::KeepSize ); @@ -347,11 +347,11 @@ void <a name="f210"></a>FolderListItem::insertSubFolders( const <a href="ntqobje message-><a href="ntqlabel.html#setAlignment">setAlignment</a>( TQt::AlignTop ); <a name="x163"></a> message-><a href="ntqwidget.html#setBackgroundMode">setBackgroundMode</a>( PaletteBase ); -<a name="x148"></a> <a href="ntqobject.html#connect">connect</a>( folders, TQ_SIGNAL( <a href="ntqlistview.html#selectionChanged">selectionChanged</a>( <a href="qlistviewitem.html">TQListViewItem</a>* ) ), +<a name="x148"></a> <a href="tqobject.html#connect">connect</a>( folders, TQ_SIGNAL( <a href="ntqlistview.html#selectionChanged">selectionChanged</a>( <a href="qlistviewitem.html">TQListViewItem</a>* ) ), this, TQ_SLOT( slotFolderChanged( <a href="qlistviewitem.html">TQListViewItem</a>* ) ) ); - <a href="ntqobject.html#connect">connect</a>( messages, TQ_SIGNAL( <a href="ntqlistview.html#selectionChanged">selectionChanged</a>() ), + <a href="tqobject.html#connect">connect</a>( messages, TQ_SIGNAL( <a href="ntqlistview.html#selectionChanged">selectionChanged</a>() ), this, TQ_SLOT( slotMessageChanged() ) ); -<a name="x144"></a> <a href="ntqobject.html#connect">connect</a>( messages, TQ_SIGNAL( <a href="ntqlistview.html#currentChanged">currentChanged</a>( <a href="qlistviewitem.html">TQListViewItem</a> * ) ), +<a name="x144"></a> <a href="tqobject.html#connect">connect</a>( messages, TQ_SIGNAL( <a href="ntqlistview.html#currentChanged">currentChanged</a>( <a href="qlistviewitem.html">TQListViewItem</a> * ) ), this, TQ_SLOT( slotMessageChanged() ) ); <a name="x154"></a> messages-><a href="ntqlistview.html#setSelectionMode">setSelectionMode</a>( TQListView::Extended ); diff --git a/doc/html/mail-example.html b/doc/html/mail-example.html index edee5f5e9..312d72e34 100644 --- a/doc/html/mail-example.html +++ b/doc/html/mail-example.html @@ -51,14 +51,14 @@ SMTP protocol. #ifndef SMTP_H #define SMTP_H -#include <<a href="qobject-h.html">ntqobject.h</a>> +#include <<a href="tqobject-h.html">tqobject.h</a>> #include <<a href="qstring-h.html">ntqstring.h</a>> class TQSocket; class TQTextStream; class TQDns; -class Smtp : public <a href="ntqobject.html">TQObject</a> +class Smtp : public <a href="tqobject.html">TQObject</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> @@ -127,13 +127,13 @@ private: const <a href="ntqstring.html">TQString</a> &body ) { socket = new <a href="ntqsocket.html">TQSocket</a>( this ); -<a name="x714"></a> <a href="ntqobject.html#connect">connect</a> ( socket, TQ_SIGNAL( <a href="ntqsocket.html#readyRead">readyRead</a>() ), +<a name="x714"></a> <a href="tqobject.html#connect">connect</a> ( socket, TQ_SIGNAL( <a href="ntqsocket.html#readyRead">readyRead</a>() ), this, TQ_SLOT( readyRead() ) ); -<a name="x711"></a> <a href="ntqobject.html#connect">connect</a> ( socket, TQ_SIGNAL( <a href="ntqsocket.html#connected">connected</a>() ), +<a name="x711"></a> <a href="tqobject.html#connect">connect</a> ( socket, TQ_SIGNAL( <a href="ntqsocket.html#connected">connected</a>() ), this, TQ_SLOT( connected() ) ); <a name="x717"></a><a name="x715"></a> mxLookup = new <a href="ntqdns.html">TQDns</a>( to.<a href="ntqstring.html#mid">mid</a>( to.<a href="ntqstring.html#find">find</a>( '@' )+1 ), TQDns::Mx ); -<a name="x707"></a> <a href="ntqobject.html#connect">connect</a>( mxLookup, TQ_SIGNAL(<a href="ntqdns.html#resultsReady">resultsReady</a>()), +<a name="x707"></a> <a href="tqobject.html#connect">connect</a>( mxLookup, TQ_SIGNAL(<a href="ntqdns.html#resultsReady">resultsReady</a>()), this, TQ_SLOT(dnsLookupHelper()) ); <a name="x716"></a> message = TQString::<a href="ntqstring.html#fromLatin1">fromLatin1</a>( "From: " ) + from + @@ -164,11 +164,11 @@ void <a name="f298"></a>Smtp::dnsLookupHelper() <a name="x706"></a> <a href="ntqvaluelist.html">TQValueList</a><TQDns::MailServer> s = mxLookup-><a href="ntqdns.html#mailServers">mailServers</a>(); <a name="x720"></a> if ( s.<a href="ntqvaluelist.html#isEmpty">isEmpty</a>() ) { <a name="x705"></a> if ( !mxLookup-><a href="ntqdns.html#isWorking">isWorking</a>() ) - emit status( <a href="ntqobject.html#tr">tr</a>( "Error in MX record lookup" ) ); + emit status( <a href="tqobject.html#tr">tr</a>( "Error in MX record lookup" ) ); return; } -<a name="x719"></a> emit status( <a href="ntqobject.html#tr">tr</a>( "Connecting to %1" ).arg( s.<a href="ntqvaluelist.html#first">first</a>().name ) ); +<a name="x719"></a> emit status( <a href="tqobject.html#tr">tr</a>( "Connecting to %1" ).arg( s.<a href="ntqvaluelist.html#first">first</a>().name ) ); <a name="x710"></a> socket-><a href="ntqsocket.html#connectToHost">connectToHost</a>( s.<a href="ntqvaluelist.html#first">first</a>().name, 25 ); t = new <a href="ntqtextstream.html">TQTextStream</a>( socket ); @@ -177,7 +177,7 @@ void <a name="f298"></a>Smtp::dnsLookupHelper() void <a name="f299"></a>Smtp::connected() { -<a name="x712"></a> emit status( <a href="ntqobject.html#tr">tr</a>( "Connected to %1" ).arg( socket-><a href="ntqsocket.html#peerName">peerName</a>() ) ); +<a name="x712"></a> emit status( <a href="tqobject.html#tr">tr</a>( "Connected to %1" ).arg( socket-><a href="ntqsocket.html#peerName">peerName</a>() ) ); } void <a name="f300"></a>Smtp::readyRead() @@ -214,15 +214,15 @@ void <a name="f300"></a>Smtp::readyRead() *t << "QUIT\r\n"; // here, we just close. state = Close; - emit status( <a href="ntqobject.html#tr">tr</a>( "Message sent" ) ); + emit status( <a href="tqobject.html#tr">tr</a>( "Message sent" ) ); } else if ( state == Close ) { - <a href="ntqobject.html#deleteLater">deleteLater</a>(); + <a href="tqobject.html#deleteLater">deleteLater</a>(); return; } else { // something broke. <a name="x708"></a><a name="x704"></a> TQMessageBox::<a href="ntqmessagebox.html#warning">warning</a>( tqApp-><a href="ntqapplication.html#activeWindow">activeWindow</a>(), - <a href="ntqobject.html#tr">tr</a>( "TQt Mail Example" ), - <a href="ntqobject.html#tr">tr</a>( "Unexpected reply from SMTP server:\n\n" ) + + <a href="tqobject.html#tr">tr</a>( "TQt Mail Example" ), + <a href="tqobject.html#tr">tr</a>( "Unexpected reply from SMTP server:\n\n" ) + response ); state = Close; } diff --git a/doc/html/mainclasses.html b/doc/html/mainclasses.html index af05e6264..d127720fe 100644 --- a/doc/html/mainclasses.html +++ b/doc/html/mainclasses.html @@ -76,7 +76,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td align="right"><b>G</b> <td><a href="qglwidget.html">TQGLWidget</a> <td align="right"><b>O</b> -<td><a href="ntqobject.html">TQObject</a> +<td><a href="tqobject.html">TQObject</a> <td align="right"> <td><a href="ntqsplashscreen.html">TQSplashScreen</a> <td align="right"> diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html index c9da97ae0..681eebc78 100644 --- a/doc/html/mdi-example.html +++ b/doc/html/mdi-example.html @@ -156,7 +156,7 @@ private: #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>> -#include <<a href="qobjectlist-h.html">ntqobjectlist.h</a>> +#include <<a href="tqobjectlist-h.html">tqobjectlist.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="qsimplerichtext-h.html">ntqsimplerichtext.h</a>> @@ -237,7 +237,7 @@ const char * filePrintText = "Click this button to print the file you " windowsMenu = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); <a name="x2049"></a> windowsMenu-><a href="ntqpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); -<a name="x2048"></a> <a href="ntqobject.html#connect">connect</a>( windowsMenu, TQ_SIGNAL( <a href="ntqpopupmenu.html#aboutToShow">aboutToShow</a>() ), +<a name="x2048"></a> <a href="tqobject.html#connect">connect</a>( windowsMenu, TQ_SIGNAL( <a href="ntqpopupmenu.html#aboutToShow">aboutToShow</a>() ), this, TQ_SLOT( windowsMenuAboutToShow() ) ); <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( "&Windows", windowsMenu ); @@ -272,7 +272,7 @@ ApplicationWindow::~ApplicationWindow() MDIWindow* <a name="f536"></a>ApplicationWindow::newDoc() { MDIWindow* w = new MDIWindow( ws, 0, WDestructiveClose ); - <a href="ntqobject.html#connect">connect</a>( w, TQ_SIGNAL( message(const <a href="ntqstring.html">TQString</a>&, int) ), statusBar(), TQ_SLOT( message(const <a href="ntqstring.html">TQString</a>&, int )) ); + <a href="tqobject.html#connect">connect</a>( w, TQ_SIGNAL( message(const <a href="ntqstring.html">TQString</a>&, int) ), statusBar(), TQ_SLOT( message(const <a href="ntqstring.html">TQString</a>&, int )) ); w-><a href="ntqwidget.html#setCaption">setCaption</a>("unnamed document"); <a name="x2085"></a> w-><a href="ntqwidget.html#setIcon">setIcon</a>( TQPixmap("document.xpm") ); // show the very first window in maximized mode @@ -426,8 +426,8 @@ void MDIWindow::<a href="ntqwidget.html#closeEvent">closeEvent</a>( <a href="qcl { <a name="x2069"></a> if ( medit-><a href="ntqtextedit.html#isModified">isModified</a>() ) { switch( TQMessageBox::<a href="ntqmessagebox.html#warning">warning</a>( this, "Save Changes", - <a href="ntqobject.html#tr">tr</a>("Save changes to %1?").arg( <a href="ntqwidget.html#caption">caption</a>() ), - <a href="ntqobject.html#tr">tr</a>("Yes"), tr("No"), tr("Cancel") ) ) { + <a href="tqobject.html#tr">tr</a>("Save changes to %1?").arg( <a href="ntqwidget.html#caption">caption</a>() ), + <a href="tqobject.html#tr">tr</a>("Yes"), tr("No"), tr("Cancel") ) ) { case 0: { save(); @@ -582,7 +582,7 @@ int main( int argc, char ** argv ) { a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>(mw); mw-><a href="ntqwidget.html#setCaption">setCaption</a>( "TQt Example - Multiple Documents Interface (MDI)" ); mw-><a href="ntqwidget.html#show">show</a>(); -<a name="x2097"></a><a name="x2096"></a> a.<a href="ntqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<a name="x2097"></a><a name="x2096"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); int res = a.<a href="ntqapplication.html#exec">exec</a>(); return res; } diff --git a/doc/html/menu-example.html b/doc/html/menu-example.html index 1ae81bcf5..139306dc6 100644 --- a/doc/html/menu-example.html +++ b/doc/html/menu-example.html @@ -306,7 +306,7 @@ private: <a name="x1863"></a> label-><a href="ntqframe.html#setLineWidth">setLineWidth</a>( 1 ); label-><a href="ntqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); - <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL(explain(const <a href="ntqstring.html">TQString</a>&)), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL(explain(const <a href="ntqstring.html">TQString</a>&)), label, TQ_SLOT(<a href="ntqlabel.html#setText">setText</a>(const <a href="ntqstring.html">TQString</a>&)) ); <a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>( 100, 80 ); diff --git a/doc/html/metaobjects.html b/doc/html/metaobjects.html index 912f679eb..cfad30736 100644 --- a/doc/html/metaobjects.html +++ b/doc/html/metaobjects.html @@ -39,7 +39,7 @@ inter-object communication, runtime type information, and the dynamic property system. <p> The Meta Object System is based on three things: <ol type=1> -<li> the <a href="ntqobject.html">TQObject</a> class; +<li> the <a href="tqobject.html">TQObject</a> class; <li> the TQ_OBJECT macro inside the private section of the class declaration; <li> the <a href="moc.html">Meta Object Compiler (moc)</a>. @@ -55,20 +55,20 @@ slots</a> mechanism for communication between objects (the main reason for introducing the system), the meta object code provides additional features in TQObject: <p> <ul> -<p> <li> the <a href="ntqobject.html#className">className()</a> function that +<p> <li> the <a href="tqobject.html#className">className()</a> function that returns the class name as a string at runtime, without requiring native runtime type information (RTTI) support through the C++ compiler. -<p> <li> the <a href="ntqobject.html#inherits">inherits()</a> function that +<p> <li> the <a href="tqobject.html#inherits">inherits()</a> function that returns whether an object is an instance of a class that inherits a -specified class within the <a href="ntqobject.html">TQObject</a> inheritance tree. -<p> <li> the <a href="ntqobject.html#tr">tr()</a> and -<a href="ntqobject.html#trUtf8">trUtf8()</a> functions for string +specified class within the <a href="tqobject.html">TQObject</a> inheritance tree. +<p> <li> the <a href="tqobject.html#tr">tr()</a> and +<a href="tqobject.html#trUtf8">trUtf8()</a> functions for string translation as used for <a href="i18n.html#internationalization">internationalization</a>. -<p> <li> the <a href="ntqobject.html#setProperty">setProperty()</a> and <a href="ntqobject.html#property">property()</a> functions for dynamically +<p> <li> the <a href="tqobject.html#setProperty">setProperty()</a> and <a href="tqobject.html#property">property()</a> functions for dynamically setting and getting <a href="properties.html">object properties</a> by name. -<p> <li> the <a href="ntqobject.html#metaObject">metaObject()</a> function that +<p> <li> the <a href="tqobject.html#metaObject">metaObject()</a> function that returns the associated <a href="ntqmetaobject.html">meta object</a> for the class. <p> </ul> @@ -80,7 +80,7 @@ view, a TQObject subclass without meta code is equivalent to its closest ancestor with meta object code. This means for example, that className() will not return the actual name of your class, but the class name of this ancestor. We <em>strongly</em> recommend that all -subclasses of <a href="ntqobject.html">TQObject</a> use the TQ_OBJECT macro regardless of whether +subclasses of <a href="tqobject.html">TQObject</a> use the TQ_OBJECT macro regardless of whether they actually use signals, slots and properties or not. <p> <!-- eof --> diff --git a/doc/html/moc.html b/doc/html/moc.html index f7c388591..67f353c4d 100644 --- a/doc/html/moc.html +++ b/doc/html/moc.html @@ -55,11 +55,11 @@ use templates for signals and slots?</a>. <a name="1"></a><p> The moc is typically used with an input file containing class declarations like this: <p> <pre> - class MyClass : public <a href="ntqobject.html">TQObject</a> + class MyClass : public <a href="tqobject.html">TQObject</a> { TQ_OBJECT public: - MyClass( <a href="ntqobject.html">TQObject</a> * parent=0, const char * name=0 ); + MyClass( <a href="tqobject.html">TQObject</a> * parent=0, const char * name=0 ); ~MyClass(); signals: @@ -80,13 +80,13 @@ case we declare a property of the enumeration type <tt>Priority</tt> that is also called "priority" and has a get function <tt>priority()</tt> and a set function <tt>setPriority()</tt>. <p> <pre> - class MyClass : public <a href="ntqobject.html">TQObject</a> + class MyClass : public <a href="tqobject.html">TQObject</a> { TQ_OBJECT TQ_PROPERTY( Priority priority READ priority WRITE setPriority ) TQ_ENUMS( Priority ) public: - MyClass( <a href="ntqobject.html">TQObject</a> * parent=0, const char * name=0 ); + MyClass( <a href="tqobject.html">TQObject</a> * parent=0, const char * name=0 ); ~MyClass(); enum Priority { High, Low, VeryHigh, VeryLow }; @@ -100,13 +100,13 @@ macro. The TQ_SETS macro declares enums that are to be used as sets, i.e. OR'ed together. Another macro, TQ_CLASSINFO, can be used to attach additional name/value-pairs to the class' meta object: <p> <pre> - class MyClass : public <a href="ntqobject.html">TQObject</a> + class MyClass : public <a href="tqobject.html">TQObject</a> { TQ_OBJECT TQ_CLASSINFO( "Author", "Oscar Peterson") TQ_CLASSINFO( "Status", "Active") public: - MyClass( <a href="ntqobject.html">TQObject</a> * parent=0, const char * name=0 ); + MyClass( <a href="tqobject.html">TQObject</a> * parent=0, const char * name=0 ); ~MyClass(); }; </pre> @@ -265,13 +265,13 @@ templates cannot have signals or slots. Here is an example: <p> Less importantly, the following constructs are illegal. All of them have alternatives which we think are usually better, so removing these limitations is not a high priority for us. -<p> <h3> Multiple inheritance requires <a href="ntqobject.html">TQObject</a> to be first +<p> <h3> Multiple inheritance requires <a href="tqobject.html">TQObject</a> to be first </h3> <a name="5-1"></a><p> If you are using multiple inheritance, moc assumes that the <em>first</em> inherited class is a subclass of TQObject. Also, be sure that <em>only</em> the first inherited class is a TQObject. <p> <pre> - class SomeClass : public <a href="ntqobject.html">TQObject</a>, public OtherClass { + class SomeClass : public <a href="tqobject.html">TQObject</a>, public OtherClass { ... }; </pre> @@ -285,7 +285,7 @@ is a TQObject.) signal/slot arguments, we think inheritance is a better alternative. Here is an example of illegal syntax: <p> <pre> - class SomeClass : public <a href="ntqobject.html">TQObject</a> { + class SomeClass : public <a href="tqobject.html">TQObject</a> { TQ_OBJECT ... public slots: @@ -298,7 +298,7 @@ Here is an example of illegal syntax: <pre> typedef void (*ApplyFunctionType)( List *, void * ); - class SomeClass : public <a href="ntqobject.html">TQObject</a> { + class SomeClass : public <a href="tqobject.html">TQObject</a> { TQ_OBJECT ... public slots: @@ -315,7 +315,7 @@ placed in signals or slots sections. Put them in the private, protected or public sections instead. Here is an example of the illegal syntax: <p> <pre> - class SomeClass : public <a href="ntqobject.html">TQObject</a> { + class SomeClass : public <a href="tqobject.html">TQObject</a> { TQ_OBJECT ... signals: @@ -356,7 +356,7 @@ will not work in signals and slots. Here is an illegal example: #define SIGNEDNESS(a) a #endif - class Whatever : public <a href="ntqobject.html">TQObject</a> { + class Whatever : public <a href="tqobject.html">TQObject</a> { ... signals: void someSignal( SIGNEDNESS(int) ); @@ -394,11 +394,11 @@ that it happens to work in some cases). Put them in private, protected or public sections, where they belong. Here is an example of the illegal syntax: <p> <pre> - class SomeClass : public <a href="ntqobject.html">TQObject</a> { + class SomeClass : public <a href="tqobject.html">TQObject</a> { TQ_OBJECT public slots: - SomeClass( <a href="ntqobject.html">TQObject</a> *parent, const char *name ) - : <a href="ntqobject.html">TQObject</a>( parent, name ) { } // WRONG + SomeClass( <a href="tqobject.html">TQObject</a> *parent, const char *name ) + : <a href="tqobject.html">TQObject</a>( parent, name ) { } // WRONG ... }; </pre> @@ -412,7 +412,7 @@ does not work as expected. The moc will complain that it can neither find the functions nor resolve the type. Here is an example of the illegal syntax: <p> <pre> - class SomeClass : public <a href="ntqobject.html">TQObject</a> { + class SomeClass : public <a href="tqobject.html">TQObject</a> { TQ_OBJECT public: ... @@ -428,7 +428,7 @@ illegal syntax: <p> Work around this limitation by declaring all properties at the beginning of the class declaration, right after TQ_OBJECT: <p> <pre> - class SomeClass : public <a href="ntqobject.html">TQObject</a> { + class SomeClass : public <a href="tqobject.html">TQObject</a> { TQ_OBJECT TQ_PROPERTY( Priority priority READ priority WRITE setPriority ) TQ_ENUMS( Priority ) diff --git a/doc/html/motif-customwidget-example.html b/doc/html/motif-customwidget-example.html index 26d3e488b..a33f39db6 100644 --- a/doc/html/motif-customwidget-example.html +++ b/doc/html/motif-customwidget-example.html @@ -97,10 +97,10 @@ int main( int argc, char **argv ) : <a href="ntqmainwindow.html">TQMainWindow</a>( 0, "mainwindow" ) { <a href="ntqpopupmenu.html">TQPopupMenu</a> *filemenu = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); - filemenu-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>("&Quit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + filemenu-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("&Quit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); - <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="ntqobject.html#tr">tr</a>("&File"), filemenu ); - <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( <a href="ntqobject.html#tr">tr</a>("This is a TQMainWindow with an XmText widget.") ); + <a href="ntqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="tqobject.html#tr">tr</a>("&File"), filemenu ); + <a href="ntqmainwindow.html#statusBar">statusBar</a>()->message( <a href="tqobject.html#tr">tr</a>("This is a TQMainWindow with an XmText widget.") ); customwidget = new <a href="qmotifwidget.html">TQMotifWidget</a>( this, xmFormWidgetClass, NULL, 0, "form" ); diff --git a/doc/html/motif-dialog-example.html b/doc/html/motif-dialog-example.html index 87b861801..cfb9703bb 100644 --- a/doc/html/motif-dialog-example.html +++ b/doc/html/motif-dialog-example.html @@ -166,14 +166,14 @@ static void quitCallback( Widget, XtPointer client_data, XtPointer ) XmNheight, 300, NULL ); - <a href="ntqwidget.html#setCaption">setCaption</a>( <a href="ntqobject.html#tr">tr</a>("TQMotif Dialog Example") ); + <a href="ntqwidget.html#setCaption">setCaption</a>( <a href="tqobject.html#tr">tr</a>("TQMotif Dialog Example") ); } void <a name="f561"></a>MainWindow::showMotifDialog() { <a href="qmotifdialog.html">TQMotifDialog</a> dialog( this, "custom dialog", TRUE ); - dialog.<a href="ntqwidget.html#setCaption">setCaption</a>( <a href="ntqobject.html#tr">tr</a>("Custom <a href="motif-extension.html#Motif">Motif</a> Dialog") ); + dialog.<a href="ntqwidget.html#setCaption">setCaption</a>( <a href="tqobject.html#tr">tr</a>("Custom <a href="motif-extension.html#Motif">Motif</a> Dialog") ); <a name="x2707"></a> Widget form = XmCreateForm( dialog.<a href="qmotifdialog.html#shell">shell</a>(), "custom motif dialog", NULL, 0 ); diff --git a/doc/html/movies-example.html b/doc/html/movies-example.html index 0572b2d87..955a6685b 100644 --- a/doc/html/movies-example.html +++ b/doc/html/movies-example.html @@ -245,13 +245,13 @@ public: <a href="ntqhbox.html">TQHBox</a>* hb = new <a href="ntqhbox.html">TQHBox</a>(this); <a href="ntqpushbutton.html">TQPushButton</a>* btn; btn = new <a href="ntqpushbutton.html">TQPushButton</a>("<<", hb); - <a href="ntqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(<a href="ntqmovie.html#restart">restart</a>())); + <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(<a href="ntqmovie.html#restart">restart</a>())); btn = new <a href="ntqpushbutton.html">TQPushButton</a>("||", hb); - <a href="ntqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(togglePause())); + <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(togglePause())); btn = new <a href="ntqpushbutton.html">TQPushButton</a>(">|", hb); - <a href="ntqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(<a href="ntqmovie.html#step">step</a>())); + <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(<a href="ntqmovie.html#step">step</a>())); btn = new <a href="ntqpushbutton.html">TQPushButton</a>(">>|", hb); - <a href="ntqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(step10())); + <a href="tqobject.html#connect">connect</a>(btn, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), movie, TQ_SLOT(step10())); } }; @@ -277,7 +277,7 @@ public slots: //behave as in getOpenFilename <a href="ntqfiledialog.html#setMode">setMode</a>( ExistingFile ); // When a file is selected, show it as a movie. - <a href="ntqobject.html#connect">connect</a>(this, TQ_SIGNAL(<a href="ntqfiledialog.html#fileSelected">fileSelected</a>(const <a href="ntqstring.html">TQString</a>&)), + <a href="tqobject.html#connect">connect</a>(this, TQ_SIGNAL(<a href="ntqfiledialog.html#fileSelected">fileSelected</a>(const <a href="ntqstring.html">TQString</a>&)), this, TQ_SLOT(startMovie(const <a href="ntqstring.html">TQString</a>&))); } @@ -317,7 +317,7 @@ int main(int argc, char **argv) (void)new MovieScreen(argv[arg], TQMovie(argv[arg]), 0, 0, TQt::WDestructiveClose); } - TQObject::<a href="ntqobject.html#connect">connect</a>(tqApp, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); + TQObject::<a href="tqobject.html#connect">connect</a>(tqApp, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); } else { // "GUI" mode - open a chooser for movies // diff --git a/doc/html/network.html b/doc/html/network.html index 953b2ac3d..ce58eb245 100644 --- a/doc/html/network.html +++ b/doc/html/network.html @@ -144,7 +144,7 @@ on a FTP server): <p> <pre> TQUrlOperator op; -MyClass::MyClass() : <a href="ntqobject.html">TQObject</a>(), op( "ftp://ftp.trolltech.com" ) +MyClass::MyClass() : <a href="tqobject.html">TQObject</a>(), op( "ftp://ftp.trolltech.com" ) { connect( &op, TQ_SIGNAL( newChildren( const <a href="ntqvaluelist.html">TQValueList</a><TQUrlInfo> &, TQNetworkOperation * ) ), this, TQ_SLOT( slotInsertEntries( const <a href="ntqvaluelist.html">TQValueList</a><TQUrlInfo> &, TQNetworkOperation * ) ) ); diff --git a/doc/html/networkprotocol-example.html b/doc/html/networkprotocol-example.html index 38fe4ece5..926f4f3c1 100644 --- a/doc/html/networkprotocol-example.html +++ b/doc/html/networkprotocol-example.html @@ -116,15 +116,15 @@ protected slots: { // create the command socket and connect to its signals commandSocket = new <a href="ntqsocket.html">TQSocket</a>( this ); -<a name="x684"></a> <a href="ntqobject.html#connect">connect</a>( commandSocket, TQ_SIGNAL( <a href="ntqsocket.html#hostFound">hostFound</a>() ), +<a name="x684"></a> <a href="tqobject.html#connect">connect</a>( commandSocket, TQ_SIGNAL( <a href="ntqsocket.html#hostFound">hostFound</a>() ), this, TQ_SLOT( hostFound() ) ); -<a name="x681"></a> <a href="ntqobject.html#connect">connect</a>( commandSocket, TQ_SIGNAL( <a href="ntqsocket.html#connected">connected</a>() ), +<a name="x681"></a> <a href="tqobject.html#connect">connect</a>( commandSocket, TQ_SIGNAL( <a href="ntqsocket.html#connected">connected</a>() ), this, TQ_SLOT( connected() ) ); -<a name="x682"></a> <a href="ntqobject.html#connect">connect</a>( commandSocket, TQ_SIGNAL( <a href="ntqsocket.html#connectionClosed">connectionClosed</a>() ), +<a name="x682"></a> <a href="tqobject.html#connect">connect</a>( commandSocket, TQ_SIGNAL( <a href="ntqsocket.html#connectionClosed">connectionClosed</a>() ), this, TQ_SLOT( closed() ) ); -<a name="x687"></a> <a href="ntqobject.html#connect">connect</a>( commandSocket, TQ_SIGNAL( <a href="ntqsocket.html#readyRead">readyRead</a>() ), +<a name="x687"></a> <a href="tqobject.html#connect">connect</a>( commandSocket, TQ_SIGNAL( <a href="ntqsocket.html#readyRead">readyRead</a>() ), this, TQ_SLOT( readyRead() ) ); -<a name="x683"></a> <a href="ntqobject.html#connect">connect</a>( commandSocket, TQ_SIGNAL( <a href="ntqsocket.html#error">error</a>( int ) ), +<a name="x683"></a> <a href="tqobject.html#connect">connect</a>( commandSocket, TQ_SIGNAL( <a href="ntqsocket.html#error">error</a>( int ) ), this, TQ_SLOT( error( int ) ) ); } @@ -341,7 +341,7 @@ void <a name="f296"></a>Nntp::error( int code ) code == TQSocket::ErrConnectionRefused ) { // this signal is called if connecting to the server failed if ( <a href="ntqnetworkprotocol.html#operationInProgress">operationInProgress</a>() ) { - <a href="ntqstring.html">TQString</a> msg = <a href="ntqobject.html#tr">tr</a>( "Host not found or couldn't connect to: \n" + url()->host() ); + <a href="ntqstring.html">TQString</a> msg = <a href="tqobject.html#tr">tr</a>( "Host not found or couldn't connect to: \n" + url()->host() ); <a href="ntqnetworkprotocol.html#operationInProgress">operationInProgress</a>()->setState( StFailed ); <a href="ntqnetworkprotocol.html#operationInProgress">operationInProgress</a>()->setProtocolDetail( msg ); <a href="ntqnetworkprotocol.html#operationInProgress">operationInProgress</a>()->setErrorCode( (int)ErrHostNotFound ); diff --git a/doc/html/ntqaccel.html b/doc/html/ntqaccel.html index b0d2c23ce..dfc036899 100644 --- a/doc/html/ntqaccel.html +++ b/doc/html/ntqaccel.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQAccel class handles keyboard accelerator and shortcut keys. <a href="#details">More...</a> <p><tt>#include <<a href="qaccel-h.html">ntqaccel.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qaccel-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -149,7 +149,7 @@ combination. Constructs a TQAccel object called <em>name</em>, with parent <em>parent</em>. The accelerator operates on <em>parent</em>. -<h3 class=fn><a name="TQAccel-2"></a>TQAccel::TQAccel ( <a href="ntqwidget.html">TQWidget</a> * watch, <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQAccel-2"></a>TQAccel::TQAccel ( <a href="ntqwidget.html">TQWidget</a> * watch, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a TQAccel object called <em>name</em>, that operates on <em>watch</em>, and is a child of <em>parent</em>. <p> This constructor is not needed for normal application programming. @@ -176,7 +176,7 @@ is a number that identifies this particular accelerator item. </h3> Removes all accelerator items. -<h3 class=fn>bool <a name="connectItem"></a>TQAccel::connectItem ( int id, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member ) +<h3 class=fn>bool <a name="connectItem"></a>TQAccel::connectItem ( int id, const <a href="tqobject.html">TQObject</a> * receiver, const char * member ) </h3> Connects the accelerator item <em>id</em> to the slot <em>member</em> of <em>receiver</em>. <p> <pre> @@ -196,16 +196,16 @@ emitted if the associated key sequence is pressed but no <tt>activated(int id)</ </h3> Returns the number of accelerator items in this accelerator. -<h3 class=fn>bool <a name="disconnectItem"></a>TQAccel::disconnectItem ( int id, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member ) +<h3 class=fn>bool <a name="disconnectItem"></a>TQAccel::disconnectItem ( int id, const <a href="tqobject.html">TQObject</a> * receiver, const char * member ) </h3> Disconnects an accelerator item with id <em>id</em> from the function called <em>member</em> in the <em>receiver</em> object. <p> <p>See also <a href="#connectItem">connectItem</a>(). -<h3 class=fn>bool <a name="eventFilter"></a>TQAccel::eventFilter ( <a href="ntqobject.html">TQObject</a> *, <a href="ntqevent.html">TQEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>bool <a name="eventFilter"></a>TQAccel::eventFilter ( <a href="tqobject.html">TQObject</a> *, <a href="ntqevent.html">TQEvent</a> * )<tt> [virtual protected]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. serves no purpose anymore -<p>Reimplemented from <a href="ntqobject.html#eventFilter">TQObject</a>. +<p>Reimplemented from <a href="tqobject.html#eventFilter">TQObject</a>. <h3 class=fn>int <a name="findKey"></a>TQAccel::findKey ( const <a href="ntqkeysequence.html">TQKeySequence</a> & key ) const </h3> Returns the identifier of the accelerator item with the key code @@ -250,7 +250,7 @@ Returns the key sequence of the accelerator item with identifier </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> Creates an accelerator string for the key <em>k</em>. For instance CTRL+Key_O gives "Ctrl+O". The "Ctrl" etc. -are translated (using <a href="ntqobject.html#tr">TQObject::tr</a>()) in the "TQAccel" context. +are translated (using <a href="tqobject.html#tr">TQObject::tr</a>()) in the "TQAccel" context. <p> The function is superfluous. Cast the <a href="ntqkeysequence.html">TQKeySequence</a> <em>k</em> to a <a href="ntqstring.html">TQString</a> for the same effect. @@ -301,21 +301,21 @@ other languages. <p> Returns an accelerator code for the string <em>s</em>. For example "Ctrl+O" gives CTRL+UNICODE_ACCEL+'O'. The strings "Ctrl", "Shift", "Alt" are recognized, as well as their translated -equivalents in the "TQAccel" context (using <a href="ntqobject.html#tr">TQObject::tr</a>()). Returns 0 +equivalents in the "TQAccel" context (using <a href="tqobject.html#tr">TQObject::tr</a>()). Returns 0 if <em>s</em> is not recognized. -<p> This function is typically used with <a href="ntqobject.html#tr">tr</a>(), so that accelerator keys can be replaced in +<p> This function is typically used with <a href="tqobject.html#tr">tr</a>(), so that accelerator keys can be replaced in translations: <p> <pre> <a href="ntqpopupmenu.html">TQPopupMenu</a> *file = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); file-><a href="ntqmenudata.html#insertItem">insertItem</a>( p1, tr("&Open..."), this, TQ_SLOT(open()), - TQAccel::<a href="#stringToKey">stringToKey</a>(<a href="ntqobject.html#tr">tr</a>("Ctrl+O", "File|Open")) ); + TQAccel::<a href="#stringToKey">stringToKey</a>(<a href="tqobject.html#tr">tr</a>("Ctrl+O", "File|Open")) ); </pre> <p> Notice the <tt>"File|Open"</tt> translator comment. It is by no means necessary, but it provides some context for the human translator. <p> The function is superfluous. Construct a <a href="ntqkeysequence.html">TQKeySequence</a> from the string <em>s</em> for the same effect. -<p> <p>See also <a href="ntqobject.html#tr">TQObject::tr</a>() and <a href="i18n.html">Internationalization with TQt</a>. +<p> <p>See also <a href="tqobject.html#tr">TQObject::tr</a>() and <a href="i18n.html">Internationalization with TQt</a>. <p>Example: <a href="i18n-example.html#x1921">i18n/mywidget.cpp</a>. <h3 class=fn><a href="ntqstring.html">TQString</a> <a name="whatsThis"></a>TQAccel::whatsThis ( int id ) const diff --git a/doc/html/ntqaccessible.html b/doc/html/ntqaccessible.html index acccf5f79..bc7f68f6e 100644 --- a/doc/html/ntqaccessible.html +++ b/doc/html/ntqaccessible.html @@ -250,20 +250,20 @@ during the runtime of the application, otherwise returns FALSE. <a href="#updateAccessibility">updateAccessibility</a>(). <p> -<h3 class=fn>TQRESULT <a name="queryAccessibleInterface"></a>TQAccessible::queryAccessibleInterface ( <a href="ntqobject.html">TQObject</a> * object, <a href="qaccessibleinterface.html">TQAccessibleInterface</a> ** iface )<tt> [static]</tt> +<h3 class=fn>TQRESULT <a name="queryAccessibleInterface"></a>TQAccessible::queryAccessibleInterface ( <a href="tqobject.html">TQObject</a> * object, <a href="qaccessibleinterface.html">TQAccessibleInterface</a> ** iface )<tt> [static]</tt> </h3> Sets <em>iface</em> to point to the implementation of the <a href="qaccessibleinterface.html">TQAccessibleInterface</a> for <em>object</em>, and returns <tt>TQS_OK</tt> if successfull, or sets <em>iface</em> to 0 and returns <tt>TQE_NOCOMPONENT</tt> if no accessibility implementation for <em>object</em> exists. -<p> The function uses the <a href="ntqobject.html#className">classname</a> of <em>object</em> to find a suitable implementation. If no +<p> The function uses the <a href="tqobject.html#className">classname</a> of <em>object</em> to find a suitable implementation. If no implementation for the object's class is available the function tries to find an implementation for the object's parent class. <p> This function is called to answer an accessibility client's request for object information. You should never need to call this function yourself. -<h3 class=fn>void <a name="updateAccessibility"></a>TQAccessible::updateAccessibility ( <a href="ntqobject.html">TQObject</a> * object, int control, <a href="ntqaccessible.html#Event-enum">Event</a> reason )<tt> [static]</tt> +<h3 class=fn>void <a name="updateAccessibility"></a>TQAccessible::updateAccessibility ( <a href="tqobject.html">TQObject</a> * object, int control, <a href="ntqaccessible.html#Event-enum">Event</a> reason )<tt> [static]</tt> </h3> <p> Notifies accessibility clients about a change in <em>object</em>'s diff --git a/doc/html/ntqaction.html b/doc/html/ntqaction.html index 68e8f6822..74874d8df 100644 --- a/doc/html/ntqaction.html +++ b/doc/html/ntqaction.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } action that can appear both in menus and tool bars. <a href="#details">More...</a> <p><tt>#include <<a href="qaction-h.html">ntqaction.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p>Inherited by <a href="qactiongroup.html">TQActionGroup</a>. <p><a href="qaction-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -140,7 +140,7 @@ the action. For example: <pre> fileOpenAction = new TQAction( TQPixmap( fileopen ), "&Open...", CTRL+Key_O, this, "open" ); - <a href="ntqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="#activated">activated</a>() ) , this, TQ_SLOT( choose() ) ); + <a href="tqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="#activated">activated</a>() ) , this, TQ_SLOT( choose() ) ); </pre> <p> We create a "File Save" action with a menu text of "&Save" and <em>Ctrl+S</em> as the keyboard accelerator. We connect the @@ -164,7 +164,7 @@ widget that the action is later added to. <p>See also <a href="application.html">Main Window and Related Classes</a> and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQAction"></a>TQAction::TQAction ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQAction"></a>TQAction::TQAction ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs an action called <em>name</em> with parent <em>parent</em>. <p> If <em>parent</em> is a <a href="qactiongroup.html">TQActionGroup</a>, the new action inserts itself into @@ -174,7 +174,7 @@ a widget, or an action group whose parent is a widget. <p> <b>Warning:</b> To prevent recursion, don't create an action as a child of a widget that the action is later added to. -<h3 class=fn><a name="TQAction-2"></a>TQAction::TQAction ( const <a href="ntqstring.html">TQString</a> & menuText, <a href="ntqkeysequence.html">TQKeySequence</a> accel, <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQAction-2"></a>TQAction::TQAction ( const <a href="ntqstring.html">TQString</a> & menuText, <a href="ntqkeysequence.html">TQKeySequence</a> accel, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> This constructor results in an icon-less action with the the menu text <em>menuText</em> and keyboard accelerator <em>accel</em>. It is a child @@ -193,7 +193,7 @@ these using <a href="#setToolTip">setToolTip</a>() and <a href="#setStatusTip">s <p> <b>Warning:</b> To prevent recursion, don't create an action as a child of a widget that the action is later added to. -<h3 class=fn><a name="TQAction-3"></a>TQAction::TQAction ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & menuText, <a href="ntqkeysequence.html">TQKeySequence</a> accel, <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQAction-3"></a>TQAction::TQAction ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & menuText, <a href="ntqkeysequence.html">TQKeySequence</a> accel, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> This constructor creates an action with the following properties: the icon or iconset <em>icon</em>, the menu text <em>menuText</em> and @@ -213,7 +213,7 @@ these using <a href="#setToolTip">setToolTip</a>() and <a href="#setStatusTip">s <p> <b>Warning:</b> To prevent recursion, don't create an action as a child of a widget that the action is later added to. -<h3 class=fn><a name="TQAction-4"></a>TQAction::TQAction ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & menuText, <a href="ntqkeysequence.html">TQKeySequence</a> accel, <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0, bool toggle = FALSE ) +<h3 class=fn><a name="TQAction-4"></a>TQAction::TQAction ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & menuText, <a href="ntqkeysequence.html">TQKeySequence</a> accel, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0, bool toggle = FALSE ) </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 constructor creates an action with the following properties: the description <em>text</em>, the icon or iconset <em>icon</em>, the menu @@ -228,7 +228,7 @@ a widget, or an action group whose parent is a widget. tips unless you provide specific text for these using <a href="#setToolTip">setToolTip</a>() and <a href="#setStatusTip">setStatusTip</a>(). -<h3 class=fn><a name="TQAction-5"></a>TQAction::TQAction ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqstring.html">TQString</a> & menuText, <a href="ntqkeysequence.html">TQKeySequence</a> accel, <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0, bool toggle = FALSE ) +<h3 class=fn><a name="TQAction-5"></a>TQAction::TQAction ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqstring.html">TQString</a> & menuText, <a href="ntqkeysequence.html">TQKeySequence</a> accel, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0, bool toggle = FALSE ) </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 constructor results in an icon-less action with the description <em>text</em>, the menu text <em>menuText</em> and the keyboard @@ -241,7 +241,7 @@ a widget, or an action group whose parent is a widget. tips unless you provide specific text for these using <a href="#setToolTip">setToolTip</a>() and <a href="#setStatusTip">setStatusTip</a>(). -<h3 class=fn><a name="TQAction-6"></a>TQAction::TQAction ( <a href="ntqobject.html">TQObject</a> * parent, const char * name, bool toggle ) +<h3 class=fn><a name="TQAction-6"></a>TQAction::TQAction ( <a href="tqobject.html">TQObject</a> * parent, const char * name, bool toggle ) </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 action called <em>name</em> with parent <em>parent</em>. <p> If <em>toggle</em> is TRUE the action will be a toggle action, otherwise @@ -389,7 +389,7 @@ indicate the state, e.g. <pre> <a href="ntqmainwindow.html">TQMainWindow</a> * window = new <a href="ntqmainwindow.html">TQMainWindow</a>; </pre><pre> TQAction * labelonoffaction = new TQAction( window, "labelonoff" ); -</pre><pre> <a name="x2108"></a> TQObject::<a href="ntqobject.html#connect">connect</a>( labelonoffaction, TQ_SIGNAL( <a href="#toggled">toggled</a>( bool ) ), +</pre><pre> <a name="x2108"></a> TQObject::<a href="tqobject.html#connect">connect</a>( labelonoffaction, TQ_SIGNAL( <a href="#toggled">toggled</a>( bool ) ), <a name="x2109"></a> window, TQ_SLOT( <a href="ntqmainwindow.html#setUsesTextLabel">setUsesTextLabel</a>( bool ) ) ); </pre> <p> <p>See also <a href="#activated">activated</a>(), <a href="#toggleAction-prop">toggleAction</a>, and <a href="#on-prop">on</a>. diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 832037473..d4bfcc2a3 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } flow and main settings. <a href="#details">More...</a> <p><tt>#include <<a href="qapplication-h.html">ntqapplication.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qapplication-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -376,7 +376,7 @@ arguments to <a href="#translate">translate</a>(): <li><tt>TQApplication::DefaultCodec</tt> - the encoding specified by <a href="ntqtextcodec.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="ntqobject.html#tr">TQObject::tr</a>(), <a href="ntqobject.html#trUtf8">TQObject::trUtf8</a>(), and <a href="ntqstring.html#fromUtf8">TQString::fromUtf8</a>(). +</ul><p> <p>See also <a href="tqobject.html#tr">TQObject::tr</a>(), <a href="tqobject.html#trUtf8">TQObject::trUtf8</a>(), and <a href="ntqstring.html#fromUtf8">TQString::fromUtf8</a>(). <h3 class=fn><a name="Type-enum"></a>TQApplication::Type</h3> @@ -699,7 +699,7 @@ entry in the file menu as shown in the following code example: file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&Quit", tqApp, TQ_SLOT(<a href="#closeAllWindows">closeAllWindows</a>()), CTRL+Key_Q ); // when the last window is closed, the application should quit - <a href="ntqobject.html#connect">connect</a>( tqApp, TQ_SIGNAL( <a href="#lastWindowClosed">lastWindowClosed</a>() ), tqApp, TQ_SLOT( <a href="#quit">quit</a>() ) ); + <a href="tqobject.html#connect">connect</a>( tqApp, TQ_SIGNAL( <a href="#lastWindowClosed">lastWindowClosed</a>() ), tqApp, TQ_SLOT( <a href="#quit">quit</a>() ) ); </pre> <p> The windows are closed in random order, until one window does not @@ -1014,7 +1014,7 @@ Return FALSE for normal event dispatching. widget. <p> <p>See also <a href="#setMainWidget">setMainWidget</a>(). -<h3 class=fn>bool <a name="notify"></a>TQApplication::notify ( <a href="ntqobject.html">TQObject</a> * receiver, <a href="ntqevent.html">TQEvent</a> * e )<tt> [virtual]</tt> +<h3 class=fn>bool <a name="notify"></a>TQApplication::notify ( <a href="tqobject.html">TQObject</a> * receiver, <a href="ntqevent.html">TQEvent</a> * e )<tt> [virtual]</tt> </h3> Sends event <em>e</em> to <em>receiver</em>: <em>receiver</em>->event(<em>e</em>). Returns the value that is returned from the receiver's event handler. @@ -1036,7 +1036,7 @@ see mouse events for <a href="ntqwidget.html#isEnabled">disabled widgets,</a> and if <a href="#setGlobalMouseTracking">global mouse tracking</a> is enabled, as well as mouse move events for all widgets. -<p> <li> Reimplementing <a href="ntqobject.html#event">TQObject::event</a>() (as <a href="ntqwidget.html">TQWidget</a> does). If you do +<p> <li> Reimplementing <a href="tqobject.html#event">TQObject::event</a>() (as <a href="ntqwidget.html">TQWidget</a> does). If you do this you get Tab key presses, and you get to see the events before any widget-specific event filters. <p> <li> Installing an event filter on the object. Such an event filter @@ -1044,7 +1044,7 @@ gets all the events except Tab and Shift-Tab key presses. <p> <li> Reimplementing paintEvent(), mousePressEvent() and so on. This is the commonest, easiest and least powerful way. </ol> -<p> <p>See also <a href="ntqobject.html#event">TQObject::event</a>() and <a href="ntqobject.html#installEventFilter">installEventFilter</a>(). +<p> <p>See also <a href="tqobject.html#event">TQObject::event</a>() and <a href="tqobject.html#installEventFilter">installEventFilter</a>(). <h3 class=fn><a href="ntqcursor.html">TQCursor</a> * <a name="overrideCursor"></a>TQApplication::overrideCursor ()<tt> [static]</tt> </h3> @@ -1073,11 +1073,11 @@ shown. <p> Usually widgets call this automatically when they are polished. It may be used to do some style-based central customization of widgets. <p> Note that you are not limited to the public functions of <a href="ntqwidget.html">TQWidget</a>. -Instead, based on meta information like <a href="ntqobject.html#className">TQObject::className</a>() you are +Instead, based on meta information like <a href="tqobject.html#className">TQObject::className</a>() you are able to customize any kind of widget. <p> <p>See also <a href="ntqstyle.html#polish">TQStyle::polish</a>(), <a href="ntqwidget.html#polish">TQWidget::polish</a>(), <a href="#setPalette">setPalette</a>(), and <a href="#setFont">setFont</a>(). -<h3 class=fn>void <a name="postEvent"></a>TQApplication::postEvent ( <a href="ntqobject.html">TQObject</a> * receiver, <a href="ntqevent.html">TQEvent</a> * event )<tt> [static]</tt> +<h3 class=fn>void <a name="postEvent"></a>TQApplication::postEvent ( <a href="tqobject.html">TQObject</a> * receiver, <a href="ntqevent.html">TQEvent</a> * event )<tt> [static]</tt> </h3><p><b>Note:</b> This function is <a href="threads.html#threadsafe">thread-safe</a> when TQt is built withthread support.</p> Adds the event <em>event</em> with the object <em>receiver</em> as the receiver of the @@ -1126,7 +1126,7 @@ you also often connect e.g. <a href="ntqbutton.html#clicked">TQButton::clicked</ <p> Example: <pre> <a href="ntqpushbutton.html">TQPushButton</a> *quitButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit" ); - <a href="ntqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="#quit">quit</a>()) ); </pre> <p> <p>See also <a href="#exit">exit</a>(), <a href="#aboutToQuit">aboutToQuit</a>(), <a href="#lastWindowClosed">lastWindowClosed</a>(), and <a href="ntqaction.html">TQAction</a>. @@ -1174,7 +1174,7 @@ Removes <em>path</em> from the library path list. If <em>path</em> is empty or n in the path list, the list is not changed. <p> <p>See also <a href="#addLibraryPath">addLibraryPath</a>(), <a href="#libraryPaths">libraryPaths</a>(), and <a href="#setLibraryPaths">setLibraryPaths</a>(). -<h3 class=fn>void <a name="removePostedEvents"></a>TQApplication::removePostedEvents ( <a href="ntqobject.html">TQObject</a> * receiver )<tt> [static]</tt> +<h3 class=fn>void <a name="removePostedEvents"></a>TQApplication::removePostedEvents ( <a href="tqobject.html">TQObject</a> * receiver )<tt> [static]</tt> </h3><p><b>Note:</b> This function is <a href="threads.html#threadsafe">thread-safe</a> when TQt is built withthread support.</p> Removes all events posted using <a href="#postEvent">postEvent</a>() for <em>receiver</em>. @@ -1189,7 +1189,7 @@ more invariants. Removes the message file <em>mf</em> from the list of message files used by this application. (It does not delete the message file from the file system.) -<p> <p>See also <a href="#installTranslator">installTranslator</a>(), <a href="#translate">translate</a>(), and <a href="ntqobject.html#tr">TQObject::tr</a>(). +<p> <p>See also <a href="#installTranslator">installTranslator</a>(), <a href="#translate">translate</a>(), and <a href="tqobject.html#tr">TQObject::tr</a>(). <p>Example: <a href="i18n-example.html#x1932">i18n/main.cpp</a>. <h3 class=fn>void <a name="restoreOverrideCursor"></a>TQApplication::restoreOverrideCursor ()<tt> [static]</tt> @@ -1230,7 +1230,7 @@ See <a href="ntqsessionmanager.html#allowsInteraction">TQSessionManager::allowsI <a href="ntqsessionmanager.html#allowsErrorInteraction">TQSessionManager::allowsErrorInteraction</a>() for details. <p> <p>See also <a href="#isSessionRestored">isSessionRestored</a>(), <a href="#sessionId">sessionId</a>(), <a href="#commitData">commitData</a>(), and <a href="session.html">the Session Management overview</a>. -<h3 class=fn>bool <a name="sendEvent"></a>TQApplication::sendEvent ( <a href="ntqobject.html">TQObject</a> * receiver, <a href="ntqevent.html">TQEvent</a> * event )<tt> [static]</tt> +<h3 class=fn>bool <a name="sendEvent"></a>TQApplication::sendEvent ( <a href="tqobject.html">TQObject</a> * receiver, <a href="ntqevent.html">TQEvent</a> * event )<tt> [static]</tt> </h3> <p> Sends event <em>event</em> directly to receiver <em>receiver</em>, using the @@ -1247,7 +1247,7 @@ If you create the event on the heap you must delete it. <p> <p>See also <a href="#postEvent">postEvent</a>() and <a href="#notify">notify</a>(). <p>Example: <a href="popup-example.html#x1602">popup/popup.cpp</a>. -<h3 class=fn>void <a name="sendPostedEvents"></a>TQApplication::sendPostedEvents ( <a href="ntqobject.html">TQObject</a> * receiver, int event_type )<tt> [static]</tt> +<h3 class=fn>void <a name="sendPostedEvents"></a>TQApplication::sendPostedEvents ( <a href="tqobject.html">TQObject</a> * receiver, int event_type )<tt> [static]</tt> </h3> Immediately dispatches all events which have been previously queued with <a href="#postEvent">TQApplication::postEvent</a>() and which are for the object <em>receiver</em> @@ -1399,7 +1399,7 @@ change and may adjust themselves to the new application setting. If <em>informWidgets</em> is FALSE, the change only affects newly created widgets. If <em>className</em> is passed, the change applies only to classes that inherit <em>className</em> (as reported by -<a href="ntqobject.html#inherits">TQObject::inherits</a>()). +<a href="tqobject.html#inherits">TQObject::inherits</a>()). <p> On application start-up, the default font depends on the window system. It can vary depending on both the window system version and the locale. This function lets you override the default font; but @@ -1511,7 +1511,7 @@ change and may adjust themselves to the new application setting. If <em>informWidgets</em> is FALSE, the change only affects newly created widgets. <p> If <em>className</em> is passed, the change applies only to widgets that -inherit <em>className</em> (as reported by <a href="ntqobject.html#inherits">TQObject::inherits</a>()). If +inherit <em>className</em> (as reported by <a href="tqobject.html#inherits">TQObject::inherits</a>()). If <em>className</em> is left 0, the change affects all widgets, thus overriding any previously set class specific palettes. <p> The palette may be changed according to the current GUI style in @@ -1667,7 +1667,7 @@ Returns the translation text for <em>sourceText</em>, by querying the installed messages files. The message files are searched from the most recently installed message file back to the first installed message file. -<p> <a href="ntqobject.html#tr">TQObject::tr</a>() and <a href="ntqobject.html#trUtf8">TQObject::trUtf8</a>() provide this functionality more +<p> <a href="tqobject.html#tr">TQObject::tr</a>() and <a href="tqobject.html#trUtf8">TQObject::trUtf8</a>() provide this functionality more conveniently. <p> <em>context</em> is typically a class name (e.g., "MyDialog") and <em>sourceText</em> is either English text or a short identifying text, if @@ -1686,7 +1686,7 @@ techniques by subclassing <a href="ntqtranslator.html">TQTranslator</a>. installed <em>before</em> calling this method. Installing or removing translators while performing translations is not supported. Doing so will most likely result in crashes or other undesirable behavior. -<p> <p>See also <a href="ntqobject.html#tr">TQObject::tr</a>(), <a href="#installTranslator">installTranslator</a>(), and <a href="#defaultCodec">defaultCodec</a>(). +<p> <p>See also <a href="tqobject.html#tr">TQObject::tr</a>(), <a href="#installTranslator">installTranslator</a>(), and <a href="#defaultCodec">defaultCodec</a>(). <h3 class=fn>bool <a name="tryLock"></a>TQApplication::tryLock () </h3> @@ -1860,15 +1860,15 @@ manager or TQt' parent-child delete mechanism may be better. Here is an example of a private class which uses the parent-child mechanism to call a cleanup function at the right time: <p> <pre> - class MyPrivateInitStuff: public <a href="ntqobject.html">TQObject</a> { + class MyPrivateInitStuff: public <a href="tqobject.html">TQObject</a> { private: - MyPrivateInitStuff( <a href="ntqobject.html">TQObject</a> * parent ): <a href="ntqobject.html">TQObject</a>( parent) { + MyPrivateInitStuff( <a href="tqobject.html">TQObject</a> * parent ): <a href="tqobject.html">TQObject</a>( parent) { // initialization goes here } MyPrivateInitStuff * p; public: - static MyPrivateInitStuff * initStuff( <a href="ntqobject.html">TQObject</a> * parent ) { + static MyPrivateInitStuff * initStuff( <a href="tqobject.html">TQObject</a> * parent ) { if ( !p ) p = new MyPrivateInitStuff( parent ); return p; diff --git a/doc/html/ntqassistantclient.html b/doc/html/ntqassistantclient.html index 6ed91bcd2..4ec625b04 100644 --- a/doc/html/ntqassistantclient.html +++ b/doc/html/ntqassistantclient.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } Assistant as an application's help tool. <a href="#details">More...</a> <p><tt>#include <<a href="qassistantclient-h.html">ntqassistantclient.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qassistantclient-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -92,7 +92,7 @@ line to your pro file: <p> See also "Adding Documentation to TQt Assistant" in the <a href="assistant.html">TQt Assistant manual</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQAssistantClient"></a>TQAssistantClient::TQAssistantClient ( const <a href="ntqstring.html">TQString</a> & path, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQAssistantClient"></a>TQAssistantClient::TQAssistantClient ( const <a href="ntqstring.html">TQString</a> & path, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs an assistant client object. The <em>path</em> specifies the path to the TQt Assistant executable. If <em>path</em> is an empty diff --git a/doc/html/ntqasyncio.html b/doc/html/ntqasyncio.html index 4f8664fd5..f9bc8c6ca 100644 --- a/doc/html/ntqasyncio.html +++ b/doc/html/ntqasyncio.html @@ -60,7 +60,7 @@ without using large amounts of memory or blocking the user interface. </h3> Destroys the async IO object. -<h3 class=fn>void <a name="connect"></a>TQAsyncIO::connect ( <a href="ntqobject.html">TQObject</a> * obj, const char * member ) +<h3 class=fn>void <a name="connect"></a>TQAsyncIO::connect ( <a href="tqobject.html">TQObject</a> * obj, const char * member ) </h3> Ensures that only one object, <em>obj</em> and function, <em>member</em>, can respond to changes in readiness. diff --git a/doc/html/ntqcanvas.html b/doc/html/ntqcanvas.html index b4fab5810..9b9d37354 100644 --- a/doc/html/ntqcanvas.html +++ b/doc/html/ntqcanvas.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQCanvas class provides a 2D area that can contain TQCanvasItem objects. <a href="#details">More...</a> <p><tt>#include <<a href="qcanvas-h.html">ntqcanvas.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qcanvas-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -221,10 +221,10 @@ examples/demo application demonstrate many of TQCanvas's facilities. <p> <p>See also <a href="qcanvasview.html">TQCanvasView</a>, <a href="qcanvasitem.html">TQCanvasItem</a>, <a href="abstractwidgets.html">Abstract Widget Classes</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQCanvas"></a>TQCanvas::TQCanvas ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQCanvas"></a>TQCanvas::TQCanvas ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Create a TQCanvas with no size. <em>parent</em> and <em>name</em> are passed to -the <a href="ntqobject.html">TQObject</a> superclass. +the <a href="tqobject.html">TQObject</a> superclass. <p> <b>Warning:</b> You <em>must</em> call <a href="#resize">resize</a>() at some time after creation to be able to use the canvas. diff --git a/doc/html/ntqclipboard.html b/doc/html/ntqclipboard.html index 2ce95aff3..c8f1e6c81 100644 --- a/doc/html/ntqclipboard.html +++ b/doc/html/ntqclipboard.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQClipboard class provides access to the window system clipboard. <a href="#details">More...</a> <p><tt>#include <<a href="qclipboard-h.html">ntqclipboard.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qclipboard-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/ntqdialog.html b/doc/html/ntqdialog.html index beb7c7ffe..c35bac26b 100644 --- a/doc/html/ntqdialog.html +++ b/doc/html/ntqdialog.html @@ -173,7 +173,7 @@ dialog is deleted after exec() returns. <pre> <a href="ntqfiledialog.html">TQFileDialog</a> *dlg = new <a href="ntqfiledialog.html">TQFileDialog</a>( workingDirectory, <a href="ntqstring.html#TQString-null">TQString::null</a>, 0, 0, TRUE ); - <a name="x2130"></a> dlg-><a href="ntqwidget.html#setCaption">setCaption</a>( TQFileDialog::<a href="ntqobject.html#tr">tr</a>( "Open" ) ); + <a name="x2130"></a> dlg-><a href="ntqwidget.html#setCaption">setCaption</a>( TQFileDialog::<a href="tqobject.html#tr">tr</a>( "Open" ) ); <a name="x2128"></a> dlg-><a href="ntqfiledialog.html#setMode">setMode</a>( TQFileDialog::ExistingFile ); <a href="ntqstring.html">TQString</a> result; <a name="x2126"></a> if ( dlg-><a href="#exec">exec</a>() == TQDialog::<a href="#DialogCode-enum">Accepted</a> ) { diff --git a/doc/html/ntqdns.html b/doc/html/ntqdns.html index f3efeff65..ab4e6d974 100644 --- a/doc/html/ntqdns.html +++ b/doc/html/ntqdns.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQDns class provides asynchronous DNS lookups. <a href="#details">More...</a> <p><tt>#include <<a href="qdns-h.html">ntqdns.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qdns-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/ntqdragobject.html b/doc/html/ntqdragobject.html index f6444ac78..9c38d7038 100644 --- a/doc/html/ntqdragobject.html +++ b/doc/html/ntqdragobject.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } transfer. <a href="#details">More...</a> <p><tt>#include <<a href="qdragobject-h.html">ntqdragobject.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a> and <a href="qmimesource.html">TQMimeSource</a>. +<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="qimagedrag.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> diff --git a/doc/html/ntqeditorfactory.html b/doc/html/ntqeditorfactory.html index 015374086..b48bbbec5 100644 --- a/doc/html/ntqeditorfactory.html +++ b/doc/html/ntqeditorfactory.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } for TQVariant data types. <a href="#details">More...</a> <p><tt>#include <<a href="qeditorfactory-h.html">ntqeditorfactory.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p>Inherited by <a href="ntqsqleditorfactory.html">TQSqlEditorFactory</a>. <p><a href="qeditorfactory-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -67,7 +67,7 @@ createEditor() function. <p>See also <a href="database.html">Database Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQEditorFactory"></a>TQEditorFactory::TQEditorFactory ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQEditorFactory"></a>TQEditorFactory::TQEditorFactory ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs an editor factory with parent <em>parent</em>, called <em>name</em>. diff --git a/doc/html/ntqevent.html b/doc/html/ntqevent.html index 4137dfdba..5bc98f5f2 100644 --- a/doc/html/ntqevent.html +++ b/doc/html/ntqevent.html @@ -60,17 +60,17 @@ and sends the translated events to TQObjects. (<a href="#spontaneous">spontaneous</a>() returns TRUE) but it is also possible to manually send events using <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>() and <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>() (spontaneous() returns FALSE). -<p> TQObjects receive events by having their <a href="ntqobject.html#event">TQObject::event</a>() function +<p> TQObjects receive events by having their <a href="tqobject.html#event">TQObject::event</a>() function called. The function can be reimplemented in subclasses to customize event handling and add additional event types; <a href="ntqwidget.html#event">TQWidget::event</a>() is a notable example. By default, events are -dispatched to event handlers like <a href="ntqobject.html#timerEvent">TQObject::timerEvent</a>() and -<a href="ntqwidget.html#mouseMoveEvent">TQWidget::mouseMoveEvent</a>(). <a href="ntqobject.html#installEventFilter">TQObject::installEventFilter</a>() allows an +dispatched to event handlers like <a href="tqobject.html#timerEvent">TQObject::timerEvent</a>() and +<a href="ntqwidget.html#mouseMoveEvent">TQWidget::mouseMoveEvent</a>(). <a href="tqobject.html#installEventFilter">TQObject::installEventFilter</a>() allows an object to intercept events destined for another object. <p> The basic TQEvent contains only an event type parameter. Subclasses of TQEvent contain additional parameters that describe the particular event. -<p> <p>See also <a href="ntqobject.html#event">TQObject::event</a>(), <a href="ntqobject.html#installEventFilter">TQObject::installEventFilter</a>(), <a href="ntqwidget.html#event">TQWidget::event</a>(), <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>(), <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>(), <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>(), <a href="environment.html">Environment Classes</a>, and <a href="events.html">Event Classes</a>. +<p> <p>See also <a href="tqobject.html#event">TQObject::event</a>(), <a href="tqobject.html#installEventFilter">TQObject::installEventFilter</a>(), <a href="ntqwidget.html#event">TQWidget::event</a>(), <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>(), <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>(), <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>(), <a href="environment.html">Environment Classes</a>, and <a href="events.html">Event Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Type-enum"></a>TQEvent::Type</h3> diff --git a/doc/html/ntqeventloop.html b/doc/html/ntqeventloop.html index 2fe9c05ac..9b7171841 100644 --- a/doc/html/ntqeventloop.html +++ b/doc/html/ntqeventloop.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQEventLoop class manages the event queue. <a href="#details">More...</a> <p><tt>#include <<a href="qeventloop-h.html">ntqeventloop.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p>Inherited by <a href="qmotif.html">TQMotif</a>. <p><a href="qeventloop-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -104,13 +104,13 @@ A <tt>typedef</tt> to allow various ProcessEvents values to be OR'ed together. <p> <p>See also <a href="#ProcessEvents-enum">ProcessEvents</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQEventLoop"></a>TQEventLoop::TQEventLoop ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQEventLoop"></a>TQEventLoop::TQEventLoop ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Creates a TQEventLoop object, this object becomes the global event loop object. There can only be one event loop object. The TQEventLoop is usually constructed by calling <a href="ntqapplication.html#eventLoop">TQApplication::eventLoop</a>(). To create your own event loop object create it before you instantiate the <a href="ntqapplication.html">TQApplication</a> object. -<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="ntqobject.html">TQObject</a> constructor. +<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="tqobject.html">TQObject</a> constructor. <h3 class=fn><a name="~TQEventLoop"></a>TQEventLoop::~TQEventLoop () </h3> diff --git a/doc/html/ntqfile.html b/doc/html/ntqfile.html index 682aee200..1c51e2bba 100644 --- a/doc/html/ntqfile.html +++ b/doc/html/ntqfile.html @@ -219,7 +219,7 @@ would probably then be unrecognizable when seen by other programs. Returns a human-readable description of the reason of an error that occurred on the device. The error described by the string corresponds to changes of <a href="ntqiodevice.html#status">TQIODevice::status</a>(). If the status is reset, the error string is also reset. -<p> The returned strings are not translated with the <a href="ntqobject.html#tr">TQObject::tr</a>() or +<p> The returned strings are not translated with the <a href="tqobject.html#tr">TQObject::tr</a>() or <a href="ntqapplication.html#translate">TQApplication::translate</a>() functions. They are marked as translatable strings in the "TQFile" context. Before you show the string to the user you should translate it first, for example: diff --git a/doc/html/ntqftp.html b/doc/html/ntqftp.html index f65d6ee28..7c51940cd 100644 --- a/doc/html/ntqftp.html +++ b/doc/html/ntqftp.html @@ -280,10 +280,10 @@ closed.) </h3> Constructs a TQFtp object. -<h3 class=fn><a name="TQFtp-2"></a>TQFtp::TQFtp ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQFtp-2"></a>TQFtp::TQFtp ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a TQFtp object. The <em>parent</em> and <em>name</em> parameters -are passed to the <a href="ntqobject.html">TQObject</a> constructor. +are passed to the <a href="tqobject.html">TQObject</a> constructor. <h3 class=fn><a name="~TQFtp"></a>TQFtp::~TQFtp ()<tt> [virtual]</tt> </h3> @@ -453,7 +453,7 @@ the <tt>error</tt> argument set to <tt>TRUE</tt>. <p> The error string is often (but not always) the reply from the server, so it is not always possible to translate the string. If the message comes from TQt, the string has already passed through -<a href="ntqobject.html#tr">tr</a>(). +<a href="tqobject.html#tr">tr</a>(). <p>Example: <a href="ftpclient-example.html#x754">network/ftpclient/ftpmainwindow.ui.h</a>. <h3 class=fn>int <a name="get"></a>TQFtp::get ( const <a href="ntqstring.html">TQString</a> & file, <a href="ntqiodevice.html">TQIODevice</a> * dev = 0 ) diff --git a/doc/html/ntqguardedptr.html b/doc/html/ntqguardedptr.html index 691b1e36d..baf38a94c 100644 --- a/doc/html/ntqguardedptr.html +++ b/doc/html/ntqguardedptr.html @@ -60,7 +60,7 @@ The TQGuardedPtr class is a template class that provides guarded pointers to TQO pointer <tt>X*</tt>, except that it is automatically set to 0 when the referenced object is destroyed (unlike normal C++ pointers, which become "dangling pointers" in such cases). <tt>X</tt> must be a -subclass of <a href="ntqobject.html">TQObject</a>. +subclass of <a href="tqobject.html">TQObject</a>. <p> Guarded pointers are useful whenever you need to store a pointer to a TQObject that is owned by someone else and therefore might be destroyed while you still hold a reference to it. You can safely @@ -97,7 +97,7 @@ requires a <a href="ntqwidget.html">TQWidget</a>*. For this reason, it is of lit declare functions to take a TQGuardedPtr as a parameter; just use normal pointers. Use a TQGuardedPtr when you are storing a pointer over time. -<p> Note again that class <em>X</em> must inherit <a href="ntqobject.html">TQObject</a>, or a compilation +<p> Note again that class <em>X</em> must inherit <a href="tqobject.html">TQObject</a>, or a compilation or link error will result. <p>See also <a href="objectmodel.html">Object Model</a>. diff --git a/doc/html/ntqhttp.html b/doc/html/ntqhttp.html index 047068798..dcdddb0c0 100644 --- a/doc/html/ntqhttp.html +++ b/doc/html/ntqhttp.html @@ -261,16 +261,16 @@ closed.) </h3> Constructs a TQHttp object. -<h3 class=fn><a name="TQHttp-2"></a>TQHttp::TQHttp ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQHttp-2"></a>TQHttp::TQHttp ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a TQHttp object. The parameters <em>parent</em> and <em>name</em> -are passed on to the <a href="ntqobject.html">TQObject</a> constructor. +are passed on to the <a href="tqobject.html">TQObject</a> constructor. -<h3 class=fn><a name="TQHttp-3"></a>TQHttp::TQHttp ( const <a href="ntqstring.html">TQString</a> & hostname, TQ_UINT16 port = 80, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQHttp-3"></a>TQHttp::TQHttp ( const <a href="ntqstring.html">TQString</a> & hostname, TQ_UINT16 port = 80, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs a TQHttp object. Subsequent requests are done by connecting to the server <em>hostname</em> on port <em>port</em>. The -parameters <em>parent</em> and <em>name</em> are passed on to the <a href="ntqobject.html">TQObject</a> +parameters <em>parent</em> and <em>name</em> are passed on to the <a href="tqobject.html">TQObject</a> constructor. <p> <p>See also <a href="#setHost">setHost</a>(). diff --git a/doc/html/ntqkeysequence.html b/doc/html/ntqkeysequence.html index ae11016f9..62034e0fd 100644 --- a/doc/html/ntqkeysequence.html +++ b/doc/html/ntqkeysequence.html @@ -91,10 +91,10 @@ Creates a key sequence from the string <em>key</em>. For example "Ctrl+O" gives CTRL+UNICODE_ACCEL+'O'. The strings "Ctrl", "Shift", "Alt" and "Meta" are recognized, as well as their translated equivalents in the "TQAccel" context (using -<a href="ntqobject.html#tr">TQObject::tr</a>()). +<a href="tqobject.html#tr">TQObject::tr</a>()). <p> Multiple key codes (up to four) may be entered by separating them with commas, e.g. "Alt+X,Ctrl+S,Q". -<p> This contructor is typically used with <a href="ntqobject.html#tr">tr</a>(), so that accelerator keys can be replaced in +<p> This contructor is typically used with <a href="tqobject.html#tr">tr</a>(), so that accelerator keys can be replaced in translations: <p> <pre> <a href="ntqpopupmenu.html">TQPopupMenu</a> *file = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); @@ -149,7 +149,7 @@ Creates an accelerator string for the key sequence. For instance CTRL+Key_O gives "Ctrl+O". If the key sequence has multiple key codes they are returned comma-separated, e.g. "Alt+X, Ctrl+Y, Z". The strings, "Ctrl", "Shift", etc. are -translated (using <a href="ntqobject.html#tr">TQObject::tr</a>()) in the "TQAccel" scope. If the key +translated (using <a href="tqobject.html#tr">TQObject::tr</a>()) in the "TQAccel" scope. If the key sequence has no keys, <a href="ntqstring.html#TQString-null">TQString::null</a> is returned. <p> On Mac OS X, the string returned resembles the sequence that is shown in the menubar. diff --git a/doc/html/ntqlayout.html b/doc/html/ntqlayout.html index d63bfad8a..c83058683 100644 --- a/doc/html/ntqlayout.html +++ b/doc/html/ntqlayout.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQLayout class is the base class of geometry managers. <a href="#details">More...</a> <p><tt>#include <<a href="qlayout-h.html">ntqlayout.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a> and <a href="qlayoutitem.html">TQLayoutItem</a>. +<p>Inherits <a href="tqobject.html">TQObject</a> and <a href="qlayoutitem.html">TQLayoutItem</a>. <p>Inherited by <a href="qgridlayout.html">TQGridLayout</a> and <a href="qboxlayout.html">TQBoxLayout</a>. <p><a href="qlayout-members.html">List of all member functions.</a> <h2>Public Members</h2> diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html index 7c63751c6..50b234dc4 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -620,7 +620,7 @@ vertically if necessary and opening (expanding) any parent items if this is required to show the item. <p> <p>See also <a href="#itemRect">itemRect</a>() and <a href="ntqscrollview.html#ensureVisible">TQScrollView::ensureVisible</a>(). -<h3 class=fn>bool <a name="eventFilter"></a>TQListView::eventFilter ( <a href="ntqobject.html">TQObject</a> * o, <a href="ntqevent.html">TQEvent</a> * e )<tt> [virtual]</tt> +<h3 class=fn>bool <a name="eventFilter"></a>TQListView::eventFilter ( <a href="tqobject.html">TQObject</a> * o, <a href="ntqevent.html">TQEvent</a> * e )<tt> [virtual]</tt> </h3> Redirects the event <em>e</em> relating to object <em>o</em>, for the viewport to <a href="ntqwidget.html#mousePressEvent">mousePressEvent</a>(), <a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() and friends. diff --git a/doc/html/ntqmainwindow.html b/doc/html/ntqmainwindow.html index 178236eb8..84a4ad912 100644 --- a/doc/html/ntqmainwindow.html +++ b/doc/html/ntqmainwindow.html @@ -228,7 +228,7 @@ to the toolbar and menu. <pre> <a href="ntqaction.html">TQAction</a> * fileOpenAction; </pre><pre> fileOpenAction = new <a href="ntqaction.html">TQAction</a>( TQPixmap( fileopen ), "&Open...", CTRL+Key_O, this, "open" ); - <a href="ntqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, TQ_SLOT( choose() ) ); + <a href="tqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, TQ_SLOT( choose() ) ); </pre> <p> Here we create an action with an icon which will be used in any menu and toolbar that the action is added to. We've also given the @@ -478,7 +478,7 @@ bottom dock areas. The menu bar is above the top dock area. </h3> Monitors events, recieved in <em>e</em>, to ensure the layout is updated. -<p>Reimplemented from <a href="ntqobject.html#childEvent">TQObject</a>. +<p>Reimplemented from <a href="tqobject.html#childEvent">TQObject</a>. <h3 class=fn><a href="ntqpopupmenu.html">TQPopupMenu</a> * <a name="createDockWindowMenu"></a>TQMainWindow::createDockWindowMenu ( <a href="ntqmainwindow.html#DockWindows-enum">DockWindows</a> dockWindows = AllDockWindows ) const </h3> Creates the dock window menu which contains all toolbars (if <em>dockWindows</em> is <a href="#DockWindows-enum">OnlyToolBars</a> ), all dock windows (if <em>dockWindows</em> is <a href="#DockWindows-enum">NoToolBars</a>) or all toolbars and dock windows (if diff --git a/doc/html/ntqmap.html b/doc/html/ntqmap.html index f79d8dba1..013cb8372 100644 --- a/doc/html/ntqmap.html +++ b/doc/html/ntqmap.html @@ -116,7 +116,7 @@ with associated key values of type Key and provides iterators that allow the contained objects to be addressed. TQMap owns the contained items. <p> Some classes cannot be used within a TQMap. For example everything -derived from <a href="ntqobject.html">TQObject</a> and thus all classes that implement widgets. +derived from <a href="tqobject.html">TQObject</a> and thus all classes that implement widgets. Only values can be used in a TQMap. To qualify as a value, the class must provide <p> <ul> diff --git a/doc/html/ntqmenubar.html b/doc/html/ntqmenubar.html index 143a14a90..b1b2cc108 100644 --- a/doc/html/ntqmenubar.html +++ b/doc/html/ntqmenubar.html @@ -155,7 +155,7 @@ stand-alone TQPopupMenus. conform more closely to accepted Mac OS X menubar layout. The merging functionality is based on string matching the title of a <a href="ntqpopupmenu.html">TQPopupMenu</a> entry. These strings are translated (using -<a href="ntqobject.html#tr">TQObject::tr</a>()) in the "TQMenuBar" context. If an entry is moved its +<a href="tqobject.html#tr">TQObject::tr</a>()) in the "TQMenuBar" context. If an entry is moved its slots will still fire as if it was in the original place. The table below outlines the strings looked for and where the entry is placed if matched: @@ -248,7 +248,7 @@ several items to a single slot (most often if the user selects from an array). This signal is useful in such cases. <p> <p>See also <a href="#activated">activated</a>() and <a href="ntqmenudata.html#insertItem">TQMenuData::insertItem</a>(). -<h3 class=fn>int <a name="insertItem"></a>TQMenuData::insertItem ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem"></a>TQMenuData::insertItem ( const <a href="ntqstring.html">TQString</a> & text, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) </h3> The family of <a href="ntqmenudata.html#insertItem">insertItem</a>() functions inserts menu items into a popup menu or a menu bar. @@ -275,12 +275,12 @@ connects it to the slot <em>member</em> in the object <em>receiver</em>. <p> Not all insert functions take an object/slot parameter or an accelerator key. Use <a href="ntqmenudata.html#connectItem">connectItem</a>() and <a href="ntqmenudata.html#setAccel">setAccel</a>() on those items. -<p> If you need to translate accelerators, use <a href="ntqobject.html#tr">tr</a>() with the text and +<p> If you need to translate accelerators, use <a href="tqobject.html#tr">tr</a>() with the text and accelerator. (For translations use a string <a href="ntqkeysequence.html">key sequence</a>.): <pre> - fileMenu->insertItem( <a href="ntqobject.html#tr">tr</a>("Open"), myView, TQ_SLOT(open()), - <a href="ntqobject.html#tr">tr</a>("Ctrl+O") ); + fileMenu->insertItem( <a href="tqobject.html#tr">tr</a>("Open"), myView, TQ_SLOT(open()), + <a href="tqobject.html#tr">tr</a>("Ctrl+O") ); </pre> <p> In the example above, pressing Ctrl+O or selecting "Open" from the @@ -315,7 +315,7 @@ version. <p> <p>See also <a href="ntqmenudata.html#removeItem">removeItem</a>(), <a href="ntqmenudata.html#changeItem">changeItem</a>(), <a href="ntqmenudata.html#setAccel">setAccel</a>(), <a href="ntqmenudata.html#connectItem">connectItem</a>(), <a href="ntqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. <p>Examples: <a href="addressbook-example.html#x569">addressbook/mainwindow.cpp</a>, <a href="canvas-example.html#x2936">canvas/canvas.cpp</a>, <a href="menu-example.html#x1869">menu/menu.cpp</a>, <a href="qwerty-example.html#x371">qwerty/qwerty.cpp</a>, <a href="scrollview-example.html#x634">scrollview/scrollview.cpp</a>, <a href="showimg-example.html#x1327">showimg/showimg.cpp</a>, and <a href="sound-example.html#x2810">sound/sound.cpp</a>. -<h3 class=fn>int <a name="insertItem-2"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-2"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts a menu item with icon <em>icon</em>, text <em>text</em>, accelerator @@ -325,7 +325,7 @@ icon will be displayed to the left of the text in the item. <p> Returns the allocated <a href="ntqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0). <p> <p>See also <a href="ntqmenudata.html#removeItem">removeItem</a>(), <a href="ntqmenudata.html#changeItem">changeItem</a>(), <a href="ntqmenudata.html#setAccel">setAccel</a>(), <a href="ntqmenudata.html#connectItem">connectItem</a>(), <a href="ntqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. -<h3 class=fn>int <a name="insertItem-3"></a>TQMenuData::insertItem ( const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-3"></a>TQMenuData::insertItem ( const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts a menu item with pixmap <em>pixmap</em>, accelerator <em>accel</em>, @@ -337,7 +337,7 @@ should provide a mask (see <a href="ntqpixmap.html#mask">TQPixmap::mask</a>()). <p> Returns the allocated <a href="ntqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0). <p> <p>See also <a href="ntqmenudata.html#removeItem">removeItem</a>(), <a href="ntqmenudata.html#changeItem">changeItem</a>(), <a href="ntqmenudata.html#setAccel">setAccel</a>(), and <a href="ntqmenudata.html#connectItem">connectItem</a>(). -<h3 class=fn>int <a name="insertItem-4"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-4"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts a menu item with icon <em>icon</em>, pixmap <em>pixmap</em>, diff --git a/doc/html/ntqmenudata.html b/doc/html/ntqmenudata.html index 698bea5e8..a46795017 100644 --- a/doc/html/ntqmenudata.html +++ b/doc/html/ntqmenudata.html @@ -210,7 +210,7 @@ Removes all menu items. <p> <p>See also <a href="#removeItem">removeItem</a>() and <a href="#removeItemAt">removeItemAt</a>(). <p>Examples: <a href="mdi-example.html#x2029">mdi/application.cpp</a> and <a href="qwerty-example.html#x370">qwerty/qwerty.cpp</a>. -<h3 class=fn>bool <a name="connectItem"></a>TQMenuData::connectItem ( int id, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member ) +<h3 class=fn>bool <a name="connectItem"></a>TQMenuData::connectItem ( int id, const <a href="tqobject.html">TQObject</a> * receiver, const char * member ) </h3> Connects the menu item with identifier <em>id</em> to <em>receiver</em>'s <em>member</em> slot or signal. <p> The receiver's slot (or signal) is activated when the menu item is @@ -222,7 +222,7 @@ activated. </h3> Returns the number of items in the menu. -<h3 class=fn>bool <a name="disconnectItem"></a>TQMenuData::disconnectItem ( int id, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member ) +<h3 class=fn>bool <a name="disconnectItem"></a>TQMenuData::disconnectItem ( int id, const <a href="tqobject.html">TQObject</a> * receiver, const char * member ) </h3> Disconnects the <em>receiver</em>'s <em>member</em> from the menu item with identifier <em>id</em>. @@ -272,7 +272,7 @@ there is no item with this identifier. <p> <p>See also <a href="#idAt">idAt</a>() and <a href="#findItem">findItem</a>(). <p>Example: <a href="scrollview-example.html#x633">scrollview/scrollview.cpp</a>. -<h3 class=fn>int <a name="insertItem"></a>TQMenuData::insertItem ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem"></a>TQMenuData::insertItem ( const <a href="ntqstring.html">TQString</a> & text, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) </h3> The family of <a href="#insertItem">insertItem</a>() functions inserts menu items into a popup menu or a menu bar. @@ -339,7 +339,7 @@ version. <p> <p>See also <a href="#removeItem">removeItem</a>(), <a href="#changeItem">changeItem</a>(), <a href="#setAccel">setAccel</a>(), <a href="#connectItem">connectItem</a>(), <a href="ntqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. <p>Examples: <a href="addressbook-example.html#x569">addressbook/mainwindow.cpp</a>, <a href="canvas-example.html#x2936">canvas/canvas.cpp</a>, <a href="menu-example.html#x1869">menu/menu.cpp</a>, <a href="qwerty-example.html#x371">qwerty/qwerty.cpp</a>, <a href="scrollview-example.html#x634">scrollview/scrollview.cpp</a>, <a href="showimg-example.html#x1327">showimg/showimg.cpp</a>, and <a href="sound-example.html#x2810">sound/sound.cpp</a>. -<h3 class=fn>int <a name="insertItem-2"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-2"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts a menu item with icon <em>icon</em>, text <em>text</em>, accelerator @@ -349,7 +349,7 @@ icon will be displayed to the left of the text in the item. <p> Returns the allocated <a href="ntqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0). <p> <p>See also <a href="#removeItem">removeItem</a>(), <a href="#changeItem">changeItem</a>(), <a href="#setAccel">setAccel</a>(), <a href="#connectItem">connectItem</a>(), <a href="ntqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. -<h3 class=fn>int <a name="insertItem-3"></a>TQMenuData::insertItem ( const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-3"></a>TQMenuData::insertItem ( const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts a menu item with pixmap <em>pixmap</em>, accelerator <em>accel</em>, @@ -361,7 +361,7 @@ should provide a mask (see <a href="ntqpixmap.html#mask">TQPixmap::mask</a>()). <p> Returns the allocated <a href="ntqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0). <p> <p>See also <a href="#removeItem">removeItem</a>(), <a href="#changeItem">changeItem</a>(), <a href="#setAccel">setAccel</a>(), and <a href="#connectItem">connectItem</a>(). -<h3 class=fn>int <a name="insertItem-4"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-4"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts a menu item with icon <em>icon</em>, pixmap <em>pixmap</em>, diff --git a/doc/html/ntqmessagebox.html b/doc/html/ntqmessagebox.html index ec37f5e2c..c11fbe6da 100644 --- a/doc/html/ntqmessagebox.html +++ b/doc/html/ntqmessagebox.html @@ -123,11 +123,11 @@ well without it: if ( TQFile::<a href="ntqfile.html#exists">exists</a>( filename ) && TQMessageBox::<a href="#question">question</a>( this, - <a href="ntqobject.html#tr">tr</a>("Overwrite File? -- Application Name"), - <a href="ntqobject.html#tr">tr</a>("A file called %1 already exists." + <a href="tqobject.html#tr">tr</a>("Overwrite File? -- Application Name"), + <a href="tqobject.html#tr">tr</a>("A file called %1 already exists." "Do you want to overwrite it?") .arg( filename ), - <a href="ntqobject.html#tr">tr</a>("&Yes"), tr("&No"), + <a href="tqobject.html#tr">tr</a>("&Yes"), tr("&No"), <a href="ntqstring.html#TQString-null">TQString::null</a>, 0, 1 ) ) return false; </pre> diff --git a/doc/html/ntqmetaobject.html b/doc/html/ntqmetaobject.html index b693c5c6a..815d1261c 100644 --- a/doc/html/ntqmetaobject.html +++ b/doc/html/ntqmetaobject.html @@ -68,7 +68,7 @@ GUI builders, you might find these functions useful: <ul> <li> <a href="#className">className</a>() to get the name of a class. <li> <a href="#superClassName">superClassName</a>() to get the name of the superclass. -<li> <a href="#inherits">inherits</a>(), the function called by <a href="ntqobject.html#inherits">TQObject::inherits</a>(). +<li> <a href="#inherits">inherits</a>(), the function called by <a href="tqobject.html#inherits">TQObject::inherits</a>(). <li> <a href="#superClass">superClass</a>() to access the superclass's <a href="metaobjects.html#meta-object">meta object</a>. <li> <a href="#numSlots">numSlots</a>(), <a href="#numSignals">numSignals</a>(), <a href="#slotNames">slotNames</a>(), and <a href="#signalNames">signalNames</a>() to get information about a class's signals and slots. @@ -99,7 +99,7 @@ information exists. </h3> <p> Returns the class name. -<p> <p>See also <a href="ntqobject.html#className">TQObject::className</a>() and <a href="#superClassName">superClassName</a>(). +<p> <p>See also <a href="tqobject.html#className">TQObject::className</a>() and <a href="#superClassName">superClassName</a>(). <h3 class=fn>int <a name="findProperty"></a>TQMetaObject::findProperty ( const char * name, bool super = FALSE ) const </h3> @@ -171,7 +171,7 @@ such object. </h3> <p> Returns the class name of the superclass or 0 if there is no -superclass in the <a href="ntqobject.html">TQObject</a> hierachy. +superclass in the <a href="tqobject.html">TQObject</a> hierachy. <p> <p>See also <a href="#className">className</a>(). <!-- eof --> diff --git a/doc/html/ntqmovie.html b/doc/html/ntqmovie.html index 9a02f4cb9..7564b9ef2 100644 --- a/doc/html/ntqmovie.html +++ b/doc/html/ntqmovie.html @@ -192,7 +192,7 @@ the movie, the data is deallocated. Returns the background color of the movie set by <a href="#setBackgroundColor">setBackgroundColor</a>(). -<h3 class=fn>void <a name="connectResize"></a>TQMovie::connectResize ( <a href="ntqobject.html">TQObject</a> * receiver, const char * member ) +<h3 class=fn>void <a name="connectResize"></a>TQMovie::connectResize ( <a href="tqobject.html">TQObject</a> * receiver, const char * member ) </h3> Connects the <em>receiver</em>'s <em>member</em> of type <tt>void member(const TQSize&)</tt> so that it is signalled when the movie changes size. <p> Note that due to the <a href="shclass.html#explicit-sharing">explicit sharing</a> of TQMovie objects, these @@ -201,7 +201,7 @@ connections persist until they are explicitly disconnected with deleted. <p>Example: <a href="movies-example.html#x498">movies/main.cpp</a>. -<h3 class=fn>void <a name="connectStatus"></a>TQMovie::connectStatus ( <a href="ntqobject.html">TQObject</a> * receiver, const char * member ) +<h3 class=fn>void <a name="connectStatus"></a>TQMovie::connectStatus ( <a href="tqobject.html">TQObject</a> * receiver, const char * member ) </h3> Connects the <em>receiver</em>'s <em>member</em>, of type <tt>void member(int)</tt> so that it is signalled when the movie changes status. The status codes are negative for errors and positive for @@ -231,7 +231,7 @@ connections persist until they are explicitly disconnected with deleted. <p>Example: <a href="movies-example.html#x499">movies/main.cpp</a>. -<h3 class=fn>void <a name="connectUpdate"></a>TQMovie::connectUpdate ( <a href="ntqobject.html">TQObject</a> * receiver, const char * member ) +<h3 class=fn>void <a name="connectUpdate"></a>TQMovie::connectUpdate ( <a href="tqobject.html">TQObject</a> * receiver, const char * member ) </h3> Connects the <em>receiver</em>'s <em>member</em> of type <tt>void member(const TQRect&)</tt> so that it is signalled when an area of the <a href="#framePixmap">framePixmap</a>() has changed since the previous frame. @@ -241,15 +241,15 @@ connections persist until they are explicitly disconnected with deleted. <p>Example: <a href="movies-example.html#x500">movies/main.cpp</a>. -<h3 class=fn>void <a name="disconnectResize"></a>TQMovie::disconnectResize ( <a href="ntqobject.html">TQObject</a> * receiver, const char * member = 0 ) +<h3 class=fn>void <a name="disconnectResize"></a>TQMovie::disconnectResize ( <a href="tqobject.html">TQObject</a> * receiver, const char * member = 0 ) </h3> Disconnects the <em>receiver</em>'s <em>member</em> (or all members if <em>member</em> is zero) that were previously connected by <a href="#connectResize">connectResize</a>(). -<h3 class=fn>void <a name="disconnectStatus"></a>TQMovie::disconnectStatus ( <a href="ntqobject.html">TQObject</a> * receiver, const char * member = 0 ) +<h3 class=fn>void <a name="disconnectStatus"></a>TQMovie::disconnectStatus ( <a href="tqobject.html">TQObject</a> * receiver, const char * member = 0 ) </h3> Disconnects the <em>receiver</em>'s <em>member</em> (or all members if <em>member</em> is zero) that were previously connected by <a href="#connectStatus">connectStatus</a>(). -<h3 class=fn>void <a name="disconnectUpdate"></a>TQMovie::disconnectUpdate ( <a href="ntqobject.html">TQObject</a> * receiver, const char * member = 0 ) +<h3 class=fn>void <a name="disconnectUpdate"></a>TQMovie::disconnectUpdate ( <a href="tqobject.html">TQObject</a> * receiver, const char * member = 0 ) </h3> Disconnects the <em>receiver</em>'s <em>member</em> (or all members if \q member is zero) that were previously connected by <a href="#connectUpdate">connectUpdate</a>(). diff --git a/doc/html/ntqnetworkprotocol.html b/doc/html/ntqnetworkprotocol.html index 396100712..cb7432da3 100644 --- a/doc/html/ntqnetworkprotocol.html +++ b/doc/html/ntqnetworkprotocol.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQNetworkProtocol class provides a common API for network protocols. <a href="#details">More...</a> <p><tt>#include <<a href="qnetworkprotocol-h.html">ntqnetworkprotocol.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p>Inherited by <a href="ntqftp.html">TQFtp</a>, <a href="ntqhttp.html">TQHttp</a>, and <a href="ntqlocalfs.html">TQLocalFs</a>. <p><a href="qnetworkprotocol-members.html">List of all member functions.</a> <h2>Public Members</h2> diff --git a/doc/html/ntqpair.html b/doc/html/ntqpair.html index 97d7afb89..411a6c83c 100644 --- a/doc/html/ntqpair.html +++ b/doc/html/ntqpair.html @@ -70,7 +70,7 @@ the pair. TQPair owns the contained elements. For more relaxed ownership semantics, see <a href="ntqptrcollection.html">TQPtrCollection</a> and friends which are pointer-based containers. <p> Some classes cannot be used within a TQPair: for example, all -classes derived from <a href="ntqobject.html">TQObject</a> and thus all classes that implement +classes derived from <a href="tqobject.html">TQObject</a> and thus all classes that implement widgets. Only "values" can be used in a TQPair. To qualify as a value the class must provide: <p> <ul> diff --git a/doc/html/ntqpopupmenu.html b/doc/html/ntqpopupmenu.html index 0d48975bd..e5c833660 100644 --- a/doc/html/ntqpopupmenu.html +++ b/doc/html/ntqpopupmenu.html @@ -185,7 +185,7 @@ original menu contains a custom widget item, this item is omitted. Constructs a popup menu called <em>name</em> with parent <em>parent</em>. <p> Although a popup menu is always a top-level widget, if a parent is passed the popup menu will be deleted when that parent is -destroyed (as with any other <a href="ntqobject.html">TQObject</a>). +destroyed (as with any other <a href="tqobject.html">TQObject</a>). <h3 class=fn><a name="~TQPopupMenu"></a>TQPopupMenu::~TQPopupMenu () </h3> @@ -268,7 +268,7 @@ example, on Windows it will use multiple columns). <p> This functions returns the number of columns necessary. <p> <p>See also <a href="ntqwidget.html#sizeHint-prop">sizeHint</a>. -<h3 class=fn>bool <a name="connectItem"></a>TQMenuData::connectItem ( int id, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member ) +<h3 class=fn>bool <a name="connectItem"></a>TQMenuData::connectItem ( int id, const <a href="tqobject.html">TQObject</a> * receiver, const char * member ) </h3> Connects the menu item with identifier <em>id</em> to <em>receiver</em>'s <em>member</em> slot or signal. <p> The receiver's slot (or signal) is activated when the menu item is @@ -276,7 +276,7 @@ activated. <p> <p>See also <a href="ntqmenudata.html#disconnectItem">disconnectItem</a>() and <a href="ntqmenudata.html#setItemParameter">setItemParameter</a>(). <p>Example: <a href="menu-example.html#x1868">menu/menu.cpp</a>. -<h3 class=fn>bool <a name="disconnectItem"></a>TQMenuData::disconnectItem ( int id, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member ) +<h3 class=fn>bool <a name="disconnectItem"></a>TQMenuData::disconnectItem ( int id, const <a href="tqobject.html">TQObject</a> * receiver, const char * member ) </h3> Disconnects the <em>receiver</em>'s <em>member</em> from the menu item with identifier <em>id</em>. @@ -374,7 +374,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Returns the id of the item at <em>pos</em>, or -1 if there is no item there or if it is a separator. -<h3 class=fn>int <a name="insertItem"></a>TQMenuData::insertItem ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem"></a>TQMenuData::insertItem ( const <a href="ntqstring.html">TQString</a> & text, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) </h3> The family of <a href="ntqmenudata.html#insertItem">insertItem</a>() functions inserts menu items into a popup menu or a menu bar. @@ -401,12 +401,12 @@ connects it to the slot <em>member</em> in the object <em>receiver</em>. <p> Not all insert functions take an object/slot parameter or an accelerator key. Use <a href="ntqmenudata.html#connectItem">connectItem</a>() and <a href="ntqmenudata.html#setAccel">setAccel</a>() on those items. -<p> If you need to translate accelerators, use <a href="ntqobject.html#tr">tr</a>() with the text and +<p> If you need to translate accelerators, use <a href="tqobject.html#tr">tr</a>() with the text and accelerator. (For translations use a string <a href="ntqkeysequence.html">key sequence</a>.): <pre> - fileMenu->insertItem( <a href="ntqobject.html#tr">tr</a>("Open"), myView, TQ_SLOT(open()), - <a href="ntqobject.html#tr">tr</a>("Ctrl+O") ); + fileMenu->insertItem( <a href="tqobject.html#tr">tr</a>("Open"), myView, TQ_SLOT(open()), + <a href="tqobject.html#tr">tr</a>("Ctrl+O") ); </pre> <p> In the example above, pressing Ctrl+O or selecting "Open" from the @@ -441,7 +441,7 @@ version. <p> <p>See also <a href="ntqmenudata.html#removeItem">removeItem</a>(), <a href="ntqmenudata.html#changeItem">changeItem</a>(), <a href="ntqmenudata.html#setAccel">setAccel</a>(), <a href="ntqmenudata.html#connectItem">connectItem</a>(), <a href="ntqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. <p>Examples: <a href="addressbook-example.html#x569">addressbook/mainwindow.cpp</a>, <a href="canvas-example.html#x2936">canvas/canvas.cpp</a>, <a href="menu-example.html#x1869">menu/menu.cpp</a>, <a href="qwerty-example.html#x371">qwerty/qwerty.cpp</a>, <a href="scrollview-example.html#x634">scrollview/scrollview.cpp</a>, <a href="showimg-example.html#x1327">showimg/showimg.cpp</a>, and <a href="sound-example.html#x2810">sound/sound.cpp</a>. -<h3 class=fn>int <a name="insertItem-2"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-2"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts a menu item with icon <em>icon</em>, text <em>text</em>, accelerator @@ -451,7 +451,7 @@ icon will be displayed to the left of the text in the item. <p> Returns the allocated <a href="ntqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0). <p> <p>See also <a href="ntqmenudata.html#removeItem">removeItem</a>(), <a href="ntqmenudata.html#changeItem">changeItem</a>(), <a href="ntqmenudata.html#setAccel">setAccel</a>(), <a href="ntqmenudata.html#connectItem">connectItem</a>(), <a href="ntqaccel.html">TQAccel</a>, and <a href="qnamespace-h.html">ntqnamespace.h</a>. -<h3 class=fn>int <a name="insertItem-3"></a>TQMenuData::insertItem ( const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-3"></a>TQMenuData::insertItem ( const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts a menu item with pixmap <em>pixmap</em>, accelerator <em>accel</em>, @@ -463,7 +463,7 @@ should provide a mask (see <a href="ntqpixmap.html#mask">TQPixmap::mask</a>()). <p> Returns the allocated <a href="ntqmenudata.html#menu-identifier">menu identifier</a> number (<em>id</em> if <em>id</em> >= 0). <p> <p>See also <a href="ntqmenudata.html#removeItem">removeItem</a>(), <a href="ntqmenudata.html#changeItem">changeItem</a>(), <a href="ntqmenudata.html#setAccel">setAccel</a>(), and <a href="ntqmenudata.html#connectItem">connectItem</a>(). -<h3 class=fn>int <a name="insertItem-4"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) +<h3 class=fn>int <a name="insertItem-4"></a>TQMenuData::insertItem ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="tqobject.html">TQObject</a> * receiver, const char * member, const <a href="ntqkeysequence.html">TQKeySequence</a> & accel = 0, int id = -1, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts a menu item with icon <em>icon</em>, pixmap <em>pixmap</em>, @@ -739,9 +739,9 @@ object. mainMenu-><a href="ntqmenudata.html#insertItem">insertItem</a>( "File", fileMenu ); // add the file menu </pre> -<p> If you need to translate accelerators, use <a href="ntqobject.html#tr">tr</a>() with a string: +<p> If you need to translate accelerators, use <a href="tqobject.html#tr">tr</a>() with a string: <pre> - fileMenu->setAccel( <a href="ntqobject.html#tr">tr</a>("Ctrl+O"), 67 ); + fileMenu->setAccel( <a href="tqobject.html#tr">tr</a>("Ctrl+O"), 67 ); </pre> <p> You can also specify the accelerator in the <a href="ntqmenudata.html#insertItem">insertItem</a>() function. diff --git a/doc/html/ntqprocess.html b/doc/html/ntqprocess.html index 0f84b5b72..ba105e3d3 100644 --- a/doc/html/ntqprocess.html +++ b/doc/html/ntqprocess.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } to communicate with them. <a href="#details">More...</a> <p><tt>#include <<a href="qprocess-h.html">ntqprocess.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qprocess-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -153,7 +153,7 @@ this: proc-><a href="#addArgument">addArgument</a>( "i18n" ); proc-><a href="#addArgument">addArgument</a>( "small_dialog.ui" ); - <a name="x2123"></a> <a href="ntqobject.html#connect">connect</a>( proc, TQ_SIGNAL(<a href="#readyReadStdout">readyReadStdout</a>()), + <a name="x2123"></a> <a href="tqobject.html#connect">connect</a>( proc, TQ_SIGNAL(<a href="#readyReadStdout">readyReadStdout</a>()), this, TQ_SLOT(readFromStdout()) ); </pre><pre> <a name="x2124"></a> if ( !proc-><a href="#start">start</a>() ) { // error handling @@ -229,28 +229,28 @@ to the <a href="#setCommunication">setCommunication</a>() call. </ul><p> <p>See also <a href="#setCommunication">setCommunication</a>() and <a href="#communication">communication</a>(). <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQProcess"></a>TQProcess::TQProcess ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQProcess"></a>TQProcess::TQProcess ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs a TQProcess object. The <em>parent</em> and <em>name</em> parameters -are passed to the <a href="ntqobject.html">TQObject</a> constructor. +are passed to the <a href="tqobject.html">TQObject</a> constructor. <p> <p>See also <a href="#setArguments">setArguments</a>(), <a href="#addArgument">addArgument</a>(), and <a href="#start">start</a>(). -<h3 class=fn><a name="TQProcess-2"></a>TQProcess::TQProcess ( const <a href="ntqstring.html">TQString</a> & arg0, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQProcess-2"></a>TQProcess::TQProcess ( const <a href="ntqstring.html">TQString</a> & arg0, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs a TQProcess with <em>arg0</em> as the command to be executed. -The <em>parent</em> and <em>name</em> parameters are passed to the <a href="ntqobject.html">TQObject</a> +The <em>parent</em> and <em>name</em> parameters are passed to the <a href="tqobject.html">TQObject</a> constructor. <p> The process is not started. You must call <a href="#start">start</a>() or <a href="#launch">launch</a>() to start the process. <p> <p>See also <a href="#setArguments">setArguments</a>(), <a href="#addArgument">addArgument</a>(), and <a href="#start">start</a>(). -<h3 class=fn><a name="TQProcess-3"></a>TQProcess::TQProcess ( const <a href="ntqstringlist.html">TQStringList</a> & args, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQProcess-3"></a>TQProcess::TQProcess ( const <a href="ntqstringlist.html">TQStringList</a> & args, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs a TQProcess with <em>args</em> as the arguments of the process. The first element in the list is the command to be executed. The other elements in the list are the arguments to this command. The <em>parent</em> and <em>name</em> parameters are passed to the -<a href="ntqobject.html">TQObject</a> constructor. +<a href="tqobject.html">TQObject</a> constructor. <p> The process is not started. You must call <a href="#start">start</a>() or <a href="#launch">launch</a>() to start the process. <p> <p>See also <a href="#setArguments">setArguments</a>(), <a href="#addArgument">addArgument</a>(), and <a href="#start">start</a>(). @@ -261,7 +261,7 @@ Destroys the instance. <p> If the process is running, it is <b>not</b> terminated! The standard input, standard output and standard error of the process are closed. -<p> You can connect the <a href="ntqobject.html#destroyed">destroyed</a>() signal to the <a href="#kill">kill</a>() slot, if you +<p> You can connect the <a href="tqobject.html#destroyed">destroyed</a>() signal to the <a href="#kill">kill</a>() slot, if you want the process to be terminated automatically when the instance is destroyed. <p> <p>See also <a href="#tryTerminate">tryTerminate</a>() and <a href="#kill">kill</a>(). @@ -412,7 +412,7 @@ this signal is emitted immediately. <p> This signal is especially useful if you want to know when you can safely delete the TQProcess object when you are not interested in reading from standard output or standard error. -<p> <p>See also <a href="#launch">launch</a>() and <a href="ntqobject.html#deleteLater">TQObject::deleteLater</a>(). +<p> <p>See also <a href="#launch">launch</a>() and <a href="tqobject.html#deleteLater">TQObject::deleteLater</a>(). <h3 class=fn>bool <a name="normalExit"></a>TQProcess::normalExit () const </h3> diff --git a/doc/html/ntqprogressdialog.html b/doc/html/ntqprogressdialog.html index 37ecab85d..5662d30d6 100644 --- a/doc/html/ntqprogressdialog.html +++ b/doc/html/ntqprogressdialog.html @@ -138,19 +138,19 @@ progress.setProgress( numFiles ); <p> A modeless progress dialog is suitable for operations that take place in the background, where the user is able to interact with the application. Such operations are typically based on <a href="ntqtimer.html">TQTimer</a> (or -<a href="ntqobject.html#timerEvent">TQObject::timerEvent</a>()), <a href="ntqsocketnotifier.html">TQSocketNotifier</a>, or <a href="ntqurloperator.html">TQUrlOperator</a>; or performed +<a href="tqobject.html#timerEvent">TQObject::timerEvent</a>()), <a href="ntqsocketnotifier.html">TQSocketNotifier</a>, or <a href="ntqurloperator.html">TQUrlOperator</a>; or performed in a separate thread. A <a href="ntqprogressbar.html">TQProgressBar</a> in the status bar of your main window is often an alternative to a modeless progress dialog. <p> You need to have an event loop to be running, connect the <a href="#canceled">canceled</a>() signal to a slot that stops the operation, and call <a href="#setProgress">setProgress</a>() at intervals. For example: <pre> -Operation::Operation( <a href="ntqobject.html">TQObject</a> *parent = 0 ) - : <a href="ntqobject.html">TQObject</a>( parent ), steps( 0 ) +Operation::Operation( <a href="tqobject.html">TQObject</a> *parent = 0 ) + : <a href="tqobject.html">TQObject</a>( parent ), steps( 0 ) { pd = new TQProgressDialog( "Operation in progress.", "Cancel", 100 ); - <a href="ntqobject.html#connect">connect</a>( pd, TQ_SIGNAL(<a href="#canceled">canceled</a>()), this, TQ_SLOT(<a href="#cancel">cancel</a>()) ); + <a href="tqobject.html#connect">connect</a>( pd, TQ_SIGNAL(<a href="#canceled">canceled</a>()), this, TQ_SLOT(<a href="#cancel">cancel</a>()) ); t = new <a href="ntqtimer.html">TQTimer</a>( this ); - <a href="ntqobject.html#connect">connect</a>( t, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), this, TQ_SLOT(perform()) ); + <a href="tqobject.html#connect">connect</a>( t, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), this, TQ_SLOT(perform()) ); t-><a href="ntqtimer.html#start">start</a>( 0 ); } diff --git a/doc/html/ntqptrlist.html b/doc/html/ntqptrlist.html index 9307d8396..22d95079f 100644 --- a/doc/html/ntqptrlist.html +++ b/doc/html/ntqptrlist.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="qptrlist-h.html">ntqptrlist.h</a>></tt> <p>Inherits <a href="ntqptrcollection.html">TQPtrCollection</a>. -<p>Inherited by <a href="ntqobjectlist.html">TQObjectList</a> and <a href="ntqstrlist.html">TQStrList</a>. +<p>Inherited by <a href="tqobjectlist.html">TQObjectList</a> and <a href="ntqstrlist.html">TQStrList</a>. <p><a href="qptrlist-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/ntqscrollview.html b/doc/html/ntqscrollview.html index a75ad119a..ad17beb39 100644 --- a/doc/html/ntqscrollview.html +++ b/doc/html/ntqscrollview.html @@ -591,14 +591,14 @@ This is an overloaded member function, provided for convenience. It behaves esse least the <em>xmargin</em> and <em>ymargin</em> margins (if possible, otherwise centered). -<h3 class=fn>bool <a name="eventFilter"></a>TQScrollView::eventFilter ( <a href="ntqobject.html">TQObject</a> * obj, <a href="ntqevent.html">TQEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>bool <a name="eventFilter"></a>TQScrollView::eventFilter ( <a href="tqobject.html">TQObject</a> * obj, <a href="ntqevent.html">TQEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event filter ensures the scroll bars are updated when a single contents widget is resized, shown, hidden or destroyed; it passes mouse events to the TQScrollView. The event is in <em>e</em> and the object is in <em>obj</em>. -<p>Reimplemented from <a href="ntqobject.html#eventFilter">TQObject</a>. +<p>Reimplemented from <a href="tqobject.html#eventFilter">TQObject</a>. <p>Reimplemented in <a href="ntqlistview.html#eventFilter">TQListView</a>. <h3 class=fn><a href="ntqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> <a name="hScrollBarMode"></a>TQScrollView::hScrollBarMode () const </h3><p>Returns the mode for the horizontal scroll bar. diff --git a/doc/html/ntqserversocket.html b/doc/html/ntqserversocket.html index ac0707af5..2f6931ae3 100644 --- a/doc/html/ntqserversocket.html +++ b/doc/html/ntqserversocket.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQServerSocket class provides a TCP-based server. <a href="#details">More...</a> <p><tt>#include <<a href="qserversocket-h.html">ntqserversocket.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qserversocket-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -72,36 +72,36 @@ TQServerSocket cannot accept or reject connections conditionally.) <p> <p>See also <a href="ntqsocket.html">TQSocket</a>, <a href="ntqsocketdevice.html">TQSocketDevice</a>, <a href="ntqhostaddress.html">TQHostAddress</a>, <a href="ntqsocketnotifier.html">TQSocketNotifier</a>, and <a href="io.html">Input/Output and Networking</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQServerSocket"></a>TQServerSocket::TQServerSocket ( TQ_UINT16 port, int backlog = 1, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQServerSocket"></a>TQServerSocket::TQServerSocket ( TQ_UINT16 port, int backlog = 1, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Creates a server socket object, that will serve the given <em>port</em> on all the addresses of this host. If <em>port</em> is 0, TQServerSocket will pick a suitable port in a system-dependent manner. Use <em>backlog</em> to specify how many pending connections the server can have. -<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="ntqobject.html">TQObject</a> +<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="tqobject.html">TQObject</a> constructor. <p> <b>Warning:</b> On Tru64 Unix systems a value of 0 for <em>backlog</em> means that you don't accept any connections at all; you should specify a value larger than 0. -<h3 class=fn><a name="TQServerSocket-2"></a>TQServerSocket::TQServerSocket ( const <a href="ntqhostaddress.html">TQHostAddress</a> & address, TQ_UINT16 port, int backlog = 1, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQServerSocket-2"></a>TQServerSocket::TQServerSocket ( const <a href="ntqhostaddress.html">TQHostAddress</a> & address, TQ_UINT16 port, int backlog = 1, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Creates a server socket object, that will serve the given <em>port</em> only on the given <em>address</em>. Use <em>backlog</em> to specify how many pending connections the server can have. -<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="ntqobject.html">TQObject</a> +<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="tqobject.html">TQObject</a> constructor. <p> <b>Warning:</b> On Tru64 Unix systems a value of 0 for <em>backlog</em> means that you don't accept any connections at all; you should specify a value larger than 0. -<h3 class=fn><a name="TQServerSocket-3"></a>TQServerSocket::TQServerSocket ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQServerSocket-3"></a>TQServerSocket::TQServerSocket ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Construct an empty server socket. <p> This constructor, in combination with <a href="#setSocket">setSocket</a>(), allows us to use the TQServerSocket class as a wrapper for other socket types (e.g. Unix Domain Sockets under Unix). -<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="ntqobject.html">TQObject</a> +<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="tqobject.html">TQObject</a> constructor. <p> <p>See also <a href="#setSocket">setSocket</a>(). diff --git a/doc/html/ntqsessionmanager.html b/doc/html/ntqsessionmanager.html index f5be4a501..8f8833d0a 100644 --- a/doc/html/ntqsessionmanager.html +++ b/doc/html/ntqsessionmanager.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQSessionManager class provides access to the session manager. <a href="#details">More...</a> <p><tt>#include <<a href="qsessionmanager-h.html">ntqsessionmanager.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qsessionmanager-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -91,7 +91,7 @@ rejected its closeEvent(). <p> For sophisticated session managers provided on Unix/X11, TQSessionManager offers further possibilites to fine-tune an application's session management behavior: <a href="#setRestartCommand">setRestartCommand</a>(), <a href="#setDiscardCommand">setDiscardCommand</a>(), -<a href="#setRestartHint">setRestartHint</a>(), <a href="ntqobject.html#setProperty">setProperty</a>(), <a href="#requestPhase2">requestPhase2</a>(). See the respective +<a href="#setRestartHint">setRestartHint</a>(), <a href="tqobject.html#setProperty">setProperty</a>(), <a href="#requestPhase2">requestPhase2</a>(). See the respective function descriptions for further details. <p>See also <a href="application.html">Main Window and Related Classes</a> and <a href="environment.html">Environment Classes</a>. @@ -149,11 +149,11 @@ void MyApplication::commitData( TQSessionManager& sm ) { if ( sm.<a href="#allowsInteraction">allowsInteraction</a>() ) { switch ( TQMessageBox::<a href="ntqmessagebox.html#warning">warning</a>( yourMainWindow, - <a href="ntqobject.html#tr">tr</a>("Application Name"), - <a href="ntqobject.html#tr">tr</a>("Save changes to document Foo?"), - <a href="ntqobject.html#tr">tr</a>("&Yes"), - <a href="ntqobject.html#tr">tr</a>("&No"), - <a href="ntqobject.html#tr">tr</a>("Cancel"), + <a href="tqobject.html#tr">tr</a>("Application Name"), + <a href="tqobject.html#tr">tr</a>("Save changes to document Foo?"), + <a href="tqobject.html#tr">tr</a>("&Yes"), + <a href="tqobject.html#tr">tr</a>("&No"), + <a href="tqobject.html#tr">tr</a>("Cancel"), 0, 2) ) { case 0: // yes sm.<a href="#release">release</a>(); diff --git a/doc/html/ntqsignal.html b/doc/html/ntqsignal.html index 67d2d3d39..f458c179c 100644 --- a/doc/html/ntqsignal.html +++ b/doc/html/ntqsignal.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } that don't inherit TQObject. <a href="#details">More...</a> <p><tt>#include <<a href="qsignal-h.html">ntqsignal.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qsignal-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -51,7 +51,7 @@ that don't inherit TQObject. The TQSignal class can be used to send signals for classes -that don't inherit <a href="ntqobject.html">TQObject</a>. +that don't inherit <a href="tqobject.html">TQObject</a>. <p> <p> If you want to send signals from a class that does not inherit @@ -77,7 +77,7 @@ cannot call any TQObject member functions from a TQSignal object. void doSomething(); - void connect( <a href="ntqobject.html">TQObject</a> *receiver, const char *member ); + void connect( <a href="tqobject.html">TQObject</a> *receiver, const char *member ); private: TQSignal *sig; @@ -99,7 +99,7 @@ cannot call any TQObject member functions from a TQSignal object. sig-><a href="#activate">activate</a>(); // emits the signal } - void MyClass::connect( <a href="ntqobject.html">TQObject</a> *receiver, const char *member ) + void MyClass::connect( <a href="tqobject.html">TQObject</a> *receiver, const char *member ) { sig-><a href="#connect">connect</a>( receiver, member ); } @@ -108,10 +108,10 @@ cannot call any TQObject member functions from a TQSignal object. <p>See also <a href="io.html">Input/Output and Networking</a> and <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSignal"></a>TQSignal::TQSignal ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQSignal"></a>TQSignal::TQSignal ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs a signal object called <em>name</em>, with the parent object -<em>parent</em>. These arguments are passed directly to <a href="ntqobject.html">TQObject</a>. +<em>parent</em>. These arguments are passed directly to <a href="tqobject.html">TQObject</a>. <h3 class=fn><a name="~TQSignal"></a>TQSignal::~TQSignal () </h3> @@ -125,15 +125,15 @@ with all TQObjects. parameter has been set with <a href="#setValue">setValue</a>(), this value is passed in the signal. -<h3 class=fn>bool <a name="connect"></a>TQSignal::connect ( const <a href="ntqobject.html">TQObject</a> * receiver, const char * member ) +<h3 class=fn>bool <a name="connect"></a>TQSignal::connect ( const <a href="tqobject.html">TQObject</a> * receiver, const char * member ) </h3> Connects the signal to <em>member</em> in object <em>receiver</em>. -<p> <p>See also <a href="#disconnect">disconnect</a>() and <a href="ntqobject.html#connect">TQObject::connect</a>(). +<p> <p>See also <a href="#disconnect">disconnect</a>() and <a href="tqobject.html#connect">TQObject::connect</a>(). -<h3 class=fn>bool <a name="disconnect"></a>TQSignal::disconnect ( const <a href="ntqobject.html">TQObject</a> * receiver, const char * member = 0 ) +<h3 class=fn>bool <a name="disconnect"></a>TQSignal::disconnect ( const <a href="tqobject.html">TQObject</a> * receiver, const char * member = 0 ) </h3> Disonnects the signal from <em>member</em> in object <em>receiver</em>. -<p> <p>See also <a href="#connect">connect</a>() and <a href="ntqobject.html#disconnect">TQObject::disconnect</a>(). +<p> <p>See also <a href="#connect">connect</a>() and <a href="tqobject.html#disconnect">TQObject::disconnect</a>(). <h3 class=fn>void <a name="setValue"></a>TQSignal::setValue ( const <a href="ntqvariant.html">TQVariant</a> & value ) </h3> diff --git a/doc/html/ntqsignalmapper.html b/doc/html/ntqsignalmapper.html index 54c4c57aa..994908e39 100644 --- a/doc/html/ntqsignalmapper.html +++ b/doc/html/ntqsignalmapper.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQSignalMapper class bundles signals from identifiable senders. <a href="#details">More...</a> <p><tt>#include <<a href="qsignalmapper-h.html">ntqsignalmapper.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qsignalmapper-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -64,7 +64,7 @@ that sent the signal. <p>See also <a href="io.html">Input/Output and Networking</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSignalMapper"></a>TQSignalMapper::TQSignalMapper ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQSignalMapper"></a>TQSignalMapper::TQSignalMapper ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a TQSignalMapper called <em>name</em>, with parent <em>parent</em>. Like all TQObjects, it will be deleted when the parent is deleted. @@ -93,18 +93,18 @@ This is an overloaded member function, provided for convenience. It behaves esse has a string mapping set. <p> <p>See also <a href="#setMapping">setMapping</a>(). -<h3 class=fn>void <a name="removeMappings"></a>TQSignalMapper::removeMappings ( const <a href="ntqobject.html">TQObject</a> * sender ) +<h3 class=fn>void <a name="removeMappings"></a>TQSignalMapper::removeMappings ( const <a href="tqobject.html">TQObject</a> * sender ) </h3> Removes all mappings for <em>sender</em>. This is done automatically when mapped objects are destroyed. -<h3 class=fn>void <a name="setMapping"></a>TQSignalMapper::setMapping ( const <a href="ntqobject.html">TQObject</a> * sender, int identifier )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setMapping"></a>TQSignalMapper::setMapping ( const <a href="tqobject.html">TQObject</a> * sender, int identifier )<tt> [virtual]</tt> </h3> Adds a mapping so that when <a href="#map">map</a>() is signaled from the given <em>sender</em>, the signal <a href="#mapped">mapped</a>(<em>identifier</em>) is emitted. <p> There may be at most one integer identifier for each object. <p>Examples: <a href="i18n-example.html#x1947">i18n/main.cpp</a> and <a href="themes-example.html#x336">themes/themes.cpp</a>. -<h3 class=fn>void <a name="setMapping-2"></a>TQSignalMapper::setMapping ( const <a href="ntqobject.html">TQObject</a> * sender, const <a href="ntqstring.html">TQString</a> & identifier )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setMapping-2"></a>TQSignalMapper::setMapping ( const <a href="tqobject.html">TQObject</a> * sender, const <a href="ntqstring.html">TQString</a> & identifier )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Adds a mapping so that when <a href="#map">map</a>() is signaled from the given <em>sender</em>, the signal mapper(<em>identifier</em>) is emitted. diff --git a/doc/html/ntqsocket.html b/doc/html/ntqsocket.html index 925fc8572..7bd9c2fb7 100644 --- a/doc/html/ntqsocket.html +++ b/doc/html/ntqsocket.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQSocket class provides a buffered TCP connection. <a href="#details">More...</a> <p><tt>#include <<a href="qsocket-h.html">ntqsocket.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a> and <a href="ntqiodevice.html">TQIODevice</a>. +<p>Inherits <a href="tqobject.html">TQObject</a> and <a href="ntqiodevice.html">TQIODevice</a>. <p><a href="qsocket-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -159,10 +159,10 @@ using TQSocketDevice instead. <li><tt>TQSocket::Closing</tt> - if the socket is closing down, but is not yet closed. </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSocket"></a>TQSocket::TQSocket ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQSocket"></a>TQSocket::TQSocket ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Creates a TQSocket object in <a href="#State-enum">TQSocket::Idle</a> state. -<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="ntqobject.html">TQObject</a> +<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="tqobject.html">TQObject</a> constructor. <p> Note that a <a href="ntqapplication.html">TQApplication</a> must have been constructed before sockets can be used. diff --git a/doc/html/ntqsocketnotifier.html b/doc/html/ntqsocketnotifier.html index 4bb9f14dd..1fcb2223a 100644 --- a/doc/html/ntqsocketnotifier.html +++ b/doc/html/ntqsocketnotifier.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQSocketNotifier class provides support for socket callbacks. <a href="#details">More...</a> <p><tt>#include <<a href="qsocketnotifier-h.html">ntqsocketnotifier.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qsocketnotifier-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -96,7 +96,7 @@ after having emitting the first activated() signal (and no "would block" error has occurred) is undefined. Depending on the operating system, it may fire on every pass of the event loop or not at all. -<p> If you need a time-out for your sockets you can use either <a href="ntqobject.html#startTimer">timer events</a> or the <a href="ntqtimer.html">TQTimer</a> class. +<p> If you need a time-out for your sockets you can use either <a href="tqobject.html#startTimer">timer events</a> or the <a href="ntqtimer.html">TQTimer</a> class. <p> Socket action is detected in the <a href="ntqapplication.html#exec">main event loop</a> of TQt. The X11 version of TQt has a single UNIX select() call that incorporates all socket notifiers and the X @@ -115,7 +115,7 @@ for GUI operations. <li><tt>TQSocketNotifier::Exception</tt> </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSocketNotifier"></a>TQSocketNotifier::TQSocketNotifier ( int socket, <a href="ntqsocketnotifier.html#Type-enum">Type</a> type, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQSocketNotifier"></a>TQSocketNotifier::TQSocketNotifier ( int socket, <a href="ntqsocketnotifier.html#Type-enum">Type</a> type, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs a socket notifier called <em>name</em>, with the parent, <em>parent</em>. It watches <em>socket</em> for <em>type</em> events, and enables it. <p> It is generally advisable to explicitly enable or disable the diff --git a/doc/html/ntqsound.html b/doc/html/ntqsound.html index d8a7f5303..a44369b7e 100644 --- a/doc/html/ntqsound.html +++ b/doc/html/ntqsound.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQSound class provides access to the platform audio facilities. <a href="#details">More...</a> <p><tt>#include <<a href="qsound-h.html">ntqsound.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qsound-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -95,13 +95,13 @@ accesses <tt>/dev/dsp</tt> directly. Only the WAVE format is supported. <p>See also <a href="multimedia.html">Multimedia Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSound"></a>TQSound::TQSound ( const <a href="ntqstring.html">TQString</a> & filename, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQSound"></a>TQSound::TQSound ( const <a href="ntqstring.html">TQString</a> & filename, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs a TQSound that can quickly play the sound in a file named <em>filename</em>. <p> This may use more memory than the static <tt>play</tt> function. <p> The <em>parent</em> and <em>name</em> arguments (default 0) are passed on to -the <a href="ntqobject.html">TQObject</a> constructor. +the <a href="tqobject.html">TQObject</a> constructor. <h3 class=fn><a name="~TQSound"></a>TQSound::~TQSound () </h3> diff --git a/doc/html/ntqspinbox.html b/doc/html/ntqspinbox.html index 7ab4c8cde..012768a00 100644 --- a/doc/html/ntqspinbox.html +++ b/doc/html/ntqspinbox.html @@ -236,13 +236,13 @@ Returns the geometry of the "down" button. </h3> Returns a pointer to the embedded <a href="ntqlineedit.html">TQLineEdit</a>. -<h3 class=fn>bool <a name="eventFilter"></a>TQSpinBox::eventFilter ( <a href="ntqobject.html">TQObject</a> * o, <a href="ntqevent.html">TQEvent</a> * ev )<tt> [virtual protected]</tt> +<h3 class=fn>bool <a name="eventFilter"></a>TQSpinBox::eventFilter ( <a href="tqobject.html">TQObject</a> * o, <a href="ntqevent.html">TQEvent</a> * ev )<tt> [virtual protected]</tt> </h3> Intercepts and handles the events coming to the embedded <a href="ntqlineedit.html">TQLineEdit</a> that have special meaning for the TQSpinBox. The object is passed as <em>o</em> and the event is passed as <em>ev</em>. -<p>Reimplemented from <a href="ntqobject.html#eventFilter">TQObject</a>. +<p>Reimplemented from <a href="tqobject.html#eventFilter">TQObject</a>. <h3 class=fn>void <a name="interpretText"></a>TQSpinBox::interpretText ()<tt> [virtual protected]</tt> </h3> TQSpinBox calls this after the user has manually edited the diff --git a/doc/html/ntqsplitter.html b/doc/html/ntqsplitter.html index 295d820bb..6880333d1 100644 --- a/doc/html/ntqsplitter.html +++ b/doc/html/ntqsplitter.html @@ -160,7 +160,7 @@ Returns the closest legal position to <em>pos</em> of the widget with ID Tells the splitter that the child widget described by <em>c</em> has been inserted or removed. -<p>Reimplemented from <a href="ntqobject.html#childEvent">TQObject</a>. +<p>Reimplemented from <a href="tqobject.html#childEvent">TQObject</a>. <h3 class=fn>bool <a name="childrenCollapsible"></a>TQSplitter::childrenCollapsible () const </h3><p>Returns TRUE if child widgets can be resized down to size 0 by the user; otherwise returns FALSE. See the <a href="ntqsplitter.html#childrenCollapsible-prop">"childrenCollapsible"</a> property for details. diff --git a/doc/html/ntqsqlcursor.html b/doc/html/ntqsqlcursor.html index 69d8a7e35..e0aa1ff2f 100644 --- a/doc/html/ntqsqlcursor.html +++ b/doc/html/ntqsqlcursor.html @@ -195,7 +195,7 @@ suitable default values, when inserting new records. TQSqlCursor generates SQL statements which are sent to the database engine; you can control which fields are included in these statements using <a href="#setGenerated">setGenerated</a>(). -<p> Note that TQSqlCursor does not inherit from <a href="ntqobject.html">TQObject</a>. This means +<p> Note that TQSqlCursor does not inherit from <a href="tqobject.html">TQObject</a>. This means that you are responsible for destroying instances of this class yourself. However if you create a TQSqlCursor and use it in a <a href="ntqdatatable.html">TQDataTable</a>, <a href="ntqdatabrowser.html">TQDataBrowser</a> or a <a href="ntqdataview.html">TQDataView</a> these classes will diff --git a/doc/html/ntqsqldatabase.html b/doc/html/ntqsqldatabase.html index fb58a607e..b9d908512 100644 --- a/doc/html/ntqsqldatabase.html +++ b/doc/html/ntqsqldatabase.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } connections and to provide transaction handling. <a href="#details">More...</a> <p><tt>#include <<a href="qsqldatabase-h.html">ntqsqldatabase.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qsqldatabase-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -117,7 +117,7 @@ for executing and manipulating SQL queries (see <a href="ntqsqlquery.html">TQSql <p>See also <a href="database.html">Database Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSqlDatabase"></a>TQSqlDatabase::TQSqlDatabase ( const <a href="ntqstring.html">TQString</a> & type, const <a href="ntqstring.html">TQString</a> & name, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * objname = 0 )<tt> [protected]</tt> +<h3 class=fn><a name="TQSqlDatabase"></a>TQSqlDatabase::TQSqlDatabase ( const <a href="ntqstring.html">TQString</a> & type, const <a href="ntqstring.html">TQString</a> & name, <a href="tqobject.html">TQObject</a> * parent = 0, const char * objname = 0 )<tt> [protected]</tt> </h3> Creates a TQSqlDatabase connection called <em>name</em> that uses the driver referred to by <em>type</em>, with the parent <em>parent</em> and the @@ -139,7 +139,7 @@ database connection will have no functionality. can be loaded dynamically. <p> <p>See also <a href="#registerSqlDriver">registerSqlDriver</a>(). -<h3 class=fn><a name="TQSqlDatabase-2"></a>TQSqlDatabase::TQSqlDatabase ( <a href="ntqsqldriver.html">TQSqlDriver</a> * driver, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * objname = 0 )<tt> [protected]</tt> +<h3 class=fn><a name="TQSqlDatabase-2"></a>TQSqlDatabase::TQSqlDatabase ( <a href="ntqsqldriver.html">TQSqlDriver</a> * driver, <a href="tqobject.html">TQObject</a> * parent = 0, const char * objname = 0 )<tt> [protected]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Creates a database connection using the driver <em>driver</em>, with diff --git a/doc/html/ntqsqldriver.html b/doc/html/ntqsqldriver.html index d95832b3d..8f6e652b7 100644 --- a/doc/html/ntqsqldriver.html +++ b/doc/html/ntqsqldriver.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } SQL databases. <a href="#details">More...</a> <p><tt>#include <<a href="qsqldriver-h.html">ntqsqldriver.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qsqldriver-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -100,7 +100,7 @@ database server does <p> <p>See also <a href="#hasFeature">hasFeature</a>(). <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSqlDriver"></a>TQSqlDriver::TQSqlDriver ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQSqlDriver"></a>TQSqlDriver::TQSqlDriver ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Default constructor. Creates a new driver with parent <em>parent</em>, called <em>name</em>. diff --git a/doc/html/ntqsqleditorfactory.html b/doc/html/ntqsqleditorfactory.html index c25722d9f..8ce355d79 100644 --- a/doc/html/ntqsqleditorfactory.html +++ b/doc/html/ntqsqleditorfactory.html @@ -67,7 +67,7 @@ data type, subclass TQSqlEditorFactory and reimplement the <p> <p>See also <a href="ntqdatatable.html">TQDataTable</a>, <a href="ntqsqlform.html">TQSqlForm</a>, and <a href="database.html">Database Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSqlEditorFactory"></a>TQSqlEditorFactory::TQSqlEditorFactory ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQSqlEditorFactory"></a>TQSqlEditorFactory::TQSqlEditorFactory ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs a SQL editor factory with parent <em>parent</em>, called <em>name</em>. diff --git a/doc/html/ntqsqlform.html b/doc/html/ntqsqlform.html index 79090960f..7140ba469 100644 --- a/doc/html/ntqsqlform.html +++ b/doc/html/ntqsqlform.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } tied to SQL databases. <a href="#details">More...</a> <p><tt>#include <<a href="qsqlform-h.html">ntqsqlform.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qsqlform-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -125,7 +125,7 @@ a visual means of creating data-aware forms. <p> <p>See also <a href="#installPropertyMap">installPropertyMap</a>(), <a href="ntqsqlpropertymap.html">TQSqlPropertyMap</a>, and <a href="database.html">Database Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSqlForm"></a>TQSqlForm::TQSqlForm ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQSqlForm"></a>TQSqlForm::TQSqlForm ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs a TQSqlForm with parent <em>parent</em> and called <em>name</em>. diff --git a/doc/html/ntqstatusbar.html b/doc/html/ntqstatusbar.html index 3af2d523a..ca3404b02 100644 --- a/doc/html/ntqstatusbar.html +++ b/doc/html/ntqstatusbar.html @@ -92,7 +92,7 @@ message, call <a href="#clear">clear</a>(). There are two variants of message(): that displays the message until the next clear() or message() and one that has a time limit: <p> <pre> - <a href="ntqobject.html#connect">connect</a>( loader, TQ_SIGNAL(progressMessage(const <a href="ntqstring.html">TQString</a>&)), + <a href="tqobject.html#connect">connect</a>( loader, TQ_SIGNAL(progressMessage(const <a href="ntqstring.html">TQString</a>&)), statusBar(), TQ_SLOT(<a href="#message">message</a>(const <a href="ntqstring.html">TQString</a>&)) ); statusBar()->message("Loading..."); // Initial message diff --git a/doc/html/ntqstring.html b/doc/html/ntqstring.html index 06533f222..30e0e9c7d 100644 --- a/doc/html/ntqstring.html +++ b/doc/html/ntqstring.html @@ -1907,7 +1907,7 @@ this: TQTextOStream( &str ) << s << " : " << x; </pre> -<p> For <a href="ntqobject.html#tr">translations,</a> especially if the +<p> For <a href="tqobject.html#tr">translations,</a> especially if the strings contains more than one escape sequence, you should consider using the arg() function instead. This allows the order of the replacements to be controlled by the translator, and has diff --git a/doc/html/ntqstyle.html b/doc/html/ntqstyle.html index 54201adbe..21829dcc3 100644 --- a/doc/html/ntqstyle.html +++ b/doc/html/ntqstyle.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQStyle class specifies the look and feel of a GUI. <a href="#details">More...</a> <p><tt>#include <<a href="qstyle-h.html">ntqstyle.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p>Inherited by <a href="ntqcommonstyle.html">TQCommonStyle</a>. <p><a href="qstyle-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -1010,7 +1010,7 @@ this function gives you a back-door through which you can change the appearance of a widget. With TQt 3.0's style engine you will rarely need to write your own <a href="#polish">polish</a>(); instead reimplement <a href="#drawItem">drawItem</a>(), <a href="#drawPrimitive">drawPrimitive</a>(), etc. -<p> The <a href="ntqobject.html#inherits">TQWidget::inherits</a>() function may provide enough information to +<p> The <a href="tqobject.html#inherits">TQWidget::inherits</a>() function may provide enough information to allow class-specific customizations. But be careful not to hard-code things too much because new TQStyle subclasses are expected to work reasonably with all current and <em>future</em> diff --git a/doc/html/ntqstylesheet.html b/doc/html/ntqstylesheet.html index e28fccbeb..8759e909d 100644 --- a/doc/html/ntqstylesheet.html +++ b/doc/html/ntqstylesheet.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } rendering and a generator of tags. <a href="#details">More...</a> <p><tt>#include <<a href="qstylesheet-h.html">ntqstylesheet.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qstylesheet-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -151,7 +151,7 @@ attribute, for example targets within a document are achieved in the same way as for HTML, e.g. <br><tt><a href="target.qml#subtitle">Link Text</a></tt>. -<li> A target is created by using a <a href="ntqobject.html#name-prop">name</a> +<li> A target is created by using a <a href="tqobject.html#name-prop">name</a> attribute, for example <br><tt><a name="subtitle"><h2>Sub Title</h2></a></tt>. </ul> @@ -271,10 +271,10 @@ default is 1. <p>See also <a href="graphics.html">Graphics Classes</a>, <a href="helpsystem.html">Help System</a>, and <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQStyleSheet"></a>TQStyleSheet::TQStyleSheet ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQStyleSheet"></a>TQStyleSheet::TQStyleSheet ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Creates a style sheet called <em>name</em>, with parent <em>parent</em>. Like -any <a href="ntqobject.html">TQObject</a> it will be deleted when its parent is destroyed (if +any <a href="tqobject.html">TQObject</a> it will be deleted when its parent is destroyed (if the child still exists). <p> By default the style sheet has the tag definitions defined above. diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html index fd906ebf2..091efc0f9 100644 --- a/doc/html/ntqt.html +++ b/doc/html/ntqt.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/kernel/qobject.cpp:75 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqobject.cpp:75 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } that need to be global-like. <a href="#details">More...</a> <p><tt>#include <<a href="qnamespace-h.html">ntqnamespace.h</a>></tt> -<p>Inherited by <a href="ntqobject.html">TQObject</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqbrush.html">TQBrush</a>, <a href="qcanvasitem.html">TQCanvasItem</a>, <a href="ntqcursor.html">TQCursor</a>, <a href="ntqpainter.html">TQPainter</a>, <a href="ntqevent.html">TQEvent</a>, <a href="qiconviewitem.html">TQIconViewItem</a>, <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="qlistviewitem.html">TQListViewItem</a>, <a href="qcustommenuitem.html">TQCustomMenuItem</a>, <a href="ntqpen.html">TQPen</a>, <a href="qstylesheetitem.html">TQStyleSheetItem</a>, <a href="ntqsyntaxhighlighter.html">TQSyntaxHighlighter</a>, <a href="qtab.html">TQTab</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="ntqthread.html">TQThread</a>, <a href="ntqtooltip.html">TQToolTip</a>, and <a href="ntqwhatsthis.html">TQWhatsThis</a>. +<p>Inherited by <a href="tqobject.html">TQObject</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqbrush.html">TQBrush</a>, <a href="qcanvasitem.html">TQCanvasItem</a>, <a href="ntqcursor.html">TQCursor</a>, <a href="ntqpainter.html">TQPainter</a>, <a href="ntqevent.html">TQEvent</a>, <a href="qiconviewitem.html">TQIconViewItem</a>, <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="qlistviewitem.html">TQListViewItem</a>, <a href="qcustommenuitem.html">TQCustomMenuItem</a>, <a href="ntqpen.html">TQPen</a>, <a href="qstylesheetitem.html">TQStyleSheetItem</a>, <a href="ntqsyntaxhighlighter.html">TQSyntaxHighlighter</a>, <a href="qtab.html">TQTab</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="ntqthread.html">TQThread</a>, <a href="ntqtooltip.html">TQToolTip</a>, and <a href="ntqwhatsthis.html">TQWhatsThis</a>. <p><a href="qt-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -80,7 +80,7 @@ that need to be global-like. <p> The TQt class is a namespace for miscellaneous identifiers that need to be global-like. <p> -<p> Normally, you can ignore this class. <a href="ntqobject.html">TQObject</a> and a few other +<p> Normally, you can ignore this class. <a href="tqobject.html">TQObject</a> and a few other classes inherit it, so all the identifiers in the TQt namespace are normally usable without qualification. <p> However, you may occasionally need to say <tt>TQt::black</tt> instead of diff --git a/doc/html/ntqtable.html b/doc/html/ntqtable.html index a49d68afd..c47a87dc2 100644 --- a/doc/html/ntqtable.html +++ b/doc/html/ntqtable.html @@ -537,7 +537,7 @@ Removes the widget (if there is one) set for the cell at <em>row</em>, <p> If you don't use <a href="qtableitem.html">TQTableItem</a>s you may need to reimplement this function: see the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>. <p> This function deletes the widget at <em>row</em>, <em>col</em>. Note that the -widget is not deleted immediately; instead <a href="ntqobject.html#deleteLater">TQObject::deleteLater</a>() +widget is not deleted immediately; instead <a href="tqobject.html#deleteLater">TQObject::deleteLater</a>() is called on the widget to avoid problems with timing issues. <p> <p>See also <a href="#cellWidget">cellWidget</a>() and <a href="#setCellWidget">setCellWidget</a>(). diff --git a/doc/html/ntqtextcodec.html b/doc/html/ntqtextcodec.html index d41e9c9d6..a97812636 100644 --- a/doc/html/ntqtextcodec.html +++ b/doc/html/ntqtextcodec.html @@ -352,7 +352,7 @@ which best matches <em>name</em>; the match is case-insensitive. Returns <h3 class=fn><a href="ntqtextcodec.html">TQTextCodec</a> * <a name="codecForTr"></a>TQTextCodec::codecForTr ()<tt> [static]</tt> </h3> -<p> Returns the codec used by <a href="ntqobject.html#tr">TQObject::tr</a>() on its argument. If this +<p> Returns the codec used by <a href="tqobject.html#tr">TQObject::tr</a>() on its argument. If this function returns 0 (the default), tr() assumes Latin-1. <p> <p>See also <a href="#setCodecForTr">setCodecForTr</a>(). @@ -529,7 +529,7 @@ own mechanism for setting the locale. -<p> Sets the codec used by <a href="ntqobject.html#tr">TQObject::tr</a>() on its argument to <em>c</em>. If +<p> Sets the codec used by <a href="tqobject.html#tr">TQObject::tr</a>() on its argument to <em>c</em>. If <em>c</em> is 0 (the default), tr() assumes Latin-1. <p> If the literal quoted text in the program is not in the Latin-1 encoding, this function can be used to set the appropriate diff --git a/doc/html/ntqtimer.html b/doc/html/ntqtimer.html index b67890351..920d95ffc 100644 --- a/doc/html/ntqtimer.html +++ b/doc/html/ntqtimer.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQTimer class provides timer signals and single-shot timers. <a href="#details">More...</a> <p><tt>#include <<a href="qtimer-h.html">ntqtimer.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qtimer-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -71,7 +71,7 @@ parent object is destroyed. <p> Example: <pre> TQTimer *timer = new TQTimer( myObject ); - <a href="ntqobject.html#connect">connect</a>( timer, TQ_SIGNAL(<a href="#timeout">timeout</a>()), myObject, TQ_SLOT(timerDone()) ); + <a href="tqobject.html#connect">connect</a>( timer, TQ_SIGNAL(<a href="#timeout">timeout</a>()), myObject, TQ_SLOT(timerDone()) ); timer-><a href="#start">start</a>( 2000, TRUE ); // 2 seconds single-shot timer </pre> @@ -84,7 +84,7 @@ processed. user interface: <pre> TQTimer *t = new TQTimer( myObject ); - <a href="ntqobject.html#connect">connect</a>( t, TQ_SIGNAL(<a href="#timeout">timeout</a>()), TQ_SLOT(processOneThing()) ); + <a href="tqobject.html#connect">connect</a>( t, TQ_SIGNAL(<a href="#timeout">timeout</a>()), TQ_SLOT(processOneThing()) ); t-><a href="#start">start</a>( 0, FALSE ); </pre> @@ -99,17 +99,17 @@ that null events will eventually be replaced by threading. system and hardware. Most platforms support an accuracy of 20ms; some provide more. If TQt is unable to deliver the requested number of timer clicks, it will silently discard some. -<p> An alternative to using TQTimer is to call <a href="ntqobject.html#startTimer">TQObject::startTimer</a>() -for your object and reimplement the <a href="ntqobject.html#timerEvent">TQObject::timerEvent</a>() event -handler in your class (which must, of course, inherit <a href="ntqobject.html">TQObject</a>). -The disadvantage is that <a href="ntqobject.html#timerEvent">timerEvent</a>() does not support such +<p> An alternative to using TQTimer is to call <a href="tqobject.html#startTimer">TQObject::startTimer</a>() +for your object and reimplement the <a href="tqobject.html#timerEvent">TQObject::timerEvent</a>() event +handler in your class (which must, of course, inherit <a href="tqobject.html">TQObject</a>). +The disadvantage is that <a href="tqobject.html#timerEvent">timerEvent</a>() does not support such high-level features as single-shot timers or signals. <p> Some operating systems limit the number of timers that may be used; TQt tries to work around these limitations. <p>See also <a href="events.html">Event Classes</a> and <a href="time.html">Time and Date</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQTimer"></a>TQTimer::TQTimer ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQTimer"></a>TQTimer::TQTimer ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs a timer called <em>name</em>, with the parent <em>parent</em>. <p> Note that the parent object's destructor will destroy this timer @@ -133,11 +133,11 @@ otherwise it will be started. FALSE. <p>Example: <a href="tutorial1-11.html#x2376">t11/cannon.cpp</a>. -<h3 class=fn>void <a name="singleShot"></a>TQTimer::singleShot ( int msec, <a href="ntqobject.html">TQObject</a> * receiver, const char * member )<tt> [static]</tt> +<h3 class=fn>void <a name="singleShot"></a>TQTimer::singleShot ( int msec, <a href="tqobject.html">TQObject</a> * receiver, const char * member )<tt> [static]</tt> </h3> This static function calls a slot after a given time interval. <p> It is very convenient to use this function because you do not need -to bother with a <a href="ntqobject.html#timerEvent">timerEvent</a> or +to bother with a <a href="tqobject.html#timerEvent">timerEvent</a> or to create a local TQTimer object. <p> Example: <pre> diff --git a/doc/html/ntqtoolbutton.html b/doc/html/ntqtoolbutton.html index d8886421d..86ed756e3 100644 --- a/doc/html/ntqtoolbutton.html +++ b/doc/html/ntqtoolbutton.html @@ -140,7 +140,7 @@ tool button's icon. </h3> Constructs an empty tool button called <em>name</em>, with parent <em>parent</em>. -<h3 class=fn><a name="TQToolButton-2"></a>TQToolButton::TQToolButton ( const <a href="ntqiconset.html">TQIconSet</a> & iconSet, const <a href="ntqstring.html">TQString</a> & textLabel, const <a href="ntqstring.html">TQString</a> & grouptext, <a href="ntqobject.html">TQObject</a> * receiver, const char * slot, <a href="ntqtoolbar.html">TQToolBar</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQToolButton-2"></a>TQToolButton::TQToolButton ( const <a href="ntqiconset.html">TQIconSet</a> & iconSet, const <a href="ntqstring.html">TQString</a> & textLabel, const <a href="ntqstring.html">TQString</a> & grouptext, <a href="tqobject.html">TQObject</a> * receiver, const char * slot, <a href="ntqtoolbar.html">TQToolBar</a> * parent, const char * name = 0 ) </h3> Constructs a tool button called <em>name</em>, that is a child of <em>parent</em> (which must be a <a href="ntqtoolbar.html">TQToolBar</a>). <p> The tool button will display <em>iconSet</em>, with its text label and diff --git a/doc/html/ntqtooltip.html b/doc/html/ntqtooltip.html index 5c1e8d385..f37673049 100644 --- a/doc/html/ntqtooltip.html +++ b/doc/html/ntqtooltip.html @@ -152,7 +152,7 @@ tool tips on regions that can move within the widget (most often because the widget's contents can scroll). <p> <em>widget</em> is the widget you want to add dynamic tool tips to and <em>group</em> (optional) is the tool tip group they should belong to. -<p> <b>Warning:</b> TQToolTip is not a subclass of <a href="ntqobject.html">TQObject</a>, so the instance of +<p> <b>Warning:</b> TQToolTip is not a subclass of <a href="tqobject.html">TQObject</a>, so the instance of TQToolTip is not deleted when <em>widget</em> is deleted. <p> <b>Warning:</b> If you delete the tool tip before you have deleted <em>widget</em> then you need to make sure you call <a href="#remove">remove</a>() yourself from diff --git a/doc/html/ntqtranslator.html b/doc/html/ntqtranslator.html index 32b58b9e3..66f1cbdb2 100644 --- a/doc/html/ntqtranslator.html +++ b/doc/html/ntqtranslator.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } output. <a href="#details">More...</a> <p><tt>#include <<a href="qtranslator-h.html">ntqtranslator.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qtranslator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -74,7 +74,7 @@ them, etc. <p> The most common use of TQTranslator is to: load a translator file created with <a href="linguist-manual.html">TQt Linguist</a>, install it using <a href="ntqapplication.html#installTranslator">TQApplication::installTranslator</a>(), and use it via -<a href="ntqobject.html#tr">TQObject::tr</a>(). For example: +<a href="tqobject.html#tr">TQObject::tr</a>(). For example: <p> <pre> int main( int argc, char ** argv ) { @@ -100,7 +100,7 @@ applications that work on translator files. <p> We call a translation a "messsage". For this reason, translation files are sometimes referred to as "message files". <p> It is possible to lookup a translation using <a href="#findMessage">findMessage</a>() (as -<a href="ntqobject.html#tr">tr</a>() and <a href="ntqapplication.html#translate">TQApplication::translate</a>() do) and <a href="#contains">contains</a>(), to insert a +<a href="tqobject.html#tr">tr</a>() and <a href="ntqapplication.html#translate">TQApplication::translate</a>() do) and <a href="#contains">contains</a>(), to insert a new translation messsage using <a href="#insert">insert</a>(), and to remove one using <a href="#remove">remove</a>(). <p> Translation tools often need more information than the bare source @@ -117,7 +117,7 @@ everything. <p> "Everything" means that for each translation item the following information is kept: <p> <ul> -<li> The <em>translated text</em> - the return value from <a href="ntqobject.html#tr">tr</a>(). +<li> The <em>translated text</em> - the return value from <a href="tqobject.html#tr">tr</a>(). <li> The input key: <ul> <li> The <em>source text</em> - usually the argument to tr(). @@ -148,7 +148,7 @@ translations. <p> Note that when TQTranslator loads a stripped file, most functions do not work. The functions that do work with stripped files are explicitly documented as such. -<p> <p>See also <a href="qtranslatormessage.html">TQTranslatorMessage</a>, <a href="ntqapplication.html#installTranslator">TQApplication::installTranslator</a>(), <a href="ntqapplication.html#removeTranslator">TQApplication::removeTranslator</a>(), <a href="ntqobject.html#tr">TQObject::tr</a>(), <a href="ntqapplication.html#translate">TQApplication::translate</a>(), <a href="environment.html">Environment Classes</a>, and <a href="i18n.html">Internationalization with TQt</a>. +<p> <p>See also <a href="qtranslatormessage.html">TQTranslatorMessage</a>, <a href="ntqapplication.html#installTranslator">TQApplication::installTranslator</a>(), <a href="ntqapplication.html#removeTranslator">TQApplication::removeTranslator</a>(), <a href="tqobject.html#tr">TQObject::tr</a>(), <a href="ntqapplication.html#translate">TQApplication::translate</a>(), <a href="environment.html">Environment Classes</a>, and <a href="i18n.html">Internationalization with TQt</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="SaveMode-enum"></a>TQTranslator::SaveMode</h3> @@ -164,7 +164,7 @@ not work. The functions that do work with stripped files are explicitly documented as such. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQTranslator"></a>TQTranslator::TQTranslator ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQTranslator"></a>TQTranslator::TQTranslator ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs an empty message file object that is not connected to any file. The object is called <em>name</em> with parent <em>parent</em>. diff --git a/doc/html/ntqurloperator.html b/doc/html/ntqurloperator.html index f8c8e0e6e..217daac31 100644 --- a/doc/html/ntqurloperator.html +++ b/doc/html/ntqurloperator.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQUrlOperator class provides common operations on URLs. <a href="#details">More...</a> <p><tt>#include <<a href="qurloperator-h.html">ntqurloperator.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a> and <a href="ntqurl.html">TQUrl</a>. +<p>Inherits <a href="tqobject.html">TQObject</a> and <a href="ntqurl.html">TQUrl</a>. <p><a href="qurloperator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/ntqvalidator.html b/doc/html/ntqvalidator.html index 2e61dbd16..288426725 100644 --- a/doc/html/ntqvalidator.html +++ b/doc/html/ntqvalidator.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQValidator class provides validation of input text. <a href="#details">More...</a> <p><tt>#include <<a href="qvalidator-h.html">ntqvalidator.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p>Inherited by <a href="qintvalidator.html">TQIntValidator</a>, <a href="qdoublevalidator.html">TQDoubleValidator</a>, and <a href="qregexpvalidator.html">TQRegExpValidator</a>. <p><a href="qvalidator-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -102,10 +102,10 @@ during editing. i.e. it is valid. </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQValidator"></a>TQValidator::TQValidator ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQValidator"></a>TQValidator::TQValidator ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Sets up the validator. The <em>parent</em> and <em>name</em> parameters are -passed on to the <a href="ntqobject.html">TQObject</a> constructor. +passed on to the <a href="tqobject.html">TQObject</a> constructor. <h3 class=fn><a name="~TQValidator"></a>TQValidator::~TQValidator () </h3> diff --git a/doc/html/ntqvaluelist.html b/doc/html/ntqvaluelist.html index 4d161c08d..95275796b 100644 --- a/doc/html/ntqvaluelist.html +++ b/doc/html/ntqvaluelist.html @@ -137,7 +137,7 @@ addressed. TQValueList owns the contained items. For more relaxed ownership semantics, see <a href="ntqptrcollection.html">TQPtrCollection</a> and friends which are pointer-based containers. <p> Some classes cannot be used within a TQValueList, for example, all -classes derived from <a href="ntqobject.html">TQObject</a> and thus all classes that implement +classes derived from <a href="tqobject.html">TQObject</a> and thus all classes that implement widgets. Only values can be used in a TQValueList. To qualify as a value the class must provide: <ul> diff --git a/doc/html/ntqvaluestack.html b/doc/html/ntqvaluestack.html index 23d35a10e..72cbd490f 100644 --- a/doc/html/ntqvaluestack.html +++ b/doc/html/ntqvaluestack.html @@ -86,7 +86,7 @@ example the facility to iterate over all elements using TQValueStack<T>::Iterator. See <a href="qvaluelistiterator.html">TQValueListIterator</a> for further details. <p> Some classes cannot be used within a TQValueStack, for example -everything derived from <a href="ntqobject.html">TQObject</a> and thus all classes that +everything derived from <a href="tqobject.html">TQObject</a> and thus all classes that implement widgets. Only values can be used in a TQValueStack. To qualify as a value, the class must provide <ul> diff --git a/doc/html/ntqvaluevector.html b/doc/html/ntqvaluevector.html index 4a57ffbd7..c7a6e49b2 100644 --- a/doc/html/ntqvaluevector.html +++ b/doc/html/ntqvaluevector.html @@ -122,7 +122,7 @@ elements from anywhere but the end, performance is very bad. The reason for this is that elements must to be copied into new positions. <p> Some classes cannot be used within a TQValueVector: for example, -all classes derived from <a href="ntqobject.html">TQObject</a> and thus all classes that +all classes derived from <a href="tqobject.html">TQObject</a> and thus all classes that implement widgets. Only values can be used in a TQValueVector. To qualify as a value the class must provide: <ul> diff --git a/doc/html/ntqvariant.html b/doc/html/ntqvariant.html index 450099a82..47f9b7434 100644 --- a/doc/html/ntqvariant.html +++ b/doc/html/ntqvariant.html @@ -178,7 +178,7 @@ The TQVariant class acts like a union for the most common TQt data types. <p> Because C++ forbids unions from including types that have non-default constructors or destructors, most interesting TQt classes cannot be used in unions. Without TQVariant, this would be -a problem for <a href="ntqobject.html#property">TQObject::property</a>() and for database work, etc. +a problem for <a href="tqobject.html#property">TQObject::property</a>() and for database work, etc. <p> A TQVariant object holds a single value of a single <a href="#type">type</a>() at a time. (Some type()s are multi-valued, for example a string list.) You can find out what type, T, the variant holds, convert it to a diff --git a/doc/html/ntqwidget.html b/doc/html/ntqwidget.html index 8cba68a2c..7697bf18e 100644 --- a/doc/html/ntqwidget.html +++ b/doc/html/ntqwidget.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQWidget class is the base class of all user interface objects. <a href="#details">More...</a> <p><tt>#include <<a href="qwidget-h.html">ntqwidget.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a> and <a href="ntqpaintdevice.html">TQPaintDevice</a>. +<p>Inherits <a href="tqobject.html">TQObject</a> and <a href="ntqpaintdevice.html">TQPaintDevice</a>. <p>Inherited by <a href="qaxwidget.html">TQAxWidget</a>, <a href="ntqbutton.html">TQButton</a>, <a href="ntqframe.html">TQFrame</a>, <a href="ntqdialog.html">TQDialog</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="ntqdatabrowser.html">TQDataBrowser</a>, <a href="ntqdataview.html">TQDataView</a>, <a href="qdatetimeeditbase.html">TQDateTimeEditBase</a>, <a href="ntqdatetimeedit.html">TQDateTimeEdit</a>, <a href="ntqdesktopwidget.html">TQDesktopWidget</a>, <a href="ntqdial.html">TQDial</a>, <a href="ntqdockarea.html">TQDockArea</a>, <a href="qglwidget.html">TQGLWidget</a>, <a href="ntqheader.html">TQHeader</a>, <a href="ntqmainwindow.html">TQMainWindow</a>, <a href="qmotifwidget.html">TQMotifWidget</a>, <a href="qnpwidget.html">TQNPWidget</a>, <a href="ntqscrollbar.html">TQScrollBar</a>, <a href="ntqsizegrip.html">TQSizeGrip</a>, <a href="ntqslider.html">TQSlider</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="ntqstatusbar.html">TQStatusBar</a>, <a href="ntqtabbar.html">TQTabBar</a>, <a href="ntqtabwidget.html">TQTabWidget</a>, <a href="ntqworkspace.html">TQWorkspace</a>, and <a href="qxtwidget.html">TQXtWidget</a>. <p><a href="qwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -533,10 +533,10 @@ provide real functionality, such as <a href="ntqpushbutton.html">TQPushButton</a <a href="#dragMoveEvent">dragMoveEvent</a>(), <a href="#dragLeaveEvent">dragLeaveEvent</a>(), <a href="#dropEvent">dropEvent</a>(), -<a href="ntqobject.html#childEvent">childEvent</a>(), +<a href="tqobject.html#childEvent">childEvent</a>(), <a href="#showEvent">showEvent</a>(), <a href="#hideEvent">hideEvent</a>(), -<a href="ntqobject.html#customEvent">customEvent</a>(). +<a href="tqobject.html#customEvent">customEvent</a>(). <tr bgcolor="#d0d0d0"> <td valign="top">Change handlers <td valign="top"> <a href="#enabledChange">enabledChange</a>(), <a href="#fontChange">fontChange</a>(), @@ -568,10 +568,10 @@ If it is 0 (the default), the new widget will be a top-level window. If not, it will be a child of <em>parent</em>, and be constrained by <em>parent</em>'s geometry (unless you specify <a href="ntqt.html#WidgetFlags-enum">WType_TopLevel</a> as <a href="ntqt.html#WidgetFlags">widget flag</a>). <li> <tt>const char *name = 0</tt> is the widget name of the new -widget. You can access it using <a href="ntqobject.html#name">name</a>(). The widget name is little +widget. You can access it using <a href="tqobject.html#name">name</a>(). The widget name is little used by programmers but is quite useful with GUI builders such as <em>TQt Designer</em> (you can name a widget in <em>TQt Designer</em>, and -<a href="ntqobject.html#connect">connect</a>() to it using the name in your code). The <a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<a href="tqobject.html#connect">connect</a>() to it using the name in your code). The <a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() debugging function also uses it. <li> <tt>WFlags f = 0</tt> (where available) sets the widget flags; the default is suitable for almost all widgets, but to get, for @@ -720,7 +720,7 @@ Constructs a widget which is a child of <em>parent</em>, with the name <em>parent</em> is another widget, this widget becomes a child window inside <em>parent</em>. The new widget is deleted when its <em>parent</em> is deleted. -<p> The <em>name</em> is sent to the <a href="ntqobject.html">TQObject</a> constructor. +<p> The <em>name</em> is sent to the <a href="tqobject.html">TQObject</a> constructor. <p> The widget flags argument, <em>f</em>, is normally 0, but it can be set to customize the window frame of a top-level widget (i.e. <em>parent</em> must be 0). To customize the frame, set the <a href="ntqt.html#WidgetFlags-enum">WStyle_Customize</a> flag OR'ed with any of the <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <p> If you add a child widget to an already visible widget you must @@ -1028,7 +1028,7 @@ Returns the widget's erase pixmap. This is the main event handler; it handles event <em>e</em>. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead. -<p> The main event handler first passes an event through all <a href="ntqobject.html#installEventFilter">event filters</a> that have been +<p> The main event handler first passes an event through all <a href="tqobject.html#installEventFilter">event filters</a> that have been installed. If none of the filters intercept the event, it calls one of the specialized event handlers. <p> Key press and release events are treated differently from other @@ -1038,9 +1038,9 @@ focus appropriately. If there is no widget to move the focus to <a href="#keyPressEvent">keyPressEvent</a>(). <p> This function returns TRUE if it is able to pass the event over to someone (i.e. someone wanted the event); otherwise returns FALSE. -<p> <p>See also <a href="#closeEvent">closeEvent</a>(), <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#enterEvent">enterEvent</a>(), <a href="#keyPressEvent">keyPressEvent</a>(), <a href="#keyReleaseEvent">keyReleaseEvent</a>(), <a href="#leaveEvent">leaveEvent</a>(), <a href="#mouseDoubleClickEvent">mouseDoubleClickEvent</a>(), <a href="#mouseMoveEvent">mouseMoveEvent</a>(), <a href="#mousePressEvent">mousePressEvent</a>(), <a href="#mouseReleaseEvent">mouseReleaseEvent</a>(), <a href="#moveEvent">moveEvent</a>(), <a href="#paintEvent">paintEvent</a>(), <a href="#resizeEvent">resizeEvent</a>(), <a href="ntqobject.html#event">TQObject::event</a>(), and <a href="ntqobject.html#timerEvent">TQObject::timerEvent</a>(). +<p> <p>See also <a href="#closeEvent">closeEvent</a>(), <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#enterEvent">enterEvent</a>(), <a href="#keyPressEvent">keyPressEvent</a>(), <a href="#keyReleaseEvent">keyReleaseEvent</a>(), <a href="#leaveEvent">leaveEvent</a>(), <a href="#mouseDoubleClickEvent">mouseDoubleClickEvent</a>(), <a href="#mouseMoveEvent">mouseMoveEvent</a>(), <a href="#mousePressEvent">mousePressEvent</a>(), <a href="#mouseReleaseEvent">mouseReleaseEvent</a>(), <a href="#moveEvent">moveEvent</a>(), <a href="#paintEvent">paintEvent</a>(), <a href="#resizeEvent">resizeEvent</a>(), <a href="tqobject.html#event">TQObject::event</a>(), and <a href="tqobject.html#timerEvent">TQObject::timerEvent</a>(). -<p>Reimplemented from <a href="ntqobject.html#event">TQObject</a>. +<p>Reimplemented from <a href="tqobject.html#event">TQObject</a>. <h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="find"></a>TQWidget::find ( WId id )<tt> [static]</tt> </h3> Returns a pointer to the widget with window identifer/handle <em>id</em>. diff --git a/doc/html/ntqwidgetfactory.html b/doc/html/ntqwidgetfactory.html index 752e4521f..22ea62a2c 100644 --- a/doc/html/ntqwidgetfactory.html +++ b/doc/html/ntqwidgetfactory.html @@ -64,7 +64,7 @@ You can do this using the static function <a href="#create">TQWidgetFactory::cre This function also performs signal and slot connections, tab ordering, etc., as defined in the .ui file, and returns the top-level widget in the .ui file. After creating the widget you can -use <a href="ntqobject.html#child">TQObject::child</a>() and <a href="ntqobject.html#queryList">TQObject::queryList</a>() to access child +use <a href="tqobject.html#child">TQObject::child</a>() and <a href="tqobject.html#queryList">TQObject::queryList</a>() to access child widgets of this returned widget. <p> <li> Adding additional widget factories to be able to create custom widgets. See <a href="#createWidget">createWidget</a>() for details. @@ -91,7 +91,7 @@ Destructor. additional widgets that can then be created using a TQWidgetFactory. See <a href="#createWidget">createWidget</a>() for further details. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="create"></a>TQWidgetFactory::create ( const <a href="ntqstring.html">TQString</a> & uiFile, <a href="ntqobject.html">TQObject</a> * connector = 0, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="create"></a>TQWidgetFactory::create ( const <a href="ntqstring.html">TQString</a> & uiFile, <a href="tqobject.html">TQObject</a> * connector = 0, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> <p> Loads the <em>TQt Designer</em> user interface description file <em>uiFile</em> and returns the top-level widget in that description. <em>parent</em> and @@ -100,13 +100,13 @@ and returns the top-level widget in that description. <em>parent</em> and ordering, etc., as described in the .ui file. In <em>TQt Designer</em> it is possible to add custom slots to a form and connect to them. If you want these connections to be made, you must create a class -derived from <a href="ntqobject.html">TQObject</a>, which implements all these slots. Then pass an +derived from <a href="tqobject.html">TQObject</a>, which implements all these slots. Then pass an instance of the object as <em>connector</em> to this function. If you do this, the connections to the custom slots will be done using the <em>connector</em> as slot. <p> If something fails, 0 is returned. <p> The ownership of the returned widget is passed to the caller. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="create-2"></a>TQWidgetFactory::create ( <a href="ntqiodevice.html">TQIODevice</a> * dev, <a href="ntqobject.html">TQObject</a> * connector = 0, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="create-2"></a>TQWidgetFactory::create ( <a href="ntqiodevice.html">TQIODevice</a> * dev, <a href="tqobject.html">TQObject</a> * connector = 0, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Loads the user interface description from device <em>dev</em>. diff --git a/doc/html/object.html b/doc/html/object.html index 8b395ad44..9ff3b9a27 100644 --- a/doc/html/object.html +++ b/doc/html/object.html @@ -58,7 +58,7 @@ set to 0 when the referenced object is destroyed, unlike normal C++ pointers which become "dangling pointers" when their objects are destroyed. </ul> <p> Many of these TQt features are implemented with standard C++ -techniques, based on inheritance from <a href="ntqobject.html">TQObject</a>. Others, like the +techniques, based on inheritance from <a href="tqobject.html">TQObject</a>. Others, like the object communication mechanism and the dynamic property system, require the <a href="metaobjects.html">Meta Object System</a> provided by TQt's own <a href="moc.html">Meta Object Compiler (moc)</a>. diff --git a/doc/html/objectmodel.html b/doc/html/objectmodel.html index 41b60855f..f2b30000c 100644 --- a/doc/html/objectmodel.html +++ b/doc/html/objectmodel.html @@ -38,8 +38,8 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="ntqguardedptr.html">TQGuardedPtr</a></b><td>Template class that provides guarded pointers to TQObjects <tr bgcolor=#f0f0f0><td><b><a href="ntqmetaobject.html">TQMetaObject</a></b><td>Meta information about TQt objects <tr bgcolor=#f0f0f0><td><b><a href="qmetaproperty.html">TQMetaProperty</a></b><td>Stores meta data about a property -<tr bgcolor=#f0f0f0><td><b><a href="ntqobject.html">TQObject</a></b><td>The base class of all TQt objects -<tr bgcolor=#f0f0f0><td><b><a href="ntqobjectcleanuphandler.html">TQObjectCleanupHandler</a></b><td>Watches the lifetime of multiple TQObjects +<tr bgcolor=#f0f0f0><td><b><a href="tqobject.html">TQObject</a></b><td>The base class of all TQt objects +<tr bgcolor=#f0f0f0><td><b><a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a></b><td>Watches the lifetime of multiple TQObjects <tr bgcolor=#f0f0f0><td><b><a href="ntqvariant.html">TQVariant</a></b><td>Acts like a union for the most common TQt data types </table> <!-- eof --> diff --git a/doc/html/objecttrees.html b/doc/html/objecttrees.html index fb1aa594a..62783f34f 100644 --- a/doc/html/objecttrees.html +++ b/doc/html/objecttrees.html @@ -33,14 +33,14 @@ body { background: #ffffff; color: black; } -<p> <a href="ntqobject.html">TQObjects</a> organize themselves in object trees. -When you create a <a href="ntqobject.html">TQObject</a> with another object as parent, it's added to -the parent's <a href="ntqobject.html#children">children()</a> list, and +<p> <a href="tqobject.html">TQObjects</a> organize themselves in object trees. +When you create a <a href="tqobject.html">TQObject</a> with another object as parent, it's added to +the parent's <a href="tqobject.html#children">children()</a> list, and is deleted when the parent is. It turns out that this approach fits the needs of GUI objects very well. For example, a <a href="ntqaccel.html">TQAccel</a> (keyboard accelerator) is a child of the relevant window, so when the user closes that window, the accelerator is deleted too. -<p> The static function <a href="ntqobject.html#objectTrees">TQObject::objectTrees</a>() provides access to all +<p> The static function <a href="tqobject.html#objectTrees">TQObject::objectTrees</a>() provides access to all the root objects that currently exist. <p> <a href="ntqwidget.html">TQWidget</a>, the base class of everything that appears on the screen, extends the parent-child relationship. A child normally also becomes a @@ -55,7 +55,7 @@ themselves from their parents. For example, when the user removes a toolbar it may lead to the application deleting one of its <a href="ntqtoolbar.html">TQToolBar</a> objects, in which case the tool bar's <a href="ntqmainwindow.html">TQMainWindow</a> parent would detect the change and reconfigure its screen space accordingly. -<p> The debugging functions <a href="ntqobject.html#dumpObjectTree">TQObject::dumpObjectTree</a>() and <a href="ntqobject.html#dumpObjectInfo">TQObject::dumpObjectInfo</a>() are often useful when an application looks or +<p> The debugging functions <a href="tqobject.html#dumpObjectTree">TQObject::dumpObjectTree</a>() and <a href="tqobject.html#dumpObjectInfo">TQObject::dumpObjectInfo</a>() are often useful when an application looks or acts strangely. <p> <!-- eof --> diff --git a/doc/html/outliner-example.html b/doc/html/outliner-example.html index ba5b51fee..3c1ffe283 100644 --- a/doc/html/outliner-example.html +++ b/doc/html/outliner-example.html @@ -160,14 +160,14 @@ private: <a href="ntqfile.html">TQFile</a> opmlFile( fileName ); <a name="x1915"></a> if ( !opmlFile.<a href="ntqfile.html#open">open</a>( <a href="ntqfile.html#open">IO_ReadOnly</a> ) ) { <a name="x1917"></a> TQMessageBox::<a href="ntqmessagebox.html#critical">critical</a>( 0, - <a href="ntqobject.html#tr">tr</a>( "Critical Error" ), - <a href="ntqobject.html#tr">tr</a>( "Cannot open file %1" ).arg( fileName ) ); + <a href="tqobject.html#tr">tr</a>( "Critical Error" ), + <a href="tqobject.html#tr">tr</a>( "Cannot open file %1" ).arg( fileName ) ); return; } if ( !domTree.setContent( &opmlFile ) ) { TQMessageBox::<a href="ntqmessagebox.html#critical">critical</a>( 0, - <a href="ntqobject.html#tr">tr</a>( "Critical Error" ), - <a href="ntqobject.html#tr">tr</a>( "Parsing error for file %1" ).arg( fileName ) ); + <a href="tqobject.html#tr">tr</a>( "Critical Error" ), + <a href="tqobject.html#tr">tr</a>( "Parsing error for file %1" ).arg( fileName ) ); <a name="x1914"></a> opmlFile.<a href="ntqfile.html#close">close</a>(); return; } diff --git a/doc/html/popup-example.html b/doc/html/popup-example.html index f9dcd5b8f..4e20c9e81 100644 --- a/doc/html/popup-example.html +++ b/doc/html/popup-example.html @@ -167,9 +167,9 @@ void <a name="f469"></a>FancyPopup::popup( <a href="ntqwidget.html">TQWidget</a> <a name="f470"></a>Frame::Frame(TQWidget* parent, const char* name): <a href="ntqframe.html">TQFrame</a>(parent, name){ button1 = new <a href="ntqpushbutton.html">TQPushButton</a>("Simple Popup", this); - <a href="ntqobject.html#connect">connect</a> ( button1, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), TQ_SLOT( button1Clicked() ) ); + <a href="tqobject.html#connect">connect</a> ( button1, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), TQ_SLOT( button1Clicked() ) ); button2 = new <a href="ntqpushbutton.html">TQPushButton</a>("Fancy Popup", this); -<a name="x1606"></a> <a href="ntqobject.html#connect">connect</a> ( button2, TQ_SIGNAL( <a href="ntqbutton.html#pressed">pressed</a>() ), TQ_SLOT( button2Pressed() ) ); +<a name="x1606"></a> <a href="tqobject.html#connect">connect</a> ( button2, TQ_SIGNAL( <a href="ntqbutton.html#pressed">pressed</a>() ), TQ_SLOT( button2Pressed() ) ); <a href="qboxlayout.html">TQBoxLayout</a> * l = new <a href="qhboxlayout.html">TQHBoxLayout</a>( this ); <a name="x1627"></a><a name="x1614"></a> button1-><a href="ntqwidget.html#setMaximumSize">setMaximumSize</a>(button1-><a href="ntqwidget.html#sizeHint">sizeHint</a>()); @@ -189,11 +189,11 @@ void <a name="f469"></a>FancyPopup::popup( <a href="ntqwidget.html">TQWidget</a> popup1-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( WinPanel|Raised ); popup1-><a href="ntqwidget.html#resize">resize</a>(150,100); <a href="ntqlineedit.html">TQLineEdit</a> *tmpE = new <a href="ntqlineedit.html">TQLineEdit</a>( popup1 ); -<a name="x1619"></a><a name="x1610"></a> <a href="ntqobject.html#connect">connect</a>( tmpE, TQ_SIGNAL( <a href="ntqlineedit.html#returnPressed">returnPressed</a>() ), popup1, TQ_SLOT( <a href="ntqwidget.html#hide">hide</a>() ) ); +<a name="x1619"></a><a name="x1610"></a> <a href="tqobject.html#connect">connect</a>( tmpE, TQ_SIGNAL( <a href="ntqlineedit.html#returnPressed">returnPressed</a>() ), popup1, TQ_SLOT( <a href="ntqwidget.html#hide">hide</a>() ) ); <a name="x1626"></a> tmpE-><a href="ntqwidget.html#setGeometry">setGeometry</a>(10,10, 130, 30); <a name="x1625"></a> tmpE-><a href="ntqwidget.html#setFocus">setFocus</a>(); <a href="ntqpushbutton.html">TQPushButton</a> *tmpB = new <a href="ntqpushbutton.html">TQPushButton</a>("Click me!", popup1); -<a name="x1616"></a> <a href="ntqobject.html#connect">connect</a>( tmpB, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), popup1, TQ_SLOT( <a href="ntqwidget.html#close">close</a>() ) ); +<a name="x1616"></a> <a href="tqobject.html#connect">connect</a>( tmpB, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), popup1, TQ_SLOT( <a href="ntqwidget.html#close">close</a>() ) ); tmpB-><a href="ntqwidget.html#setGeometry">setGeometry</a>(10, 50, 130, 30); // the fancier version uses its own class. It will be shown when diff --git a/doc/html/process-example.html b/doc/html/process-example.html index d543ee68b..ffb847c57 100644 --- a/doc/html/process-example.html +++ b/doc/html/process-example.html @@ -49,7 +49,7 @@ output of the command. ** *****************************************************************************/ -#include <<a href="qobject-h.html">ntqobject.h</a>> +#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>> @@ -81,8 +81,8 @@ private: { // Layout output = new <a href="ntqtextview.html">TQTextView</a>( this ); - quitButton = new <a href="ntqpushbutton.html">TQPushButton</a>( <a href="ntqobject.html#tr">tr</a>("Quit"), this ); - <a href="ntqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), + 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>()) ); <a href="ntqwidget.html#resize">resize</a>( 500, 500 ); @@ -97,17 +97,17 @@ private: proc-><a href="ntqprocess.html#addArgument">addArgument</a>( "i18n" ); proc-><a href="ntqprocess.html#addArgument">addArgument</a>( "small_dialog.ui" ); -<a name="x100"></a> <a href="ntqobject.html#connect">connect</a>( proc, TQ_SIGNAL(<a href="ntqprocess.html#readyReadStdout">readyReadStdout</a>()), +<a name="x100"></a> <a href="tqobject.html#connect">connect</a>( proc, TQ_SIGNAL(<a href="ntqprocess.html#readyReadStdout">readyReadStdout</a>()), this, TQ_SLOT(readFromStdout()) ); -<a name="x98"></a> <a href="ntqobject.html#connect">connect</a>( proc, TQ_SIGNAL(<a href="ntqprocess.html#processExited">processExited</a>()), +<a name="x98"></a> <a href="tqobject.html#connect">connect</a>( proc, TQ_SIGNAL(<a href="ntqprocess.html#processExited">processExited</a>()), this, TQ_SLOT(scrollToTop()) ); <a name="x101"></a> if ( !proc-><a href="ntqprocess.html#start">start</a>() ) { // error handling <a name="x96"></a> TQMessageBox::<a href="ntqmessagebox.html#critical">critical</a>( 0, - <a href="ntqobject.html#tr">tr</a>("Fatal error"), - <a href="ntqobject.html#tr">tr</a>("Could not start the uic command."), - <a href="ntqobject.html#tr">tr</a>("Quit") ); + <a href="tqobject.html#tr">tr</a>("Fatal error"), + <a href="tqobject.html#tr">tr</a>("Could not start the uic command."), + <a href="tqobject.html#tr">tr</a>("Quit") ); exit( -1 ); } } diff --git a/doc/html/progressbar-example.html b/doc/html/progressbar-example.html index f2dc2d52f..dbd80cf30 100644 --- a/doc/html/progressbar-example.html +++ b/doc/html/progressbar-example.html @@ -141,11 +141,11 @@ protected slots: <a name="x965"></a> toplayout-><a href="qgridlayout.html#addMultiCellWidget">addMultiCellWidget</a>( progress, 1, 1, 0, 1 ); // connect the clicked() SIGNALs of the pushbuttons to SLOTs -<a name="x962"></a> <a href="ntqobject.html#connect">connect</a>( start, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotStart() ) ); - <a href="ntqobject.html#connect">connect</a>( reset, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotReset() ) ); +<a name="x962"></a> <a href="tqobject.html#connect">connect</a>( start, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotStart() ) ); + <a href="tqobject.html#connect">connect</a>( reset, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( slotReset() ) ); // connect the timeout() TQ_SIGNAL of the progress-timer to a TQ_SLOT - <a href="ntqobject.html#connect">connect</a>( &timer, TQ_SIGNAL( timeout() ), this, TQ_SLOT( slotTimeout() ) ); + <a href="tqobject.html#connect">connect</a>( &timer, TQ_SIGNAL( timeout() ), this, TQ_SLOT( slotTimeout() ) ); // Let's start with normal speed... <a name="x972"></a> normal-><a href="ntqradiobutton.html#setChecked">setChecked</a>( TRUE ); diff --git a/doc/html/properties.html b/doc/html/properties.html index 388fc48b1..d296b25ba 100644 --- a/doc/html/properties.html +++ b/doc/html/properties.html @@ -41,7 +41,7 @@ features like <tt>__property</tt> or <tt>[property]</tt>. Our solution works wit on the meta-object system that also provides object communication through <a href="signalsandslots.html">signals and slots</a>. <p> The <tt>TQ_PROPERTY</tt> macro in a class declaration declares a -property. Properties can only be declared in classes that inherit <a href="ntqobject.html">TQObject</a>. A second macro, <tt>TQ_OVERRIDE</tt>, can be used to override some +property. Properties can only be declared in classes that inherit <a href="tqobject.html">TQObject</a>. A second macro, <tt>TQ_OVERRIDE</tt>, can be used to override some aspects of an inherited property in a subclass. (See <a href="#override">TQ_OVERRIDE</a>.) <p> To the outer world, a property appears to be similar to a data member. But properties have several features that distinguish them from @@ -65,7 +65,7 @@ press its own buttons, but a GUI design tool can't press buttons. <p> The read, write, and reset functions must be public member functions from the class in which the property is defined. <p> Properties can be read and written through generic functions in -<a href="ntqobject.html">TQObject</a> without knowing anything about the class in use. These two +<a href="tqobject.html">TQObject</a> without knowing anything about the class in use. These two function calls are equivalent: <p> <pre> // TQButton *b and TQObject *o point to the same button @@ -76,21 +76,21 @@ function calls are equivalent: <p> Equivalent, that is, except that the first is faster, and provides much better diagnostics at compile time. When practical, the first is better. However, since you can get a list of all available properties -for any TQObject through its <a href="ntqmetaobject.html">TQMetaObject</a>, <a href="ntqobject.html#setProperty">TQObject::setProperty</a>() +for any TQObject through its <a href="ntqmetaobject.html">TQMetaObject</a>, <a href="tqobject.html#setProperty">TQObject::setProperty</a>() can give you control over classes that weren't available at compile time. -<p> As well as <a href="ntqobject.html#setProperty">TQObject::setProperty</a>(), there is a corresponding <a href="ntqobject.html#property">TQObject::property</a>() function. <a href="ntqmetaobject.html#propertyNames">TQMetaObject::propertyNames</a>() returns +<p> As well as <a href="tqobject.html#setProperty">TQObject::setProperty</a>(), there is a corresponding <a href="tqobject.html#property">TQObject::property</a>() function. <a href="ntqmetaobject.html#propertyNames">TQMetaObject::propertyNames</a>() returns the names of all available properties. <a href="ntqmetaobject.html#property">TQMetaObject::property</a>() returns the property data for a named property: a <a href="qmetaproperty.html">TQMetaProperty</a> object. <p> Here's a simple example that shows the most important property functions in use: <p> <pre> - class MyClass : public <a href="ntqobject.html">TQObject</a> + class MyClass : public <a href="tqobject.html">TQObject</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: - MyClass( <a href="ntqobject.html">TQObject</a> * parent=0, const char * name=0 ); + MyClass( <a href="tqobject.html">TQObject</a> * parent=0, const char * name=0 ); ~MyClass(); enum Priority { High, Low, VeryHigh, VeryLow }; @@ -130,13 +130,13 @@ is a <a href="ntqvariant.html">TQVariant</a> whose value is the entire list or m <p> Enumeration types are registered with the <tt>TQ_ENUMS</tt> macro. Here's the final class declaration including the property related declarations: <p> <pre> - class MyClass : public <a href="ntqobject.html">TQObject</a> + class MyClass : public <a href="tqobject.html">TQObject</a> { TQ_OBJECT TQ_PROPERTY( Priority priority READ priority WRITE setPriority ) TQ_ENUMS( Priority ) public: - MyClass( <a href="ntqobject.html">TQObject</a> * parent=0, const char * name=0 ); + MyClass( <a href="tqobject.html">TQObject</a> * parent=0, const char * name=0 ); ~MyClass(); enum Priority { High, Low, VeryHigh, VeryLow }; @@ -177,7 +177,7 @@ through the meta object, see <a href="ntqmetaobject.html#classInfo">TQMetaObject <p> <a name="override"></a> <h2> TQ_OVERRIDE </h2> -<a name="1"></a><p> When you inherit a <a href="ntqobject.html">TQObject</a> subclass you may wish to override some +<a name="1"></a><p> When you inherit a <a href="tqobject.html">TQObject</a> subclass you may wish to override some aspects of some of the class's properties. <p> For example, in <a href="ntqwidget.html">TQWidget</a> we have the autoMask property defined like this: diff --git a/doc/html/propertydocs b/doc/html/propertydocs index c1defe373..a79766127 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -2750,26 +2750,26 @@ empty editor this method returns 1. </property> <property> <name>TQObject::name</name> - <doc href="ntqobject.html#name-prop"> + <doc href="tqobject.html#name-prop"> <p>This property holds the name of this object. -<p>You can find an object by name (and type) using <a href="ntqobject.html#child">child</a>(). You can -find a set of objects with <a href="ntqobject.html#queryList">queryList</a>(). -<p> The object name is set by the constructor or by the <a href="ntqobject.html#setName">setName</a>() +<p>You can find an object by name (and type) using <a href="tqobject.html#child">child</a>(). You can +find a set of objects with <a href="tqobject.html#queryList">queryList</a>(). +<p> The object name is set by the constructor or by the <a href="tqobject.html#setName">setName</a>() function. The object name is not very useful in the current version of Qt, but will become increasingly important in the future. -<p> If the object does not have a name, the <a href="ntqobject.html#name">name</a>() function returns +<p> If the object does not have a name, the <a href="tqobject.html#name">name</a>() function returns "unnamed", so printf() (used in <a href="ntqapplication.html#qDebug">qDebug</a>()) will not be asked to output a null pointer. If you want a null pointer to be returned for unnamed objects, you can call name( 0 ). <p> <pre> <a href="ntqapplication.html#qDebug">qDebug</a>( "MyClass::setPrecision(): (%s) invalid precision %f", - <a href="ntqobject.html#name">name</a>(), newPrecision ); + <a href="tqobject.html#name">name</a>(), newPrecision ); </pre> -<p> <p>See also <a href="ntqobject.html#className">className</a>(), <a href="ntqobject.html#child">child</a>(), and <a href="ntqobject.html#queryList">queryList</a>(). +<p> <p>See also <a href="tqobject.html#className">className</a>(), <a href="tqobject.html#child">child</a>(), and <a href="tqobject.html#queryList">queryList</a>(). -<p>Set this property's value with <a href="ntqobject.html#setName">setName</a>() and get this property's value with <a href="ntqobject.html#name">name</a>(). +<p>Set this property's value with <a href="tqobject.html#setName">setName</a>() and get this property's value with <a href="tqobject.html#name">name</a>(). </doc> </property> <property> diff --git a/doc/html/propertyindex b/doc/html/propertyindex index b343376af..d1b1cbcc1 100644 --- a/doc/html/propertyindex +++ b/doc/html/propertyindex @@ -224,7 +224,7 @@ "QMultiLineEdit/atEnd" ntqmultilineedit.html#atEnd-prop "QMultiLineEdit/edited" ntqmultilineedit.html#edited-prop "QMultiLineEdit/numLines" ntqmultilineedit.html#numLines-prop -"TQObject/name" ntqobject.html#name-prop +"TQObject/name" tqobject.html#name-prop "QPopupMenu/checkable" ntqpopupmenu.html#checkable-prop "QProgressBar/centerIndicator" ntqprogressbar.html#centerIndicator-prop "QProgressBar/indicatorFollowsStyle" ntqprogressbar.html#indicatorFollowsStyle-prop diff --git a/doc/html/qaccel-h.html b/doc/html/qaccel-h.html index 866d8d71d..d2e93d95f 100644 --- a/doc/html/qaccel-h.html +++ b/doc/html/qaccel-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQACCEL_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqkeysequence.h" #endif // QT_H diff --git a/doc/html/qaccel-members.html b/doc/html/qaccel-members.html index ac07e18e7..d03f00df6 100644 --- a/doc/html/qaccel-members.html +++ b/doc/html/qaccel-members.html @@ -39,65 +39,65 @@ body { background: #ffffff; color: black; } <li><a href="ntqaccel.html#~TQAccel">~TQAccel</a>() <li><a href="ntqaccel.html#activated">activated</a>() <li><a href="ntqaccel.html#activatedAmbiguously">activatedAmbiguously</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqaccel.html#clear">clear</a>() -<li><a href="ntqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connect">connect</a>() <li><a href="ntqaccel.html#connectItem">connectItem</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqaccel.html#count">count</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#customEvent">customEvent</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>() <li><a href="ntqaccel.html#disconnectItem">disconnectItem</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() <li><a href="ntqaccel.html#eventFilter">eventFilter</a>() <li><a href="ntqaccel.html#findKey">findKey</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqaccel.html#insertItem">insertItem</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqaccel.html#isEnabled">isEnabled</a>() <li><a href="ntqaccel.html#isItemEnabled">isItemEnabled</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqaccel.html#key">key</a>() <li><a href="ntqaccel.html#keyToString">keyToString</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqaccel.html#removeItem">removeItem</a>() <li><a href="ntqaccel.html#repairEventFilter">repairEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqaccel.html#setEnabled">setEnabled</a>() <li><a href="ntqaccel.html#setItemEnabled">setItemEnabled</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqaccel.html#setWhatsThis">setWhatsThis</a>() <li><a href="ntqaccel.html#shortcutKey">shortcutKey</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqaccel.html#stringToKey">stringToKey</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqaccel.html#whatsThis">whatsThis</a>() </ul> <!-- eof --> diff --git a/doc/html/qaccessible-h.html b/doc/html/qaccessible-h.html index 81ea2c431..a23c016ba 100644 --- a/doc/html/qaccessible-h.html +++ b/doc/html/qaccessible-h.html @@ -76,7 +76,7 @@ body { background: #ffffff; color: black; } #define TQACCESSIBLE_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include <private/qcom_p.h> #include "ntqrect.h" #include "ntqguardedptr.h" diff --git a/doc/html/qaccessibleobject-members.html b/doc/html/qaccessibleobject-members.html index f62535db6..139291208 100644 --- a/doc/html/qaccessibleobject-members.html +++ b/doc/html/qaccessibleobject-members.html @@ -37,67 +37,67 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qaccessibleobject.html#TQAccessibleObject">TQAccessibleObject</a>() <li><a href="qaccessibleobject.html#~TQAccessibleObject">~TQAccessibleObject</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="qaccessibleinterface.html#childCount">childCount</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="qaccessibleinterface.html#clearSelection">clearSelection</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="qaccessibleinterface.html#controlAt">controlAt</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#customEvent">customEvent</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="qaccessibleinterface.html#doDefaultAction">doDefaultAction</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqaccessible.html#isActive">isActive</a>() <li><a href="qaccessibleinterface.html#isValid">isValid</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="qaccessibleinterface.html#navigate">navigate</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="qaccessibleobject.html#object">object</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="ntqaccessible.html#queryAccessibleInterface">queryAccessibleInterface</a>() <li><a href="qaccessibleinterface.html#queryChild">queryChild</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="qaccessibleinterface.html#queryParent">queryParent</a>() <li><a href="qaccessibleinterface.html#rect">rect</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="qaccessibleinterface.html#role">role</a>() <li><a href="qaccessibleinterface.html#selection">selection</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qaccessibleinterface.html#setFocus">setFocus</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="qaccessibleinterface.html#setSelected">setSelected</a>() <li><a href="qaccessibleinterface.html#setText">setText</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="qaccessibleinterface.html#state">state</a>() <li><a href="qaccessibleinterface.html#text">text</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqaccessible.html#updateAccessibility">updateAccessibility</a>() </ul> <!-- eof --> diff --git a/doc/html/qaccessibleobject.html b/doc/html/qaccessibleobject.html index 42290321a..26027aa51 100644 --- a/doc/html/qaccessibleobject.html +++ b/doc/html/qaccessibleobject.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } TQAccessibleInterface for TQObjects. <a href="#details">More...</a> <p><tt>#include <<a href="qaccessible-h.html">ntqaccessible.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a> and <a href="qaccessibleinterface.html">TQAccessibleInterface</a>. +<p>Inherits <a href="tqobject.html">TQObject</a> and <a href="qaccessibleinterface.html">TQAccessibleInterface</a>. <p><a href="qaccessibleobject-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -57,7 +57,7 @@ the TQAccessibleInterface should use this class as the base class. <p>See also <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQAccessibleObject"></a>TQAccessibleObject::TQAccessibleObject ( <a href="ntqobject.html">TQObject</a> * object ) +<h3 class=fn><a name="TQAccessibleObject"></a>TQAccessibleObject::TQAccessibleObject ( <a href="tqobject.html">TQObject</a> * object ) </h3> Creates a TQAccessibleObject for <em>object</em>. @@ -67,9 +67,9 @@ Destroys the TQAccessibleObject. <p> This only happens when a call to release() decrements the internal reference counter to zero. -<h3 class=fn><a href="ntqobject.html">TQObject</a> * <a name="object"></a>TQAccessibleObject::object () const<tt> [protected]</tt> +<h3 class=fn><a href="tqobject.html">TQObject</a> * <a name="object"></a>TQAccessibleObject::object () const<tt> [protected]</tt> </h3> -Returns the <a href="ntqobject.html">TQObject</a> for which this <a href="qaccessibleinterface.html">TQAccessibleInterface</a> +Returns the <a href="tqobject.html">TQObject</a> for which this <a href="qaccessibleinterface.html">TQAccessibleInterface</a> implementation provides information. Use <a href="qaccessibleinterface.html#isValid">isValid</a>() to make sure the object pointer is safe to use. diff --git a/doc/html/qaction-application-example.html b/doc/html/qaction-application-example.html index 107e2775d..3da2205d4 100644 --- a/doc/html/qaction-application-example.html +++ b/doc/html/qaction-application-example.html @@ -141,12 +141,12 @@ private: <a href="ntqaction.html">TQAction</a> * fileCloseAction, * fileQuitAction; fileNewAction = new <a href="ntqaction.html">TQAction</a>( "&New", CTRL+Key_N, this, "new" ); -<a name="x1123"></a> <a href="ntqobject.html#connect">connect</a>( fileNewAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, +<a name="x1123"></a> <a href="tqobject.html#connect">connect</a>( fileNewAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, TQ_SLOT( newDoc() ) ); fileOpenAction = new <a href="ntqaction.html">TQAction</a>( TQPixmap( fileopen ), "&Open...", CTRL+Key_O, this, "open" ); - <a href="ntqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, TQ_SLOT( choose() ) ); + <a href="tqobject.html#connect">connect</a>( fileOpenAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, TQ_SLOT( choose() ) ); const char * fileOpenText = "<p><img source=\"fileopen\"> " "Click this button to open a <em>new file</em>. <br>" @@ -158,7 +158,7 @@ private: fileSaveAction = new <a href="ntqaction.html">TQAction</a>( TQPixmap( filesave ), "&Save", CTRL+Key_S, this, "save" ); - <a href="ntqobject.html#connect">connect</a>( fileSaveAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, TQ_SLOT( save() ) ); + <a href="tqobject.html#connect">connect</a>( fileSaveAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, TQ_SLOT( save() ) ); const char * fileSaveText = "<p>Click this button to save the file you " "are editing. You will be prompted for a file name.\n" @@ -168,13 +168,13 @@ private: fileSaveAsAction = new <a href="ntqaction.html">TQAction</a>( "Save File As", "Save &As...", 0, this, "save as" ); - <a href="ntqobject.html#connect">connect</a>( fileSaveAsAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, + <a href="tqobject.html#connect">connect</a>( fileSaveAsAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, TQ_SLOT( saveAs() ) ); fileSaveAsAction-><a href="ntqaction.html#setWhatsThis">setWhatsThis</a>( fileSaveText ); filePrintAction = new <a href="ntqaction.html">TQAction</a>( "Print File", TQPixmap( fileprint ), "&Print...", CTRL+Key_P, this, "print" ); - <a href="ntqobject.html#connect">connect</a>( filePrintAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, + <a href="tqobject.html#connect">connect</a>( filePrintAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, TQ_SLOT( print() ) ); const char * filePrintText = "Click this button to print the file you " @@ -184,12 +184,12 @@ private: fileCloseAction = new <a href="ntqaction.html">TQAction</a>( "Close", "&Close", CTRL+Key_W, this, "close" ); - <a href="ntqobject.html#connect">connect</a>( fileCloseAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, + <a href="tqobject.html#connect">connect</a>( fileCloseAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , this, TQ_SLOT( <a href="ntqwidget.html#close">close</a>() ) ); fileQuitAction = new <a href="ntqaction.html">TQAction</a>( "Quit", "&Quit", CTRL+Key_Q, this, "quit" ); -<a name="x1127"></a> <a href="ntqobject.html#connect">connect</a>( fileQuitAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , tqApp, +<a name="x1127"></a> <a href="tqobject.html#connect">connect</a>( fileQuitAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ) , tqApp, TQ_SLOT( <a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>() ) ); // populate a tool bar with some actions @@ -421,7 +421,7 @@ int main( int argc, char ** argv ) { ApplicationWindow * mw = new ApplicationWindow(); mw-><a href="ntqwidget.html#setCaption">setCaption</a>( "Document 1" ); <a name="x1178"></a> mw-><a href="ntqwidget.html#show">show</a>(); -<a name="x1179"></a> a.<a href="ntqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<a name="x1179"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); return a.<a href="ntqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/qaction-h.html b/doc/html/qaction-h.html index a04a26234..a8ab43988 100644 --- a/doc/html/qaction-h.html +++ b/doc/html/qaction-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQACTION_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqiconset.h" #include "ntqstring.h" #include "ntqkeysequence.h" diff --git a/doc/html/qaction-members.html b/doc/html/qaction-members.html index 2a81b0ccf..8bb1b3184 100644 --- a/doc/html/qaction-members.html +++ b/doc/html/qaction-members.html @@ -42,72 +42,72 @@ body { background: #ffffff; color: black; } <li><a href="ntqaction.html#activated">activated</a>() <li><a href="ntqaction.html#addTo">addTo</a>() <li><a href="ntqaction.html#addedTo">addedTo</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqaction.html#iconSet">iconSet</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqaction.html#isEnabled">isEnabled</a>() <li><a href="ntqaction.html#isOn">isOn</a>() <li><a href="ntqaction.html#isToggleAction">isToggleAction</a>() <li><a href="ntqaction.html#isVisible">isVisible</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqaction.html#menuText">menuText</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqaction.html#removeFrom">removeFrom</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqaction.html#setAccel">setAccel</a>() <li><a href="ntqaction.html#setDisabled">setDisabled</a>() <li><a href="ntqaction.html#setEnabled">setEnabled</a>() <li><a href="ntqaction.html#setIconSet">setIconSet</a>() <li><a href="ntqaction.html#setMenuText">setMenuText</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqaction.html#setOn">setOn</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqaction.html#setStatusTip">setStatusTip</a>() <li><a href="ntqaction.html#setText">setText</a>() <li><a href="ntqaction.html#setToggleAction">setToggleAction</a>() <li><a href="ntqaction.html#setToolTip">setToolTip</a>() <li><a href="ntqaction.html#setVisible">setVisible</a>() <li><a href="ntqaction.html#setWhatsThis">setWhatsThis</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqaction.html#statusTip">statusTip</a>() <li><a href="ntqaction.html#text">text</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqaction.html#toggle">toggle</a>() <li><a href="ntqaction.html#toggled">toggled</a>() <li><a href="ntqaction.html#toolTip">toolTip</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqaction.html#whatsThis">whatsThis</a>() </ul> <!-- eof --> diff --git a/doc/html/qactiongroup-members.html b/doc/html/qactiongroup-members.html index 2a5422652..d1ebfcf22 100644 --- a/doc/html/qactiongroup-members.html +++ b/doc/html/qactiongroup-members.html @@ -44,60 +44,60 @@ body { background: #ffffff; color: black; } <li><a href="qactiongroup.html#addSeparator">addSeparator</a>() <li><a href="qactiongroup.html#addTo">addTo</a>() <li><a href="ntqaction.html#addedTo">addedTo</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqaction.html#iconSet">iconSet</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#inherits">inherits</a>() <li><a href="qactiongroup.html#insert">insert</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqaction.html#isEnabled">isEnabled</a>() <li><a href="qactiongroup.html#isExclusive">isExclusive</a>() <li><a href="ntqaction.html#isOn">isOn</a>() <li><a href="ntqaction.html#isToggleAction">isToggleAction</a>() <li><a href="ntqaction.html#isVisible">isVisible</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqaction.html#menuText">menuText</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqaction.html#removeFrom">removeFrom</a>() <li><a href="qactiongroup.html#selected">selected</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqaction.html#setAccel">setAccel</a>() <li><a href="ntqaction.html#setDisabled">setDisabled</a>() <li><a href="ntqaction.html#setEnabled">setEnabled</a>() <li><a href="qactiongroup.html#setExclusive">setExclusive</a>() <li><a href="ntqaction.html#setIconSet">setIconSet</a>() <li><a href="ntqaction.html#setMenuText">setMenuText</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqaction.html#setOn">setOn</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqaction.html#setStatusTip">setStatusTip</a>() <li><a href="ntqaction.html#setText">setText</a>() <li><a href="ntqaction.html#setToggleAction">setToggleAction</a>() @@ -105,16 +105,16 @@ body { background: #ffffff; color: black; } <li><a href="qactiongroup.html#setUsesDropDown">setUsesDropDown</a>() <li><a href="ntqaction.html#setVisible">setVisible</a>() <li><a href="ntqaction.html#setWhatsThis">setWhatsThis</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqaction.html#statusTip">statusTip</a>() <li><a href="ntqaction.html#text">text</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqaction.html#toggle">toggle</a>() <li><a href="ntqaction.html#toggled">toggled</a>() <li><a href="ntqaction.html#toolTip">toolTip</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="qactiongroup.html#usesDropDown">usesDropDown</a>() <li><a href="ntqaction.html#whatsThis">whatsThis</a>() </ul> diff --git a/doc/html/qactiongroup.html b/doc/html/qactiongroup.html index 3a88a9bc8..9f46799ec 100644 --- a/doc/html/qactiongroup.html +++ b/doc/html/qactiongroup.html @@ -77,7 +77,7 @@ appearing as separate menu options and toolbar buttons. <pre> TQActionGroup *grp = new TQActionGroup( this ); - <a name="x2112"></a> <a href="ntqobject.html#connect">connect</a>( grp, TQ_SIGNAL( <a href="#selected">selected</a>( <a href="ntqaction.html">TQAction</a>* ) ), this, TQ_SLOT( textAlign( <a href="ntqaction.html">TQAction</a>* ) ) ); + <a name="x2112"></a> <a href="tqobject.html#connect">connect</a>( grp, TQ_SIGNAL( <a href="#selected">selected</a>( <a href="ntqaction.html">TQAction</a>* ) ), this, TQ_SLOT( textAlign( <a href="ntqaction.html">TQAction</a>* ) ) ); </pre> <p> Here we create a new action group. Since the action group is exclusive by default, only one of the actions in the group is ever active at any @@ -107,13 +107,13 @@ parent. Actions can have separators dividing them using <p>See also <a href="application.html">Main Window and Related Classes</a> and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQActionGroup"></a>TQActionGroup::TQActionGroup ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQActionGroup"></a>TQActionGroup::TQActionGroup ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs an action group called <em>name</em>, with parent <em>parent</em>. <p> The action group is exclusive by default. Call <a href="#setExclusive">setExclusive</a>(FALSE) to make the action group non-exclusive. -<h3 class=fn><a name="TQActionGroup-2"></a>TQActionGroup::TQActionGroup ( <a href="ntqobject.html">TQObject</a> * parent, const char * name, bool exclusive ) +<h3 class=fn><a name="TQActionGroup-2"></a>TQActionGroup::TQActionGroup ( <a href="tqobject.html">TQObject</a> * parent, const char * name, bool exclusive ) </h3> Constructs an action group called <em>name</em>, with parent <em>parent</em>. <p> If <em>exclusive</em> is TRUE only one toggle action in the group will diff --git a/doc/html/qapplication-members.html b/doc/html/qapplication-members.html index 05df2a599..6088a06df 100644 --- a/doc/html/qapplication-members.html +++ b/doc/html/qapplication-members.html @@ -49,34 +49,34 @@ body { background: #ffffff; color: black; } <li><a href="ntqapplication.html#argc">argc</a>() <li><a href="ntqapplication.html#argv">argv</a>() <li><a href="ntqapplication.html#beep">beep</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqapplication.html#clipboard">clipboard</a>() <li><a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>() <li><a href="ntqapplication.html#closingDown">closingDown</a>() <li><a href="ntqapplication.html#colorSpec">colorSpec</a>() <li><a href="ntqapplication.html#commitData">commitData</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqapplication.html#cursorFlashTime">cursorFlashTime</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqapplication.html#defaultCodec">defaultCodec</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqapplication.html#desktop">desktop</a>() <li><a href="ntqapplication.html#desktopSettingsAware">desktopSettingsAware</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqapplication.html#doubleClickInterval">doubleClickInterval</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqapplication.html#enter_loop">enter_loop</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqapplication.html#eventLoop">eventLoop</a>() <li><a href="ntqapplication.html#exec">exec</a>() <li><a href="ntqapplication.html#exit">exit</a>() @@ -90,18 +90,18 @@ body { background: #ffffff; color: black; } <li><a href="ntqapplication.html#guiThreadAwake">guiThreadAwake</a>() <li><a href="ntqapplication.html#hasGlobalMouseTracking">hasGlobalMouseTracking</a>() <li><a href="ntqapplication.html#hasPendingEvents">hasPendingEvents</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqapplication.html#horizontalAlignment">horizontalAlignment</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="ntqapplication.html#installTranslator">installTranslator</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqapplication.html#isEffectEnabled">isEffectEnabled</a>() <li><a href="ntqapplication.html#isSessionRestored">isSessionRestored</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>() <li><a href="ntqapplication.html#libraryPaths">libraryPaths</a>() <li><a href="ntqapplication.html#lock">lock</a>() @@ -109,27 +109,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqapplication.html#loopLevel">loopLevel</a>() <li><a href="ntqapplication.html#macEventFilter">macEventFilter</a>() <li><a href="ntqapplication.html#mainWidget">mainWidget</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="ntqapplication.html#notify">notify</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqapplication.html#overrideCursor">overrideCursor</a>() <li><a href="ntqapplication.html#palette">palette</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqapplication.html#polish">polish</a>() <li><a href="ntqapplication.html#postEvent">postEvent</a>() <li><a href="ntqapplication.html#processEvents">processEvents</a>() <li><a href="ntqapplication.html#processOneEvent">processOneEvent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqapplication.html#quit">quit</a>() <li><a href="ntqapplication.html#qwsDecoration">qwsDecoration</a>() <li><a href="ntqapplication.html#qwsEventFilter">qwsEventFilter</a>() <li><a href="ntqapplication.html#qwsSetCustomColors">qwsSetCustomColors</a>() <li><a href="ntqapplication.html#qwsSetDecoration">qwsSetDecoration</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqapplication.html#removeLibraryPath">removeLibraryPath</a>() <li><a href="ntqapplication.html#removePostedEvents">removePostedEvents</a>() <li><a href="ntqapplication.html#removeTranslator">removeTranslator</a>() @@ -138,7 +138,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqapplication.html#saveState">saveState</a>() <li><a href="ntqapplication.html#sendEvent">sendEvent</a>() <li><a href="ntqapplication.html#sendPostedEvents">sendPostedEvents</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqapplication.html#sessionId">sessionId</a>() <li><a href="ntqapplication.html#sessionKey">sessionKey</a>() <li><a href="ntqapplication.html#setColorSpec">setColorSpec</a>() @@ -152,27 +152,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqapplication.html#setGlobalStrut">setGlobalStrut</a>() <li><a href="ntqapplication.html#setLibraryPaths">setLibraryPaths</a>() <li><a href="ntqapplication.html#setMainWidget">setMainWidget</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqapplication.html#setOverrideCursor">setOverrideCursor</a>() <li><a href="ntqapplication.html#setPalette">setPalette</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqapplication.html#setReverseLayout">setReverseLayout</a>() <li><a href="ntqapplication.html#setStartDragDistance">setStartDragDistance</a>() <li><a href="ntqapplication.html#setStartDragTime">setStartDragTime</a>() <li><a href="ntqapplication.html#setStyle">setStyle</a>() <li><a href="ntqapplication.html#setWheelScrollLines">setWheelScrollLines</a>() <li><a href="ntqapplication.html#setWinStyleHighlightColor">setWinStyleHighlightColor</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqapplication.html#startDragDistance">startDragDistance</a>() <li><a href="ntqapplication.html#startDragTime">startDragTime</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqapplication.html#startingUp">startingUp</a>() <li><a href="ntqapplication.html#style">style</a>() <li><a href="ntqapplication.html#syncX">syncX</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqapplication.html#topLevelWidgets">topLevelWidgets</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqapplication.html#translate">translate</a>() <li><a href="ntqapplication.html#tryLock">tryLock</a>() <li><a href="ntqapplication.html#type">type</a>() diff --git a/doc/html/qassistantclient-h.html b/doc/html/qassistantclient-h.html index d11adc5ec..67afbab1c 100644 --- a/doc/html/qassistantclient-h.html +++ b/doc/html/qassistantclient-h.html @@ -69,7 +69,7 @@ body { background: #ffffff; color: black; } #ifndef TQASSISTANTCLIENT_H #define TQASSISTANTCLIENT_H -#include <ntqobject.h> +#include <tqobject.h> class TQSocket; class TQProcess; diff --git a/doc/html/qassistantclient-members.html b/doc/html/qassistantclient-members.html index 78c6e5562..1b3ff15e3 100644 --- a/doc/html/qassistantclient-members.html +++ b/doc/html/qassistantclient-members.html @@ -39,54 +39,54 @@ body { background: #ffffff; color: black; } <li><a href="ntqassistantclient.html#~TQAssistantClient">~TQAssistantClient</a>() <li><a href="ntqassistantclient.html#assistantClosed">assistantClosed</a>() <li><a href="ntqassistantclient.html#assistantOpened">assistantOpened</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqassistantclient.html#closeAssistant">closeAssistant</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqassistantclient.html#error">error</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqassistantclient.html#isOpen">isOpen</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqassistantclient.html#openAssistant">openAssistant</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqassistantclient.html#setArguments">setArguments</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqassistantclient.html#showPage">showPage</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qasyncio-h.html b/doc/html/qasyncio-h.html index dbe68585e..8d7f4fc04 100644 --- a/doc/html/qasyncio-h.html +++ b/doc/html/qasyncio-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQASYNCIO_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqsignal.h" #include "ntqtimer.h" #endif // QT_H diff --git a/doc/html/qaxaggregated.html b/doc/html/qaxaggregated.html index a0b1693c4..76bf058fb 100644 --- a/doc/html/qaxaggregated.html +++ b/doc/html/qaxaggregated.html @@ -95,10 +95,10 @@ provided by this function. <p> The TQAXAGG_IUNKNOWN macro expands to the code above, and you can use it in the class declaration of your subclass. -<h3 class=fn><a href="ntqobject.html">TQObject</a> * <a name="object"></a>TQAxAggregated::object () const<tt> [protected]</tt> +<h3 class=fn><a href="tqobject.html">TQObject</a> * <a name="object"></a>TQAxAggregated::object () const<tt> [protected]</tt> </h3> -<p> Returns a pointer to the <a href="ntqobject.html">TQObject</a> subclass implementing the COM object. +<p> Returns a pointer to the <a href="tqobject.html">TQObject</a> subclass implementing the COM object. This function might return 0. <p> <b>Warning:</b> You must not store the returned pointer, unless you use a diff --git a/doc/html/qaxbase-h.html b/doc/html/qaxbase-h.html index d1a91eda7..ca385c3b4 100644 --- a/doc/html/qaxbase-h.html +++ b/doc/html/qaxbase-h.html @@ -69,7 +69,7 @@ body { background: #ffffff; color: black; } #define TQAXBASE_H #include <ntqvariant.h> -#include <ntqobject.h> +#include <tqobject.h> struct IUnknown; struct TQUuid; diff --git a/doc/html/qaxbase.html b/doc/html/qaxbase.html index 5e756fa76..574fc1c1e 100644 --- a/doc/html/qaxbase.html +++ b/doc/html/qaxbase.html @@ -99,7 +99,7 @@ become available as TQt properties and slots. <p> Properties exposed by the object's IDispatch implementation can be read and written through the property system provided by the TQt -Object Model (both subclasses are TQObjects, so you can use <a href="ntqobject.html#setProperty">setProperty()</a> and <a href="ntqobject.html#property">property()</a> as with <a href="ntqobject.html">TQObject</a>). Properties +Object Model (both subclasses are TQObjects, so you can use <a href="tqobject.html#setProperty">setProperty()</a> and <a href="tqobject.html#property">property()</a> as with <a href="tqobject.html">TQObject</a>). Properties with multiple parameters are not supported. <p> <pre> activeX->setProperty( "text", "some text" ); @@ -123,7 +123,7 @@ standard TQt signals. <p> TQAxBase transparently converts between COM data types and the equivalent TQt data types. Some COM types have no equivalent TQt data structure. <p> Supported COM datatypes are listed in the first column of following table. -The second column is the TQt type that can be used with the <a href="ntqobject.html">TQObject</a> property +The second column is the TQt type that can be used with the <a href="tqobject.html">TQObject</a> property functions. The third column is the TQt type that is used in the prototype of generated signals and slots for in-parameters, and the last column is the TQt type that is used in the prototype of signals and slots for out-parameters. @@ -240,8 +240,8 @@ use the TQAxBase API like this: <pre> <a href="qaxobject.html">TQAxObject</a> object( "<CLSID>" ); - <a href="ntqstring.html">TQString</a> text = object.<a href="ntqobject.html#property">property</a>( "text" ).toString(); - object.<a href="ntqobject.html#setProperty">setProperty</a>( "font", TQFont( "Times New Roman", 12 ) ); + <a href="ntqstring.html">TQString</a> text = object.<a href="tqobject.html#property">property</a>( "text" ).toString(); + object.<a href="tqobject.html#setProperty">setProperty</a>( "font", TQFont( "Times New Roman", 12 ) ); connect( this, TQ_SIGNAL(clicked(int)), &object, TQ_SLOT(showColumn(int)) ); bool ok = object.<a href="#dynamicCall">dynamicCall</a>( "addColumn(const <a href="ntqstring.html">TQString</a>&)", "Column 1" ).toBool(); @@ -353,7 +353,7 @@ the method, or an invalid <a href="ntqvariant.html">TQVariant</a> if the method a value or when the function call failed. <p> If <em>function</em> is a method of the object the string must be provided as the full prototype, for example as it would be written in a -<a href="ntqobject.html#connect">TQObject::connect</a>() call. +<a href="tqobject.html#connect">TQObject::connect</a>() call. <pre> activeX->dynamicCall( "Navigate(const <a href="ntqstring.html">TQString</a>&)", "www.trolltech.com" ); </pre> @@ -376,7 +376,7 @@ otherwise the getter is called. </pre> Note that it is faster to get and set properties using -<a href="ntqobject.html#property">TQObject::property</a>() and <a href="ntqobject.html#setProperty">TQObject::setProperty</a>(). +<a href="tqobject.html#property">TQObject::property</a>() and <a href="tqobject.html#setProperty">TQObject::setProperty</a>(). <p> It is only possible to call functions through <a href="#dynamicCall">dynamicCall</a>() that have parameters or return values of datatypes supported by <a href="ntqvariant.html">TQVariant</a>. See the TQAxBase class documentation for a list of diff --git a/doc/html/qaxcontainer-example-qutlook.html b/doc/html/qaxcontainer-example-qutlook.html index 899f61961..c2860062f 100644 --- a/doc/html/qaxcontainer-example-qutlook.html +++ b/doc/html/qaxcontainer-example-qutlook.html @@ -144,9 +144,9 @@ to the signals provided by the "Items" COM object. Finally, it calls the <pre> // Get all items if ( defFolder ) { contactItems = defFolder-><a href="qaxbase.html#querySubObject">querySubObject</a>( "Items" ); - <a href="ntqobject.html#connect">connect</a>( contactItems, TQ_SIGNAL(ItemAdd(IDispatch*)), this, TQ_SLOT(updateOutlook()) ); - <a href="ntqobject.html#connect">connect</a>( contactItems, TQ_SIGNAL(ItemChange(IDispatch*)), this, TQ_SLOT(updateOutlook()) ); - <a href="ntqobject.html#connect">connect</a>( contactItems, TQ_SIGNAL(ItemRemove()), this, TQ_SLOT(updateOutlook()) ); + <a href="tqobject.html#connect">connect</a>( contactItems, TQ_SIGNAL(ItemAdd(IDispatch*)), this, TQ_SLOT(updateOutlook()) ); + <a href="tqobject.html#connect">connect</a>( contactItems, TQ_SIGNAL(ItemChange(IDispatch*)), this, TQ_SLOT(updateOutlook()) ); + <a href="tqobject.html#connect">connect</a>( contactItems, TQ_SIGNAL(ItemRemove()), this, TQ_SLOT(updateOutlook()) ); } updateOutlook(); @@ -166,10 +166,10 @@ entries, so the item has to be removed from its parent object. <a href="qaxobject.html">TQAxObject</a> *item = contactItems->querySubObject( "GetFirst()" ); while ( item ) { - <a name="x2729"></a> <a href="ntqstring.html">TQString</a> firstName = item-><a href="ntqobject.html#property">property</a>( "FirstName" ).toString(); - <a href="ntqstring.html">TQString</a> lastName = item-><a href="ntqobject.html#property">property</a>( "LastName" ).toString(); - <a href="ntqstring.html">TQString</a> address = item-><a href="ntqobject.html#property">property</a>( "HomeAddress" ).toString(); - <a href="ntqstring.html">TQString</a> email = item-><a href="ntqobject.html#property">property</a>( "Email1Address" ).toString(); + <a name="x2729"></a> <a href="ntqstring.html">TQString</a> firstName = item-><a href="tqobject.html#property">property</a>( "FirstName" ).toString(); + <a href="ntqstring.html">TQString</a> lastName = item-><a href="tqobject.html#property">property</a>( "LastName" ).toString(); + <a href="ntqstring.html">TQString</a> address = item-><a href="tqobject.html#property">property</a>( "HomeAddress" ).toString(); + <a href="ntqstring.html">TQString</a> email = item-><a href="tqobject.html#property">property</a>( "Email1Address" ).toString(); (void)new ABListViewItem( listView, firstName, lastName, address, email, item ); // the listviewitem takes ownership @@ -188,10 +188,10 @@ succeeds. !iAddress-><a href="ntqlineedit.html#text">text</a>().isEmpty() || !iEMail-><a href="ntqlineedit.html#text">text</a>().isEmpty() ) { <a href="qaxobject.html">TQAxObject</a> *contactItem = outlook-><a href="qaxbase.html#querySubObject">querySubObject</a>( "CreateItem(OlItemType)", "olContactItem" ); if ( contactItem ) { - <a name="x2730"></a> contactItem-><a href="ntqobject.html#setProperty">setProperty</a>( "FirstName", iFirstName-><a href="ntqlineedit.html#text">text</a>() ); - contactItem-><a href="ntqobject.html#setProperty">setProperty</a>( "LastName", iLastName-><a href="ntqlineedit.html#text">text</a>() ); - contactItem-><a href="ntqobject.html#setProperty">setProperty</a>( "HomeAddress", iAddress-><a href="ntqlineedit.html#text">text</a>() ); - contactItem-><a href="ntqobject.html#setProperty">setProperty</a>( "Email1Address", iEMail-><a href="ntqlineedit.html#text">text</a>() ); + <a name="x2730"></a> contactItem-><a href="tqobject.html#setProperty">setProperty</a>( "FirstName", iFirstName-><a href="ntqlineedit.html#text">text</a>() ); + contactItem-><a href="tqobject.html#setProperty">setProperty</a>( "LastName", iLastName-><a href="ntqlineedit.html#text">text</a>() ); + contactItem-><a href="tqobject.html#setProperty">setProperty</a>( "HomeAddress", iAddress-><a href="ntqlineedit.html#text">text</a>() ); + contactItem-><a href="tqobject.html#setProperty">setProperty</a>( "Email1Address", iEMail-><a href="ntqlineedit.html#text">text</a>() ); <a name="x2720"></a> contactItem-><a href="qaxbase.html#dynamicCall">dynamicCall</a>( "Save()" ); new ABListViewItem( listView, iFirstName-><a href="ntqlineedit.html#text">text</a>(), @@ -216,10 +216,10 @@ listview item as well as the values of the listview item itself. !iAddress-><a href="ntqlineedit.html#text">text</a>().isEmpty() || !iEMail-><a href="ntqlineedit.html#text">text</a>().isEmpty() ) ) { <a href="qaxobject.html">TQAxObject</a> *contactItem = item->contactItem(); - contactItem-><a href="ntqobject.html#setProperty">setProperty</a>( "FirstName", iFirstName-><a href="ntqlineedit.html#text">text</a>() ); - contactItem-><a href="ntqobject.html#setProperty">setProperty</a>( "LastName", iLastName-><a href="ntqlineedit.html#text">text</a>() ); - contactItem-><a href="ntqobject.html#setProperty">setProperty</a>( "HomeAddress", iAddress-><a href="ntqlineedit.html#text">text</a>() ); - contactItem-><a href="ntqobject.html#setProperty">setProperty</a>( "Email1Address", iEMail-><a href="ntqlineedit.html#text">text</a>() ); + contactItem-><a href="tqobject.html#setProperty">setProperty</a>( "FirstName", iFirstName-><a href="ntqlineedit.html#text">text</a>() ); + contactItem-><a href="tqobject.html#setProperty">setProperty</a>( "LastName", iLastName-><a href="ntqlineedit.html#text">text</a>() ); + contactItem-><a href="tqobject.html#setProperty">setProperty</a>( "HomeAddress", iAddress-><a href="ntqlineedit.html#text">text</a>() ); + contactItem-><a href="tqobject.html#setProperty">setProperty</a>( "Email1Address", iEMail-><a href="ntqlineedit.html#text">text</a>() ); contactItem-><a href="qaxbase.html#dynamicCall">dynamicCall</a>( "Save()" ); <a name="x2728"></a> item-><a href="qlistviewitem.html#setText">setText</a>( 0, iFirstName-><a href="ntqlineedit.html#text">text</a>() ); diff --git a/doc/html/qaxcontainer.html b/doc/html/qaxcontainer.html index d764b5baf..6e7b45c3b 100644 --- a/doc/html/qaxcontainer.html +++ b/doc/html/qaxcontainer.html @@ -74,7 +74,7 @@ parameter n </h2> <a name="1"></a><p> The TQAxContainer module provides a library implementing a <a href="ntqwidget.html">TQWidget</a> subclass, <a href="qaxwidget.html">TQAxWidget</a>, that acts as a container for ActiveX -controls, and a <a href="ntqobject.html">TQObject</a> subclass, <a href="qaxobject.html">TQAxObject</a>, that can be used to +controls, and a <a href="tqobject.html">TQObject</a> subclass, <a href="qaxobject.html">TQAxObject</a>, that can be used to easily access non-visual COM objects. Scripting COM objects embedded using these classes is possible through the <a href="qaxscript.html">TQAxScript</a>, <a href="qaxscriptmanager.html">TQAxScriptManager</a> and <a href="qaxscriptengine.html">TQAxScriptEngine</a> classes. diff --git a/doc/html/qaxfactory.html b/doc/html/qaxfactory.html index f52bc07b4..c9b914e82 100644 --- a/doc/html/qaxfactory.html +++ b/doc/html/qaxfactory.html @@ -221,7 +221,7 @@ Propagate <em>parent</em> and <em>name</em> to the <a href="ntqwidget.html">TQWi a COM object that can be embedded as a control into applications. <p> The default implementation returns 0. -<h3 class=fn><a href="ntqobject.html">TQObject</a> * <a name="createObject"></a>TQAxFactory::createObject ( const <a href="ntqstring.html">TQString</a> & key, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 )<tt> [virtual]</tt> +<h3 class=fn><a href="tqobject.html">TQObject</a> * <a name="createObject"></a>TQAxFactory::createObject ( const <a href="ntqstring.html">TQString</a> & key, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 )<tt> [virtual]</tt> </h3> Reimplement this function to return a new object for <em>key</em>. Propagate <em>parent</em> and <em>name</em> to the <a href="ntqwidget.html">TQWidget</a> constructor. Return @@ -231,7 +231,7 @@ control, otherwise the returned object will be exposed as a COM object. <p> The default implementation returns the result <a href="#create">TQAxFactory::create</a>() if <em>parent</em> is 0 or a widget, otherwise returns 0. -<h3 class=fn>bool <a name="createObjectWrapper"></a>TQAxFactory::createObjectWrapper ( <a href="ntqobject.html">TQObject</a> * object, IDispatch ** wrapper )<tt> [virtual]</tt> +<h3 class=fn>bool <a name="createObjectWrapper"></a>TQAxFactory::createObjectWrapper ( <a href="tqobject.html">TQObject</a> * object, IDispatch ** wrapper )<tt> [virtual]</tt> </h3> <p> Reimplement this function to provide the COM object for <em>object</em> diff --git a/doc/html/qaxobject-h.html b/doc/html/qaxobject-h.html index cc599c55f..c98056036 100644 --- a/doc/html/qaxobject-h.html +++ b/doc/html/qaxobject-h.html @@ -69,7 +69,7 @@ body { background: #ffffff; color: black; } #define TQAXOBJECT_H #include "qaxbase.h" -#include <ntqobject.h> +#include <tqobject.h> class TQAxObject : public TQObject, public TQAxBase { diff --git a/doc/html/qaxobject-members.html b/doc/html/qaxobject-members.html index 56d60709c..5bbb78b9f 100644 --- a/doc/html/qaxobject-members.html +++ b/doc/html/qaxobject-members.html @@ -38,70 +38,70 @@ body { background: #ffffff; color: black; } <li><a href="qaxobject.html#TQAxObject">TQAxObject</a>() <li><a href="qaxobject.html#~TQAxObject">~TQAxObject</a>() <li><a href="qaxbase.html#asVariant">asVariant</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="qaxbase.html#clear">clear</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="qaxbase.html#control">control</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="qaxbase.html#disableClassInfo">disableClassInfo</a>() <li><a href="qaxbase.html#disableEventSink">disableEventSink</a>() <li><a href="qaxbase.html#disableMetaObject">disableMetaObject</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qaxbase.html#dynamicCall">dynamicCall</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qaxbase.html#exception">exception</a>() <li><a href="qaxbase.html#generateDocumentation">generateDocumentation</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() <li><a href="qaxbase.html#initialize">initialize</a>() <li><a href="qaxbase.html#initializeActive">initializeActive</a>() <li><a href="qaxbase.html#initializeLicensed">initializeLicensed</a>() <li><a href="qaxbase.html#initializeRemote">initializeRemote</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="qaxbase.html#isNull">isNull</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="qaxbase.html#propertyBag">propertyBag</a>() <li><a href="qaxbase.html#propertyChanged">propertyChanged</a>() <li><a href="qaxbase.html#propertyWritable">propertyWritable</a>() <li><a href="qaxbase.html#queryInterface">queryInterface</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="qaxbase.html#querySubObject">querySubObject</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qaxbase.html#setControl">setControl</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="qaxbase.html#setPropertyBag">setPropertyBag</a>() <li><a href="qaxbase.html#setPropertyWritable">setPropertyWritable</a>() <li><a href="qaxbase.html#signal">signal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qaxobject.html b/doc/html/qaxobject.html index 0c29dce86..5c3909551 100644 --- a/doc/html/qaxobject.html +++ b/doc/html/qaxobject.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>This class is part of the <b>TQt ActiveTQt Extension</b>. <p><tt>#include <<a href="qaxobject-h.html">qaxobject.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a> and <a href="qaxbase.html">TQAxBase</a>. +<p>Inherits <a href="tqobject.html">TQObject</a> and <a href="qaxbase.html">TQAxBase</a>. <p>Inherited by <a href="qaxscriptengine.html">TQAxScriptEngine</a>. <p><a href="qaxobject-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -55,7 +55,7 @@ body { background: #ffffff; color: black; } <p> This class is defined in the <b>TQt <a href="activentqt.html#ActiveTQt">ActiveTQt</a> Extension</b>, which can be found in the <tt>qt/extensions</tt> directory. It is not included in the main TQt API. <p> -The TQAxObject class provides a <a href="ntqobject.html">TQObject</a> that wraps a COM object. +The TQAxObject class provides a <a href="tqobject.html">TQObject</a> that wraps a COM object. <p> @@ -75,23 +75,23 @@ in the subclass (the generated <a href="moc.html#moc">moc</a>-file will not comp cannot add further signals, slots or properties. This limitation is due to the metaobject information generated in runtime. To work around this problem, aggregate the TQAxObject as a member of -the <a href="ntqobject.html">TQObject</a> subclass. +the <a href="tqobject.html">TQObject</a> subclass. <p> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQAxObject"></a>TQAxObject::TQAxObject ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQAxObject"></a>TQAxObject::TQAxObject ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Creates an empty COM object and propagates <em>parent</em> and <em>name</em> -to the <a href="ntqobject.html">TQObject</a> constructor. To initialize the object, call <a href="qaxbase.html#setControl">setControl</a>. +to the <a href="tqobject.html">TQObject</a> constructor. To initialize the object, call <a href="qaxbase.html#setControl">setControl</a>. -<h3 class=fn><a name="TQAxObject-2"></a>TQAxObject::TQAxObject ( const <a href="ntqstring.html">TQString</a> & c, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQAxObject-2"></a>TQAxObject::TQAxObject ( const <a href="ntqstring.html">TQString</a> & c, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Creates a TQAxObject that wraps the COM object <em>c</em>. <em>parent</em> and <em>name</em> are propagated to the <a href="ntqwidget.html">TQWidget</a> contructor. <p> <p>See also <a href="qaxbase.html#control-prop">control</a>. -<h3 class=fn><a name="TQAxObject-3"></a>TQAxObject::TQAxObject ( IUnknown * iface, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQAxObject-3"></a>TQAxObject::TQAxObject ( IUnknown * iface, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> -Creates a TQAxObject that wraps the COM object referenced by <em>iface</em>. <em>parent</em> and <em>name</em> are propagated to the <a href="ntqobject.html">TQObject</a> +Creates a TQAxObject that wraps the COM object referenced by <em>iface</em>. <em>parent</em> and <em>name</em> are propagated to the <a href="tqobject.html">TQObject</a> contructor. <h3 class=fn><a name="~TQAxObject"></a>TQAxObject::~TQAxObject () @@ -108,7 +108,7 @@ the method, or an invalid <a href="ntqvariant.html">TQVariant</a> if the method a value or when the function call failed. <p> If <em>function</em> is a method of the object the string must be provided as the full prototype, for example as it would be written in a -<a href="ntqobject.html#connect">TQObject::connect</a>() call. +<a href="tqobject.html#connect">TQObject::connect</a>() call. <pre> activeX->dynamicCall( "Navigate(const <a href="ntqstring.html">TQString</a>&)", "www.trolltech.com" ); </pre> @@ -131,7 +131,7 @@ otherwise the getter is called. </pre> Note that it is faster to get and set properties using -<a href="ntqobject.html#property">TQObject::property</a>() and <a href="ntqobject.html#setProperty">TQObject::setProperty</a>(). +<a href="tqobject.html#property">TQObject::property</a>() and <a href="tqobject.html#setProperty">TQObject::setProperty</a>(). <p> It is only possible to call functions through <a href="qaxbase.html#dynamicCall">dynamicCall</a>() that have parameters or return values of datatypes supported by <a href="ntqvariant.html">TQVariant</a>. See the <a href="qaxbase.html">TQAxBase</a> class documentation for a list of diff --git a/doc/html/qaxscript-members.html b/doc/html/qaxscript-members.html index 095459ba8..4bc348afd 100644 --- a/doc/html/qaxscript-members.html +++ b/doc/html/qaxscript-members.html @@ -37,58 +37,58 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qaxscript.html#TQAxScript">TQAxScript</a>() <li><a href="qaxscript.html#~TQAxScript">~TQAxScript</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="qaxscript.html#call">call</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qaxscript.html#entered">entered</a>() <li><a href="qaxscript.html#error">error</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qaxscript.html#finished">finished</a>() <li><a href="qaxscript.html#functions">functions</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="qaxscript.html#load">load</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="qaxscript.html#scriptCode">scriptCode</a>() <li><a href="qaxscript.html#scriptEngine">scriptEngine</a>() <li><a href="qaxscript.html#scriptName">scriptName</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="qaxscript.html#stateChanged">stateChanged</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qaxscript.html b/doc/html/qaxscript.html index f3de7b71c..88385d109 100644 --- a/doc/html/qaxscript.html +++ b/doc/html/qaxscript.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>This class is part of the <b>TQt ActiveTQt Extension</b>. <p><tt>#include <<a href="qaxscript-h.html">qaxscript.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qaxscript-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/qaxscriptengine-members.html b/doc/html/qaxscriptengine-members.html index 20aad1d1c..fa904597c 100644 --- a/doc/html/qaxscriptengine-members.html +++ b/doc/html/qaxscriptengine-members.html @@ -39,75 +39,75 @@ body { background: #ffffff; color: black; } <li><a href="qaxscriptengine.html#~TQAxScriptEngine">~TQAxScriptEngine</a>() <li><a href="qaxscriptengine.html#addItem">addItem</a>() <li><a href="qaxbase.html#asVariant">asVariant</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="qaxbase.html#clear">clear</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="qaxbase.html#control">control</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="qaxbase.html#disableClassInfo">disableClassInfo</a>() <li><a href="qaxbase.html#disableEventSink">disableEventSink</a>() <li><a href="qaxbase.html#disableMetaObject">disableMetaObject</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qaxbase.html#dynamicCall">dynamicCall</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qaxbase.html#exception">exception</a>() <li><a href="qaxbase.html#generateDocumentation">generateDocumentation</a>() <li><a href="qaxscriptengine.html#hasIntrospection">hasIntrospection</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() <li><a href="qaxbase.html#initialize">initialize</a>() <li><a href="qaxbase.html#initializeActive">initializeActive</a>() <li><a href="qaxbase.html#initializeLicensed">initializeLicensed</a>() <li><a href="qaxbase.html#initializeRemote">initializeRemote</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="qaxbase.html#isNull">isNull</a>() <li><a href="qaxscriptengine.html#isValid">isValid</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="qaxbase.html#propertyBag">propertyBag</a>() <li><a href="qaxbase.html#propertyChanged">propertyChanged</a>() <li><a href="qaxbase.html#propertyWritable">propertyWritable</a>() <li><a href="qaxscriptengine.html#queryInterface">queryInterface</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="qaxbase.html#querySubObject">querySubObject</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="qaxscriptengine.html#scriptLanguage">scriptLanguage</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qaxbase.html#setControl">setControl</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="qaxbase.html#setPropertyBag">setPropertyBag</a>() <li><a href="qaxbase.html#setPropertyWritable">setPropertyWritable</a>() <li><a href="qaxscriptengine.html#setState">setState</a>() <li><a href="qaxbase.html#signal">signal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="qaxscriptengine.html#state">state</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qaxscriptmanager-members.html b/doc/html/qaxscriptmanager-members.html index 9d6aba71f..2f68ee4d0 100644 --- a/doc/html/qaxscriptmanager-members.html +++ b/doc/html/qaxscriptmanager-members.html @@ -38,56 +38,56 @@ body { background: #ffffff; color: black; } <li><a href="qaxscriptmanager.html#TQAxScriptManager">TQAxScriptManager</a>() <li><a href="qaxscriptmanager.html#~TQAxScriptManager">~TQAxScriptManager</a>() <li><a href="qaxscriptmanager.html#addObject">addObject</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="qaxscriptmanager.html#call">call</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qaxscriptmanager.html#error">error</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qaxscriptmanager.html#functions">functions</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="qaxscriptmanager.html#load">load</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="qaxscriptmanager.html#registerEngine">registerEngine</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="qaxscriptmanager.html#script">script</a>() <li><a href="qaxscriptmanager.html#scriptFileFilter">scriptFileFilter</a>() <li><a href="qaxscriptmanager.html#scriptNames">scriptNames</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qaxscriptmanager.html b/doc/html/qaxscriptmanager.html index 0c4bcb0fa..7e6beb1c3 100644 --- a/doc/html/qaxscriptmanager.html +++ b/doc/html/qaxscriptmanager.html @@ -36,7 +36,7 @@ and script code. <a href="#details">More...</a> <p>This class is part of the <b>TQt ActiveTQt Extension</b>. <p><tt>#include <<a href="qaxscript-h.html">qaxscript.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qaxscriptmanager-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -81,10 +81,10 @@ functions using <a href="#call">call</a>(). compilers. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQAxScriptManager"></a>TQAxScriptManager::TQAxScriptManager ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQAxScriptManager"></a>TQAxScriptManager::TQAxScriptManager ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Creates a TQAxScriptManager object. <em>parent</em> and <em>name</em> are passed -on to the <a href="ntqobject.html">TQObject</a> constructor. +on to the <a href="tqobject.html">TQObject</a> constructor. <p> It is usual to create one TQAxScriptManager for each document in an application. @@ -95,10 +95,10 @@ Destroys the objects, releasing all allocated resources. <h3 class=fn>void <a name="addObject"></a>TQAxScriptManager::addObject ( <a href="qaxbase.html">TQAxBase</a> * object ) </h3> Adds <em>object</em> to the manager. Scripts handled by this -manager can access the object in the code using the object's <a href="ntqobject.html#name-prop">name</a> property. +manager can access the object in the code using the object's <a href="tqobject.html#name-prop">name</a> property. <p> You must add all the necessary objects before loading any scripts. -<h3 class=fn>void <a name="addObject-2"></a>TQAxScriptManager::addObject ( <a href="ntqobject.html">TQObject</a> * object ) +<h3 class=fn>void <a name="addObject-2"></a>TQAxScriptManager::addObject ( <a href="tqobject.html">TQObject</a> * object ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Adds a generic COM wrapper for <em>object</em> to the manager. <em>object</em> must be exposed as a COM object using the functionality provided diff --git a/doc/html/qaxserver-example-hierarchy.html b/doc/html/qaxserver-example-hierarchy.html index 80b3a1ee1..de5115c16 100644 --- a/doc/html/qaxserver-example-hierarchy.html +++ b/doc/html/qaxserver-example-hierarchy.html @@ -76,9 +76,9 @@ the name provided in the parameter, and sets the label to that name. The widget is also shown explicitly. <p> <pre> TQSubWidget *TQParentWidget::subWidget( const <a href="ntqstring.html">TQString</a> &name ) { - return (TQSubWidget*)<a href="ntqobject.html#child">child</a>( name, "TQSubWidget" ); + return (TQSubWidget*)<a href="tqobject.html#child">child</a>( name, "TQSubWidget" ); } -</pre>The <tt>subWidget</tt> slot uses the <a href="ntqobject.html#child">TQObject::child</a>() function and +</pre>The <tt>subWidget</tt> slot uses the <a href="tqobject.html#child">TQObject::child</a>() function and returns the first child of type <tt>TQSubWidget</tt> that has the requested name. <p> @@ -113,7 +113,7 @@ and implements the paintEvent to draw the label. void TQSubWidget::setLabel( const <a href="ntqstring.html">TQString</a> &text ) { lbl = text; - <a href="ntqobject.html#setName">setName</a>( text ); + <a href="tqobject.html#setName">setName</a>( text ); <a href="ntqwidget.html#update">update</a>(); } diff --git a/doc/html/qaxserver-example-multiple.html b/doc/html/qaxserver-example-multiple.html index 045a6f4b9..010bc50fc 100644 --- a/doc/html/qaxserver-example-multiple.html +++ b/doc/html/qaxserver-example-multiple.html @@ -37,7 +37,7 @@ The ActiveX controls in this example are simple <a href="ntqwidget.html">TQWidge subclasses reimplementing the paintEvent() method. The classes use the TQ_CLASSINFO macro to <p> The example demonstrates the use of the TQ_CLASSINFO macro to set -<a href="activentqt.html#ActiveTQt">ActiveTQt</a>-specific attributes for <a href="ntqobject.html">TQObject</a> sub classes, and the use of +<a href="activentqt.html#ActiveTQt">ActiveTQt</a>-specific attributes for <a href="tqobject.html">TQObject</a> sub classes, and the use of the <a href="qaxfactory.html#TQAXFACTORY_BEGIN">TQAXFACTORY_BEGIN</a>, <a href="qaxfactory.html#TQAXCLASS">TQAXCLASS</a> and <a href="qaxfactory.html#TQAXFACTORY_END">TQAXFACTORY_END</a> macros. <p> diff --git a/doc/html/qaxserver-example-simple.html b/doc/html/qaxserver-example-simple.html index 57e7c1d7a..1547ce29f 100644 --- a/doc/html/qaxserver-example-simple.html +++ b/doc/html/qaxserver-example-simple.html @@ -87,9 +87,9 @@ and <a href="qaxbindable.html#propertyChanged">TQAxBindable::propertyChanged</a> if ( !requestPropertyChange( "text" ) ) return; - <a name="x2525"></a> edit-><a href="ntqobject.html#blockSignals">blockSignals</a>( TRUE ); + <a name="x2525"></a> edit-><a href="tqobject.html#blockSignals">blockSignals</a>( TRUE ); <a name="x2521"></a> edit-><a href="ntqlineedit.html#setText">setText</a>( string ); - edit-><a href="ntqobject.html#blockSignals">blockSignals</a>( FALSE ); + edit-><a href="tqobject.html#blockSignals">blockSignals</a>( FALSE ); emit someSignal(); emit textChanged( string ); @@ -104,9 +104,9 @@ and <a href="qaxbindable.html#propertyChanged">TQAxBindable::propertyChanged</a> { if ( !requestPropertyChange( "value" ) ) return; - slider-><a href="ntqobject.html#blockSignals">blockSignals</a>( TRUE ); + slider-><a href="tqobject.html#blockSignals">blockSignals</a>( TRUE ); <a name="x2526"></a> slider-><a href="ntqslider.html#setValue">setValue</a>( i ); - slider-><a href="ntqobject.html#blockSignals">blockSignals</a>( FALSE ); + slider-><a href="tqobject.html#blockSignals">blockSignals</a>( FALSE ); LCD-><a href="ntqlcdnumber.html#display">display</a>( i ); emit valueChanged( i ); diff --git a/doc/html/qaxserver.html b/doc/html/qaxserver.html index 33eb8b3f4..ecdfa175c 100644 --- a/doc/html/qaxserver.html +++ b/doc/html/qaxserver.html @@ -602,7 +602,7 @@ data types are ignored by the TQActiveX framework. <a name="5-2"></a><p> COM objects can have multiple sub-objects that can represent a sub element of the COM object. A COM object representing a multi-document spread sheet application can for example provide one sub-object for each spread sheet. -<p> Any <a href="ntqobject.html">TQObject</a> subclass can be used as the type for a sub object in ActiveX. The +<p> Any <a href="tqobject.html">TQObject</a> subclass can be used as the type for a sub object in ActiveX. The <a href="qaxfactory.html">TQAxFactory</a> implementation (see below) needs to return the classname of the sub type as one key in the featureList() implementation, as well as the IDs for the COM class, the interface and event interface of that type. Then the @@ -1015,7 +1015,7 @@ interface pointer returned by the controllingUnknown() function, e.g. Do not support the <tt>IUnknown</tt> interface itself in your <tt>queryInterface()</tt> implementation. <p> Implement the methods of the COM interfaces, and use TQAxAggregated::Object() -if you need to make calls to the <a href="ntqobject.html">TQObject</a> subclass implementing the control. +if you need to make calls to the <a href="tqobject.html">TQObject</a> subclass implementing the control. <p> In your <a href="qaxbindable.html">TQAxBindable</a> subclass, implement <tt>createAggregate()</tt> to return a new object of the <a href="qaxaggregated.html">TQAxAggregated</a> subclass. <p> diff --git a/doc/html/qaxwidget-members.html b/doc/html/qaxwidget-members.html index 45e894206..cc13dfb8d 100644 --- a/doc/html/qaxwidget-members.html +++ b/doc/html/qaxwidget-members.html @@ -47,16 +47,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="qaxbase.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -66,31 +66,31 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="qaxbase.html#control">control</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="qaxwidget.html#createHostWindow">createHostWindow</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="qaxbase.html#disableClassInfo">disableClassInfo</a>() <li><a href="qaxbase.html#disableEventSink">disableEventSink</a>() <li><a href="qaxbase.html#disableMetaObject">disableMetaObject</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qaxbase.html#dynamicCall">dynamicCall</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() @@ -98,7 +98,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qaxbase.html#exception">exception</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() @@ -128,21 +128,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#inherits">inherits</a>() <li><a href="qaxbase.html#initialize">initialize</a>() <li><a href="qaxbase.html#initializeActive">initializeActive</a>() <li><a href="qaxbase.html#initializeLicensed">initializeLicensed</a>() <li><a href="qaxbase.html#initializeRemote">initializeRemote</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -165,12 +165,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -184,7 +184,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -198,9 +198,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -211,16 +211,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="qaxbase.html#propertyBag">propertyBag</a>() <li><a href="qaxbase.html#propertyChanged">propertyChanged</a>() <li><a href="qaxbase.html#propertyWritable">propertyWritable</a>() <li><a href="qaxbase.html#queryInterface">queryInterface</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="qaxbase.html#querySubObject">querySubObject</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() @@ -228,15 +228,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -274,12 +274,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="qaxbase.html#setPropertyBag">setPropertyBag</a>() <li><a href="qaxbase.html#setPropertyWritable">setPropertyWritable</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() @@ -298,21 +298,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() <li><a href="qaxbase.html#signal">signal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="qaxwidget.html#translateKeyEvent">translateKeyEvent</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() diff --git a/doc/html/qaxwidget.html b/doc/html/qaxwidget.html index 4d96a31ca..9434067ef 100644 --- a/doc/html/qaxwidget.html +++ b/doc/html/qaxwidget.html @@ -80,7 +80,7 @@ in the subclass (the generated <a href="moc.html#moc">moc</a>-file will not comp cannot add further signals, slots or properties. This limitation is due to the metaobject information generated in runtime. To work around this problem, aggregate the TQAxWidget as a member of the -<a href="ntqobject.html">TQObject</a> subclass. +<a href="tqobject.html">TQObject</a> subclass. <p> <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQAxWidget"></a>TQAxWidget::TQAxWidget ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) @@ -125,7 +125,7 @@ the method, or an invalid <a href="ntqvariant.html">TQVariant</a> if the method a value or when the function call failed. <p> If <em>function</em> is a method of the object the string must be provided as the full prototype, for example as it would be written in a -<a href="ntqobject.html#connect">TQObject::connect</a>() call. +<a href="tqobject.html#connect">TQObject::connect</a>() call. <pre> activeX->dynamicCall( "Navigate(const <a href="ntqstring.html">TQString</a>&)", "www.trolltech.com" ); </pre> @@ -148,7 +148,7 @@ otherwise the getter is called. </pre> Note that it is faster to get and set properties using -<a href="ntqobject.html#property">TQObject::property</a>() and <a href="ntqobject.html#setProperty">TQObject::setProperty</a>(). +<a href="tqobject.html#property">TQObject::property</a>() and <a href="tqobject.html#setProperty">TQObject::setProperty</a>(). <p> It is only possible to call functions through <a href="qaxbase.html#dynamicCall">dynamicCall</a>() that have parameters or return values of datatypes supported by <a href="ntqvariant.html">TQVariant</a>. See the <a href="qaxbase.html">TQAxBase</a> class documentation for a list of diff --git a/doc/html/qboxlayout-members.html b/doc/html/qboxlayout-members.html index 620ac8b65..225ec600c 100644 --- a/doc/html/qboxlayout-members.html +++ b/doc/html/qboxlayout-members.html @@ -49,67 +49,67 @@ body { background: #ffffff; color: black; } <li><a href="qlayoutitem.html#alignment">alignment</a>() <li><a href="ntqlayout.html#alignmentRect">alignmentRect</a>() <li><a href="ntqlayout.html#autoAdd">autoAdd</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqlayout.html#deleteAllItems">deleteAllItems</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="qboxlayout.html#direction">direction</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qboxlayout.html#expanding">expanding</a>() <li><a href="qboxlayout.html#findWidget">findWidget</a>() <li><a href="qlayoutitem.html#geometry">geometry</a>() <li><a href="qboxlayout.html#hasHeightForWidth">hasHeightForWidth</a>() <li><a href="qboxlayout.html#heightForWidth">heightForWidth</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="qboxlayout.html#insertItem">insertItem</a>() <li><a href="qboxlayout.html#insertLayout">insertLayout</a>() <li><a href="qboxlayout.html#insertSpacing">insertSpacing</a>() <li><a href="qboxlayout.html#insertStretch">insertStretch</a>() <li><a href="qboxlayout.html#insertWidget">insertWidget</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="qboxlayout.html#invalidate">invalidate</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqlayout.html#isEmpty">isEmpty</a>() <li><a href="ntqlayout.html#isEnabled">isEnabled</a>() <li><a href="ntqlayout.html#isTopLevel">isTopLevel</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqlayout.html#iterator">iterator</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="qlayoutitem.html#layout">layout</a>() <li><a href="ntqlayout.html#mainWidget">mainWidget</a>() <li><a href="ntqlayout.html#margin">margin</a>() <li><a href="qboxlayout.html#maximumSize">maximumSize</a>() <li><a href="ntqlayout.html#menuBar">menuBar</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="qboxlayout.html#minimumSize">minimumSize</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqlayout.html#remove">remove</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqlayout.html#removeItem">removeItem</a>() <li><a href="ntqlayout.html#resizeMode">resizeMode</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qlayoutitem.html#setAlignment">setAlignment</a>() <li><a href="ntqlayout.html#setAutoAdd">setAutoAdd</a>() <li><a href="qboxlayout.html#setDirection">setDirection</a>() @@ -117,21 +117,21 @@ body { background: #ffffff; color: black; } <li><a href="qboxlayout.html#setGeometry">setGeometry</a>() <li><a href="ntqlayout.html#setMargin">setMargin</a>() <li><a href="ntqlayout.html#setMenuBar">setMenuBar</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqlayout.html#setResizeMode">setResizeMode</a>() <li><a href="ntqlayout.html#setSpacing">setSpacing</a>() <li><a href="qboxlayout.html#setStretchFactor">setStretchFactor</a>() <li><a href="ntqlayout.html#setSupportsMargin">setSupportsMargin</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="qboxlayout.html#sizeHint">sizeHint</a>() <li><a href="qlayoutitem.html#spacerItem">spacerItem</a>() <li><a href="ntqlayout.html#spacing">spacing</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqlayout.html#supportsMargin">supportsMargin</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="qlayoutitem.html#widget">widget</a>() </ul> <!-- eof --> diff --git a/doc/html/qbutton-members.html b/doc/html/qbutton-members.html index 6c341f37c..57ef00a63 100644 --- a/doc/html/qbutton-members.html +++ b/doc/html/qbutton-members.html @@ -49,16 +49,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -68,19 +68,19 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -88,15 +88,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqbutton.html#drawButtonLabel">drawButtonLabel</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -125,7 +125,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqbutton.html#hitButton">hitButton</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() @@ -133,10 +133,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -162,12 +162,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -181,7 +181,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -195,9 +195,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -208,14 +208,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqbutton.html#pixmap">pixmap</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqbutton.html#pressed">pressed</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -223,15 +223,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqbutton.html#released">released</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqbutton.html#setAccel">setAccel</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -271,14 +271,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqbutton.html#setOn">setOn</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="ntqbutton.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -298,13 +298,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqbutton.html#state">state</a>() <li><a href="ntqbutton.html#stateChanged">stateChanged</a>() <li><a href="ntqwidget.html#style">style</a>() @@ -312,13 +312,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqbutton.html#text">text</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqbutton.html#toggle">toggle</a>() <li><a href="ntqbutton.html#toggleType">toggleType</a>() <li><a href="ntqbutton.html#toggled">toggled</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qbuttongroup-members.html b/doc/html/qbuttongroup-members.html index 3bc11e4b9..88cd5914e 100644 --- a/doc/html/qbuttongroup-members.html +++ b/doc/html/qbuttongroup-members.html @@ -47,16 +47,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -67,21 +67,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgroupbox.html#columns">columns</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqbuttongroup.html#count">count</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -89,15 +89,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqbuttongroup.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -131,7 +131,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() @@ -139,13 +139,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#inherits">inherits</a>() <li><a href="ntqbuttongroup.html#insert">insert</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqgroupbox.html#insideMargin">insideMargin</a>() <li><a href="ntqgroupbox.html#insideSpacing">insideSpacing</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqgroupbox.html#isCheckable">isCheckable</a>() <li><a href="ntqgroupbox.html#isChecked">isChecked</a>() @@ -172,12 +172,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -193,7 +193,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -209,9 +209,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() <li><a href="ntqbuttongroup.html#moveFocus">moveFocus</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqgroupbox.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -223,13 +223,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqbuttongroup.html#pressed">pressed</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -238,8 +238,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqbuttongroup.html#released">released</a>() <li><a href="ntqbuttongroup.html#remove">remove</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -248,7 +248,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="ntqbuttongroup.html#selected">selected</a>() <li><a href="ntqbuttongroup.html#selectedId">selectedId</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqgroupbox.html#setAlignment">setAlignment</a>() @@ -302,13 +302,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqgroupbox.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -326,23 +326,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqgroupbox.html#title">title</a>() <li><a href="ntqgroupbox.html#toggled">toggled</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qcanvas-members.html b/doc/html/qcanvas-members.html index 5fc0929df..58452a986 100644 --- a/doc/html/qcanvas-members.html +++ b/doc/html/qcanvas-members.html @@ -41,75 +41,75 @@ body { background: #ffffff; color: black; } <li><a href="ntqcanvas.html#allItems">allItems</a>() <li><a href="ntqcanvas.html#backgroundColor">backgroundColor</a>() <li><a href="ntqcanvas.html#backgroundPixmap">backgroundPixmap</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqcanvas.html#chunkSize">chunkSize</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqcanvas.html#collisions">collisions</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<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="tqobject.html#deleteLater">deleteLater</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="ntqcanvas.html#drawArea">drawArea</a>() <li><a href="ntqcanvas.html#drawBackground">drawBackground</a>() <li><a href="ntqcanvas.html#drawForeground">drawForeground</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqcanvas.html#height">height</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqcanvas.html#onCanvas">onCanvas</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqcanvas.html#rect">rect</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqcanvas.html#resize">resize</a>() <li><a href="ntqcanvas.html#resized">resized</a>() <li><a href="ntqcanvas.html#retune">retune</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqcanvas.html#setAdvancePeriod">setAdvancePeriod</a>() <li><a href="ntqcanvas.html#setAllChanged">setAllChanged</a>() <li><a href="ntqcanvas.html#setBackgroundColor">setBackgroundColor</a>() <li><a href="ntqcanvas.html#setBackgroundPixmap">setBackgroundPixmap</a>() <li><a href="ntqcanvas.html#setChanged">setChanged</a>() <li><a href="ntqcanvas.html#setDoubleBuffering">setDoubleBuffering</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqcanvas.html#setTile">setTile</a>() <li><a href="ntqcanvas.html#setTiles">setTiles</a>() <li><a href="ntqcanvas.html#setUnchanged">setUnchanged</a>() <li><a href="ntqcanvas.html#setUpdatePeriod">setUpdatePeriod</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqcanvas.html#size">size</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqcanvas.html#tile">tile</a>() <li><a href="ntqcanvas.html#tileHeight">tileHeight</a>() <li><a href="ntqcanvas.html#tileWidth">tileWidth</a>() <li><a href="ntqcanvas.html#tilesHorizontally">tilesHorizontally</a>() <li><a href="ntqcanvas.html#tilesVertically">tilesVertically</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqcanvas.html#update">update</a>() <li><a href="ntqcanvas.html#validChunk">validChunk</a>() <li><a href="ntqcanvas.html#width">width</a>() diff --git a/doc/html/qcanvasview-members.html b/doc/html/qcanvasview-members.html index e2816b8db..5fca8ff81 100644 --- a/doc/html/qcanvasview-members.html +++ b/doc/html/qcanvasview-members.html @@ -47,22 +47,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="qcanvasview.html#canvas">canvas</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqscrollview.html#center">center</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() <li><a href="ntqscrollview.html#childX">childX</a>() <li><a href="ntqscrollview.html#childY">childY</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -72,8 +72,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() <li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() @@ -96,13 +96,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() @@ -112,8 +112,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqscrollview.html#ensureVisible">ensureVisible</a>() @@ -158,7 +158,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</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>() @@ -168,11 +168,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="qcanvasview.html#inverseWorldMatrix">inverseWorldMatrix</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -196,12 +196,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() @@ -218,7 +218,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -234,9 +234,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqscrollview.html#moveChild">moveChild</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -247,12 +247,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -260,7 +260,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqscrollview.html#repaintContents">repaintContents</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() @@ -272,7 +272,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#rightMargin">rightMargin</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -323,12 +323,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -350,22 +350,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="qcanvasview.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qcdestyle-members.html b/doc/html/qcdestyle-members.html index 94005cb6c..b8b7f0ce4 100644 --- a/doc/html/qcdestyle-members.html +++ b/doc/html/qcdestyle-members.html @@ -37,68 +37,68 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqcdestyle.html#TQCDEStyle">TQCDEStyle</a>() <li><a href="ntqcdestyle.html#~TQCDEStyle">~TQCDEStyle</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqstyle.html#defaultFrameWidth">defaultFrameWidth</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>() <li><a href="ntqstyle.html#drawComplexControlMask">drawComplexControlMask</a>() <li><a href="ntqstyle.html#drawControl">drawControl</a>() <li><a href="ntqstyle.html#drawControlMask">drawControlMask</a>() <li><a href="ntqstyle.html#drawItem">drawItem</a>() <li><a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqstyle.html#itemRect">itemRect</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqstyle.html#pixelMetric">pixelMetric</a>() <li><a href="ntqstyle.html#polish">polish</a>() <li><a href="ntqstyle.html#polishPopupMenu">polishPopupMenu</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqstyle.html#querySubControl">querySubControl</a>() <li><a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqstyle.html#scrollBarExtent">scrollBarExtent</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqstyle.html#sizeFromContents">sizeFromContents</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqstyle.html#styleHint">styleHint</a>() <li><a href="ntqstyle.html#stylePixmap">stylePixmap</a>() <li><a href="ntqstyle.html#subRect">subRect</a>() <li><a href="ntqstyle.html#tabbarMetrics">tabbarMetrics</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqstyle.html#unPolish">unPolish</a>() <li><a href="ntqmotifstyle.html#useHighlightColors">useHighlightColors</a>() <li><a href="ntqstyle.html#visualRect">visualRect</a>() diff --git a/doc/html/qcheckbox-members.html b/doc/html/qcheckbox-members.html index 826cf458e..5c559f2c6 100644 --- a/doc/html/qcheckbox-members.html +++ b/doc/html/qcheckbox-members.html @@ -48,16 +48,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -67,19 +67,19 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -87,15 +87,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqbutton.html#drawButtonLabel">drawButtonLabel</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -124,7 +124,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqbutton.html#hitButton">hitButton</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() @@ -132,10 +132,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqcheckbox.html#isChecked">isChecked</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() @@ -163,12 +163,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -182,7 +182,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -196,9 +196,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -209,14 +209,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqbutton.html#pixmap">pixmap</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqbutton.html#pressed">pressed</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -224,15 +224,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqbutton.html#released">released</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqbutton.html#setAccel">setAccel</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -273,7 +273,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqcheckbox.html#setNoChange">setNoChange</a>() <li><a href="ntqbutton.html#setOn">setOn</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() @@ -281,7 +281,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="ntqbutton.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -302,13 +302,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqbutton.html#state">state</a>() <li><a href="ntqbutton.html#stateChanged">stateChanged</a>() <li><a href="ntqwidget.html#style">style</a>() @@ -316,13 +316,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqbutton.html#text">text</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqbutton.html#toggle">toggle</a>() <li><a href="ntqbutton.html#toggleType">toggleType</a>() <li><a href="ntqbutton.html#toggled">toggled</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qchildevent.html b/doc/html/qchildevent.html index b18e2546c..0da7b80b8 100644 --- a/doc/html/qchildevent.html +++ b/doc/html/qchildevent.html @@ -57,11 +57,11 @@ removed. the <a href="ntqevent.html#Type-enum">ChildInserted</a> event may be suppressed, but the <a href="ntqevent.html#Type-enum">ChildRemoved</a> event will always be sent. In this case there will be a <a href="ntqevent.html#Type-enum">ChildRemoved</a> event without a corresponding <a href="ntqevent.html#Type-enum">ChildInserted</a> event. -<p> The handler for these events is <a href="ntqobject.html#childEvent">TQObject::childEvent</a>(). +<p> The handler for these events is <a href="tqobject.html#childEvent">TQObject::childEvent</a>(). <p>See also <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQChildEvent"></a>TQChildEvent::TQChildEvent ( <a href="ntqevent.html#Type-enum">Type</a> type, <a href="ntqobject.html">TQObject</a> * child ) +<h3 class=fn><a name="TQChildEvent"></a>TQChildEvent::TQChildEvent ( <a href="ntqevent.html#Type-enum">Type</a> type, <a href="tqobject.html">TQObject</a> * child ) </h3> <p> Constructs a child event object. The <em>child</em> is the object that @@ -69,7 +69,7 @@ is to be removed or inserted. <p> The <em>type</em> parameter must be either <a href="ntqevent.html#Type-enum">TQEvent::ChildInserted</a> or <a href="ntqevent.html#Type-enum">TQEvent::ChildRemoved</a>. -<h3 class=fn><a href="ntqobject.html">TQObject</a> * <a name="child"></a>TQChildEvent::child () const +<h3 class=fn><a href="tqobject.html">TQObject</a> * <a name="child"></a>TQChildEvent::child () const </h3> <p> Returns the child widget that was inserted or removed. diff --git a/doc/html/qclipboard-h.html b/doc/html/qclipboard-h.html index 933ad4f3a..85f5eac5a 100644 --- a/doc/html/qclipboard-h.html +++ b/doc/html/qclipboard-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "ntqwindowdefs.h" -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_CLIPBOARD diff --git a/doc/html/qclipboard-members.html b/doc/html/qclipboard-members.html index ba11ec04f..83c061bc9 100644 --- a/doc/html/qclipboard-members.html +++ b/doc/html/qclipboard-members.html @@ -35,64 +35,64 @@ body { background: #ffffff; color: black; } <a href="ntqclipboard.html">TQClipboard</a>, including inherited members. <ul> -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqclipboard.html#clear">clear</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<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="ntqclipboard.html#data">data</a>() <li><a href="ntqclipboard.html#dataChanged">dataChanged</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqclipboard.html#image">image</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqclipboard.html#ownsClipboard">ownsClipboard</a>() <li><a href="ntqclipboard.html#ownsSelection">ownsSelection</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqclipboard.html#pixmap">pixmap</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqclipboard.html#selectionChanged">selectionChanged</a>() <li><a href="ntqclipboard.html#selectionModeEnabled">selectionModeEnabled</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqclipboard.html#setData">setData</a>() <li><a href="ntqclipboard.html#setImage">setImage</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqclipboard.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqclipboard.html#setSelectionMode">setSelectionMode</a>() <li><a href="ntqclipboard.html#setText">setText</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqclipboard.html#supportsSelection">supportsSelection</a>() <li><a href="ntqclipboard.html#text">text</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qcloseevent.html b/doc/html/qcloseevent.html index 3a632cc33..76034284b 100644 --- a/doc/html/qcloseevent.html +++ b/doc/html/qcloseevent.html @@ -74,14 +74,14 @@ asks whether to save a document before closing. <p> If you want the widget to be deleted when it is closed, create it with the <a href="ntqt.html#WidgetFlags-enum">WDestructiveClose</a> widget flag. This is very useful for independent top-level windows in a multi-window application. -<p> <a href="ntqobject.html">TQObject</a>s emits the <a href="ntqobject.html#destroyed">destroyed()</a> signal when they are deleted. +<p> <a href="tqobject.html">TQObject</a>s emits the <a href="tqobject.html#destroyed">destroyed()</a> signal when they are deleted. <p> If the last top-level window is closed, the <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted. <p> The <a href="#isAccepted">isAccepted</a>() function returns TRUE if the event's receiver has agreed to close the widget; call <a href="#accept">accept</a>() to agree to close the widget and call <a href="#ignore">ignore</a>() if the receiver of this event does not want the widget to be closed. -<p> <p>See also <a href="ntqwidget.html#close">TQWidget::close</a>(), <a href="ntqwidget.html#hide">TQWidget::hide</a>(), <a href="ntqobject.html#destroyed">TQObject::destroyed</a>(), <a href="ntqapplication.html#setMainWidget">TQApplication::setMainWidget</a>(), <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>(), <a href="ntqapplication.html#exec">TQApplication::exec</a>(), <a href="ntqapplication.html#quit">TQApplication::quit</a>(), and <a href="events.html">Event Classes</a>. +<p> <p>See also <a href="ntqwidget.html#close">TQWidget::close</a>(), <a href="ntqwidget.html#hide">TQWidget::hide</a>(), <a href="tqobject.html#destroyed">TQObject::destroyed</a>(), <a href="ntqapplication.html#setMainWidget">TQApplication::setMainWidget</a>(), <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>(), <a href="ntqapplication.html#exec">TQApplication::exec</a>(), <a href="ntqapplication.html#quit">TQApplication::quit</a>(), and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQCloseEvent"></a>TQCloseEvent::TQCloseEvent () diff --git a/doc/html/qcolordialog-members.html b/doc/html/qcolordialog-members.html index 0000fed2e..8d387d574 100644 --- a/doc/html/qcolordialog-members.html +++ b/doc/html/qcolordialog-members.html @@ -45,16 +45,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -63,36 +63,36 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() <li><a href="ntqcolordialog.html#customColor">customColor</a>() <li><a href="ntqcolordialog.html#customCount">customCount</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqdialog.html#done">done</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqdialog.html#exec">exec</a>() <li><a href="ntqdialog.html#extension">extension</a>() <li><a href="ntqwidget.html#find">find</a>() @@ -124,17 +124,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -157,12 +157,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -176,7 +176,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -190,9 +190,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdialog.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -204,12 +204,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -217,8 +217,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#reject">reject</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -226,7 +226,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqdialog.html#result">result</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -266,13 +266,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqdialog.html#setModal">setModal</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdialog.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdialog.html#setResult">setResult</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() @@ -292,21 +292,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qcolordrag-members.html b/doc/html/qcolordrag-members.html index 9bd37020a..525cfa64a 100644 --- a/doc/html/qcolordrag-members.html +++ b/doc/html/qcolordrag-members.html @@ -36,65 +36,65 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qcolordrag.html#TQColorDrag">TQColorDrag</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="qcolordrag.html#canDecode">canDecode</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="qcolordrag.html#decode">decode</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqdragobject.html#drag">drag</a>() <li><a href="ntqdragobject.html#dragCopy">dragCopy</a>() <li><a href="ntqdragobject.html#dragLink">dragLink</a>() <li><a href="ntqdragobject.html#dragMove">dragMove</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qstoreddrag.html#encodedData">encodedData</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qmimesource.html#format">format</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqdragobject.html#pixmap">pixmap</a>() <li><a href="ntqdragobject.html#pixmapHotSpot">pixmapHotSpot</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="qmimesource.html#provides">provides</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qmimesource.html#serialNumber">serialNumber</a>() <li><a href="qcolordrag.html#setColor">setColor</a>() <li><a href="qstoreddrag.html#setEncodedData">setEncodedData</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdragobject.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqdragobject.html#source">source</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqdragobject.html#target">target</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qcombobox-members.html b/doc/html/qcombobox-members.html index 878020e40..72911de3e 100644 --- a/doc/html/qcombobox-members.html +++ b/doc/html/qcombobox-members.html @@ -49,17 +49,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqcombobox.html#changeItem">changeItem</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqcombobox.html#clear">clear</a>() <li><a href="ntqcombobox.html#clearEdit">clearEdit</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() @@ -71,8 +71,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqcombobox.html#count">count</a>() @@ -80,20 +80,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqcombobox.html#currentItem">currentItem</a>() <li><a href="ntqcombobox.html#currentText">currentText</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqcombobox.html#duplicatesEnabled">duplicatesEnabled</a>() <li><a href="ntqcombobox.html#editable">editable</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() @@ -102,7 +102,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -130,7 +130,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqcombobox.html#highlighted">highlighted</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() @@ -138,14 +138,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqcombobox.html#insertItem">insertItem</a>() <li><a href="ntqcombobox.html#insertStrList">insertStrList</a>() <li><a href="ntqcombobox.html#insertStringList">insertStringList</a>() <li><a href="ntqcombobox.html#insertionPolicy">insertionPolicy</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -167,12 +167,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqcombobox.html#lineEdit">lineEdit</a>() @@ -189,7 +189,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -203,9 +203,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -216,22 +216,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqcombobox.html#pixmap">pixmap</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqcombobox.html#popup">popup</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqcombobox.html#removeItem">removeItem</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() @@ -239,7 +239,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqcombobox.html#setAutoCompletion">setAutoCompletion</a>() @@ -287,12 +287,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqcombobox.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqcombobox.html#setSizeLimit">setSizeLimit</a>() @@ -310,24 +310,24 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqcombobox.html#sizeLimit">sizeLimit</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqcombobox.html#text">text</a>() <li><a href="ntqcombobox.html#textChanged">textChanged</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qcommonstyle-members.html b/doc/html/qcommonstyle-members.html index 923fbdb41..d949fe94d 100644 --- a/doc/html/qcommonstyle-members.html +++ b/doc/html/qcommonstyle-members.html @@ -36,67 +36,67 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqcommonstyle.html#TQCommonStyle">TQCommonStyle</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqstyle.html#defaultFrameWidth">defaultFrameWidth</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>() <li><a href="ntqstyle.html#drawComplexControlMask">drawComplexControlMask</a>() <li><a href="ntqstyle.html#drawControl">drawControl</a>() <li><a href="ntqstyle.html#drawControlMask">drawControlMask</a>() <li><a href="ntqstyle.html#drawItem">drawItem</a>() <li><a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqstyle.html#itemRect">itemRect</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqstyle.html#pixelMetric">pixelMetric</a>() <li><a href="ntqstyle.html#polish">polish</a>() <li><a href="ntqstyle.html#polishPopupMenu">polishPopupMenu</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqstyle.html#querySubControl">querySubControl</a>() <li><a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqstyle.html#scrollBarExtent">scrollBarExtent</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqstyle.html#sizeFromContents">sizeFromContents</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqstyle.html#styleHint">styleHint</a>() <li><a href="ntqstyle.html#stylePixmap">stylePixmap</a>() <li><a href="ntqstyle.html#subRect">subRect</a>() <li><a href="ntqstyle.html#tabbarMetrics">tabbarMetrics</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqstyle.html#unPolish">unPolish</a>() <li><a href="ntqstyle.html#visualRect">visualRect</a>() </ul> diff --git a/doc/html/qcopchannel-members.html b/doc/html/qcopchannel-members.html index 856e94f1f..fb7d45fff 100644 --- a/doc/html/qcopchannel-members.html +++ b/doc/html/qcopchannel-members.html @@ -37,53 +37,53 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qcopchannel.html#TQCopChannel">TQCopChannel</a>() <li><a href="qcopchannel.html#~TQCopChannel">~TQCopChannel</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="qcopchannel.html#channel">channel</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="qcopchannel.html#isRegistered">isRegistered</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="qcopchannel.html#receive">receive</a>() <li><a href="qcopchannel.html#received">received</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="qcopchannel.html#send">send</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qcopchannel.html b/doc/html/qcopchannel.html index 23461cef3..0eb0e4bd2 100644 --- a/doc/html/qcopchannel.html +++ b/doc/html/qcopchannel.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } between several clients. <a href="#details">More...</a> <p><tt>#include <<a href="qcopchannel_qws-h.html">qcopchannel_qws.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qcopchannel-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -70,14 +70,14 @@ functions usable without an object. <p> The <a href="#channel">channel</a>() function returns the name of the channel. <p> In order to <em>listen</em> to the traffic on a channel, you should either subclass TQCopChannel and reimplement <a href="#receive">receive</a>(), or -<a href="ntqobject.html#connect">connect</a>() to the <a href="#received">received</a>() signal. +<a href="tqobject.html#connect">connect</a>() to the <a href="#received">received</a>() signal. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQCopChannel"></a>TQCopChannel::TQCopChannel ( const <a href="ntqcstring.html">TQCString</a> & channel, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQCopChannel"></a>TQCopChannel::TQCopChannel ( const <a href="ntqcstring.html">TQCString</a> & channel, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs a TQCop channel and registers it with the server using the name <em>channel</em>. The standard <em>parent</em> and <em>name</em> arguments -are passed on to the <a href="ntqobject.html">TQObject</a> constructor. +are passed on to the <a href="tqobject.html">TQObject</a> constructor. <h3 class=fn><a name="~TQCopChannel"></a>TQCopChannel::~TQCopChannel ()<tt> [virtual]</tt> </h3> diff --git a/doc/html/qcopchannel_qws-h.html b/doc/html/qcopchannel_qws-h.html index 91bfe142e..95f41bc97 100644 --- a/doc/html/qcopchannel_qws-h.html +++ b/doc/html/qcopchannel_qws-h.html @@ -76,7 +76,7 @@ body { background: #ffffff; color: black; } #define TQCOPCHANNEL_QWS_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_COP diff --git a/doc/html/qcustomevent.html b/doc/html/qcustomevent.html index 18ee27c79..19873bb12 100644 --- a/doc/html/qcustomevent.html +++ b/doc/html/qcustomevent.html @@ -49,10 +49,10 @@ body { background: #ffffff; color: black; } The TQCustomEvent class provides support for custom events. <p> <p> TQCustomEvent is a generic event class for user-defined events. -User defined events can be sent to widgets or other <a href="ntqobject.html">TQObject</a> +User defined events can be sent to widgets or other <a href="tqobject.html">TQObject</a> instances using <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>() or <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>(). Subclasses of TQObject can easily -receive custom events by implementing the <a href="ntqobject.html#customEvent">TQObject::customEvent</a>() +receive custom events by implementing the <a href="tqobject.html#customEvent">TQObject::customEvent</a>() event handler function. <p> TQCustomEvent objects should be created with a type ID that uniquely identifies the event type. To avoid clashes with the @@ -95,7 +95,7 @@ suitable for your event type. } </pre> -<p> <p>See also <a href="ntqobject.html#customEvent">TQWidget::customEvent</a>(), <a href="ntqapplication.html#notify">TQApplication::notify</a>(), and <a href="events.html">Event Classes</a>. +<p> <p>See also <a href="tqobject.html#customEvent">TQWidget::customEvent</a>(), <a href="ntqapplication.html#notify">TQApplication::notify</a>(), and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQCustomEvent"></a>TQCustomEvent::TQCustomEvent ( int type ) diff --git a/doc/html/qdatabrowser-members.html b/doc/html/qdatabrowser-members.html index c78658080..a0338c6a4 100644 --- a/doc/html/qdatabrowser-members.html +++ b/doc/html/qdatabrowser-members.html @@ -50,18 +50,18 @@ body { background: #ffffff; color: black; } <li><a href="ntqdatabrowser.html#beforeDelete">beforeDelete</a>() <li><a href="ntqdatabrowser.html#beforeInsert">beforeInsert</a>() <li><a href="ntqdatabrowser.html#beforeUpdate">beforeUpdate</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqdatabrowser.html#boundary">boundary</a>() <li><a href="ntqdatabrowser.html#boundaryChecking">boundaryChecking</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqdatabrowser.html#clearValues">clearValues</a>() @@ -78,8 +78,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdatabrowser.html#confirmEdits">confirmEdits</a>() <li><a href="ntqdatabrowser.html#confirmInsert">confirmInsert</a>() <li><a href="ntqdatabrowser.html#confirmUpdate">confirmUpdate</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() @@ -87,29 +87,29 @@ body { background: #ffffff; color: black; } <li><a href="ntqdatabrowser.html#currentEdited">currentEdited</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() <li><a href="ntqdatabrowser.html#cursorChanged">cursorChanged</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="ntqdatabrowser.html#del">del</a>() <li><a href="ntqdatabrowser.html#deleteCurrent">deleteCurrent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqdatabrowser.html#filter">filter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqdatabrowser.html#first">first</a>() @@ -142,19 +142,19 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#inherits">inherits</a>() <li><a href="ntqdatabrowser.html#insert">insert</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqdatabrowser.html#insertCurrent">insertCurrent</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -177,12 +177,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqdatabrowser.html#last">last</a>() <li><a href="ntqdatabrowser.html#lastRecordAvailable">lastRecordAvailable</a>() <li><a href="ntqwidget.html#layout">layout</a>() @@ -198,7 +198,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -212,11 +212,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="ntqdatabrowser.html#next">next</a>() <li><a href="ntqdatabrowser.html#nextRecordAvailable">nextRecordAvailable</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -227,7 +227,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() @@ -236,8 +236,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdatabrowser.html#primeDelete">primeDelete</a>() <li><a href="ntqdatabrowser.html#primeInsert">primeInsert</a>() <li><a href="ntqdatabrowser.html#primeUpdate">primeUpdate</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqdatabrowser.html#readFields">readFields</a>() @@ -246,8 +246,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdatabrowser.html#refresh">refresh</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -255,7 +255,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="ntqdatabrowser.html#seek">seek</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqdatabrowser.html#setAutoEdit">setAutoEdit</a>() @@ -301,12 +301,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdatabrowser.html#setReadOnly">setReadOnly</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -325,7 +325,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() @@ -333,15 +333,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqdatabrowser.html#sort">sort</a>() <li><a href="ntqdatabrowser.html#sqlCursor">sqlCursor</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qdatapump-members.html b/doc/html/qdatapump-members.html index e4bdd1b54..56df55740 100644 --- a/doc/html/qdatapump-members.html +++ b/doc/html/qdatapump-members.html @@ -36,48 +36,48 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qdatapump.html#TQDataPump">TQDataPump</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qdatapump.html b/doc/html/qdatapump.html index 539726ba5..ad944d47b 100644 --- a/doc/html/qdatapump.html +++ b/doc/html/qdatapump.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQDataPump class moves data from a TQDataSource to a TQDataSink during event processing. <a href="#details">More...</a> <p><tt>#include <<a href="qasyncio-h.html">ntqasyncio.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qdatapump-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/qdatatable-members.html b/doc/html/qdatatable-members.html index 4300fc756..b5a27d1dd 100644 --- a/doc/html/qdatatable-members.html +++ b/doc/html/qdatatable-members.html @@ -60,24 +60,24 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#beginEdit">beginEdit</a>() <li><a href="ntqdatatable.html#beginInsert">beginInsert</a>() <li><a href="ntqdatatable.html#beginUpdate">beginUpdate</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqtable.html#cellGeometry">cellGeometry</a>() <li><a href="ntqtable.html#cellRect">cellRect</a>() <li><a href="ntqtable.html#cellWidget">cellWidget</a>() <li><a href="ntqscrollview.html#center">center</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() <li><a href="ntqscrollview.html#childX">childX</a>() <li><a href="ntqscrollview.html#childY">childY</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqtable.html#clearCell">clearCell</a>() <li><a href="ntqtable.html#clearCellWidget">clearCellWidget</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() @@ -105,8 +105,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdatatable.html#confirmEdits">confirmEdits</a>() <li><a href="ntqdatatable.html#confirmInsert">confirmInsert</a>() <li><a href="ntqdatatable.html#confirmUpdate">confirmUpdate</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() <li><a href="ntqtable.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() @@ -139,15 +139,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#currentSelection">currentSelection</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() <li><a href="ntqdatatable.html#cursorChanged">cursorChanged</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="ntqdatatable.html#dateFormat">dateFormat</a>() <li><a href="ntqdatatable.html#deleteCurrent">deleteCurrent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqtable.html#doubleClicked">doubleClicked</a>() <li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() <li><a href="ntqtable.html#dragEnabled">dragEnabled</a>() @@ -161,8 +161,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() <li><a href="ntqtable.html#dropped">dropped</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqtable.html#editCell">editCell</a>() <li><a href="ntqtable.html#editMode">editMode</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() @@ -218,7 +218,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#hideColumn">hideColumn</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() <li><a href="ntqtable.html#hideRow">hideRow</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqtable.html#horizontalHeader">horizontalHeader</a>() <li><a href="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() <li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() @@ -230,16 +230,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqdatatable.html#indexOf">indexOf</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqtable.html#insertColumns">insertColumns</a>() <li><a href="ntqdatatable.html#insertCurrent">insertCurrent</a>() <li><a href="ntqtable.html#insertRows">insertRows</a>() <li><a href="ntqtable.html#insertWidget">insertWidget</a>() <li><a href="ntqdatatable.html#installEditorFactory">installEditorFactory</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="ntqdatatable.html#installPropertyMap">installPropertyMap</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqtable.html#isColumnHidden">isColumnHidden</a>() <li><a href="ntqtable.html#isColumnReadOnly">isColumnReadOnly</a>() @@ -274,13 +274,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqtable.html#item">item</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() @@ -297,7 +297,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -313,13 +313,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqscrollview.html#moveChild">moveChild</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="ntqdatatable.html#nullText">nullText</a>() <li><a href="ntqdatatable.html#numCols">numCols</a>() <li><a href="ntqdatatable.html#numRows">numRows</a>() <li><a href="ntqtable.html#numSelections">numSelections</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -334,7 +334,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqtable.html#pixmap">pixmap</a>() <li><a href="ntqwidget.html#polish">polish</a>() @@ -343,8 +343,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdatatable.html#primeDelete">primeDelete</a>() <li><a href="ntqdatatable.html#primeInsert">primeInsert</a>() <li><a href="ntqdatatable.html#primeUpdate">primeUpdate</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -355,7 +355,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#removeChild">removeChild</a>() <li><a href="ntqdatatable.html#removeColumn">removeColumn</a>() <li><a href="ntqtable.html#removeColumns">removeColumns</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqtable.html#removeRow">removeRow</a>() <li><a href="ntqtable.html#removeRows">removeRows</a>() <li><a href="ntqtable.html#removeSelection">removeSelection</a>() @@ -385,7 +385,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#selection">selection</a>() <li><a href="ntqtable.html#selectionChanged">selectionChanged</a>() <li><a href="ntqtable.html#selectionMode">selectionMode</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqdatatable.html#setAutoDelete">setAutoDelete</a>() @@ -459,7 +459,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdatatable.html#setNullText">setNullText</a>() <li><a href="ntqtable.html#setNumCols">setNumCols</a>() <li><a href="ntqtable.html#setNumRows">setNumRows</a>() @@ -468,7 +468,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="ntqtable.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqtable.html#setReadOnly">setReadOnly</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="ntqtable.html#setRowHeight">setRowHeight</a>() @@ -507,7 +507,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() <li><a href="ntqtable.html#showRow">showRow</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() @@ -520,7 +520,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqdatatable.html#sqlCursor">sqlCursor</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() <li><a href="ntqtable.html#startDrag">startDrag</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqtable.html#swapCells">swapCells</a>() @@ -530,11 +530,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#takeItem">takeItem</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqdatatable.html#text">text</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqdatatable.html#trueText">trueText</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() diff --git a/doc/html/qdataview-members.html b/doc/html/qdataview-members.html index afb99ba32..6717271a0 100644 --- a/doc/html/qdataview-members.html +++ b/doc/html/qdataview-members.html @@ -46,16 +46,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqdataview.html#clearValues">clearValues</a>() @@ -65,33 +65,33 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -120,17 +120,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -152,12 +152,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -171,7 +171,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -185,9 +185,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -198,12 +198,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqdataview.html#readFields">readFields</a>() @@ -213,15 +213,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqdataview.html#refresh">refresh</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -259,12 +259,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdataview.html#setRecord">setRecord</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -281,21 +281,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qdateedit-members.html b/doc/html/qdateedit-members.html index e31b5e7cf..d59ea4777 100644 --- a/doc/html/qdateedit-members.html +++ b/doc/html/qdateedit-members.html @@ -47,16 +47,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -65,34 +65,34 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="qdateedit.html#date">date</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="qdateedit.html#fix">fix</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() @@ -121,17 +121,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -153,12 +153,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -173,7 +173,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="qdateedit.html#minValue">minValue</a>() @@ -188,9 +188,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="qdateedit.html#order">order</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -202,20 +202,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -223,7 +223,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="qdateedit.html#sectionFormattedText">sectionFormattedText</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qdateedit.html#separator">separator</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -267,13 +267,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="qdateedit.html#setMonth">setMonth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="qdateedit.html#setOrder">setOrder</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="qdateedit.html#setRange">setRange</a>() <li><a href="qdateedit.html#setSeparator">setSeparator</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() @@ -292,21 +292,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qdatetimeedit-members.html b/doc/html/qdatetimeedit-members.html index ee5bd59b2..1e5db1740 100644 --- a/doc/html/qdatetimeedit-members.html +++ b/doc/html/qdatetimeedit-members.html @@ -47,16 +47,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -65,35 +65,35 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="ntqdatetimeedit.html#dateEdit">dateEdit</a>() <li><a href="ntqdatetimeedit.html#dateTime">dateTime</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -121,17 +121,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -153,12 +153,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -172,7 +172,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -186,9 +186,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -199,27 +199,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqdatetimeedit.html#setAutoAdvance">setAutoAdvance</a>() @@ -258,12 +258,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -279,22 +279,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqdatetimeedit.html#timeEdit">timeEdit</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qdatetimeeditbase-members.html b/doc/html/qdatetimeeditbase-members.html index 81c5c5eb3..89cc5c1a4 100644 --- a/doc/html/qdatetimeeditbase-members.html +++ b/doc/html/qdatetimeeditbase-members.html @@ -44,16 +44,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -62,33 +62,33 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -116,17 +116,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -148,12 +148,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -167,7 +167,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -181,9 +181,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -194,27 +194,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -251,12 +251,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -272,21 +272,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qdesktopwidget-members.html b/doc/html/qdesktopwidget-members.html index d0d6e092b..a0227386f 100644 --- a/doc/html/qdesktopwidget-members.html +++ b/doc/html/qdesktopwidget-members.html @@ -47,16 +47,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -65,33 +65,33 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -119,17 +119,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -152,12 +152,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -171,7 +171,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -185,10 +185,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="ntqdesktopwidget.html#numScreens">numScreens</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -199,21 +199,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqdesktopwidget.html#primaryScreen">primaryScreen</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -224,7 +224,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqdesktopwidget.html#screenGeometry">screenGeometry</a>() <li><a href="ntqdesktopwidget.html#screenNumber">screenNumber</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -261,12 +261,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -282,21 +282,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qdial-members.html b/doc/html/qdial-members.html index 4a0be2d28..1e75c162c 100644 --- a/doc/html/qdial-members.html +++ b/doc/html/qdial-members.html @@ -48,17 +48,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqrangecontrol.html#bound">bound</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -67,37 +67,37 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="ntqdial.html#dialMoved">dialMoved</a>() <li><a href="ntqdial.html#dialPressed">dialPressed</a>() <li><a href="ntqdial.html#dialReleased">dialReleased</a>() <li><a href="ntqrangecontrol.html#directSetValue">directSetValue</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -125,17 +125,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -157,12 +157,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqdial.html#lineStep">lineStep</a>() @@ -178,7 +178,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqdial.html#minValue">minValue</a>() @@ -193,12 +193,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="ntqdial.html#notchSize">notchSize</a>() <li><a href="ntqdial.html#notchTarget">notchTarget</a>() <li><a href="ntqdial.html#notchesVisible">notchesVisible</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -210,14 +210,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqrangecontrol.html#positionFromValue">positionFromValue</a>() <li><a href="ntqrangecontrol.html#prevValue">prevValue</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqdial.html#rangeChange">rangeChange</a>() @@ -225,8 +225,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqdial.html#repaintScreen">repaintScreen</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() @@ -234,7 +234,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -274,7 +274,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdial.html#setNotchTarget">setNotchTarget</a>() <li><a href="ntqdial.html#setNotchesVisible">setNotchesVisible</a>() <li><a href="ntqdial.html#setPageStep">setPageStep</a>() @@ -282,7 +282,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqrangecontrol.html#setRange">setRange</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -303,13 +303,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqrangecontrol.html#stepChange">stepChange</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() @@ -317,10 +317,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqdial.html#subtractPage">subtractPage</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqdial.html#tracking">tracking</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() diff --git a/doc/html/qdialog-members.html b/doc/html/qdialog-members.html index 9182ec4ed..e715c4982 100644 --- a/doc/html/qdialog-members.html +++ b/doc/html/qdialog-members.html @@ -47,16 +47,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -65,34 +65,34 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqdialog.html#done">done</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqdialog.html#exec">exec</a>() <li><a href="ntqdialog.html#extension">extension</a>() <li><a href="ntqwidget.html#find">find</a>() @@ -122,17 +122,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -155,12 +155,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -174,7 +174,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -188,9 +188,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdialog.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -202,12 +202,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -215,8 +215,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#reject">reject</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -224,7 +224,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqdialog.html#result">result</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -263,13 +263,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqdialog.html#setModal">setModal</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdialog.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdialog.html#setResult">setResult</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() @@ -288,21 +288,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qdir-example.html b/doc/html/qdir-example.html index 4fed687d0..9058146fc 100644 --- a/doc/html/qdir-example.html +++ b/doc/html/qdir-example.html @@ -159,7 +159,7 @@ void <a name="f498"></a>Preview::showPreview( const <a href="ntqurl.html">TQUrl< <a name="x1850"></a> <a href="ntqstring.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="ntqobject.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="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 href="ntqwidgetstack.html#raiseWidget">raiseWidget</a>( normalText ); return; } @@ -205,7 +205,7 @@ void <a name="f498"></a>Preview::showPreview( const <a href="ntqurl.html">TQUrl< setMargin( 5 ); <a href="ntqhbox.html">TQHBox</a> *row = new <a href="ntqhbox.html">TQHBox</a>( this ); <a name="x1826"></a> row-><a href="ntqhbox.html#setSpacing">setSpacing</a>( 5 ); - (void)new <a href="ntqlabel.html">TQLabel</a>( <a href="ntqobject.html#tr">tr</a>( "Only show files smaller than: " ), row ); + (void)new <a href="ntqlabel.html">TQLabel</a>( <a href="tqobject.html#tr">tr</a>( "Only show files smaller than: " ), row ); sizeSpinBox = new <a href="ntqspinbox.html">TQSpinBox</a>( 1, 10000, 1, row ); <a name="x1838"></a> sizeSpinBox-><a href="ntqspinbox.html#setSuffix">setSuffix</a>( " KB" ); <a name="x1839"></a> sizeSpinBox-><a href="ntqspinbox.html#setValue">setValue</a>( 64 ); @@ -239,9 +239,9 @@ void <a name="f500"></a>PreviewWidget::previewUrl( const <a href="ntqurl.html">T <a name="x1848"></a> TQToolTip::<a href="ntqtooltip.html#add">add</a>( p, tr( "Bookmarks" ) ); bookmarkMenu = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); -<a name="x1835"></a> <a href="ntqobject.html#connect">connect</a>( bookmarkMenu, TQ_SIGNAL( <a href="ntqpopupmenu.html#activated">activated</a>( int ) ), +<a name="x1835"></a> <a href="tqobject.html#connect">connect</a>( bookmarkMenu, TQ_SIGNAL( <a href="ntqpopupmenu.html#activated">activated</a>( int ) ), this, TQ_SLOT( bookmarkChosen( int ) ) ); - addId = bookmarkMenu-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="ntqobject.html#tr">tr</a>( "Add bookmark" ) ); + addId = bookmarkMenu-><a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>( "Add bookmark" ) ); bookmarkMenu-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); <a href="ntqfile.html">TQFile</a> f( ".bookmarks" ); @@ -260,15 +260,15 @@ void <a name="f500"></a>PreviewWidget::previewUrl( const <a href="ntqurl.html">T <a href="ntqfiledialog.html#addToolButton">addToolButton</a>( p, TRUE ); - <a href="ntqobject.html#connect">connect</a>( dirView, TQ_SIGNAL( folderSelected( const <a href="ntqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( dirView, TQ_SIGNAL( folderSelected( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( setDir2( const <a href="ntqstring.html">TQString</a> & ) ) ); - <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqfiledialog.html#dirEntered">dirEntered</a>( const <a href="ntqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqfiledialog.html#dirEntered">dirEntered</a>( const <a href="ntqstring.html">TQString</a> & ) ), dirView, TQ_SLOT( <a href="ntqfiledialog.html#setDir">setDir</a>( const <a href="ntqstring.html">TQString</a> & ) ) ); <a href="ntqtoolbutton.html">TQToolButton</a> *b = new <a href="ntqtoolbutton.html">TQToolButton</a>( this ); TQToolTip::<a href="ntqtooltip.html#add">add</a>( b, tr( "Go Home!" ) ); b-><a href="ntqbutton.html#setPixmap">setPixmap</a>( TQPixmap( home ) ); - <a href="ntqobject.html#connect">connect</a>( b, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), + <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( goHome() ) ); <a href="ntqfiledialog.html#addToolButton">addToolButton</a>( b ); @@ -290,9 +290,9 @@ CustomFileDialog::~CustomFileDialog() void <a name="f492"></a>CustomFileDialog::setDir2( const <a href="ntqstring.html">TQString</a> &s ) { - <a href="ntqobject.html#blockSignals">blockSignals</a>( TRUE ); + <a href="tqobject.html#blockSignals">blockSignals</a>( TRUE ); <a href="ntqfiledialog.html#setDir">setDir</a>( s ); - <a href="ntqobject.html#blockSignals">blockSignals</a>( FALSE ); + <a href="tqobject.html#blockSignals">blockSignals</a>( FALSE ); } <a name="x1854"></a>void CustomFileDialog::<a href="ntqwidget.html#showEvent">showEvent</a>( <a href="qshowevent.html">TQShowEvent</a> *e ) diff --git a/doc/html/qdns-h.html b/doc/html/qdns-h.html index 6bc631f1e..659447df2 100644 --- a/doc/html/qdns-h.html +++ b/doc/html/qdns-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQDNS_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqhostaddress.h" #include "ntqsocketnotifier.h" #include "ntqstringlist.h" diff --git a/doc/html/qdns-members.html b/doc/html/qdns-members.html index 4cd269106..af6686809 100644 --- a/doc/html/qdns-members.html +++ b/doc/html/qdns-members.html @@ -38,60 +38,60 @@ body { background: #ffffff; color: black; } <li><a href="ntqdns.html#TQDns">TQDns</a>() <li><a href="ntqdns.html#~TQDns">~TQDns</a>() <li><a href="ntqdns.html#addresses">addresses</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqdns.html#canonicalName">canonicalName</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqdns.html#hostNames">hostNames</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqdns.html#isWorking">isWorking</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqdns.html#label">label</a>() <li><a href="ntqdns.html#mailServers">mailServers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="ntqdns.html#qualifiedNames">qualifiedNames</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqdns.html#recordType">recordType</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqdns.html#resultsReady">resultsReady</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqdns.html#servers">servers</a>() <li><a href="ntqdns.html#setLabel">setLabel</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdns.html#setRecordType">setRecordType</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqdns.html#texts">texts</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qdockarea-members.html b/doc/html/qdockarea-members.html index 7ff6e0d94..7132661ec 100644 --- a/doc/html/qdockarea-members.html +++ b/doc/html/qdockarea-members.html @@ -46,16 +46,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -64,35 +64,35 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqdockarea.html#count">count</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqdockarea.html#dockWindowList">dockWindowList</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -122,17 +122,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -156,12 +156,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqdockarea.html#lineUp">lineUp</a>() @@ -176,7 +176,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -191,9 +191,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqdockarea.html#moveDockWindow">moveDockWindow</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdockarea.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -205,28 +205,28 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="ntqdockarea.html#removeDockWindow">removeDockWindow</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqdockarea.html#setAcceptDockWindow">setAcceptDockWindow</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -264,12 +264,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -285,21 +285,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qdockwindow-members.html b/doc/html/qdockwindow-members.html index 71fd2b5e5..091d97e84 100644 --- a/doc/html/qdockwindow-members.html +++ b/doc/html/qdockwindow-members.html @@ -46,17 +46,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqdockwindow.html#boxLayout">boxLayout</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -66,20 +66,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqdockwindow.html#closeMode">closeMode</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqdockwindow.html#dock">dock</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() @@ -88,15 +88,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqdockwindow.html#fixedExtent">fixedExtent</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() @@ -131,17 +131,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqdockwindow.html#isCloseEnabled">isCloseEnabled</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() @@ -171,12 +171,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -192,7 +192,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -207,10 +207,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="ntqdockwindow.html#newLine">newLine</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdockwindow.html#offset">offset</a>() <li><a href="ntqdockwindow.html#opaqueMoving">opaqueMoving</a>() <li><a href="ntqdockwindow.html#orientation">orientation</a>() @@ -225,29 +225,29 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqdockwindow.html#place">place</a>() <li><a href="ntqdockwindow.html#placeChanged">placeChanged</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -297,7 +297,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="ntqdockwindow.html#setMovingEnabled">setMovingEnabled</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdockwindow.html#setNewLine">setNewLine</a>() <li><a href="ntqdockwindow.html#setOffset">setOffset</a>() <li><a href="ntqdockwindow.html#setOpaqueMoving">setOpaqueMoving</a>() @@ -306,7 +306,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdockwindow.html#setResizeEnabled">setResizeEnabled</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -326,21 +326,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqdockwindow.html#undock">undock</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() diff --git a/doc/html/qdoublevalidator-members.html b/doc/html/qdoublevalidator-members.html index 262264877..650f51e7a 100644 --- a/doc/html/qdoublevalidator-members.html +++ b/doc/html/qdoublevalidator-members.html @@ -37,56 +37,56 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qdoublevalidator.html#TQDoubleValidator">TQDoubleValidator</a>() <li><a href="qdoublevalidator.html#~TQDoubleValidator">~TQDoubleValidator</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="qdoublevalidator.html#bottom">bottom</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="qdoublevalidator.html#decimals">decimals</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqvalidator.html#fixup">fixup</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qdoublevalidator.html#setBottom">setBottom</a>() <li><a href="qdoublevalidator.html#setDecimals">setDecimals</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="qdoublevalidator.html#setRange">setRange</a>() <li><a href="qdoublevalidator.html#setTop">setTop</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="qdoublevalidator.html#top">top</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="qdoublevalidator.html#validate">validate</a>() </ul> <!-- eof --> diff --git a/doc/html/qdoublevalidator.html b/doc/html/qdoublevalidator.html index d5f13b8ca..66b9b26ab 100644 --- a/doc/html/qdoublevalidator.html +++ b/doc/html/qdoublevalidator.html @@ -73,11 +73,11 @@ state. <p> <p>See also <a href="qintvalidator.html">TQIntValidator</a>, <a href="qregexpvalidator.html">TQRegExpValidator</a>, and <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQDoubleValidator"></a>TQDoubleValidator::TQDoubleValidator ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQDoubleValidator"></a>TQDoubleValidator::TQDoubleValidator ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a validator object with parent <em>parent</em>, called <em>name</em>, which accepts any double. -<h3 class=fn><a name="TQDoubleValidator-2"></a>TQDoubleValidator::TQDoubleValidator ( double bottom, double top, int decimals, <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQDoubleValidator-2"></a>TQDoubleValidator::TQDoubleValidator ( double bottom, double top, int decimals, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a validator object with parent <em>parent</em>, called <em>name</em>. This validator will accept doubles from <em>bottom</em> to <em>top</em> inclusive, with up to <em>decimals</em> digits after the decimal point. diff --git a/doc/html/qdragobject-h.html b/doc/html/qdragobject-h.html index e2c6154aa..9d12e6e99 100644 --- a/doc/html/qdragobject-h.html +++ b/doc/html/qdragobject-h.html @@ -82,7 +82,7 @@ class TQStoredDragData; class TQImageDragData; #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqimage.h" #include "ntqstrlist.h" #include "ntqcolor.h" diff --git a/doc/html/qdragobject-members.html b/doc/html/qdragobject-members.html index 5070df0b9..94f75173a 100644 --- a/doc/html/qdragobject-members.html +++ b/doc/html/qdragobject-members.html @@ -37,61 +37,61 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqdragobject.html#TQDragObject">TQDragObject</a>() <li><a href="ntqdragobject.html#~TQDragObject">~TQDragObject</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="ntqdragobject.html#drag">drag</a>() <li><a href="ntqdragobject.html#dragCopy">dragCopy</a>() <li><a href="ntqdragobject.html#dragLink">dragLink</a>() <li><a href="ntqdragobject.html#dragMove">dragMove</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qmimesource.html#encodedData">encodedData</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qmimesource.html#format">format</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqdragobject.html#pixmap">pixmap</a>() <li><a href="ntqdragobject.html#pixmapHotSpot">pixmapHotSpot</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="qmimesource.html#provides">provides</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qmimesource.html#serialNumber">serialNumber</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdragobject.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqdragobject.html#source">source</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqdragobject.html#target">target</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qeditorfactory-h.html b/doc/html/qeditorfactory-h.html index d1789af3d..a067a81f9 100644 --- a/doc/html/qeditorfactory-h.html +++ b/doc/html/qeditorfactory-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #define TQEDITORFACTORY_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqvariant.h" #endif // QT_H diff --git a/doc/html/qeditorfactory-members.html b/doc/html/qeditorfactory-members.html index 4a94d4b9a..b4c22d02e 100644 --- a/doc/html/qeditorfactory-members.html +++ b/doc/html/qeditorfactory-members.html @@ -37,51 +37,51 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqeditorfactory.html#TQEditorFactory">TQEditorFactory</a>() <li><a href="ntqeditorfactory.html#~TQEditorFactory">~TQEditorFactory</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqeditorfactory.html#createEditor">createEditor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqeditorfactory.html#defaultFactory">defaultFactory</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqeditorfactory.html#installDefaultFactory">installDefaultFactory</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qerrormessage-members.html b/doc/html/qerrormessage-members.html index 6eba1fe59..f2b4c8879 100644 --- a/doc/html/qerrormessage-members.html +++ b/doc/html/qerrormessage-members.html @@ -47,16 +47,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -65,34 +65,34 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqdialog.html#done">done</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqdialog.html#exec">exec</a>() <li><a href="ntqdialog.html#extension">extension</a>() <li><a href="ntqwidget.html#find">find</a>() @@ -122,17 +122,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -155,12 +155,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -175,7 +175,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="ntqerrormessage.html#message">message</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -189,9 +189,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdialog.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -203,13 +203,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="ntqerrormessage.html#qtHandler">qtHandler</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -217,8 +217,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#reject">reject</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -226,7 +226,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqdialog.html#result">result</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -265,13 +265,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqdialog.html#setModal">setModal</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdialog.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdialog.html#setResult">setResult</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() @@ -290,21 +290,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qeventloop-h.html b/doc/html/qeventloop-h.html index 7ddf52e36..d145f5bd9 100644 --- a/doc/html/qeventloop-h.html +++ b/doc/html/qeventloop-h.html @@ -76,7 +76,7 @@ body { background: #ffffff; color: black; } #define TQEVENTLOOP_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqsocketnotifier.h" #endif // QT_H diff --git a/doc/html/qeventloop-members.html b/doc/html/qeventloop-members.html index df53cef1a..a6c7cc3ec 100644 --- a/doc/html/qeventloop-members.html +++ b/doc/html/qeventloop-members.html @@ -41,58 +41,58 @@ body { background: #ffffff; color: black; } <li><a href="ntqeventloop.html#activateSocketNotifiers">activateSocketNotifiers</a>() <li><a href="ntqeventloop.html#activateTimers">activateTimers</a>() <li><a href="ntqeventloop.html#awake">awake</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqeventloop.html#enterLoop">enterLoop</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqeventloop.html#exec">exec</a>() <li><a href="ntqeventloop.html#exit">exit</a>() <li><a href="ntqeventloop.html#exitLoop">exitLoop</a>() <li><a href="ntqeventloop.html#hasPendingEvents">hasPendingEvents</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqeventloop.html#loopLevel">loopLevel</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqeventloop.html#processEvents">processEvents</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqeventloop.html#registerSocketNotifier">registerSocketNotifier</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqeventloop.html#setSocketNotifierPending">setSocketNotifierPending</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqeventloop.html#timeToWait">timeToWait</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqeventloop.html#unregisterSocketNotifier">unregisterSocketNotifier</a>() <li><a href="ntqeventloop.html#wakeUp">wakeUp</a>() </ul> diff --git a/doc/html/qfd-example.html b/doc/html/qfd-example.html index f04dab405..1543b538e 100644 --- a/doc/html/qfd-example.html +++ b/doc/html/qfd-example.html @@ -232,14 +232,14 @@ void <a name="f534"></a>FontRowTable::chooseFont() { FontRowTable* table = new FontRowTable(this); <a href="ntqtoolbar.html">TQToolBar</a>* controls = new <a href="ntqtoolbar.html">TQToolBar</a>(this); - (void) new <a href="ntqlabel.html">TQLabel</a>(<a href="ntqobject.html#tr">tr</a>("Row:"), controls); + (void) new <a href="ntqlabel.html">TQLabel</a>(<a href="tqobject.html#tr">tr</a>("Row:"), controls); <a href="ntqspinbox.html">TQSpinBox</a> *row = new <a href="ntqspinbox.html">TQSpinBox</a>(0,255,1,controls); <a name="x2010"></a> controls-><a href="ntqtoolbar.html#addSeparator">addSeparator</a>(); - <a href="ntqpushbutton.html">TQPushButton</a> *fontbutton = new <a href="ntqpushbutton.html">TQPushButton</a>(<a href="ntqobject.html#tr">tr</a>("Font..."), controls); + <a href="ntqpushbutton.html">TQPushButton</a> *fontbutton = new <a href="ntqpushbutton.html">TQPushButton</a>(<a href="tqobject.html#tr">tr</a>("Font..."), controls); -<a name="x2009"></a> <a href="ntqobject.html#connect">connect</a>(row,TQ_SIGNAL(<a href="ntqspinbox.html#valueChanged">valueChanged</a>(int)),table,TQ_SLOT(setRow(int))); - <a href="ntqobject.html#connect">connect</a>(fontbutton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), table, TQ_SLOT(chooseFont())); - <a href="ntqobject.html#connect">connect</a>(table,TQ_SIGNAL(fontInformation(const <a href="ntqstring.html">TQString</a>&)), +<a name="x2009"></a> <a href="tqobject.html#connect">connect</a>(row,TQ_SIGNAL(<a href="ntqspinbox.html#valueChanged">valueChanged</a>(int)),table,TQ_SLOT(setRow(int))); + <a href="tqobject.html#connect">connect</a>(fontbutton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), table, TQ_SLOT(chooseFont())); + <a href="tqobject.html#connect">connect</a>(table,TQ_SIGNAL(fontInformation(const <a href="ntqstring.html">TQString</a>&)), <a href="ntqmainwindow.html#statusBar">statusBar</a>(),TQ_SLOT(message(const <a href="ntqstring.html">TQString</a>&))); table->setRow(0); <a href="ntqmainwindow.html#setCentralWidget">setCentralWidget</a>(table); diff --git a/doc/html/qfiledialog-members.html b/doc/html/qfiledialog-members.html index 3d840aee5..97159d720 100644 --- a/doc/html/qfiledialog-members.html +++ b/doc/html/qfiledialog-members.html @@ -52,16 +52,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -70,37 +70,37 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="ntqfiledialog.html#dir">dir</a>() <li><a href="ntqfiledialog.html#dirEntered">dirEntered</a>() <li><a href="ntqfiledialog.html#dirPath">dirPath</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqdialog.html#done">done</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqdialog.html#exec">exec</a>() <li><a href="ntqdialog.html#extension">extension</a>() <li><a href="ntqfiledialog.html#fileHighlighted">fileHighlighted</a>() @@ -138,7 +138,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqfiledialog.html#iconProvider">iconProvider</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() @@ -146,10 +146,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqfiledialog.html#isContentsPreviewEnabled">isContentsPreviewEnabled</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() @@ -174,12 +174,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -193,7 +193,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -208,9 +208,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdialog.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -222,13 +222,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqfiledialog.html#previewMode">previewMode</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -236,8 +236,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#reject">reject</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqfiledialog.html#rereadDir">rereadDir</a>() @@ -251,7 +251,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqfiledialog.html#selectedFile">selectedFile</a>() <li><a href="ntqfiledialog.html#selectedFiles">selectedFiles</a>() <li><a href="ntqfiledialog.html#selectedFilter">selectedFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -299,14 +299,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#setModal">setModal</a>() <li><a href="ntqfiledialog.html#setMode">setMode</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdialog.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="ntqfiledialog.html#setPreviewMode">setPreviewMode</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdialog.html#setResult">setResult</a>() <li><a href="ntqfiledialog.html#setSelectedFilter">setSelectedFilter</a>() <li><a href="ntqfiledialog.html#setSelection">setSelection</a>() @@ -331,21 +331,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qfileiconprovider-members.html b/doc/html/qfileiconprovider-members.html index f0bc109b8..858380547 100644 --- a/doc/html/qfileiconprovider-members.html +++ b/doc/html/qfileiconprovider-members.html @@ -36,49 +36,49 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qfileiconprovider.html#TQFileIconProvider">TQFileIconProvider</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="qfileiconprovider.html#pixmap">pixmap</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qfileiconprovider.html b/doc/html/qfileiconprovider.html index a04926b20..f9f2528fc 100644 --- a/doc/html/qfileiconprovider.html +++ b/doc/html/qfileiconprovider.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } use. <a href="#details">More...</a> <p><tt>#include <<a href="qfiledialog-h.html">ntqfiledialog.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qfileiconprovider-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -57,7 +57,7 @@ look much better. <p> <p>See also <a href="ntqfiledialog.html">TQFileDialog</a> and <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQFileIconProvider"></a>TQFileIconProvider::TQFileIconProvider ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQFileIconProvider"></a>TQFileIconProvider::TQFileIconProvider ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs an empty file icon provider called <em>name</em>, with the parent <em>parent</em>. diff --git a/doc/html/qfontdialog-members.html b/doc/html/qfontdialog-members.html index 39c6696d1..111694361 100644 --- a/doc/html/qfontdialog-members.html +++ b/doc/html/qfontdialog-members.html @@ -45,16 +45,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -63,34 +63,34 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqdialog.html#done">done</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqdialog.html#exec">exec</a>() <li><a href="ntqdialog.html#extension">extension</a>() <li><a href="ntqwidget.html#find">find</a>() @@ -121,17 +121,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -154,12 +154,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -173,7 +173,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -187,9 +187,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdialog.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -201,12 +201,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -214,8 +214,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#reject">reject</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -223,7 +223,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqdialog.html#result">result</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -262,13 +262,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqdialog.html#setModal">setModal</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdialog.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdialog.html#setResult">setResult</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() @@ -287,21 +287,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qframe-members.html b/doc/html/qframe-members.html index f4726f027..10b27b769 100644 --- a/doc/html/qframe-members.html +++ b/doc/html/qframe-members.html @@ -45,16 +45,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -63,20 +63,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -84,15 +84,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -126,17 +126,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -158,12 +158,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -179,7 +179,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -194,9 +194,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -207,27 +207,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -271,12 +271,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -292,21 +292,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qftp-members.html b/doc/html/qftp-members.html index 98bcac6ce..2634eb27e 100644 --- a/doc/html/qftp-members.html +++ b/doc/html/qftp-members.html @@ -40,66 +40,66 @@ body { background: #ffffff; color: black; } <li><a href="ntqftp.html#abort">abort</a>() <li><a href="ntqnetworkprotocol.html#addOperation">addOperation</a>() <li><a href="ntqnetworkprotocol.html#autoDelete">autoDelete</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqftp.html#bytesAvailable">bytesAvailable</a>() <li><a href="ntqftp.html#cd">cd</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="ntqnetworkprotocol.html#checkConnection">checkConnection</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#child">child</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqnetworkprotocol.html#clearOperationQueue">clearOperationQueue</a>() <li><a href="ntqftp.html#clearPendingCommands">clearPendingCommands</a>() <li><a href="ntqftp.html#close">close</a>() <li><a href="ntqftp.html#commandFinished">commandFinished</a>() <li><a href="ntqftp.html#commandStarted">commandStarted</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqftp.html#connectToHost">connectToHost</a>() <li><a href="ntqnetworkprotocol.html#connectionStateChanged">connectionStateChanged</a>() <li><a href="ntqnetworkprotocol.html#createdDirectory">createdDirectory</a>() <li><a href="ntqftp.html#currentCommand">currentCommand</a>() <li><a href="ntqftp.html#currentDevice">currentDevice</a>() <li><a href="ntqftp.html#currentId">currentId</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqnetworkprotocol.html#data">data</a>() <li><a href="ntqftp.html#dataTransferProgress">dataTransferProgress</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqftp.html#done">done</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqftp.html#error">error</a>() <li><a href="ntqftp.html#errorString">errorString</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqnetworkprotocol.html#finished">finished</a>() <li><a href="ntqftp.html#get">get</a>() <li><a href="ntqnetworkprotocol.html#getNetworkProtocol">getNetworkProtocol</a>() <li><a href="ntqnetworkprotocol.html#hasOnlyLocalFileSystem">hasOnlyLocalFileSystem</a>() <li><a href="ntqftp.html#hasPendingCommands">hasPendingCommands</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqnetworkprotocol.html#itemChanged">itemChanged</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqftp.html#list">list</a>() <li><a href="ntqftp.html#listInfo">listInfo</a>() <li><a href="ntqftp.html#login">login</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqftp.html#mkdir">mkdir</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="ntqnetworkprotocol.html#newChild">newChild</a>() <li><a href="ntqnetworkprotocol.html#newChildren">newChildren</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqnetworkprotocol.html#operationGet">operationGet</a>() <li><a href="ntqnetworkprotocol.html#operationInProgress">operationInProgress</a>() <li><a href="ntqnetworkprotocol.html#operationListChildren">operationListChildren</a>() @@ -107,10 +107,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqnetworkprotocol.html#operationPut">operationPut</a>() <li><a href="ntqnetworkprotocol.html#operationRemove">operationRemove</a>() <li><a href="ntqnetworkprotocol.html#operationRename">operationRename</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="ntqftp.html#put">put</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqftp.html#rawCommand">rawCommand</a>() <li><a href="ntqftp.html#rawCommandReply">rawCommandReply</a>() <li><a href="ntqftp.html#readAll">readAll</a>() @@ -118,26 +118,26 @@ body { background: #ffffff; color: black; } <li><a href="ntqftp.html#readyRead">readyRead</a>() <li><a href="ntqnetworkprotocol.html#registerNetworkProtocol">registerNetworkProtocol</a>() <li><a href="ntqftp.html#remove">remove</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqnetworkprotocol.html#removed">removed</a>() <li><a href="ntqftp.html#rename">rename</a>() <li><a href="ntqftp.html#rmdir">rmdir</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqnetworkprotocol.html#setAutoDelete">setAutoDelete</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqnetworkprotocol.html#setUrl">setUrl</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqnetworkprotocol.html#start">start</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqftp.html#state">state</a>() <li><a href="ntqftp.html#stateChanged">stateChanged</a>() <li><a href="ntqnetworkprotocol.html#stop">stop</a>() <li><a href="ntqnetworkprotocol.html#supportedOperations">supportedOperations</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqnetworkprotocol.html#url">url</a>() </ul> <!-- eof --> diff --git a/doc/html/qglwidget-members.html b/doc/html/qglwidget-members.html index dc91d0109..943c9a7ec 100644 --- a/doc/html/qglwidget-members.html +++ b/doc/html/qglwidget-members.html @@ -47,16 +47,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -66,21 +66,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() <li><a href="qglwidget.html#colormap">colormap</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="qglwidget.html#context">context</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="qglwidget.html#convertToGLFormat">convertToGLFormat</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="qglwidget.html#doneCurrent">doneCurrent</a>() <li><a href="qglwidget.html#doubleBuffer">doubleBuffer</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() @@ -88,15 +88,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -128,19 +128,19 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#inherits">inherits</a>() <li><a href="qglwidget.html#initializeGL">initializeGL</a>() <li><a href="qglwidget.html#initializeOverlayGL">initializeOverlayGL</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -164,12 +164,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -185,7 +185,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -199,9 +199,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="qglwidget.html#overlayContext">overlayContext</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -215,22 +215,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="qglwidget.html#qglClearColor">qglClearColor</a>() <li><a href="qglwidget.html#qglColor">qglColor</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="qglwidget.html#renderPixmap">renderPixmap</a>() <li><a href="qglwidget.html#renderText">renderText</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() @@ -241,7 +241,7 @@ body { background: #ffffff; color: black; } <li><a href="qglwidget.html#resizeGL">resizeGL</a>() <li><a href="qglwidget.html#resizeOverlayGL">resizeOverlayGL</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="qglwidget.html#setAutoBufferSwap">setAutoBufferSwap</a>() @@ -280,12 +280,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -301,22 +301,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="qglwidget.html#swapBuffers">swapBuffers</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qgrid-members.html b/doc/html/qgrid-members.html index 58a1545fa..95473096a 100644 --- a/doc/html/qgrid-members.html +++ b/doc/html/qgrid-members.html @@ -45,16 +45,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -63,20 +63,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -84,15 +84,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -126,17 +126,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -158,12 +158,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -179,7 +179,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -194,9 +194,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -207,27 +207,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -271,12 +271,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -293,21 +293,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qgridlayout-members.html b/doc/html/qgridlayout-members.html index 4438f3d42..d8e73e800 100644 --- a/doc/html/qgridlayout-members.html +++ b/doc/html/qgridlayout-members.html @@ -51,70 +51,70 @@ body { background: #ffffff; color: black; } <li><a href="qlayoutitem.html#alignment">alignment</a>() <li><a href="ntqlayout.html#alignmentRect">alignmentRect</a>() <li><a href="ntqlayout.html#autoAdd">autoAdd</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="qgridlayout.html#cellGeometry">cellGeometry</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="qgridlayout.html#colSpacing">colSpacing</a>() <li><a href="qgridlayout.html#colStretch">colStretch</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<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="ntqlayout.html#deleteAllItems">deleteAllItems</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qgridlayout.html#expand">expand</a>() <li><a href="qgridlayout.html#expanding">expanding</a>() <li><a href="qgridlayout.html#findWidget">findWidget</a>() <li><a href="qlayoutitem.html#geometry">geometry</a>() <li><a href="qgridlayout.html#hasHeightForWidth">hasHeightForWidth</a>() <li><a href="qgridlayout.html#heightForWidth">heightForWidth</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="qgridlayout.html#invalidate">invalidate</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqlayout.html#isEmpty">isEmpty</a>() <li><a href="ntqlayout.html#isEnabled">isEnabled</a>() <li><a href="ntqlayout.html#isTopLevel">isTopLevel</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqlayout.html#iterator">iterator</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="qlayoutitem.html#layout">layout</a>() <li><a href="ntqlayout.html#mainWidget">mainWidget</a>() <li><a href="ntqlayout.html#margin">margin</a>() <li><a href="qgridlayout.html#maximumSize">maximumSize</a>() <li><a href="ntqlayout.html#menuBar">menuBar</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="qgridlayout.html#minimumSize">minimumSize</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="qgridlayout.html#numCols">numCols</a>() <li><a href="qgridlayout.html#numRows">numRows</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="qgridlayout.html#origin">origin</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqlayout.html#remove">remove</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqlayout.html#removeItem">removeItem</a>() <li><a href="ntqlayout.html#resizeMode">resizeMode</a>() <li><a href="qgridlayout.html#rowSpacing">rowSpacing</a>() <li><a href="qgridlayout.html#rowStretch">rowStretch</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qlayoutitem.html#setAlignment">setAlignment</a>() <li><a href="ntqlayout.html#setAutoAdd">setAutoAdd</a>() <li><a href="qgridlayout.html#setColSpacing">setColSpacing</a>() @@ -123,23 +123,23 @@ body { background: #ffffff; color: black; } <li><a href="qgridlayout.html#setGeometry">setGeometry</a>() <li><a href="ntqlayout.html#setMargin">setMargin</a>() <li><a href="ntqlayout.html#setMenuBar">setMenuBar</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="qgridlayout.html#setOrigin">setOrigin</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqlayout.html#setResizeMode">setResizeMode</a>() <li><a href="qgridlayout.html#setRowSpacing">setRowSpacing</a>() <li><a href="qgridlayout.html#setRowStretch">setRowStretch</a>() <li><a href="ntqlayout.html#setSpacing">setSpacing</a>() <li><a href="ntqlayout.html#setSupportsMargin">setSupportsMargin</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="qgridlayout.html#sizeHint">sizeHint</a>() <li><a href="qlayoutitem.html#spacerItem">spacerItem</a>() <li><a href="ntqlayout.html#spacing">spacing</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqlayout.html#supportsMargin">supportsMargin</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="qlayoutitem.html#widget">widget</a>() </ul> <!-- eof --> diff --git a/doc/html/qgridview-members.html b/doc/html/qgridview-members.html index e690472b8..ed8b3ac7a 100644 --- a/doc/html/qgridview-members.html +++ b/doc/html/qgridview-members.html @@ -47,7 +47,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqgridview.html#cellGeometry">cellGeometry</a>() @@ -55,17 +55,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqgridview.html#cellRect">cellRect</a>() <li><a href="ntqgridview.html#cellWidth">cellWidth</a>() <li><a href="ntqscrollview.html#center">center</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() <li><a href="ntqscrollview.html#childX">childX</a>() <li><a href="ntqscrollview.html#childY">childY</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -76,8 +76,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgridview.html#columnAt">columnAt</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() <li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() @@ -100,14 +100,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="ntqgridview.html#dimensionChange">dimensionChange</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() @@ -117,8 +117,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqgridview.html#ensureCellVisible">ensureCellVisible</a>() @@ -165,7 +165,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</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>() @@ -175,10 +175,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -202,12 +202,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() @@ -224,7 +224,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -240,11 +240,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqscrollview.html#moveChild">moveChild</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="ntqgridview.html#numCols">numCols</a>() <li><a href="ntqgridview.html#numRows">numRows</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -257,12 +257,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -270,7 +270,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqgridview.html#repaintCell">repaintCell</a>() <li><a href="ntqscrollview.html#repaintContents">repaintContents</a>() @@ -284,7 +284,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqgridview.html#rowAt">rowAt</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -336,14 +336,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqgridview.html#setNumCols">setNumCols</a>() <li><a href="ntqgridview.html#setNumRows">setNumRows</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -364,22 +364,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qgroupbox-members.html b/doc/html/qgroupbox-members.html index fe064865f..8a7cabf6d 100644 --- a/doc/html/qgroupbox-members.html +++ b/doc/html/qgroupbox-members.html @@ -48,16 +48,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -67,20 +67,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgroupbox.html#columns">columns</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -88,15 +88,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -130,19 +130,19 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqgroupbox.html#insideMargin">insideMargin</a>() <li><a href="ntqgroupbox.html#insideSpacing">insideSpacing</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqgroupbox.html#isCheckable">isCheckable</a>() <li><a href="ntqgroupbox.html#isChecked">isChecked</a>() @@ -167,12 +167,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -188,7 +188,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -203,9 +203,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqgroupbox.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -217,27 +217,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqgroupbox.html#setAlignment">setAlignment</a>() @@ -289,13 +289,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqgroupbox.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -312,23 +312,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqgroupbox.html#title">title</a>() <li><a href="ntqgroupbox.html#toggled">toggled</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qguardedptr-h.html b/doc/html/qguardedptr-h.html index 4c7f91145..5880c063a 100644 --- a/doc/html/qguardedptr-h.html +++ b/doc/html/qguardedptr-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQGUARDEDPTR_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H // ### 4.0: rename to something without Private in it. Not really internal. diff --git a/doc/html/qhbox-members.html b/doc/html/qhbox-members.html index 26e15d9dc..9eedd8c63 100644 --- a/doc/html/qhbox-members.html +++ b/doc/html/qhbox-members.html @@ -45,16 +45,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -63,20 +63,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -84,15 +84,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -126,17 +126,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -158,12 +158,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -179,7 +179,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -194,9 +194,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -207,27 +207,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -271,12 +271,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -294,21 +294,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qhboxlayout-members.html b/doc/html/qhboxlayout-members.html index f276ea420..6d02d35b0 100644 --- a/doc/html/qhboxlayout-members.html +++ b/doc/html/qhboxlayout-members.html @@ -49,67 +49,67 @@ body { background: #ffffff; color: black; } <li><a href="qlayoutitem.html#alignment">alignment</a>() <li><a href="ntqlayout.html#alignmentRect">alignmentRect</a>() <li><a href="ntqlayout.html#autoAdd">autoAdd</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqlayout.html#deleteAllItems">deleteAllItems</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="qboxlayout.html#direction">direction</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qboxlayout.html#expanding">expanding</a>() <li><a href="qboxlayout.html#findWidget">findWidget</a>() <li><a href="qlayoutitem.html#geometry">geometry</a>() <li><a href="qboxlayout.html#hasHeightForWidth">hasHeightForWidth</a>() <li><a href="qboxlayout.html#heightForWidth">heightForWidth</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="qboxlayout.html#insertItem">insertItem</a>() <li><a href="qboxlayout.html#insertLayout">insertLayout</a>() <li><a href="qboxlayout.html#insertSpacing">insertSpacing</a>() <li><a href="qboxlayout.html#insertStretch">insertStretch</a>() <li><a href="qboxlayout.html#insertWidget">insertWidget</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="qboxlayout.html#invalidate">invalidate</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqlayout.html#isEmpty">isEmpty</a>() <li><a href="ntqlayout.html#isEnabled">isEnabled</a>() <li><a href="ntqlayout.html#isTopLevel">isTopLevel</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqlayout.html#iterator">iterator</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="qlayoutitem.html#layout">layout</a>() <li><a href="ntqlayout.html#mainWidget">mainWidget</a>() <li><a href="ntqlayout.html#margin">margin</a>() <li><a href="qboxlayout.html#maximumSize">maximumSize</a>() <li><a href="ntqlayout.html#menuBar">menuBar</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="qboxlayout.html#minimumSize">minimumSize</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqlayout.html#remove">remove</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqlayout.html#removeItem">removeItem</a>() <li><a href="ntqlayout.html#resizeMode">resizeMode</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qlayoutitem.html#setAlignment">setAlignment</a>() <li><a href="ntqlayout.html#setAutoAdd">setAutoAdd</a>() <li><a href="qboxlayout.html#setDirection">setDirection</a>() @@ -117,21 +117,21 @@ body { background: #ffffff; color: black; } <li><a href="qboxlayout.html#setGeometry">setGeometry</a>() <li><a href="ntqlayout.html#setMargin">setMargin</a>() <li><a href="ntqlayout.html#setMenuBar">setMenuBar</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqlayout.html#setResizeMode">setResizeMode</a>() <li><a href="ntqlayout.html#setSpacing">setSpacing</a>() <li><a href="qboxlayout.html#setStretchFactor">setStretchFactor</a>() <li><a href="ntqlayout.html#setSupportsMargin">setSupportsMargin</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="qboxlayout.html#sizeHint">sizeHint</a>() <li><a href="qlayoutitem.html#spacerItem">spacerItem</a>() <li><a href="ntqlayout.html#spacing">spacing</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqlayout.html#supportsMargin">supportsMargin</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="qlayoutitem.html#widget">widget</a>() </ul> <!-- eof --> diff --git a/doc/html/qhbuttongroup-members.html b/doc/html/qhbuttongroup-members.html index d97c4683d..83d331834 100644 --- a/doc/html/qhbuttongroup-members.html +++ b/doc/html/qhbuttongroup-members.html @@ -48,16 +48,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -68,21 +68,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgroupbox.html#columns">columns</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqbuttongroup.html#count">count</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -90,15 +90,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqbuttongroup.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -132,7 +132,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() @@ -140,13 +140,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#inherits">inherits</a>() <li><a href="ntqbuttongroup.html#insert">insert</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqgroupbox.html#insideMargin">insideMargin</a>() <li><a href="ntqgroupbox.html#insideSpacing">insideSpacing</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqgroupbox.html#isCheckable">isCheckable</a>() <li><a href="ntqgroupbox.html#isChecked">isChecked</a>() @@ -173,12 +173,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -194,7 +194,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -210,9 +210,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() <li><a href="ntqbuttongroup.html#moveFocus">moveFocus</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqgroupbox.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -224,13 +224,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqbuttongroup.html#pressed">pressed</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -239,8 +239,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqbuttongroup.html#released">released</a>() <li><a href="ntqbuttongroup.html#remove">remove</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -249,7 +249,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="ntqbuttongroup.html#selected">selected</a>() <li><a href="ntqbuttongroup.html#selectedId">selectedId</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqgroupbox.html#setAlignment">setAlignment</a>() @@ -303,13 +303,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqgroupbox.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -327,23 +327,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqgroupbox.html#title">title</a>() <li><a href="ntqgroupbox.html#toggled">toggled</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qheader-members.html b/doc/html/qheader-members.html index 733d71e05..bcc785bc2 100644 --- a/doc/html/qheader-members.html +++ b/doc/html/qheader-members.html @@ -48,19 +48,19 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqheader.html#cellAt">cellAt</a>() <li><a href="ntqheader.html#cellPos">cellPos</a>() <li><a href="ntqheader.html#cellSize">cellSize</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -70,34 +70,34 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqheader.html#count">count</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -126,7 +126,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqheader.html#iconSet">iconSet</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() @@ -135,10 +135,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqheader.html#indexChange">indexChange</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqheader.html#isClickEnabled">isClickEnabled</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() @@ -164,12 +164,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqheader.html#label">label</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() @@ -188,7 +188,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -205,9 +205,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() <li><a href="ntqheader.html#moveSection">moveSection</a>() <li><a href="ntqheader.html#moved">moved</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqheader.html#offset">offset</a>() <li><a href="ntqheader.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() @@ -222,13 +222,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqheader.html#pressed">pressed</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -236,8 +236,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqheader.html#released">released</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqheader.html#removeLabel">removeLabel</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() @@ -253,7 +253,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqheader.html#sectionPos">sectionPos</a>() <li><a href="ntqheader.html#sectionRect">sectionRect</a>() <li><a href="ntqheader.html#sectionSize">sectionSize</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -294,14 +294,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="ntqheader.html#setMovingEnabled">setMovingEnabled</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqheader.html#setOffset">setOffset</a>() <li><a href="ntqheader.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqheader.html#setResizeEnabled">setResizeEnabled</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -321,7 +321,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqheader.html#sizeChange">sizeChange</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() @@ -330,15 +330,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqheader.html#sortIndicatorOrder">sortIndicatorOrder</a>() <li><a href="ntqheader.html#sortIndicatorSection">sortIndicatorSection</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqheader.html#tracking">tracking</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() diff --git a/doc/html/qhgroupbox-members.html b/doc/html/qhgroupbox-members.html index b6940655c..245d37436 100644 --- a/doc/html/qhgroupbox-members.html +++ b/doc/html/qhgroupbox-members.html @@ -48,16 +48,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -67,20 +67,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgroupbox.html#columns">columns</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -88,15 +88,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -130,19 +130,19 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqgroupbox.html#insideMargin">insideMargin</a>() <li><a href="ntqgroupbox.html#insideSpacing">insideSpacing</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqgroupbox.html#isCheckable">isCheckable</a>() <li><a href="ntqgroupbox.html#isChecked">isChecked</a>() @@ -167,12 +167,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -188,7 +188,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -203,9 +203,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqgroupbox.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -217,27 +217,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqgroupbox.html#setAlignment">setAlignment</a>() @@ -289,13 +289,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqgroupbox.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -312,23 +312,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqgroupbox.html#title">title</a>() <li><a href="ntqgroupbox.html#toggled">toggled</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qhttp-h.html b/doc/html/qhttp-h.html index 2a814c552..9d98e9017 100644 --- a/doc/html/qhttp-h.html +++ b/doc/html/qhttp-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQHTTP_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqnetworkprotocol.h" #include "ntqstringlist.h" #endif // QT_H diff --git a/doc/html/qhttp-members.html b/doc/html/qhttp-members.html index 68da3c1d8..8b62cbbd8 100644 --- a/doc/html/qhttp-members.html +++ b/doc/html/qhttp-members.html @@ -40,62 +40,62 @@ body { background: #ffffff; color: black; } <li><a href="ntqhttp.html#abort">abort</a>() <li><a href="ntqnetworkprotocol.html#addOperation">addOperation</a>() <li><a href="ntqnetworkprotocol.html#autoDelete">autoDelete</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqhttp.html#bytesAvailable">bytesAvailable</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="ntqnetworkprotocol.html#checkConnection">checkConnection</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#child">child</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqnetworkprotocol.html#clearOperationQueue">clearOperationQueue</a>() <li><a href="ntqhttp.html#clearPendingRequests">clearPendingRequests</a>() <li><a href="ntqhttp.html#closeConnection">closeConnection</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqnetworkprotocol.html#connectionStateChanged">connectionStateChanged</a>() <li><a href="ntqnetworkprotocol.html#createdDirectory">createdDirectory</a>() <li><a href="ntqhttp.html#currentDestinationDevice">currentDestinationDevice</a>() <li><a href="ntqhttp.html#currentId">currentId</a>() <li><a href="ntqhttp.html#currentRequest">currentRequest</a>() <li><a href="ntqhttp.html#currentSourceDevice">currentSourceDevice</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqnetworkprotocol.html#data">data</a>() <li><a href="ntqhttp.html#dataReadProgress">dataReadProgress</a>() <li><a href="ntqhttp.html#dataSendProgress">dataSendProgress</a>() <li><a href="ntqnetworkprotocol.html#dataTransferProgress">dataTransferProgress</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqhttp.html#done">done</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqhttp.html#error">error</a>() <li><a href="ntqhttp.html#errorString">errorString</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqnetworkprotocol.html#finished">finished</a>() <li><a href="ntqhttp.html#get">get</a>() <li><a href="ntqnetworkprotocol.html#getNetworkProtocol">getNetworkProtocol</a>() <li><a href="ntqnetworkprotocol.html#hasOnlyLocalFileSystem">hasOnlyLocalFileSystem</a>() <li><a href="ntqhttp.html#hasPendingRequests">hasPendingRequests</a>() <li><a href="ntqhttp.html#head">head</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqnetworkprotocol.html#itemChanged">itemChanged</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="ntqnetworkprotocol.html#newChild">newChild</a>() <li><a href="ntqnetworkprotocol.html#newChildren">newChildren</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqnetworkprotocol.html#operationGet">operationGet</a>() <li><a href="ntqnetworkprotocol.html#operationInProgress">operationInProgress</a>() <li><a href="ntqnetworkprotocol.html#operationListChildren">operationListChildren</a>() @@ -103,37 +103,37 @@ body { background: #ffffff; color: black; } <li><a href="ntqnetworkprotocol.html#operationPut">operationPut</a>() <li><a href="ntqnetworkprotocol.html#operationRemove">operationRemove</a>() <li><a href="ntqnetworkprotocol.html#operationRename">operationRename</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqhttp.html#post">post</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqhttp.html#readAll">readAll</a>() <li><a href="ntqhttp.html#readBlock">readBlock</a>() <li><a href="ntqhttp.html#readyRead">readyRead</a>() <li><a href="ntqnetworkprotocol.html#registerNetworkProtocol">registerNetworkProtocol</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqnetworkprotocol.html#removed">removed</a>() <li><a href="ntqhttp.html#request">request</a>() <li><a href="ntqhttp.html#requestFinished">requestFinished</a>() <li><a href="ntqhttp.html#requestStarted">requestStarted</a>() <li><a href="ntqhttp.html#responseHeaderReceived">responseHeaderReceived</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqnetworkprotocol.html#setAutoDelete">setAutoDelete</a>() <li><a href="ntqhttp.html#setHost">setHost</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqnetworkprotocol.html#setUrl">setUrl</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqnetworkprotocol.html#start">start</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqhttp.html#state">state</a>() <li><a href="ntqhttp.html#stateChanged">stateChanged</a>() <li><a href="ntqnetworkprotocol.html#stop">stop</a>() <li><a href="ntqnetworkprotocol.html#supportedOperations">supportedOperations</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqnetworkprotocol.html#url">url</a>() </ul> <!-- eof --> diff --git a/doc/html/qicondrag-members.html b/doc/html/qicondrag-members.html index 66bc75e21..ed40269f3 100644 --- a/doc/html/qicondrag-members.html +++ b/doc/html/qicondrag-members.html @@ -38,62 +38,62 @@ body { background: #ffffff; color: black; } <li><a href="qicondrag.html#TQIconDrag">TQIconDrag</a>() <li><a href="qicondrag.html#~TQIconDrag">~TQIconDrag</a>() <li><a href="qicondrag.html#append">append</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="qicondrag.html#canDecode">canDecode</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="ntqdragobject.html#drag">drag</a>() <li><a href="ntqdragobject.html#dragCopy">dragCopy</a>() <li><a href="ntqdragobject.html#dragLink">dragLink</a>() <li><a href="ntqdragobject.html#dragMove">dragMove</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qicondrag.html#encodedData">encodedData</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qmimesource.html#format">format</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqdragobject.html#pixmap">pixmap</a>() <li><a href="ntqdragobject.html#pixmapHotSpot">pixmapHotSpot</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="qmimesource.html#provides">provides</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qmimesource.html#serialNumber">serialNumber</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdragobject.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqdragobject.html#source">source</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqdragobject.html#target">target</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qiconset-h.html b/doc/html/qiconset-h.html index 53944617c..f5f4c46a8 100644 --- a/doc/html/qiconset-h.html +++ b/doc/html/qiconset-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQICONSET_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqpixmap.h" #endif // QT_H diff --git a/doc/html/qiconview-members.html b/doc/html/qiconview-members.html index ff1c24930..7d6a2d660 100644 --- a/doc/html/qiconview-members.html +++ b/doc/html/qiconview-members.html @@ -51,21 +51,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqscrollview.html#center">center</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() <li><a href="ntqscrollview.html#childX">childX</a>() <li><a href="ntqscrollview.html#childY">childY</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqiconview.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -78,8 +78,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() <li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() @@ -106,13 +106,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqiconview.html#currentChanged">currentChanged</a>() <li><a href="ntqiconview.html#currentItem">currentItem</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqiconview.html#doAutoScroll">doAutoScroll</a>() <li><a href="ntqiconview.html#doubleClicked">doubleClicked</a>() <li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() @@ -128,8 +128,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() <li><a href="ntqiconview.html#dropped">dropped</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqiconview.html#emitSelectionChanged">emitSelectionChanged</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() @@ -182,7 +182,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</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>() @@ -193,13 +193,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqiconview.html#index">index</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqiconview.html#insertInGrid">insertInGrid</a>() <li><a href="ntqiconview.html#insertItem">insertItem</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="ntqiconview.html#invertSelection">invertSelection</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -224,7 +224,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqiconview.html#itemRenamed">itemRenamed</a>() <li><a href="ntqiconview.html#itemTextBackground">itemTextBackground</a>() <li><a href="ntqiconview.html#itemTextPos">itemTextPos</a>() @@ -232,8 +232,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqiconview.html#lastItem">lastItem</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() @@ -254,7 +254,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -273,9 +273,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#moveChild">moveChild</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() <li><a href="ntqiconview.html#moved">moved</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqiconview.html#onItem">onItem</a>() <li><a href="ntqiconview.html#onViewport">onViewport</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() @@ -288,13 +288,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqiconview.html#pressed">pressed</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -302,7 +302,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqscrollview.html#repaintContents">repaintContents</a>() <li><a href="ntqiconview.html#repaintItem">repaintItem</a>() @@ -323,7 +323,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqiconview.html#selectAll">selectAll</a>() <li><a href="ntqiconview.html#selectionChanged">selectionChanged</a>() <li><a href="ntqiconview.html#selectionMode">selectionMode</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqiconview.html#setArrangement">setArrangement</a>() @@ -383,12 +383,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqiconview.html#setResizeMode">setResizeMode</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="ntqiconview.html#setSelected">setSelected</a>() @@ -417,7 +417,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() <li><a href="ntqiconview.html#showToolTips">showToolTips</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() @@ -429,17 +429,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqiconview.html#spacing">spacing</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() <li><a href="ntqiconview.html#startDrag">startDrag</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqiconview.html#takeItem">takeItem</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qimagedrag-members.html b/doc/html/qimagedrag-members.html index 8a561dca2..91a8648f5 100644 --- a/doc/html/qimagedrag-members.html +++ b/doc/html/qimagedrag-members.html @@ -37,64 +37,64 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qimagedrag.html#TQImageDrag">TQImageDrag</a>() <li><a href="qimagedrag.html#~TQImageDrag">~TQImageDrag</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="qimagedrag.html#canDecode">canDecode</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="qimagedrag.html#decode">decode</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqdragobject.html#drag">drag</a>() <li><a href="ntqdragobject.html#dragCopy">dragCopy</a>() <li><a href="ntqdragobject.html#dragLink">dragLink</a>() <li><a href="ntqdragobject.html#dragMove">dragMove</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qmimesource.html#encodedData">encodedData</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qmimesource.html#format">format</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqdragobject.html#pixmap">pixmap</a>() <li><a href="ntqdragobject.html#pixmapHotSpot">pixmapHotSpot</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="qmimesource.html#provides">provides</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qmimesource.html#serialNumber">serialNumber</a>() <li><a href="qimagedrag.html#setImage">setImage</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdragobject.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqdragobject.html#source">source</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqdragobject.html#target">target</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qinputdialog-members.html b/doc/html/qinputdialog-members.html index f4e693433..aaf9ec159 100644 --- a/doc/html/qinputdialog-members.html +++ b/doc/html/qinputdialog-members.html @@ -45,16 +45,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -63,34 +63,34 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqdialog.html#done">done</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqdialog.html#exec">exec</a>() <li><a href="ntqdialog.html#extension">extension</a>() <li><a href="ntqwidget.html#find">find</a>() @@ -124,17 +124,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -157,12 +157,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -176,7 +176,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -190,9 +190,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdialog.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -204,12 +204,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -217,8 +217,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#reject">reject</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -226,7 +226,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqdialog.html#result">result</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -265,13 +265,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqdialog.html#setModal">setModal</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdialog.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdialog.html#setResult">setResult</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() @@ -290,21 +290,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qintvalidator-members.html b/doc/html/qintvalidator-members.html index 13dee571b..a39096d5a 100644 --- a/doc/html/qintvalidator-members.html +++ b/doc/html/qintvalidator-members.html @@ -37,54 +37,54 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qintvalidator.html#TQIntValidator">TQIntValidator</a>() <li><a href="qintvalidator.html#~TQIntValidator">~TQIntValidator</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="qintvalidator.html#bottom">bottom</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqvalidator.html#fixup">fixup</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qintvalidator.html#setBottom">setBottom</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="qintvalidator.html#setRange">setRange</a>() <li><a href="qintvalidator.html#setTop">setTop</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="qintvalidator.html#top">top</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="qintvalidator.html#validate">validate</a>() </ul> <!-- eof --> diff --git a/doc/html/qintvalidator.html b/doc/html/qintvalidator.html index aa1d6d60e..e9d64352d 100644 --- a/doc/html/qintvalidator.html +++ b/doc/html/qintvalidator.html @@ -101,12 +101,12 @@ or individually with <a href="#setBottom">setBottom</a>() and <a href="#setTop"> <p> <p>See also <a href="qdoublevalidator.html">TQDoubleValidator</a>, <a href="qregexpvalidator.html">TQRegExpValidator</a>, and <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQIntValidator"></a>TQIntValidator::TQIntValidator ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQIntValidator"></a>TQIntValidator::TQIntValidator ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a validator called <em>name</em> with parent <em>parent</em>, that accepts all integers. -<h3 class=fn><a name="TQIntValidator-2"></a>TQIntValidator::TQIntValidator ( int minimum, int maximum, <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQIntValidator-2"></a>TQIntValidator::TQIntValidator ( int minimum, int maximum, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a validator called <em>name</em> with parent <em>parent</em>, that accepts integers from <em>minimum</em> to <em>maximum</em> inclusive. diff --git a/doc/html/qkeyboard_qws-h.html b/doc/html/qkeyboard_qws-h.html index 86ab07795..03815e1af 100644 --- a/doc/html/qkeyboard_qws-h.html +++ b/doc/html/qkeyboard_qws-h.html @@ -76,7 +76,7 @@ body { background: #ffffff; color: black; } #define TQKEYBOARD_QWS_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_QWS_KEYBOARD diff --git a/doc/html/qlabel-members.html b/doc/html/qlabel-members.html index da6ddeae8..c205e86c5 100644 --- a/doc/html/qlabel-members.html +++ b/doc/html/qlabel-members.html @@ -48,17 +48,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqlabel.html#buddy">buddy</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqlabel.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -68,20 +68,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -89,15 +89,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -132,7 +132,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() @@ -140,10 +140,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqlabel.html#indent">indent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -165,12 +165,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -186,7 +186,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -202,9 +202,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() <li><a href="ntqlabel.html#movie">movie</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -215,29 +215,29 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqlabel.html#picture">picture</a>() <li><a href="ntqlabel.html#pixmap">pixmap</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqlabel.html#setAlignment">setAlignment</a>() @@ -286,7 +286,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="ntqlabel.html#setMovie">setMovie</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqlabel.html#setNum">setNum</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() @@ -294,7 +294,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="ntqlabel.html#setPicture">setPicture</a>() <li><a href="ntqlabel.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqlabel.html#setScaledContents">setScaledContents</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -313,23 +313,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqlabel.html#text">text</a>() <li><a href="ntqlabel.html#textFormat">textFormat</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qlayout-h.html b/doc/html/qlayout-h.html index 859d563cb..1927bb5bb 100644 --- a/doc/html/qlayout-h.html +++ b/doc/html/qlayout-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQLAYOUT_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqsizepolicy.h" #include "ntqwidget.h" #endif // QT_H diff --git a/doc/html/qlayout-members.html b/doc/html/qlayout-members.html index 093947b65..0933396d9 100644 --- a/doc/html/qlayout-members.html +++ b/doc/html/qlayout-members.html @@ -43,80 +43,80 @@ body { background: #ffffff; color: black; } <li><a href="qlayoutitem.html#alignment">alignment</a>() <li><a href="ntqlayout.html#alignmentRect">alignmentRect</a>() <li><a href="ntqlayout.html#autoAdd">autoAdd</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqlayout.html#deleteAllItems">deleteAllItems</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqlayout.html#expanding">expanding</a>() <li><a href="qlayoutitem.html#geometry">geometry</a>() <li><a href="qlayoutitem.html#hasHeightForWidth">hasHeightForWidth</a>() <li><a href="qlayoutitem.html#heightForWidth">heightForWidth</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="ntqlayout.html#invalidate">invalidate</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqlayout.html#isEmpty">isEmpty</a>() <li><a href="ntqlayout.html#isEnabled">isEnabled</a>() <li><a href="ntqlayout.html#isTopLevel">isTopLevel</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqlayout.html#iterator">iterator</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="qlayoutitem.html#layout">layout</a>() <li><a href="ntqlayout.html#mainWidget">mainWidget</a>() <li><a href="ntqlayout.html#margin">margin</a>() <li><a href="ntqlayout.html#maximumSize">maximumSize</a>() <li><a href="ntqlayout.html#menuBar">menuBar</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqlayout.html#minimumSize">minimumSize</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqlayout.html#remove">remove</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqlayout.html#removeItem">removeItem</a>() <li><a href="ntqlayout.html#resizeMode">resizeMode</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qlayoutitem.html#setAlignment">setAlignment</a>() <li><a href="ntqlayout.html#setAutoAdd">setAutoAdd</a>() <li><a href="ntqlayout.html#setEnabled">setEnabled</a>() <li><a href="ntqlayout.html#setGeometry">setGeometry</a>() <li><a href="ntqlayout.html#setMargin">setMargin</a>() <li><a href="ntqlayout.html#setMenuBar">setMenuBar</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqlayout.html#setResizeMode">setResizeMode</a>() <li><a href="ntqlayout.html#setSpacing">setSpacing</a>() <li><a href="ntqlayout.html#setSupportsMargin">setSupportsMargin</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="qlayoutitem.html#sizeHint">sizeHint</a>() <li><a href="qlayoutitem.html#spacerItem">spacerItem</a>() <li><a href="ntqlayout.html#spacing">spacing</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqlayout.html#supportsMargin">supportsMargin</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="qlayoutitem.html#widget">widget</a>() </ul> <!-- eof --> diff --git a/doc/html/qlcdnumber-members.html b/doc/html/qlcdnumber-members.html index 7b6e4faff..fdf196e47 100644 --- a/doc/html/qlcdnumber-members.html +++ b/doc/html/qlcdnumber-members.html @@ -46,17 +46,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="ntqlcdnumber.html#checkOverflow">checkOverflow</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -65,20 +65,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqlcdnumber.html#display">display</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() @@ -87,15 +87,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -129,18 +129,18 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="ntqlcdnumber.html#intValue">intValue</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -162,12 +162,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -183,7 +183,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -199,10 +199,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="ntqlcdnumber.html#numDigits">numDigits</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqlcdnumber.html#overflow">overflow</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -214,20 +214,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -235,7 +235,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="ntqlcdnumber.html#segmentStyle">segmentStyle</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -283,14 +283,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqlcdnumber.html#setMode">setMode</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqlcdnumber.html#setNumDigits">setNumDigits</a>() <li><a href="ntqlcdnumber.html#setOctMode">setOctMode</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqlcdnumber.html#setSegmentStyle">setSegmentStyle</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -308,22 +308,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqlcdnumber.html#smallDecimalPoint">smallDecimalPoint</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qlineedit-members.html b/doc/html/qlineedit-members.html index 30bf4f68c..824c38826 100644 --- a/doc/html/qlineedit-members.html +++ b/doc/html/qlineedit-members.html @@ -48,17 +48,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqlineedit.html#backspace">backspace</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqlineedit.html#characterAt">characterAt</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqlineedit.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -70,8 +70,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() @@ -84,16 +84,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqlineedit.html#cursorPosition">cursorPosition</a>() <li><a href="ntqlineedit.html#cursorWordBackward">cursorWordBackward</a>() <li><a href="ntqlineedit.html#cursorWordForward">cursorWordForward</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="ntqlineedit.html#cut">cut</a>() <li><a href="ntqlineedit.html#del">del</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqlineedit.html#deselect">deselect</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqlineedit.html#displayText">displayText</a>() <li><a href="ntqlineedit.html#dragEnabled">dragEnabled</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() @@ -103,8 +103,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqlineedit.html#echoMode">echoMode</a>() <li><a href="ntqlineedit.html#edited">edited</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() @@ -114,7 +114,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -152,7 +152,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqlineedit.html#home">home</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() @@ -160,12 +160,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#inherits">inherits</a>() <li><a href="ntqlineedit.html#inputMask">inputMask</a>() <li><a href="ntqlineedit.html#insert">insert</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -191,12 +191,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqlineedit.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -214,7 +214,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -229,9 +229,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -242,13 +242,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqlineedit.html#paste">paste</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -256,8 +256,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqlineedit.html#redo">redo</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -269,7 +269,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqlineedit.html#selectedText">selectedText</a>() <li><a href="ntqlineedit.html#selectionChanged">selectionChanged</a>() <li><a href="ntqlineedit.html#selectionStart">selectionStart</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqlineedit.html#setAlignment">setAlignment</a>() @@ -321,12 +321,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqlineedit.html#setReadOnly">setReadOnly</a>() <li><a href="ntqlineedit.html#setSelection">setSelection</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() @@ -346,23 +346,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqlineedit.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqlineedit.html#text">text</a>() <li><a href="ntqlineedit.html#textChanged">textChanged</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqlineedit.html#undo">undo</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() diff --git a/doc/html/qlistbox-members.html b/doc/html/qlistbox-members.html index 78e504e7b..034abc97f 100644 --- a/doc/html/qlistbox-members.html +++ b/doc/html/qlistbox-members.html @@ -49,7 +49,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="ntqlistbox.html#bottomScrollBar">bottomScrollBar</a>() <li><a href="ntqwidget.html#caption">caption</a>() @@ -58,17 +58,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#center">center</a>() <li><a href="ntqlistbox.html#centerCurrentItem">centerCurrentItem</a>() <li><a href="ntqlistbox.html#changeItem">changeItem</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() <li><a href="ntqscrollview.html#childX">childX</a>() <li><a href="ntqscrollview.html#childY">childY</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqlistbox.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -82,8 +82,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqlistbox.html#columnMode">columnMode</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() <li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() @@ -111,13 +111,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistbox.html#currentItem">currentItem</a>() <li><a href="ntqlistbox.html#currentText">currentText</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqlistbox.html#doLayout">doLayout</a>() <li><a href="ntqlistbox.html#doubleClicked">doubleClicked</a>() <li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() @@ -129,8 +129,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqlistbox.html#ensureCurrentVisible">ensureCurrentVisible</a>() @@ -178,7 +178,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqlistbox.html#highlighted">highlighted</a>() <li><a href="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() <li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() @@ -191,14 +191,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqlistbox.html#inSort">inSort</a>() <li><a href="ntqlistbox.html#index">index</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqlistbox.html#insertItem">insertItem</a>() <li><a href="ntqlistbox.html#insertStrList">insertStrList</a>() <li><a href="ntqlistbox.html#insertStringList">insertStringList</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="ntqlistbox.html#invertSelection">invertSelection</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -225,7 +225,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqlistbox.html#item">item</a>() <li><a href="ntqlistbox.html#itemAt">itemAt</a>() <li><a href="ntqlistbox.html#itemHeight">itemHeight</a>() @@ -235,8 +235,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() @@ -254,7 +254,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -272,13 +272,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqscrollview.html#moveChild">moveChild</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="ntqlistbox.html#numCols">numCols</a>() <li><a href="ntqlistbox.html#numColumns">numColumns</a>() <li><a href="ntqlistbox.html#numItemsVisible">numItemsVisible</a>() <li><a href="ntqlistbox.html#numRows">numRows</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqlistbox.html#onItem">onItem</a>() <li><a href="ntqlistbox.html#onViewport">onViewport</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() @@ -292,14 +292,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqlistbox.html#pixmap">pixmap</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqlistbox.html#pressed">pressed</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -307,7 +307,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqlistbox.html#removeItem">removeItem</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqscrollview.html#repaintContents">repaintContents</a>() @@ -330,7 +330,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistbox.html#selectedItem">selectedItem</a>() <li><a href="ntqlistbox.html#selectionChanged">selectionChanged</a>() <li><a href="ntqlistbox.html#selectionMode">selectionMode</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqlistbox.html#setAutoBottomScrollBar">setAutoBottomScrollBar</a>() @@ -387,12 +387,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="ntqlistbox.html#setMultiSelection">setMultiSelection</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="ntqlistbox.html#setRowMode">setRowMode</a>() <li><a href="ntqlistbox.html#setScrollBar">setScrollBar</a>() @@ -420,29 +420,29 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqlistbox.html#sort">sort</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqlistbox.html#takeItem">takeItem</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqlistbox.html#text">text</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqlistbox.html#toggleCurrentItem">toggleCurrentItem</a>() <li><a href="ntqlistbox.html#topItem">topItem</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() <li><a href="ntqlistbox.html#totalHeight">totalHeight</a>() <li><a href="ntqlistbox.html#totalWidth">totalWidth</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqlistbox.html#triggerUpdate">triggerUpdate</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() diff --git a/doc/html/qlistview-members.html b/doc/html/qlistview-members.html index 76807ba3e..b0e7bd6e1 100644 --- a/doc/html/qlistview-members.html +++ b/doc/html/qlistview-members.html @@ -50,22 +50,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqscrollview.html#center">center</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() <li><a href="ntqlistview.html#childCount">childCount</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() <li><a href="ntqscrollview.html#childX">childX</a>() <li><a href="ntqscrollview.html#childY">childY</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqlistview.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -84,8 +84,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistview.html#columnWidth">columnWidth</a>() <li><a href="ntqlistview.html#columnWidthMode">columnWidthMode</a>() <li><a href="ntqlistview.html#columns">columns</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() <li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() @@ -111,14 +111,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistview.html#currentChanged">currentChanged</a>() <li><a href="ntqlistview.html#currentItem">currentItem</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="ntqlistview.html#defaultRenameAction">defaultRenameAction</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqlistview.html#doAutoScroll">doAutoScroll</a>() <li><a href="ntqlistview.html#doubleClicked">doubleClicked</a>() <li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() @@ -132,8 +132,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() <li><a href="ntqlistview.html#dropped">dropped</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqlistview.html#ensureItemVisible">ensureItemVisible</a>() @@ -184,7 +184,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqlistview.html#hideColumn">hideColumn</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</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>() @@ -194,12 +194,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqlistview.html#insertItem">insertItem</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="ntqlistview.html#invertSelection">invertSelection</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -227,7 +227,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqlistview.html#itemAt">itemAt</a>() <li><a href="ntqlistview.html#itemMargin">itemMargin</a>() <li><a href="ntqlistview.html#itemPos">itemPos</a>() @@ -236,8 +236,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqlistview.html#lastItem">lastItem</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() @@ -255,7 +255,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -273,9 +273,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqscrollview.html#moveChild">moveChild</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqlistview.html#onItem">onItem</a>() <li><a href="ntqlistview.html#onViewport">onViewport</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() @@ -289,13 +289,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqlistview.html#pressed">pressed</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -304,7 +304,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() <li><a href="ntqlistview.html#removeColumn">removeColumn</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqlistview.html#removeItem">removeItem</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqscrollview.html#repaintContents">repaintContents</a>() @@ -327,7 +327,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistview.html#selectedItem">selectedItem</a>() <li><a href="ntqlistview.html#selectionChanged">selectionChanged</a>() <li><a href="ntqlistview.html#selectionMode">selectionMode</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>() @@ -386,13 +386,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="ntqlistview.html#setMultiSelection">setMultiSelection</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqlistview.html#setOpen">setOpen</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqlistview.html#setResizeMode">setResizeMode</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="ntqlistview.html#setRootIsDecorated">setRootIsDecorated</a>() @@ -426,7 +426,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showNormal">showNormal</a>() <li><a href="ntqlistview.html#showSortIndicator">showSortIndicator</a>() <li><a href="ntqlistview.html#showToolTips">showToolTips</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() @@ -437,17 +437,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqlistview.html#spacePressed">spacePressed</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() <li><a href="ntqlistview.html#startDrag">startDrag</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqlistview.html#takeItem">takeItem</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqlistview.html#treeStepSize">treeStepSize</a>() <li><a href="ntqlistview.html#triggerUpdate">triggerUpdate</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() diff --git a/doc/html/qlistviewitem.html b/doc/html/qlistviewitem.html index 82b699235..5b9252a0f 100644 --- a/doc/html/qlistviewitem.html +++ b/doc/html/qlistviewitem.html @@ -147,7 +147,7 @@ you can get a pointer to any TQListViewItem in a <a href="ntqlistview.html">TQLi <a href="ntqlistview.html#firstChild">TQListView::firstChild</a>(), <a href="ntqlistview.html#lastItem">TQListView::lastItem</a>() and <a href="ntqlistview.html#findItem">TQListView::findItem</a>(). <p> If you call <tt>delete</tt> on a list view item, it will be deleted as -expected, and as usual for <a href="ntqobject.html">TQObject</a>s, if it has any child items +expected, and as usual for <a href="tqobject.html">TQObject</a>s, if it has any child items (to any depth), all these will be deleted too. <p> <a href="qchecklistitem.html">TQCheckListItem</a>s are list view items that have a checkbox or radio button and can be used in place of plain TQListViewItems. diff --git a/doc/html/qlocalfs-members.html b/doc/html/qlocalfs-members.html index 5c1706a4d..175c2ce8a 100644 --- a/doc/html/qlocalfs-members.html +++ b/doc/html/qlocalfs-members.html @@ -38,47 +38,47 @@ body { background: #ffffff; color: black; } <li><a href="ntqlocalfs.html#TQLocalFs">TQLocalFs</a>() <li><a href="ntqnetworkprotocol.html#addOperation">addOperation</a>() <li><a href="ntqnetworkprotocol.html#autoDelete">autoDelete</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="ntqnetworkprotocol.html#checkConnection">checkConnection</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#child">child</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqnetworkprotocol.html#clearOperationQueue">clearOperationQueue</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqnetworkprotocol.html#connectionStateChanged">connectionStateChanged</a>() <li><a href="ntqnetworkprotocol.html#createdDirectory">createdDirectory</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqnetworkprotocol.html#data">data</a>() <li><a href="ntqnetworkprotocol.html#dataTransferProgress">dataTransferProgress</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqnetworkprotocol.html#finished">finished</a>() <li><a href="ntqnetworkprotocol.html#getNetworkProtocol">getNetworkProtocol</a>() <li><a href="ntqnetworkprotocol.html#hasOnlyLocalFileSystem">hasOnlyLocalFileSystem</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqnetworkprotocol.html#itemChanged">itemChanged</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="ntqnetworkprotocol.html#newChild">newChild</a>() <li><a href="ntqnetworkprotocol.html#newChildren">newChildren</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqnetworkprotocol.html#operationGet">operationGet</a>() <li><a href="ntqnetworkprotocol.html#operationInProgress">operationInProgress</a>() <li><a href="ntqnetworkprotocol.html#operationListChildren">operationListChildren</a>() @@ -86,26 +86,26 @@ body { background: #ffffff; color: black; } <li><a href="ntqnetworkprotocol.html#operationPut">operationPut</a>() <li><a href="ntqnetworkprotocol.html#operationRemove">operationRemove</a>() <li><a href="ntqnetworkprotocol.html#operationRename">operationRename</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqnetworkprotocol.html#registerNetworkProtocol">registerNetworkProtocol</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqnetworkprotocol.html#removed">removed</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqnetworkprotocol.html#setAutoDelete">setAutoDelete</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqnetworkprotocol.html#setUrl">setUrl</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqnetworkprotocol.html#start">start</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqnetworkprotocol.html#stop">stop</a>() <li><a href="ntqnetworkprotocol.html#supportedOperations">supportedOperations</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqnetworkprotocol.html#url">url</a>() </ul> <!-- eof --> diff --git a/doc/html/qmacstyle-members.html b/doc/html/qmacstyle-members.html index 19c8f0ecc..3ad4f1f05 100644 --- a/doc/html/qmacstyle-members.html +++ b/doc/html/qmacstyle-members.html @@ -37,70 +37,70 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qmacstyle.html#TQMacStyle">TQMacStyle</a>() <li><a href="qmacstyle.html#~TQMacStyle">~TQMacStyle</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqstyle.html#defaultFrameWidth">defaultFrameWidth</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>() <li><a href="ntqstyle.html#drawComplexControlMask">drawComplexControlMask</a>() <li><a href="ntqstyle.html#drawControl">drawControl</a>() <li><a href="ntqstyle.html#drawControlMask">drawControlMask</a>() <li><a href="ntqstyle.html#drawItem">drawItem</a>() <li><a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qmacstyle.html#focusRectPolicy">focusRectPolicy</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqstyle.html#itemRect">itemRect</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqstyle.html#pixelMetric">pixelMetric</a>() <li><a href="ntqstyle.html#polish">polish</a>() <li><a href="ntqstyle.html#polishPopupMenu">polishPopupMenu</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqstyle.html#querySubControl">querySubControl</a>() <li><a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqstyle.html#scrollBarExtent">scrollBarExtent</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qmacstyle.html#setFocusRectPolicy">setFocusRectPolicy</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="qmacstyle.html#setWidgetSizePolicy">setWidgetSizePolicy</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqstyle.html#sizeFromContents">sizeFromContents</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqstyle.html#styleHint">styleHint</a>() <li><a href="ntqstyle.html#stylePixmap">stylePixmap</a>() <li><a href="ntqstyle.html#subRect">subRect</a>() <li><a href="ntqstyle.html#tabbarMetrics">tabbarMetrics</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqstyle.html#unPolish">unPolish</a>() <li><a href="ntqstyle.html#visualRect">visualRect</a>() <li><a href="qmacstyle.html#widgetSizePolicy">widgetSizePolicy</a>() diff --git a/doc/html/qmag-example.html b/doc/html/qmag-example.html index 29b97de49..475290a05 100644 --- a/doc/html/qmag-example.html +++ b/doc/html/qmag-example.html @@ -135,12 +135,12 @@ static const int timer[] = { zoom = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, this ); <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(zoom); <a name="x1773"></a> zoom-><a href="ntqcombobox.html#insertStrList">insertStrList</a>( zoomfactors, 9 ); -<a name="x1772"></a> <a href="ntqobject.html#connect">connect</a>( zoom, TQ_SIGNAL(<a href="ntqcombobox.html#activated">activated</a>(int)), TQ_SLOT(setZoom(int)) ); +<a name="x1772"></a> <a href="tqobject.html#connect">connect</a>( zoom, TQ_SIGNAL(<a href="ntqcombobox.html#activated">activated</a>(int)), TQ_SLOT(setZoom(int)) ); refresh = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, this ); <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(refresh); refresh-><a href="ntqcombobox.html#insertStrList">insertStrList</a>( refreshrates, 9 ); - <a href="ntqobject.html#connect">connect</a>( refresh, TQ_SIGNAL(<a href="ntqcombobox.html#activated">activated</a>(int)), TQ_SLOT(setRefresh(int)) ); + <a href="tqobject.html#connect">connect</a>( refresh, TQ_SIGNAL(<a href="ntqcombobox.html#activated">activated</a>(int)), TQ_SLOT(setRefresh(int)) ); for( n=0; n<9; n++) { <a name="x1797"></a> int w2 = zoom-><a href="ntqwidget.html#fontMetrics">fontMetrics</a>().width( zoomfactors[n] ); @@ -158,7 +158,7 @@ static const int timer[] = { saveButton = new <a href="ntqpushbutton.html">TQPushButton</a>( this ); <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(saveButton); - <a href="ntqobject.html#connect">connect</a>( saveButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(save()) ); + <a href="tqobject.html#connect">connect</a>( saveButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(save()) ); <a name="x1771"></a> saveButton-><a href="ntqbutton.html#setText">setText</a>( "Save" ); <a name="x1788"></a> saveButton-><a href="ntqwidget.html#setGeometry">setGeometry</a>( x+w+30+2, 2, 10+saveButton-><a href="ntqwidget.html#fontMetrics">fontMetrics</a>().width("Save"), 20 ); @@ -166,14 +166,14 @@ static const int timer[] = { multiSaveButton = new <a href="ntqpushbutton.html">TQPushButton</a>( this ); <a name="x1790"></a> multiSaveButton-><a href="ntqpushbutton.html#setToggleButton">setToggleButton</a>(TRUE); <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(multiSaveButton); - <a href="ntqobject.html#connect">connect</a>( multiSaveButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(multiSave()) ); + <a href="tqobject.html#connect">connect</a>( multiSaveButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(multiSave()) ); multiSaveButton-><a href="ntqbutton.html#setText">setText</a>( "MultiSave" ); <a name="x1798"></a> multiSaveButton-><a href="ntqwidget.html#setGeometry">setGeometry</a>( saveButton-><a href="ntqwidget.html#geometry">geometry</a>().right() + 2, 2, 10+multiSaveButton-><a href="ntqwidget.html#fontMetrics">fontMetrics</a>().width("MultiSave"), 20 ); quitButton = new <a href="ntqpushbutton.html">TQPushButton</a>( this ); <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(quitButton); - <a href="ntqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <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>()) ); quitButton-><a href="ntqbutton.html#setText">setText</a>( "Quit" ); quitButton-><a href="ntqwidget.html#setGeometry">setGeometry</a>( multiSaveButton-><a href="ntqwidget.html#geometry">geometry</a>().right() + 2, 2, 10+quitButton-><a href="ntqwidget.html#fontMetrics">fontMetrics</a>().width("Quit"), 20 ); @@ -224,21 +224,21 @@ void <a name="f485"></a>MagWidget::setZoom( int index ) void <a name="f486"></a>MagWidget::setRefresh( int index ) { r = index; - <a href="ntqobject.html#killTimers">killTimers</a>(); + <a href="tqobject.html#killTimers">killTimers</a>(); if (index && !grabbing) - <a href="ntqobject.html#startTimer">startTimer</a>( timer[r] ); + <a href="tqobject.html#startTimer">startTimer</a>( timer[r] ); } void <a name="f487"></a>MagWidget::save() { <a name="x1785"></a> if ( !p.<a href="ntqpixmap.html#isNull">isNull</a>() ) { - <a href="ntqobject.html#killTimers">killTimers</a>(); + <a href="tqobject.html#killTimers">killTimers</a>(); <a name="x1775"></a> <a href="ntqstring.html">TQString</a> fn = TQFileDialog::<a href="ntqfiledialog.html#getSaveFileName">getSaveFileName</a>(); <a name="x1792"></a> if ( !fn.<a href="ntqstring.html#isEmpty">isEmpty</a>() ) <a name="x1786"></a> p.<a href="ntqpixmap.html#save">save</a>( fn, "BMP" ); if ( r ) - <a href="ntqobject.html#startTimer">startTimer</a>( timer[r] ); + <a href="tqobject.html#startTimer">startTimer</a>( timer[r] ); } } @@ -308,7 +308,7 @@ void <a name="f489"></a>MagWidget::grab() { if ( !grabbing ) { // prepare to grab... grabbing = TRUE; - <a href="ntqobject.html#killTimers">killTimers</a>(); + <a href="tqobject.html#killTimers">killTimers</a>(); <a href="ntqwidget.html#grabMouse">grabMouse</a>( crossCursor ); grabx = -1; graby = -1; @@ -360,7 +360,7 @@ void <a name="f490"></a>MagWidget::grabAround(TQPoint pos) } grab(); if ( r ) - <a href="ntqobject.html#startTimer">startTimer</a>( timer[r] ); + <a href="tqobject.html#startTimer">startTimer</a>( timer[r] ); } @@ -396,7 +396,7 @@ void <a name="f490"></a>MagWidget::grabAround(TQPoint pos) } -<a name="x1781"></a>void MagWidget::<a href="ntqobject.html#timerEvent">timerEvent</a>( <a href="qtimerevent.html">TQTimerEvent</a> * ) +<a name="x1781"></a>void MagWidget::<a href="tqobject.html#timerEvent">timerEvent</a>( <a href="qtimerevent.html">TQTimerEvent</a> * ) { grab(); /* diff --git a/doc/html/qmainwindow-members.html b/doc/html/qmainwindow-members.html index 5af96c642..3c7e9e6fe 100644 --- a/doc/html/qmainwindow-members.html +++ b/doc/html/qmainwindow-members.html @@ -49,18 +49,18 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqmainwindow.html#bottomDock">bottomDock</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqmainwindow.html#centralWidget">centralWidget</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() <li><a href="ntqmainwindow.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -69,21 +69,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqmainwindow.html#createDockWindowMenu">createDockWindowMenu</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="ntqmainwindow.html#customize">customize</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqmainwindow.html#dockWindowPositionChanged">dockWindowPositionChanged</a>() <li><a href="ntqmainwindow.html#dockWindows">dockWindows</a>() <li><a href="ntqmainwindow.html#dockWindowsMovable">dockWindowsMovable</a>() @@ -92,15 +92,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -130,17 +130,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqmainwindow.html#isCustomizable">isCustomizable</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() @@ -165,12 +165,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqmainwindow.html#leftDock">leftDock</a>() @@ -189,7 +189,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="ntqmainwindow.html#menuAboutToShow">menuAboutToShow</a>() <li><a href="ntqmainwindow.html#menuBar">menuBar</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -205,9 +205,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqmainwindow.html#moveDockWindow">moveDockWindow</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() <li><a href="ntqmainwindow.html#moveToolBar">moveToolBar</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqmainwindow.html#opaqueMoving">opaqueMoving</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -219,22 +219,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqmainwindow.html#pixmapSizeChanged">pixmapSizeChanged</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="ntqmainwindow.html#removeDockWindow">removeDockWindow</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqmainwindow.html#removeToolBar">removeToolBar</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() @@ -244,7 +244,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqmainwindow.html#rightDock">rightDock</a>() <li><a href="ntqmainwindow.html#rightJustification">rightJustification</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqmainwindow.html#setAppropriate">setAppropriate</a>() @@ -286,13 +286,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqmainwindow.html#setOpaqueMoving">setOpaqueMoving</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqmainwindow.html#setRightJustification">setRightJustification</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -314,27 +314,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqmainwindow.html#statusBar">statusBar</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqmainwindow.html#toolBarPositionChanged">toolBarPositionChanged</a>() <li><a href="ntqmainwindow.html#toolBars">toolBars</a>() <li><a href="ntqmainwindow.html#toolBarsMovable">toolBarsMovable</a>() <li><a href="ntqmainwindow.html#toolTipGroup">toolTipGroup</a>() <li><a href="ntqmainwindow.html#topDock">topDock</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qmake-manual-7.html b/doc/html/qmake-manual-7.html index eaa4d911f..ce9535774 100644 --- a/doc/html/qmake-manual-7.html +++ b/doc/html/qmake-manual-7.html @@ -124,9 +124,9 @@ body { background: #ffffff; color: black; } #endif </pre> <p><b>myobject.h</b></p> -<pre> #include <<a href="qobject-h.html">ntqobject.h</a>> +<pre> #include <<a href="tqobject-h.html">tqobject.h</a>> - class MyObject : public <a href="ntqobject.html">TQObject</a> + class MyObject : public <a href="tqobject.html">TQObject</a> { public: MyObject(); @@ -135,11 +135,11 @@ body { background: #ffffff; color: black; } </pre> <p><b>myobject.cpp</b></p> <pre> #include <iostream> - #include <<a href="qobject-h.html">ntqobject.h</a>> + #include <<a href="tqobject-h.html">tqobject.h</a>> #include "myobject.h" MyObject::MyObject() - : <a href="ntqobject.html">TQObject</a>() + : <a href="tqobject.html">TQObject</a>() { std::cout << "MyObject::MyObject()\n"; } diff --git a/doc/html/qmenubar-members.html b/doc/html/qmenubar-members.html index 3a495f081..f1fd3c8d3 100644 --- a/doc/html/qmenubar-members.html +++ b/doc/html/qmenubar-members.html @@ -49,17 +49,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqmenudata.html#changeItem">changeItem</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqmenudata.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -69,23 +69,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connect">connect</a>() <li><a href="ntqmenudata.html#connectItem">connectItem</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqmenudata.html#count">count</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="ntqmenudata.html#disconnectItem">disconnectItem</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -93,15 +93,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqmenudata.html#findItem">findItem</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() @@ -136,7 +136,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqmenubar.html#heightForWidth">heightForWidth</a>() <li><a href="ntqmenubar.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqmenubar.html#highlighted">highlighted</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqmenudata.html#iconSet">iconSet</a>() @@ -147,12 +147,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqmenudata.html#indexOf">indexOf</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqmenudata.html#insertItem">insertItem</a>() <li><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqmenubar.html#isDefaultUp">isDefaultUp</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() @@ -179,13 +179,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqmenudata.html#itemParameter">itemParameter</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -205,7 +205,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqmenudata.html#menuDelPopup">menuDelPopup</a>() <li><a href="ntqmenudata.html#menuInsPopup">menuInsPopup</a>() <li><a href="ntqmenubar.html#menuStateChanged">menuStateChanged</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -220,9 +220,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -233,21 +233,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqmenudata.html#pixmap">pixmap</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqmenudata.html#removeItem">removeItem</a>() <li><a href="ntqmenudata.html#removeItemAt">removeItemAt</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() @@ -256,7 +256,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqmenubar.html#separator">separator</a>() <li><a href="ntqmenudata.html#setAccel">setAccel</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() @@ -308,12 +308,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqmenubar.html#setSeparator">setSeparator</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -331,22 +331,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqmenudata.html#text">text</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qmessagebox-members.html b/doc/html/qmessagebox-members.html index 03af5d253..e83b726f1 100644 --- a/doc/html/qmessagebox-members.html +++ b/doc/html/qmessagebox-members.html @@ -49,17 +49,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqmessagebox.html#buttonText">buttonText</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -68,35 +68,35 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqmessagebox.html#critical">critical</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqdialog.html#done">done</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqdialog.html#exec">exec</a>() <li><a href="ntqdialog.html#extension">extension</a>() <li><a href="ntqwidget.html#find">find</a>() @@ -126,7 +126,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqmessagebox.html#icon">icon</a>() <li><a href="ntqmessagebox.html#iconPixmap">iconPixmap</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() @@ -135,10 +135,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqmessagebox.html#information">information</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -161,12 +161,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -181,7 +181,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="ntqmessagebox.html#message">message</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -195,9 +195,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdialog.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -209,13 +209,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="ntqmessagebox.html#query">query</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqmessagebox.html#question">question</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() @@ -224,8 +224,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#reject">reject</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -233,7 +233,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqdialog.html#result">result</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -274,13 +274,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqdialog.html#setModal">setModal</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdialog.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdialog.html#setResult">setResult</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() @@ -301,24 +301,24 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() <li><a href="ntqmessagebox.html#standardIcon">standardIcon</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqmessagebox.html#text">text</a>() <li><a href="ntqmessagebox.html#textFormat">textFormat</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qmetaproperty.html b/doc/html/qmetaproperty.html index 33b2ea28a..9f875554b 100644 --- a/doc/html/qmetaproperty.html +++ b/doc/html/qmetaproperty.html @@ -64,16 +64,16 @@ further information about a property's type. The conversion functions <a href="#keyToValue">keyToValue</a>(), <a href="#valueToKey">valueToKey</a>(), <a href="#keysToValue">keysToValue</a>() and <a href="#valueToKeys">valueToKeys</a>() allow conversion between the integer representation of an enumeration or set value and its literal representation. -<p> Actual property values are set and received through <a href="ntqobject.html">TQObject</a>'s set -and get functions. See <a href="ntqobject.html#setProperty">TQObject::setProperty</a>() and -<a href="ntqobject.html#property">TQObject::property</a>() for details. +<p> Actual property values are set and received through <a href="tqobject.html">TQObject</a>'s set +and get functions. See <a href="tqobject.html#setProperty">TQObject::setProperty</a>() and +<a href="tqobject.html#property">TQObject::property</a>() for details. <p> You receive meta property data through an object's <a href="metaobjects.html#meta-object">meta object</a>. See <a href="ntqmetaobject.html#property">TQMetaObject::property</a>() and <a href="ntqmetaobject.html#propertyNames">TQMetaObject::propertyNames</a>() for details. <p>See also <a href="objectmodel.html">Object Model</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn>bool <a name="designable"></a>TQMetaProperty::designable ( <a href="ntqobject.html">TQObject</a> * o = 0 ) const +<h3 class=fn>bool <a name="designable"></a>TQMetaProperty::designable ( <a href="tqobject.html">TQObject</a> * o = 0 ) const </h3> Returns TRUE if the property is designable for object <em>o</em>; otherwise returns FALSE. <p> If no object <em>o</em> is given, the function returns a static @@ -118,21 +118,21 @@ integer value. <p> Returns the name of the property. -<h3 class=fn>bool <a name="reset"></a>TQMetaProperty::reset ( <a href="ntqobject.html">TQObject</a> * o ) const +<h3 class=fn>bool <a name="reset"></a>TQMetaProperty::reset ( <a href="tqobject.html">TQObject</a> * o ) const </h3> Tries to reset the property for object <em>o</em> with a reset method. On success, returns TRUE; otherwise returns FALSE. <p> Reset methods are optional, usually only a few properties support them. -<h3 class=fn>bool <a name="scriptable"></a>TQMetaProperty::scriptable ( <a href="ntqobject.html">TQObject</a> * o = 0 ) const +<h3 class=fn>bool <a name="scriptable"></a>TQMetaProperty::scriptable ( <a href="tqobject.html">TQObject</a> * o = 0 ) const </h3> Returns TRUE if the property is scriptable for object <em>o</em>; otherwise returns FALSE. <p> If no object <em>o</em> is given, the function returns a static approximation. -<h3 class=fn>bool <a name="stored"></a>TQMetaProperty::stored ( <a href="ntqobject.html">TQObject</a> * o = 0 ) const +<h3 class=fn>bool <a name="stored"></a>TQMetaProperty::stored ( <a href="tqobject.html">TQObject</a> * o = 0 ) const </h3> Returns TRUE if the property shall be stored for object <em>o</em>; otherwise returns FALSE. diff --git a/doc/html/qmotif-members.html b/doc/html/qmotif-members.html index f5ee0d9c1..4560d66a9 100644 --- a/doc/html/qmotif-members.html +++ b/doc/html/qmotif-members.html @@ -42,58 +42,58 @@ body { background: #ffffff; color: black; } <li><a href="ntqeventloop.html#activateTimers">activateTimers</a>() <li><a href="qmotif.html#applicationContext">applicationContext</a>() <li><a href="ntqeventloop.html#awake">awake</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqeventloop.html#enterLoop">enterLoop</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqeventloop.html#exec">exec</a>() <li><a href="ntqeventloop.html#exit">exit</a>() <li><a href="ntqeventloop.html#exitLoop">exitLoop</a>() <li><a href="ntqeventloop.html#hasPendingEvents">hasPendingEvents</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqeventloop.html#loopLevel">loopLevel</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqeventloop.html#processEvents">processEvents</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqeventloop.html#registerSocketNotifier">registerSocketNotifier</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqeventloop.html#setSocketNotifierPending">setSocketNotifierPending</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqeventloop.html#timeToWait">timeToWait</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqeventloop.html#unregisterSocketNotifier">unregisterSocketNotifier</a>() <li><a href="ntqeventloop.html#wakeUp">wakeUp</a>() <li><a href="qmotif.html#x11Display">x11Display</a>() diff --git a/doc/html/qmotifdialog-members.html b/doc/html/qmotifdialog-members.html index a10273d4a..c652f58f0 100644 --- a/doc/html/qmotifdialog-members.html +++ b/doc/html/qmotifdialog-members.html @@ -48,16 +48,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -66,35 +66,35 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="qmotifdialog.html#dialog">dialog</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqdialog.html#done">done</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqdialog.html#exec">exec</a>() <li><a href="ntqdialog.html#extension">extension</a>() <li><a href="ntqwidget.html#find">find</a>() @@ -124,17 +124,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -157,12 +157,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -176,7 +176,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -190,9 +190,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdialog.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -204,12 +204,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -218,8 +218,8 @@ body { background: #ffffff; color: black; } <li><a href="qmotifdialog.html#rejectCallback">rejectCallback</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -227,7 +227,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqdialog.html#result">result</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -266,13 +266,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqdialog.html#setModal">setModal</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdialog.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdialog.html#setResult">setResult</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() @@ -292,21 +292,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qmotifplusstyle-members.html b/doc/html/qmotifplusstyle-members.html index 83c1b8b9b..cdb9a77bc 100644 --- a/doc/html/qmotifplusstyle-members.html +++ b/doc/html/qmotifplusstyle-members.html @@ -36,68 +36,68 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqmotifplusstyle.html#TQMotifPlusStyle">TQMotifPlusStyle</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqstyle.html#defaultFrameWidth">defaultFrameWidth</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>() <li><a href="ntqstyle.html#drawComplexControlMask">drawComplexControlMask</a>() <li><a href="ntqstyle.html#drawControl">drawControl</a>() <li><a href="ntqstyle.html#drawControlMask">drawControlMask</a>() <li><a href="ntqstyle.html#drawItem">drawItem</a>() <li><a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqstyle.html#itemRect">itemRect</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqstyle.html#pixelMetric">pixelMetric</a>() <li><a href="ntqstyle.html#polish">polish</a>() <li><a href="ntqstyle.html#polishPopupMenu">polishPopupMenu</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqstyle.html#querySubControl">querySubControl</a>() <li><a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqstyle.html#scrollBarExtent">scrollBarExtent</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqstyle.html#sizeFromContents">sizeFromContents</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqstyle.html#styleHint">styleHint</a>() <li><a href="ntqstyle.html#stylePixmap">stylePixmap</a>() <li><a href="ntqstyle.html#subRect">subRect</a>() <li><a href="ntqstyle.html#tabbarMetrics">tabbarMetrics</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqstyle.html#unPolish">unPolish</a>() <li><a href="ntqmotifstyle.html#useHighlightColors">useHighlightColors</a>() <li><a href="ntqstyle.html#visualRect">visualRect</a>() diff --git a/doc/html/qmotifstyle-members.html b/doc/html/qmotifstyle-members.html index 350483078..714ff86f7 100644 --- a/doc/html/qmotifstyle-members.html +++ b/doc/html/qmotifstyle-members.html @@ -36,68 +36,68 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqmotifstyle.html#TQMotifStyle">TQMotifStyle</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqstyle.html#defaultFrameWidth">defaultFrameWidth</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>() <li><a href="ntqstyle.html#drawComplexControlMask">drawComplexControlMask</a>() <li><a href="ntqstyle.html#drawControl">drawControl</a>() <li><a href="ntqstyle.html#drawControlMask">drawControlMask</a>() <li><a href="ntqstyle.html#drawItem">drawItem</a>() <li><a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqstyle.html#itemRect">itemRect</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqstyle.html#pixelMetric">pixelMetric</a>() <li><a href="ntqstyle.html#polish">polish</a>() <li><a href="ntqstyle.html#polishPopupMenu">polishPopupMenu</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqstyle.html#querySubControl">querySubControl</a>() <li><a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqstyle.html#scrollBarExtent">scrollBarExtent</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqstyle.html#sizeFromContents">sizeFromContents</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqstyle.html#styleHint">styleHint</a>() <li><a href="ntqstyle.html#stylePixmap">stylePixmap</a>() <li><a href="ntqstyle.html#subRect">subRect</a>() <li><a href="ntqstyle.html#tabbarMetrics">tabbarMetrics</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqstyle.html#unPolish">unPolish</a>() <li><a href="ntqmotifstyle.html#useHighlightColors">useHighlightColors</a>() <li><a href="ntqstyle.html#visualRect">visualRect</a>() diff --git a/doc/html/qmotifwidget-members.html b/doc/html/qmotifwidget-members.html index 1731fce74..96284a5f7 100644 --- a/doc/html/qmotifwidget-members.html +++ b/doc/html/qmotifwidget-members.html @@ -46,16 +46,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -64,33 +64,33 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -118,17 +118,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -150,12 +150,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -169,7 +169,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -184,9 +184,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -197,27 +197,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -254,12 +254,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -275,21 +275,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qmouse_qws-h.html b/doc/html/qmouse_qws-h.html index e241bfcaf..33f9518ff 100644 --- a/doc/html/qmouse_qws-h.html +++ b/doc/html/qmouse_qws-h.html @@ -76,7 +76,7 @@ body { background: #ffffff; color: black; } #define TQMOUSE_QWS_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqpointarray.h" #endif // QT_H diff --git a/doc/html/qmultilineedit-members.html b/doc/html/qmultilineedit-members.html index 5b19e73bc..7d8c78044 100644 --- a/doc/html/qmultilineedit-members.html +++ b/doc/html/qmultilineedit-members.html @@ -54,23 +54,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqmultilineedit.html#backspace">backspace</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqtextedit.html#bold">bold</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqscrollview.html#center">center</a>() <li><a href="ntqtextedit.html#charAt">charAt</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() <li><a href="ntqscrollview.html#childX">childX</a>() <li><a href="ntqscrollview.html#childY">childY</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqtextedit.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -84,8 +84,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqtextedit.html#color">color</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() <li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() @@ -125,16 +125,16 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="ntqtextedit.html#cut">cut</a>() <li><a href="ntqtextedit.html#del">del</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqmultilineedit.html#deselect">deselect</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() @@ -147,8 +147,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqmultilineedit.html#edited">edited</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() @@ -202,7 +202,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextedit.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqmultilineedit.html#home">home</a>() <li><a href="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() <li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() @@ -213,15 +213,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#inherits">inherits</a>() <li><a href="ntqtextedit.html#insert">insert</a>() <li><a href="ntqmultilineedit.html#insertAndMark">insertAndMark</a>() <li><a href="ntqmultilineedit.html#insertAt">insertAt</a>() -<li><a href="ntqobject.html#insertChild">insertChild</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="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -251,14 +251,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</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="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() <li><a href="ntqmultilineedit.html#killLine">killLine</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() @@ -284,7 +284,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -303,11 +303,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#moveChild">moveChild</a>() <li><a href="ntqtextedit.html#moveCursor">moveCursor</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="ntqmultilineedit.html#newLine">newLine</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="ntqmultilineedit.html#numLines">numLines</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -326,7 +326,7 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqtextedit.html#paste">paste</a>() <li><a href="ntqtextedit.html#pasteSubType">pasteSubType</a>() @@ -334,8 +334,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextedit.html#pointSize">pointSize</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -345,7 +345,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</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>() @@ -368,7 +368,7 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqmultilineedit.html#setAlignment">setAlignment</a>() @@ -433,7 +433,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqtextedit.html#setModified">setModified</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqtextedit.html#setOverwriteMode">setOverwriteMode</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() @@ -442,7 +442,7 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqtextedit.html#setReadOnly">setReadOnly</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="ntqtextedit.html#setSelection">setSelection</a>() @@ -478,13 +478,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqtextedit.html#styleSheet">styleSheet</a>() @@ -499,13 +499,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextedit.html#textCursor">textCursor</a>() <li><a href="ntqtextedit.html#textFormat">textFormat</a>() <li><a href="ntqmultilineedit.html#textLine">textLine</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() <li><a href="ntqmultilineedit.html#totalHeight">totalHeight</a>() <li><a href="ntqmultilineedit.html#totalWidth">totalWidth</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</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>() diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html index 3e8a6b3a6..d18140909 100644 --- a/doc/html/qnamespace-h.html +++ b/doc/html/qnamespace-h.html @@ -123,7 +123,7 @@ public: Keypad = 0x4000 }; - // documented in qobject.cpp + // documented in tqobject.cpp // ideally would start at 1, as in TQSizePolicy, but that breaks other things enum Orientation { Horizontal = 0, diff --git a/doc/html/qnetworkoperation-members.html b/doc/html/qnetworkoperation-members.html index c56905280..fd2451333 100644 --- a/doc/html/qnetworkoperation-members.html +++ b/doc/html/qnetworkoperation-members.html @@ -38,59 +38,59 @@ body { background: #ffffff; color: black; } <li><a href="qnetworkoperation.html#TQNetworkOperation">TQNetworkOperation</a>() <li><a href="qnetworkoperation.html#~TQNetworkOperation">~TQNetworkOperation</a>() <li><a href="qnetworkoperation.html#arg">arg</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qnetworkoperation.html#errorCode">errorCode</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qnetworkoperation.html#free">free</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="qnetworkoperation.html#operation">operation</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="qnetworkoperation.html#protocolDetail">protocolDetail</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="qnetworkoperation.html#rawArg">rawArg</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qnetworkoperation.html#setArg">setArg</a>() <li><a href="qnetworkoperation.html#setErrorCode">setErrorCode</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="qnetworkoperation.html#setProtocolDetail">setProtocolDetail</a>() <li><a href="qnetworkoperation.html#setRawArg">setRawArg</a>() <li><a href="qnetworkoperation.html#setState">setState</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="qnetworkoperation.html#state">state</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qnetworkoperation.html b/doc/html/qnetworkoperation.html index 381361401..fc83474e1 100644 --- a/doc/html/qnetworkoperation.html +++ b/doc/html/qnetworkoperation.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQNetworkOperation class provides common operations for network protocols. <a href="#details">More...</a> <p><tt>#include <<a href="qnetworkprotocol-h.html">ntqnetworkprotocol.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qnetworkoperation-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/qnetworkprotocol-h.html b/doc/html/qnetworkprotocol-h.html index 4f6ee9960..ab056528a 100644 --- a/doc/html/qnetworkprotocol-h.html +++ b/doc/html/qnetworkprotocol-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqurlinfo.h" #include "ntqstring.h" #include "ntqdict.h" -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_NETWORKPROTOCOL diff --git a/doc/html/qnetworkprotocol-members.html b/doc/html/qnetworkprotocol-members.html index fa24e897b..1d5258dc3 100644 --- a/doc/html/qnetworkprotocol-members.html +++ b/doc/html/qnetworkprotocol-members.html @@ -39,47 +39,47 @@ body { background: #ffffff; color: black; } <li><a href="ntqnetworkprotocol.html#~TQNetworkProtocol">~TQNetworkProtocol</a>() <li><a href="ntqnetworkprotocol.html#addOperation">addOperation</a>() <li><a href="ntqnetworkprotocol.html#autoDelete">autoDelete</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="ntqnetworkprotocol.html#checkConnection">checkConnection</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#child">child</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqnetworkprotocol.html#clearOperationQueue">clearOperationQueue</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqnetworkprotocol.html#connectionStateChanged">connectionStateChanged</a>() <li><a href="ntqnetworkprotocol.html#createdDirectory">createdDirectory</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqnetworkprotocol.html#data">data</a>() <li><a href="ntqnetworkprotocol.html#dataTransferProgress">dataTransferProgress</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqnetworkprotocol.html#finished">finished</a>() <li><a href="ntqnetworkprotocol.html#getNetworkProtocol">getNetworkProtocol</a>() <li><a href="ntqnetworkprotocol.html#hasOnlyLocalFileSystem">hasOnlyLocalFileSystem</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqnetworkprotocol.html#itemChanged">itemChanged</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="ntqnetworkprotocol.html#newChild">newChild</a>() <li><a href="ntqnetworkprotocol.html#newChildren">newChildren</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqnetworkprotocol.html#operationGet">operationGet</a>() <li><a href="ntqnetworkprotocol.html#operationInProgress">operationInProgress</a>() <li><a href="ntqnetworkprotocol.html#operationListChildren">operationListChildren</a>() @@ -87,26 +87,26 @@ body { background: #ffffff; color: black; } <li><a href="ntqnetworkprotocol.html#operationPut">operationPut</a>() <li><a href="ntqnetworkprotocol.html#operationRemove">operationRemove</a>() <li><a href="ntqnetworkprotocol.html#operationRename">operationRename</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqnetworkprotocol.html#registerNetworkProtocol">registerNetworkProtocol</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqnetworkprotocol.html#removed">removed</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqnetworkprotocol.html#setAutoDelete">setAutoDelete</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqnetworkprotocol.html#setUrl">setUrl</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqnetworkprotocol.html#start">start</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqnetworkprotocol.html#stop">stop</a>() <li><a href="ntqnetworkprotocol.html#supportedOperations">supportedOperations</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqnetworkprotocol.html#url">url</a>() </ul> <!-- eof --> diff --git a/doc/html/qnpinstance-members.html b/doc/html/qnpinstance-members.html index a75ac1f2d..ec434b9da 100644 --- a/doc/html/qnpinstance-members.html +++ b/doc/html/qnpinstance-members.html @@ -41,62 +41,62 @@ body { background: #ffffff; color: black; } <li><a href="qnpinstance.html#argc">argc</a>() <li><a href="qnpinstance.html#argn">argn</a>() <li><a href="qnpinstance.html#argv">argv</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qnpinstance.html#getJavaPeer">getJavaPeer</a>() <li><a href="qnpinstance.html#getURL">getURL</a>() <li><a href="qnpinstance.html#getURLNotify">getURLNotify</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="qnpinstance.html#mode">mode</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="qnpinstance.html#newStream">newStream</a>() <li><a href="qnpinstance.html#newStreamCreated">newStreamCreated</a>() <li><a href="qnpinstance.html#newWindow">newWindow</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="qnpinstance.html#notifyURL">notifyURL</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="qnpinstance.html#postURL">postURL</a>() <li><a href="qnpinstance.html#print">print</a>() <li><a href="qnpinstance.html#printFullPage">printFullPage</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="qnpinstance.html#status">status</a>() <li><a href="qnpinstance.html#streamAsFile">streamAsFile</a>() <li><a href="qnpinstance.html#streamDestroyed">streamDestroyed</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="qnpinstance.html#userAgent">userAgent</a>() <li><a href="qnpinstance.html#widget">widget</a>() <li><a href="qnpinstance.html#write">write</a>() diff --git a/doc/html/qnpinstance.html b/doc/html/qnpinstance.html index 87fb6d5b7..05572e7ae 100644 --- a/doc/html/qnpinstance.html +++ b/doc/html/qnpinstance.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>This class is part of the <b>TQt Netscape Extension</b>. <p><tt>#include <<a href="qnp-h.html">ntqnp.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qnpinstance-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -74,7 +74,7 @@ body { background: #ffffff; color: black; } <p> This class is defined in the <b>TQt <a href="netscape-plugin.html#Netscape">Netscape</a> Extension</b>, which can be found in the <tt>qt/extensions</tt> directory. It is not included in the main TQt API. <p> -The TQNPInstance class provides a <a href="ntqobject.html">TQObject</a> that is a web browser plugin. +The TQNPInstance class provides a <a href="tqobject.html">TQObject</a> that is a web browser plugin. <p> <p> Deriving from TQNPInstance creates an object that represents a single <tt><EMBED></tt> tag in an HTML document. diff --git a/doc/html/qnpwidget-members.html b/doc/html/qnpwidget-members.html index b46027505..545050398 100644 --- a/doc/html/qnpwidget-members.html +++ b/doc/html/qnpwidget-members.html @@ -46,16 +46,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -64,26 +64,26 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="qnpwidget.html#enterInstance">enterInstance</a>() @@ -91,7 +91,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -119,18 +119,18 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="qnpwidget.html#instance">instance</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -152,12 +152,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="qnpwidget.html#leaveInstance">leaveInstance</a>() @@ -172,7 +172,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -186,9 +186,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -199,27 +199,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -256,12 +256,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -277,21 +277,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qobject-members.html b/doc/html/qobject-members.html deleted file mode 100644 index ff3a0e33b..000000000 --- a/doc/html/qobject-members.html +++ /dev/null @@ -1,90 +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/ntqobject.h:63 --> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>TQObject 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 TQObject</h1> - -<p>This is the complete list of member functions for -<a href="ntqobject.html">TQObject</a>, including inherited members. - -<ul> -<li><a href="ntqobject.html#TQObject">TQObject</a>() -<li><a href="ntqobject.html#~TQObject">~TQObject</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</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/qobjectcleanuphandler-members.html b/doc/html/qobjectcleanuphandler-members.html deleted file mode 100644 index 33abe7f99..000000000 --- a/doc/html/qobjectcleanuphandler-members.html +++ /dev/null @@ -1,94 +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/ntqobjectcleanuphandler.h:45 --> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>TQObjectCleanupHandler 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 TQObjectCleanupHandler</h1> - -<p>This is the complete list of member functions for -<a href="ntqobjectcleanuphandler.html">TQObjectCleanupHandler</a>, including inherited members. - -<ul> -<li><a href="ntqobjectcleanuphandler.html#TQObjectCleanupHandler">TQObjectCleanupHandler</a>() -<li><a href="ntqobjectcleanuphandler.html#~TQObjectCleanupHandler">~TQObjectCleanupHandler</a>() -<li><a href="ntqobjectcleanuphandler.html#add">add</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobjectcleanuphandler.html#clear">clear</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobjectcleanuphandler.html#isEmpty">isEmpty</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobjectcleanuphandler.html#remove">remove</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</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/qplatinumstyle-members.html b/doc/html/qplatinumstyle-members.html index 79cb61763..a2a0b8e28 100644 --- a/doc/html/qplatinumstyle-members.html +++ b/doc/html/qplatinumstyle-members.html @@ -36,20 +36,20 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqplatinumstyle.html#TQPlatinumStyle">TQPlatinumStyle</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqstyle.html#defaultFrameWidth">defaultFrameWidth</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>() <li><a href="ntqstyle.html#drawComplexControlMask">drawComplexControlMask</a>() <li><a href="ntqstyle.html#drawControl">drawControl</a>() @@ -57,48 +57,48 @@ body { background: #ffffff; color: black; } <li><a href="ntqstyle.html#drawItem">drawItem</a>() <li><a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>() <li><a href="ntqplatinumstyle.html#drawRiffles">drawRiffles</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqstyle.html#itemRect">itemRect</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqplatinumstyle.html#mixedColor">mixedColor</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqstyle.html#pixelMetric">pixelMetric</a>() <li><a href="ntqstyle.html#polish">polish</a>() <li><a href="ntqstyle.html#polishPopupMenu">polishPopupMenu</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqstyle.html#querySubControl">querySubControl</a>() <li><a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqstyle.html#scrollBarExtent">scrollBarExtent</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqstyle.html#sizeFromContents">sizeFromContents</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqstyle.html#styleHint">styleHint</a>() <li><a href="ntqstyle.html#stylePixmap">stylePixmap</a>() <li><a href="ntqstyle.html#subRect">subRect</a>() <li><a href="ntqstyle.html#tabbarMetrics">tabbarMetrics</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqstyle.html#unPolish">unPolish</a>() <li><a href="ntqstyle.html#visualRect">visualRect</a>() </ul> diff --git a/doc/html/qpopupmenu-members.html b/doc/html/qpopupmenu-members.html index 1c59f57da..444e16404 100644 --- a/doc/html/qpopupmenu-members.html +++ b/doc/html/qpopupmenu-members.html @@ -51,17 +51,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqmenudata.html#changeItem">changeItem</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqmenudata.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -72,23 +72,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqpopupmenu.html#columns">columns</a>() -<li><a href="ntqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connect">connect</a>() <li><a href="ntqmenudata.html#connectItem">connectItem</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqmenudata.html#count">count</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="ntqmenudata.html#disconnectItem">disconnectItem</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -97,15 +97,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqpopupmenu.html#drawItem">drawItem</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqpopupmenu.html#exec">exec</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqmenudata.html#findItem">findItem</a>() @@ -141,7 +141,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqpopupmenu.html#highlighted">highlighted</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqmenudata.html#iconSet">iconSet</a>() @@ -152,13 +152,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqmenudata.html#indexOf">indexOf</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqmenudata.html#insertItem">insertItem</a>() <li><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>() <li><a href="ntqpopupmenu.html#insertTearOffHandle">insertTearOffHandle</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqpopupmenu.html#isCheckable">isCheckable</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() @@ -185,14 +185,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqpopupmenu.html#itemHeight">itemHeight</a>() <li><a href="ntqmenudata.html#itemParameter">itemParameter</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -212,7 +212,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqmenudata.html#menuDelPopup">menuDelPopup</a>() <li><a href="ntqmenudata.html#menuInsPopup">menuInsPopup</a>() <li><a href="ntqmenudata.html#menuStateChanged">menuStateChanged</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -227,9 +227,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -240,22 +240,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqmenudata.html#pixmap">pixmap</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqpopupmenu.html#popup">popup</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqmenudata.html#removeItem">removeItem</a>() <li><a href="ntqmenudata.html#removeItemAt">removeItemAt</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() @@ -264,7 +264,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqmenudata.html#setAccel">setAccel</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqpopupmenu.html#setActiveItem">setActiveItem</a>() @@ -316,12 +316,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -338,22 +338,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqmenudata.html#text">text</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qprocess-h.html b/doc/html/qprocess-h.html index 08956f927..bc3e3fe23 100644 --- a/doc/html/qprocess-h.html +++ b/doc/html/qprocess-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQPROCESS_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqstringlist.h" #include "ntqdir.h" #endif // QT_H diff --git a/doc/html/qprocess-members.html b/doc/html/qprocess-members.html index 7be8e2689..10f7ff0e1 100644 --- a/doc/html/qprocess-members.html +++ b/doc/html/qprocess-members.html @@ -39,71 +39,71 @@ body { background: #ffffff; color: black; } <li><a href="ntqprocess.html#~TQProcess">~TQProcess</a>() <li><a href="ntqprocess.html#addArgument">addArgument</a>() <li><a href="ntqprocess.html#arguments">arguments</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqprocess.html#canReadLineStderr">canReadLineStderr</a>() <li><a href="ntqprocess.html#canReadLineStdout">canReadLineStdout</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqprocess.html#clearArguments">clearArguments</a>() <li><a href="ntqprocess.html#closeStdin">closeStdin</a>() <li><a href="ntqprocess.html#communication">communication</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqprocess.html#exitStatus">exitStatus</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqprocess.html#isRunning">isRunning</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqprocess.html#kill">kill</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqprocess.html#launch">launch</a>() <li><a href="ntqprocess.html#launchFinished">launchFinished</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="ntqprocess.html#normalExit">normalExit</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqprocess.html#processExited">processExited</a>() <li><a href="ntqprocess.html#processIdentifier">processIdentifier</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqprocess.html#readLineStderr">readLineStderr</a>() <li><a href="ntqprocess.html#readLineStdout">readLineStdout</a>() <li><a href="ntqprocess.html#readStderr">readStderr</a>() <li><a href="ntqprocess.html#readStdout">readStdout</a>() <li><a href="ntqprocess.html#readyReadStderr">readyReadStderr</a>() <li><a href="ntqprocess.html#readyReadStdout">readyReadStdout</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqprocess.html#setArguments">setArguments</a>() <li><a href="ntqprocess.html#setCommunication">setCommunication</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqprocess.html#setWorkingDirectory">setWorkingDirectory</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqprocess.html#start">start</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqprocess.html#tryTerminate">tryTerminate</a>() <li><a href="ntqprocess.html#workingDirectory">workingDirectory</a>() <li><a href="ntqprocess.html#writeToStdin">writeToStdin</a>() diff --git a/doc/html/qprogressbar-members.html b/doc/html/qprogressbar-members.html index 231a30b0f..00ea63d94 100644 --- a/doc/html/qprogressbar-members.html +++ b/doc/html/qprogressbar-members.html @@ -45,17 +45,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqprogressbar.html#centerIndicator">centerIndicator</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -64,20 +64,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -85,15 +85,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -127,7 +127,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() @@ -135,10 +135,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqprogressbar.html#indicatorFollowsStyle">indicatorFollowsStyle</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -160,12 +160,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -181,7 +181,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -196,9 +196,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -209,23 +209,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqprogressbar.html#percentageVisible">percentageVisible</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqprogressbar.html#progress">progress</a>() <li><a href="ntqprogressbar.html#progressString">progressString</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqprogressbar.html#reset">reset</a>() @@ -233,7 +233,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -280,14 +280,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="ntqprogressbar.html#setPercentageVisible">setPercentageVisible</a>() <li><a href="ntqprogressbar.html#setProgress">setProgress</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -304,22 +304,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqprogressbar.html#totalSteps">totalSteps</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qprogressdialog-members.html b/doc/html/qprogressdialog-members.html index cdd6f8bf9..45ce9be7e 100644 --- a/doc/html/qprogressdialog-members.html +++ b/doc/html/qprogressdialog-members.html @@ -49,19 +49,19 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqprogressdialog.html#cancel">cancel</a>() <li><a href="ntqprogressdialog.html#canceled">canceled</a>() <li><a href="ntqprogressdialog.html#cancelled">cancelled</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -70,34 +70,34 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqdialog.html#done">done</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqdialog.html#exec">exec</a>() <li><a href="ntqdialog.html#extension">extension</a>() <li><a href="ntqwidget.html#find">find</a>() @@ -128,17 +128,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -161,12 +161,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqprogressdialog.html#labelText">labelText</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() @@ -181,7 +181,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqprogressdialog.html#minimumDuration">minimumDuration</a>() @@ -196,9 +196,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdialog.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -210,13 +210,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqprogressdialog.html#progress">progress</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -224,8 +224,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#reject">reject</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqprogressdialog.html#reset">reset</a>() @@ -234,7 +234,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqdialog.html#result">result</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqprogressdialog.html#setAutoClose">setAutoClose</a>() @@ -281,14 +281,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqdialog.html#setModal">setModal</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdialog.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="ntqprogressdialog.html#setProgress">setProgress</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdialog.html#setResult">setResult</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() @@ -308,22 +308,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqprogressdialog.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqprogressdialog.html#totalSteps">totalSteps</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qptrlistiterator.html b/doc/html/qptrlistiterator.html index dc98f3c9b..688404fe3 100644 --- a/doc/html/qptrlistiterator.html +++ b/doc/html/qptrlistiterator.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } TQPtrList collections. <a href="#details">More...</a> <p><tt>#include <<a href="qptrlist-h.html">ntqptrlist.h</a>></tt> -<p>Inherited by <a href="qobjectlistiterator.html">TQObjectListIterator</a> and <a href="qstrlistiterator.html">TQStrListIterator</a>. +<p>Inherited by <a href="tqobjectlistiterator.html">TQObjectListIterator</a> and <a href="qstrlistiterator.html">TQStrListIterator</a>. <p><a href="qptrlistiterator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/qpushbutton-members.html b/doc/html/qpushbutton-members.html index f772f370f..5009de721 100644 --- a/doc/html/qpushbutton-members.html +++ b/doc/html/qpushbutton-members.html @@ -50,16 +50,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -69,19 +69,19 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -89,15 +89,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqbutton.html#drawButtonLabel">drawButtonLabel</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -126,7 +126,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqbutton.html#hitButton">hitButton</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqpushbutton.html#iconSet">iconSet</a>() @@ -135,10 +135,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqpushbutton.html#isDefault">isDefault</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() @@ -167,12 +167,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -186,7 +186,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -200,9 +200,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -213,15 +213,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqbutton.html#pixmap">pixmap</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqpushbutton.html#popup">popup</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqbutton.html#pressed">pressed</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -229,15 +229,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqbutton.html#released">released</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqbutton.html#setAccel">setAccel</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -282,7 +282,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqpushbutton.html#setOn">setOn</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() @@ -290,7 +290,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="ntqbutton.html#setPixmap">setPixmap</a>() <li><a href="ntqpushbutton.html#setPopup">setPopup</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -310,13 +310,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqbutton.html#state">state</a>() <li><a href="ntqbutton.html#stateChanged">stateChanged</a>() <li><a href="ntqwidget.html#style">style</a>() @@ -324,13 +324,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqbutton.html#text">text</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqbutton.html#toggle">toggle</a>() <li><a href="ntqbutton.html#toggleType">toggleType</a>() <li><a href="ntqbutton.html#toggled">toggled</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qradiobutton-members.html b/doc/html/qradiobutton-members.html index 2b277aac0..e0f7c47c9 100644 --- a/doc/html/qradiobutton-members.html +++ b/doc/html/qradiobutton-members.html @@ -48,16 +48,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -67,19 +67,19 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -87,15 +87,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqbutton.html#drawButtonLabel">drawButtonLabel</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -124,7 +124,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqbutton.html#hitButton">hitButton</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() @@ -132,10 +132,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqradiobutton.html#isChecked">isChecked</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() @@ -162,12 +162,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -181,7 +181,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -195,9 +195,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -208,14 +208,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqbutton.html#pixmap">pixmap</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqbutton.html#pressed">pressed</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -223,15 +223,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqbutton.html#released">released</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqbutton.html#setAccel">setAccel</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -272,14 +272,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqbutton.html#setOn">setOn</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="ntqbutton.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -299,13 +299,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqbutton.html#state">state</a>() <li><a href="ntqbutton.html#stateChanged">stateChanged</a>() <li><a href="ntqwidget.html#style">style</a>() @@ -313,13 +313,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqbutton.html#text">text</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqbutton.html#toggle">toggle</a>() <li><a href="ntqbutton.html#toggleType">toggleType</a>() <li><a href="ntqbutton.html#toggled">toggled</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qregexpvalidator-members.html b/doc/html/qregexpvalidator-members.html index 139a88ce1..4248b7fe1 100644 --- a/doc/html/qregexpvalidator-members.html +++ b/doc/html/qregexpvalidator-members.html @@ -37,51 +37,51 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qregexpvalidator.html#TQRegExpValidator">TQRegExpValidator</a>() <li><a href="qregexpvalidator.html#~TQRegExpValidator">~TQRegExpValidator</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqvalidator.html#fixup">fixup</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="qregexpvalidator.html#regExp">regExp</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="qregexpvalidator.html#setRegExp">setRegExp</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="qregexpvalidator.html#validate">validate</a>() </ul> <!-- eof --> diff --git a/doc/html/qregexpvalidator.html b/doc/html/qregexpvalidator.html index c6c22b15b..1d3933c10 100644 --- a/doc/html/qregexpvalidator.html +++ b/doc/html/qregexpvalidator.html @@ -108,12 +108,12 @@ normally be associated with a widget as in the example above. <p> <p>See also <a href="ntqregexp.html">TQRegExp</a>, <a href="qintvalidator.html">TQIntValidator</a>, <a href="qdoublevalidator.html">TQDoubleValidator</a>, and <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQRegExpValidator"></a>TQRegExpValidator::TQRegExpValidator ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQRegExpValidator"></a>TQRegExpValidator::TQRegExpValidator ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a validator that accepts any string (including an empty one) as valid. The object's parent is <em>parent</em> and its name is <em>name</em>. -<h3 class=fn><a name="TQRegExpValidator-2"></a>TQRegExpValidator::TQRegExpValidator ( const <a href="ntqregexp.html">TQRegExp</a> & rx, <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQRegExpValidator-2"></a>TQRegExpValidator::TQRegExpValidator ( const <a href="ntqregexp.html">TQRegExp</a> & rx, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a validator which accepts all strings that match the <a href="ntqregexp.html#regular-expression">regular expression</a> <em>rx</em>. The object's parent is <em>parent</em> and its diff --git a/doc/html/qscrollbar-members.html b/doc/html/qscrollbar-members.html index 178321e62..0c4fe68af 100644 --- a/doc/html/qscrollbar-members.html +++ b/doc/html/qscrollbar-members.html @@ -48,17 +48,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqrangecontrol.html#bound">bound</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -67,35 +67,35 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="ntqrangecontrol.html#directSetValue">directSetValue</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqscrollbar.html#draggingSlider">draggingSlider</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -123,17 +123,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqscrollbar.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -155,12 +155,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollbar.html#lineStep">lineStep</a>() @@ -176,7 +176,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqscrollbar.html#minValue">minValue</a>() @@ -191,11 +191,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="ntqscrollbar.html#nextLine">nextLine</a>() <li><a href="ntqscrollbar.html#nextPage">nextPage</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqscrollbar.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -208,7 +208,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() @@ -216,8 +216,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollbar.html#prevLine">prevLine</a>() <li><a href="ntqscrollbar.html#prevPage">prevPage</a>() <li><a href="ntqrangecontrol.html#prevValue">prevValue</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqrangecontrol.html#rangeChange">rangeChange</a>() @@ -225,15 +225,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -273,14 +273,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqscrollbar.html#setOrientation">setOrientation</a>() <li><a href="ntqscrollbar.html#setPageStep">setPageStep</a>() <li><a href="ntqscrollbar.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqrangecontrol.html#setRange">setRange</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -300,7 +300,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() @@ -311,7 +311,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollbar.html#sliderReleased">sliderReleased</a>() <li><a href="ntqscrollbar.html#sliderStart">sliderStart</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqrangecontrol.html#stepChange">stepChange</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() @@ -319,10 +319,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqrangecontrol.html#subtractPage">subtractPage</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqscrollbar.html#tracking">tracking</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() diff --git a/doc/html/qscrollview-members.html b/doc/html/qscrollview-members.html index 3b84f2f38..2d483b0fa 100644 --- a/doc/html/qscrollview-members.html +++ b/doc/html/qscrollview-members.html @@ -47,21 +47,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqscrollview.html#center">center</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() <li><a href="ntqscrollview.html#childX">childX</a>() <li><a href="ntqscrollview.html#childY">childY</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -71,8 +71,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() <li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() @@ -95,13 +95,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#cornerWidget">cornerWidget</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() @@ -111,8 +111,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqscrollview.html#ensureVisible">ensureVisible</a>() @@ -157,7 +157,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</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>() @@ -167,10 +167,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -194,12 +194,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() @@ -216,7 +216,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -232,9 +232,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqscrollview.html#moveChild">moveChild</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -245,12 +245,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -258,7 +258,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqscrollview.html#repaintContents">repaintContents</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() @@ -270,7 +270,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#rightMargin">rightMargin</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="ntqscrollview.html#scrollBy">scrollBy</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -320,12 +320,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -346,22 +346,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qserversocket-h.html b/doc/html/qserversocket-h.html index 84e414c37..3eb87a0b7 100644 --- a/doc/html/qserversocket-h.html +++ b/doc/html/qserversocket-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQSERVERSOCKET_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqhostaddress.h" #include "ntqsocketdevice.h" // ### remove or keep for users' convenience? #endif // QT_H diff --git a/doc/html/qserversocket-members.html b/doc/html/qserversocket-members.html index e2af11489..68734c171 100644 --- a/doc/html/qserversocket-members.html +++ b/doc/html/qserversocket-members.html @@ -38,54 +38,54 @@ body { background: #ffffff; color: black; } <li><a href="ntqserversocket.html#TQServerSocket">TQServerSocket</a>() <li><a href="ntqserversocket.html#~TQServerSocket">~TQServerSocket</a>() <li><a href="ntqserversocket.html#address">address</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="ntqserversocket.html#newConnection">newConnection</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqserversocket.html#ok">ok</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqserversocket.html#port">port</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqserversocket.html#setSocket">setSocket</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqserversocket.html#socket">socket</a>() <li><a href="ntqserversocket.html#socketDevice">socketDevice</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qsessionmanager-h.html b/doc/html/qsessionmanager-h.html index da65198ef..e973d9b05 100644 --- a/doc/html/qsessionmanager-h.html +++ b/doc/html/qsessionmanager-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQSESSIONMANAGER_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqwindowdefs.h" #include "ntqstring.h" #include "ntqstringlist.h" diff --git a/doc/html/qsessionmanager-members.html b/doc/html/qsessionmanager-members.html index ec1ffa9b3..cc777c409 100644 --- a/doc/html/qsessionmanager-members.html +++ b/doc/html/qsessionmanager-members.html @@ -37,62 +37,62 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqsessionmanager.html#allowsErrorInteraction">allowsErrorInteraction</a>() <li><a href="ntqsessionmanager.html#allowsInteraction">allowsInteraction</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqsessionmanager.html#cancel">cancel</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="ntqsessionmanager.html#discardCommand">discardCommand</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqsessionmanager.html#handle">handle</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqsessionmanager.html#isPhase2">isPhase2</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqsessionmanager.html#release">release</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqsessionmanager.html#requestPhase2">requestPhase2</a>() <li><a href="ntqsessionmanager.html#restartCommand">restartCommand</a>() <li><a href="ntqsessionmanager.html#restartHint">restartHint</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqsessionmanager.html#sessionId">sessionId</a>() <li><a href="ntqsessionmanager.html#sessionKey">sessionKey</a>() <li><a href="ntqsessionmanager.html#setDiscardCommand">setDiscardCommand</a>() <li><a href="ntqsessionmanager.html#setManagerProperty">setManagerProperty</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqsessionmanager.html#setRestartCommand">setRestartCommand</a>() <li><a href="ntqsessionmanager.html#setRestartHint">setRestartHint</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qsgistyle-members.html b/doc/html/qsgistyle-members.html index 59f63ff59..64b2de438 100644 --- a/doc/html/qsgistyle-members.html +++ b/doc/html/qsgistyle-members.html @@ -37,68 +37,68 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqsgistyle.html#TQSGIStyle">TQSGIStyle</a>() <li><a href="ntqsgistyle.html#~TQSGIStyle">~TQSGIStyle</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqstyle.html#defaultFrameWidth">defaultFrameWidth</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>() <li><a href="ntqstyle.html#drawComplexControlMask">drawComplexControlMask</a>() <li><a href="ntqstyle.html#drawControl">drawControl</a>() <li><a href="ntqstyle.html#drawControlMask">drawControlMask</a>() <li><a href="ntqstyle.html#drawItem">drawItem</a>() <li><a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqstyle.html#itemRect">itemRect</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqstyle.html#pixelMetric">pixelMetric</a>() <li><a href="ntqstyle.html#polish">polish</a>() <li><a href="ntqstyle.html#polishPopupMenu">polishPopupMenu</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqstyle.html#querySubControl">querySubControl</a>() <li><a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqstyle.html#scrollBarExtent">scrollBarExtent</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqstyle.html#sizeFromContents">sizeFromContents</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqstyle.html#styleHint">styleHint</a>() <li><a href="ntqstyle.html#stylePixmap">stylePixmap</a>() <li><a href="ntqstyle.html#subRect">subRect</a>() <li><a href="ntqstyle.html#tabbarMetrics">tabbarMetrics</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqstyle.html#unPolish">unPolish</a>() <li><a href="ntqmotifstyle.html#useHighlightColors">useHighlightColors</a>() <li><a href="ntqstyle.html#visualRect">visualRect</a>() diff --git a/doc/html/qsignal-h.html b/doc/html/qsignal-h.html index d35b946bc..5b74d4495 100644 --- a/doc/html/qsignal-h.html +++ b/doc/html/qsignal-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "ntqvariant.h" -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H diff --git a/doc/html/qsignal-members.html b/doc/html/qsignal-members.html index 82b805eb3..930c1696c 100644 --- a/doc/html/qsignal-members.html +++ b/doc/html/qsignal-members.html @@ -38,49 +38,49 @@ body { background: #ffffff; color: black; } <li><a href="ntqsignal.html#TQSignal">TQSignal</a>() <li><a href="ntqsignal.html#~TQSignal">~TQSignal</a>() <li><a href="ntqsignal.html#activate">activate</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqsignal.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="ntqsignal.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqsignal.html#setValue">setValue</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqsignal.html#value">value</a>() </ul> <!-- eof --> diff --git a/doc/html/qsignalmapper-h.html b/doc/html/qsignalmapper-h.html index b2398b11e..8a57d8b3c 100644 --- a/doc/html/qsignalmapper-h.html +++ b/doc/html/qsignalmapper-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQSIGNALMAPPER_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_SIGNALMAPPER class TQSignalMapperData; diff --git a/doc/html/qsignalmapper-members.html b/doc/html/qsignalmapper-members.html index 5b592701d..579c48697 100644 --- a/doc/html/qsignalmapper-members.html +++ b/doc/html/qsignalmapper-members.html @@ -37,52 +37,52 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqsignalmapper.html#TQSignalMapper">TQSignalMapper</a>() <li><a href="ntqsignalmapper.html#~TQSignalMapper">~TQSignalMapper</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqsignalmapper.html#map">map</a>() <li><a href="ntqsignalmapper.html#mapped">mapped</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqsignalmapper.html#removeMappings">removeMappings</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqsignalmapper.html#setMapping">setMapping</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qsizegrip-members.html b/doc/html/qsizegrip-members.html index c2894db3b..b7fd4c462 100644 --- a/doc/html/qsizegrip-members.html +++ b/doc/html/qsizegrip-members.html @@ -46,16 +46,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -64,33 +64,33 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -118,17 +118,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -150,12 +150,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -169,7 +169,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -183,9 +183,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -196,27 +196,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -253,12 +253,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -274,21 +274,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqsizegrip.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qslider-members.html b/doc/html/qslider-members.html index c1c844565..5294302bc 100644 --- a/doc/html/qslider-members.html +++ b/doc/html/qslider-members.html @@ -49,17 +49,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqrangecontrol.html#bound">bound</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -68,34 +68,34 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="ntqrangecontrol.html#directSetValue">directSetValue</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -123,17 +123,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -155,12 +155,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqslider.html#lineStep">lineStep</a>() @@ -176,7 +176,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqslider.html#minValue">minValue</a>() @@ -191,9 +191,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqslider.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -206,14 +206,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqrangecontrol.html#positionFromValue">positionFromValue</a>() <li><a href="ntqrangecontrol.html#prevValue">prevValue</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqslider.html#rangeChange">rangeChange</a>() @@ -221,15 +221,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -269,14 +269,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqslider.html#setOrientation">setOrientation</a>() <li><a href="ntqslider.html#setPageStep">setPageStep</a>() <li><a href="ntqslider.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqrangecontrol.html#setRange">setRange</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -298,7 +298,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() @@ -309,7 +309,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqslider.html#sliderReleased">sliderReleased</a>() <li><a href="ntqslider.html#sliderStart">sliderStart</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqrangecontrol.html#stepChange">stepChange</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() @@ -320,10 +320,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqslider.html#tickInterval">tickInterval</a>() <li><a href="ntqslider.html#tickmarks">tickmarks</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqslider.html#tracking">tracking</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() diff --git a/doc/html/qsocket-h.html b/doc/html/qsocket-h.html index 1ccd6e3f1..4371a23e5 100644 --- a/doc/html/qsocket-h.html +++ b/doc/html/qsocket-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQSOCKET_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqiodevice.h" #include "ntqhostaddress.h" // int->TQHostAddress conversion #endif // QT_H diff --git a/doc/html/qsocket-members.html b/doc/html/qsocket-members.html index a5d4dfb1e..fb674f4f0 100644 --- a/doc/html/qsocket-members.html +++ b/doc/html/qsocket-members.html @@ -40,43 +40,43 @@ body { background: #ffffff; color: black; } <li><a href="ntqsocket.html#address">address</a>() <li><a href="ntqsocket.html#at">at</a>() <li><a href="ntqsocket.html#atEnd">atEnd</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqsocket.html#bytesAvailable">bytesAvailable</a>() <li><a href="ntqsocket.html#bytesToWrite">bytesToWrite</a>() <li><a href="ntqsocket.html#bytesWritten">bytesWritten</a>() <li><a href="ntqsocket.html#canReadLine">canReadLine</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqsocket.html#clearPendingData">clearPendingData</a>() <li><a href="ntqsocket.html#close">close</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqsocket.html#connectToHost">connectToHost</a>() <li><a href="ntqsocket.html#connected">connected</a>() <li><a href="ntqsocket.html#connectionClosed">connectionClosed</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqsocket.html#delayedCloseFinished">delayedCloseFinished</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqsocket.html#error">error</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqiodevice.html#flags">flags</a>() <li><a href="ntqsocket.html#flush">flush</a>() <li><a href="ntqsocket.html#getch">getch</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqsocket.html#hostFound">hostFound</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqiodevice.html#isAsynchronous">isAsynchronous</a>() <li><a href="ntqiodevice.html#isBuffered">isBuffered</a>() <li><a href="ntqiodevice.html#isCombinedAccess">isCombinedAccess</a>() @@ -89,54 +89,54 @@ body { background: #ffffff; color: black; } <li><a href="ntqiodevice.html#isSequentialAccess">isSequentialAccess</a>() <li><a href="ntqiodevice.html#isSynchronous">isSynchronous</a>() <li><a href="ntqiodevice.html#isTranslated">isTranslated</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqiodevice.html#isWritable">isWritable</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqiodevice.html#mode">mode</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqsocket.html#open">open</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqsocket.html#peerAddress">peerAddress</a>() <li><a href="ntqsocket.html#peerName">peerName</a>() <li><a href="ntqsocket.html#peerPort">peerPort</a>() <li><a href="ntqsocket.html#port">port</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="ntqsocket.html#putch">putch</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqiodevice.html#readAll">readAll</a>() <li><a href="ntqsocket.html#readBlock">readBlock</a>() <li><a href="ntqsocket.html#readBufferSize">readBufferSize</a>() <li><a href="ntqsocket.html#readLine">readLine</a>() <li><a href="ntqsocket.html#readyRead">readyRead</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqiodevice.html#reset">reset</a>() <li><a href="ntqiodevice.html#resetStatus">resetStatus</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqiodevice.html#setFlags">setFlags</a>() <li><a href="ntqiodevice.html#setMode">setMode</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqsocket.html#setReadBufferSize">setReadBufferSize</a>() <li><a href="ntqsocket.html#setSocket">setSocket</a>() <li><a href="ntqsocket.html#setSocketDevice">setSocketDevice</a>() <li><a href="ntqiodevice.html#setState">setState</a>() <li><a href="ntqiodevice.html#setStatus">setStatus</a>() <li><a href="ntqiodevice.html#setType">setType</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqsocket.html#size">size</a>() <li><a href="ntqsocket.html#socket">socket</a>() <li><a href="ntqsocket.html#socketDevice">socketDevice</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqsocket.html#state">state</a>() <li><a href="ntqiodevice.html#status">status</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqsocket.html#ungetch">ungetch</a>() <li><a href="ntqsocket.html#waitForMore">waitForMore</a>() <li><a href="ntqsocket.html#writeBlock">writeBlock</a>() diff --git a/doc/html/qsocketnotifier-h.html b/doc/html/qsocketnotifier-h.html index ad9a3bb68..80f7c0139 100644 --- a/doc/html/qsocketnotifier-h.html +++ b/doc/html/qsocketnotifier-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQSOCKETNOTIFIER_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H diff --git a/doc/html/qsocketnotifier-members.html b/doc/html/qsocketnotifier-members.html index b0bf0158f..e8e0bbcf4 100644 --- a/doc/html/qsocketnotifier-members.html +++ b/doc/html/qsocketnotifier-members.html @@ -38,51 +38,51 @@ body { background: #ffffff; color: black; } <li><a href="ntqsocketnotifier.html#TQSocketNotifier">TQSocketNotifier</a>() <li><a href="ntqsocketnotifier.html#~TQSocketNotifier">~TQSocketNotifier</a>() <li><a href="ntqsocketnotifier.html#activated">activated</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqsocketnotifier.html#isEnabled">isEnabled</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqsocketnotifier.html#setEnabled">setEnabled</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqsocketnotifier.html#socket">socket</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqsocketnotifier.html#type">type</a>() </ul> <!-- eof --> diff --git a/doc/html/qsound-h.html b/doc/html/qsound-h.html index d7d0632fb..37a607bea 100644 --- a/doc/html/qsound-h.html +++ b/doc/html/qsound-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #define TQSOUND_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_SOUND diff --git a/doc/html/qsound-members.html b/doc/html/qsound-members.html index 30ab0ac37..caceaefe6 100644 --- a/doc/html/qsound-members.html +++ b/doc/html/qsound-members.html @@ -38,56 +38,56 @@ body { background: #ffffff; color: black; } <li><a href="ntqsound.html#TQSound">TQSound</a>() <li><a href="ntqsound.html#~TQSound">~TQSound</a>() <li><a href="ntqsound.html#available">available</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqsound.html#fileName">fileName</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqsound.html#isAvailable">isAvailable</a>() <li><a href="ntqsound.html#isFinished">isFinished</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqsound.html#loops">loops</a>() <li><a href="ntqsound.html#loopsRemaining">loopsRemaining</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqsound.html#play">play</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqsound.html#setLoops">setLoops</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqsound.html#stop">stop</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qspinbox-members.html b/doc/html/qspinbox-members.html index ee98dbed6..294943be2 100644 --- a/doc/html/qspinbox-members.html +++ b/doc/html/qspinbox-members.html @@ -48,18 +48,18 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqrangecontrol.html#bound">bound</a>() <li><a href="ntqspinbox.html#buttonSymbols">buttonSymbols</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqspinbox.html#cleanText">cleanText</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -69,29 +69,29 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqspinbox.html#currentValueText">currentValueText</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="ntqrangecontrol.html#directSetValue">directSetValue</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqspinbox.html#downRect">downRect</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqspinbox.html#editor">editor</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() @@ -127,18 +127,18 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="ntqspinbox.html#interpretText">interpretText</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -160,12 +160,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqspinbox.html#lineStep">lineStep</a>() @@ -183,7 +183,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqspinbox.html#minValue">minValue</a>() @@ -198,9 +198,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -212,15 +212,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqrangecontrol.html#positionFromValue">positionFromValue</a>() <li><a href="ntqspinbox.html#prefix">prefix</a>() <li><a href="ntqrangecontrol.html#prevValue">prevValue</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqspinbox.html#rangeChange">rangeChange</a>() @@ -228,8 +228,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -237,7 +237,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="ntqspinbox.html#selectAll">selectAll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -278,13 +278,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="ntqspinbox.html#setPrefix">setPrefix</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqrangecontrol.html#setRange">setRange</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -307,14 +307,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqspinbox.html#specialValueText">specialValueText</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqrangecontrol.html#stepChange">stepChange</a>() <li><a href="ntqspinbox.html#stepDown">stepDown</a>() <li><a href="ntqspinbox.html#stepUp">stepUp</a>() @@ -327,10 +327,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqspinbox.html#text">text</a>() <li><a href="ntqspinbox.html#textChanged">textChanged</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qsplashscreen-members.html b/doc/html/qsplashscreen-members.html index 512e73f6e..378829e14 100644 --- a/doc/html/qsplashscreen-members.html +++ b/doc/html/qsplashscreen-members.html @@ -46,16 +46,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqsplashscreen.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -65,34 +65,34 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqsplashscreen.html#drawContents">drawContents</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqsplashscreen.html#finish">finish</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() @@ -121,17 +121,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -153,12 +153,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -174,7 +174,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="ntqsplashscreen.html#message">message</a>() <li><a href="ntqsplashscreen.html#messageChanged">messageChanged</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -188,9 +188,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -201,28 +201,28 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqsplashscreen.html#pixmap">pixmap</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqsplashscreen.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -259,13 +259,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="ntqsplashscreen.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -281,21 +281,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qsplitter-members.html b/doc/html/qsplitter-members.html index 35d18b6de..747b7be21 100644 --- a/doc/html/qsplitter-members.html +++ b/doc/html/qsplitter-members.html @@ -47,17 +47,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() <li><a href="ntqsplitter.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqsplitter.html#childrenCollapsible">childrenCollapsible</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -66,20 +66,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -88,15 +88,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqsplitter.html#drawSplitter">drawSplitter</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -132,7 +132,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() @@ -140,10 +140,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -165,12 +165,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -186,7 +186,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -204,9 +204,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqsplitter.html#moveSplitter">moveSplitter</a>() <li><a href="ntqsplitter.html#moveToFirst">moveToFirst</a>() <li><a href="ntqsplitter.html#moveToLast">moveToLast</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqsplitter.html#opaqueResize">opaqueResize</a>() <li><a href="ntqsplitter.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() @@ -219,12 +219,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -232,15 +232,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqsplitter.html#refresh">refresh</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -287,14 +287,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqsplitter.html#setOpaqueResize">setOpaqueResize</a>() <li><a href="ntqsplitter.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqsplitter.html#setResizeMode">setResizeMode</a>() <li><a href="ntqsplitter.html#setRubberband">setRubberband</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() @@ -313,22 +313,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqsplitter.html#sizes">sizes</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qsqldatabase-h.html b/doc/html/qsqldatabase-h.html index 0e78bf809..570c27af9 100644 --- a/doc/html/qsqldatabase-h.html +++ b/doc/html/qsqldatabase-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #define TQSQLDATABASE_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqstring.h" #include "ntqsqlquery.h" #include "ntqstringlist.h" diff --git a/doc/html/qsqldatabase-members.html b/doc/html/qsqldatabase-members.html index b3431d9b4..d3780884b 100644 --- a/doc/html/qsqldatabase-members.html +++ b/doc/html/qsqldatabase-members.html @@ -38,79 +38,79 @@ body { background: #ffffff; color: black; } <li><a href="ntqsqldatabase.html#TQSqlDatabase">TQSqlDatabase</a>() <li><a href="ntqsqldatabase.html#~TQSqlDatabase">~TQSqlDatabase</a>() <li><a href="ntqsqldatabase.html#addDatabase">addDatabase</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqsqldatabase.html#close">close</a>() <li><a href="ntqsqldatabase.html#commit">commit</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqsqldatabase.html#connectOptions">connectOptions</a>() <li><a href="ntqsqldatabase.html#contains">contains</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqsqldatabase.html#database">database</a>() <li><a href="ntqsqldatabase.html#databaseName">databaseName</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqsqldatabase.html#driver">driver</a>() <li><a href="ntqsqldatabase.html#driverName">driverName</a>() <li><a href="ntqsqldatabase.html#drivers">drivers</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqsqldatabase.html#exec">exec</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqsqldatabase.html#hostName">hostName</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqsqldatabase.html#isDriverAvailable">isDriverAvailable</a>() <li><a href="ntqsqldatabase.html#isOpen">isOpen</a>() <li><a href="ntqsqldatabase.html#isOpenError">isOpenError</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqsqldatabase.html#lastError">lastError</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqsqldatabase.html#open">open</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqsqldatabase.html#password">password</a>() <li><a href="ntqsqldatabase.html#port">port</a>() <li><a href="ntqsqldatabase.html#primaryIndex">primaryIndex</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqsqldatabase.html#record">record</a>() <li><a href="ntqsqldatabase.html#recordInfo">recordInfo</a>() <li><a href="ntqsqldatabase.html#registerSqlDriver">registerSqlDriver</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() <li><a href="ntqsqldatabase.html#removeDatabase">removeDatabase</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqsqldatabase.html#rollback">rollback</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqsqldatabase.html#setConnectOptions">setConnectOptions</a>() <li><a href="ntqsqldatabase.html#setDatabaseName">setDatabaseName</a>() <li><a href="ntqsqldatabase.html#setHostName">setHostName</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqsqldatabase.html#setPassword">setPassword</a>() <li><a href="ntqsqldatabase.html#setPort">setPort</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqsqldatabase.html#setUserName">setUserName</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqsqldatabase.html#tables">tables</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqsqldatabase.html#transaction">transaction</a>() <li><a href="ntqsqldatabase.html#userName">userName</a>() </ul> diff --git a/doc/html/qsqldriver-h.html b/doc/html/qsqldriver-h.html index f322d74ed..1d420d5ab 100644 --- a/doc/html/qsqldriver-h.html +++ b/doc/html/qsqldriver-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #define TQSQLDRIVER_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqptrdict.h" #include "ntqstring.h" #include "ntqsqlerror.h" diff --git a/doc/html/qsqldriver-members.html b/doc/html/qsqldriver-members.html index 0a853f77d..826b31e6c 100644 --- a/doc/html/qsqldriver-members.html +++ b/doc/html/qsqldriver-members.html @@ -38,66 +38,66 @@ body { background: #ffffff; color: black; } <li><a href="ntqsqldriver.html#TQSqlDriver">TQSqlDriver</a>() <li><a href="ntqsqldriver.html#~TQSqlDriver">~TQSqlDriver</a>() <li><a href="ntqsqldriver.html#beginTransaction">beginTransaction</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqsqldriver.html#close">close</a>() <li><a href="ntqsqldriver.html#commitTransaction">commitTransaction</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqsqldriver.html#createQuery">createQuery</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#customEvent">customEvent</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqsqldriver.html#formatValue">formatValue</a>() <li><a href="ntqsqldriver.html#hasFeature">hasFeature</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqsqldriver.html#isOpen">isOpen</a>() <li><a href="ntqsqldriver.html#isOpenError">isOpenError</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqsqldriver.html#lastError">lastError</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="ntqsqldriver.html#nullText">nullText</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqsqldriver.html#open">open</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqsqldriver.html#primaryIndex">primaryIndex</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqsqldriver.html#record">record</a>() <li><a href="ntqsqldriver.html#recordInfo">recordInfo</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqsqldriver.html#rollbackTransaction">rollbackTransaction</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqsqldriver.html#setLastError">setLastError</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqsqldriver.html#setOpen">setOpen</a>() <li><a href="ntqsqldriver.html#setOpenError">setOpenError</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqsqldriver.html#tables">tables</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qsqleditorfactory-members.html b/doc/html/qsqleditorfactory-members.html index 407985d8f..7d8cb8a27 100644 --- a/doc/html/qsqleditorfactory-members.html +++ b/doc/html/qsqleditorfactory-members.html @@ -37,51 +37,51 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqsqleditorfactory.html#TQSqlEditorFactory">TQSqlEditorFactory</a>() <li><a href="ntqsqleditorfactory.html#~TQSqlEditorFactory">~TQSqlEditorFactory</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqsqleditorfactory.html#createEditor">createEditor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqsqleditorfactory.html#defaultFactory">defaultFactory</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqsqleditorfactory.html#installDefaultFactory">installDefaultFactory</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qsqlform-h.html b/doc/html/qsqlform-h.html index 182b5e754..46126e802 100644 --- a/doc/html/qsqlform-h.html +++ b/doc/html/qsqlform-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #define TQSQLFORM_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqmap.h" #endif // QT_H diff --git a/doc/html/qsqlform-members.html b/doc/html/qsqlform-members.html index e627fc62d..0fd701171 100644 --- a/doc/html/qsqlform-members.html +++ b/doc/html/qsqlform-members.html @@ -37,58 +37,58 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqsqlform.html#TQSqlForm">TQSqlForm</a>() <li><a href="ntqsqlform.html#~TQSqlForm">~TQSqlForm</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqsqlform.html#clear">clear</a>() <li><a href="ntqsqlform.html#clearValues">clearValues</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqsqlform.html#count">count</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#customEvent">customEvent</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqsqlform.html#fieldToWidget">fieldToWidget</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() <li><a href="ntqsqlform.html#insert">insert</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="ntqsqlform.html#installPropertyMap">installPropertyMap</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqsqlform.html#readField">readField</a>() <li><a href="ntqsqlform.html#readFields">readFields</a>() <li><a href="ntqsqlform.html#remove">remove</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqsqlform.html#setRecord">setRecord</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqsqlform.html#widget">widget</a>() <li><a href="ntqsqlform.html#widgetToField">widgetToField</a>() <li><a href="ntqsqlform.html#writeField">writeField</a>() diff --git a/doc/html/qsqlquery-h.html b/doc/html/qsqlquery-h.html index 9aa878f5d..690576bde 100644 --- a/doc/html/qsqlquery-h.html +++ b/doc/html/qsqlquery-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #define TQSQLQUERY_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqstring.h" #include "ntqvariant.h" #include "ntqvaluelist.h" diff --git a/doc/html/qstatusbar-members.html b/doc/html/qstatusbar-members.html index 95b1b15ee..809eac0e5 100644 --- a/doc/html/qstatusbar-members.html +++ b/doc/html/qstatusbar-members.html @@ -47,16 +47,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqstatusbar.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -66,33 +66,33 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -121,17 +121,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() <li><a href="ntqstatusbar.html#hideOrShow">hideOrShow</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -154,12 +154,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -175,7 +175,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() <li><a href="ntqstatusbar.html#message">message</a>() <li><a href="ntqstatusbar.html#messageChanged">messageChanged</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -189,9 +189,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -202,12 +202,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -215,8 +215,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqstatusbar.html#reformat">reformat</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqstatusbar.html#removeWidget">removeWidget</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() @@ -224,7 +224,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -261,12 +261,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqstatusbar.html#setSizeGripEnabled">setSizeGripEnabled</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -283,21 +283,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qstoreddrag-members.html b/doc/html/qstoreddrag-members.html index acdc21493..8e4eac067 100644 --- a/doc/html/qstoreddrag-members.html +++ b/doc/html/qstoreddrag-members.html @@ -37,62 +37,62 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qstoreddrag.html#TQStoredDrag">TQStoredDrag</a>() <li><a href="qstoreddrag.html#~TQStoredDrag">~TQStoredDrag</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="ntqdragobject.html#drag">drag</a>() <li><a href="ntqdragobject.html#dragCopy">dragCopy</a>() <li><a href="ntqdragobject.html#dragLink">dragLink</a>() <li><a href="ntqdragobject.html#dragMove">dragMove</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qstoreddrag.html#encodedData">encodedData</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qmimesource.html#format">format</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqdragobject.html#pixmap">pixmap</a>() <li><a href="ntqdragobject.html#pixmapHotSpot">pixmapHotSpot</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="qmimesource.html#provides">provides</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qmimesource.html#serialNumber">serialNumber</a>() <li><a href="qstoreddrag.html#setEncodedData">setEncodedData</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdragobject.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqdragobject.html#source">source</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqdragobject.html#target">target</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qstyle-h.html b/doc/html/qstyle-h.html index e5248ea17..2db034b59 100644 --- a/doc/html/qstyle-h.html +++ b/doc/html/qstyle-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #define TQSTYLE_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H diff --git a/doc/html/qstyle-members.html b/doc/html/qstyle-members.html index 775535eed..a5c94e89e 100644 --- a/doc/html/qstyle-members.html +++ b/doc/html/qstyle-members.html @@ -37,67 +37,67 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqstyle.html#TQStyle">TQStyle</a>() <li><a href="ntqstyle.html#~TQStyle">~TQStyle</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqstyle.html#defaultFrameWidth">defaultFrameWidth</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>() <li><a href="ntqstyle.html#drawComplexControlMask">drawComplexControlMask</a>() <li><a href="ntqstyle.html#drawControl">drawControl</a>() <li><a href="ntqstyle.html#drawControlMask">drawControlMask</a>() <li><a href="ntqstyle.html#drawItem">drawItem</a>() <li><a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqstyle.html#itemRect">itemRect</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqstyle.html#pixelMetric">pixelMetric</a>() <li><a href="ntqstyle.html#polish">polish</a>() <li><a href="ntqstyle.html#polishPopupMenu">polishPopupMenu</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqstyle.html#querySubControl">querySubControl</a>() <li><a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqstyle.html#scrollBarExtent">scrollBarExtent</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqstyle.html#sizeFromContents">sizeFromContents</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqstyle.html#styleHint">styleHint</a>() <li><a href="ntqstyle.html#stylePixmap">stylePixmap</a>() <li><a href="ntqstyle.html#subRect">subRect</a>() <li><a href="ntqstyle.html#tabbarMetrics">tabbarMetrics</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqstyle.html#unPolish">unPolish</a>() <li><a href="ntqstyle.html#visualRect">visualRect</a>() </ul> diff --git a/doc/html/qstylesheet-h.html b/doc/html/qstylesheet-h.html index 03e40160f..cbc69c786 100644 --- a/doc/html/qstylesheet-h.html +++ b/doc/html/qstylesheet-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqvaluelist.h" #include "ntqptrvector.h" #include "ntqdict.h" -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_RICHTEXT diff --git a/doc/html/qstylesheet-members.html b/doc/html/qstylesheet-members.html index e212520ae..9d9d10637 100644 --- a/doc/html/qstylesheet-members.html +++ b/doc/html/qstylesheet-members.html @@ -37,57 +37,57 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqstylesheet.html#TQStyleSheet">TQStyleSheet</a>() <li><a href="ntqstylesheet.html#~TQStyleSheet">~TQStyleSheet</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqstylesheet.html#convertFromPlainText">convertFromPlainText</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqstylesheet.html#defaultSheet">defaultSheet</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqstylesheet.html#error">error</a>() <li><a href="ntqstylesheet.html#escape">escape</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqstylesheet.html#item">item</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqstylesheet.html#mightBeRichText">mightBeRichText</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqstylesheet.html#scaleFont">scaleFont</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqstylesheet.html#setDefaultSheet">setDefaultSheet</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqstylesheet.html#tag">tag</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</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 54b025ad6..e5971533d 100644 --- a/doc/html/qt-template-lib.html +++ b/doc/html/qt-template-lib.html @@ -53,7 +53,7 @@ object code. <p> If you cannot make copies of the objects you want to store you should use <a href="ntqptrcollection.html">TQPtrCollection</a> and friends, all of which operate on pointers rather than values. This applies, for example, to all classes derived -from <a href="ntqobject.html">TQObject</a>. A <a href="ntqobject.html">TQObject</a> does not have a copy constructor, so using +from <a href="tqobject.html">TQObject</a>. A <a href="tqobject.html">TQObject</a> does not have a copy constructor, so using it as value is impossible. You may choose to store pointers to TQObjects in a <a href="ntqvaluelist.html">TQValueList</a>, but using <a href="ntqptrlist.html">TQPtrList</a> directly seems to be the better choice for this kind of application domain. TQPtrList, like all diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index 50c55e13c..928a1f74c 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -5211,80 +5211,80 @@ <section ref="qnpwidget-members.html" title="List of All Member Functions"/> <section ref="qnp-h.html" title="Header File"/> </section> -<section ref="ntqobject.html" title="TQObject Class Reference"> - <keyword ref="ntqobject.html">TQObject</keyword> - <keyword ref="ntqobject.html#activate_signal">activate_signal</keyword> - <keyword ref="ntqobject.html#blockSignals">blockSignals</keyword> - <keyword ref="ntqobject.html#checkConnectArgs">checkConnectArgs</keyword> - <keyword ref="ntqobject.html#child">child</keyword> - <keyword ref="ntqobject.html#childEvent">childEvent</keyword> - <keyword ref="ntqobject.html#children">children</keyword> - <keyword ref="ntqobject.html#className">className</keyword> - <keyword ref="ntqobject.html#cleanupEventFilter">cleanupEventFilter</keyword> - <keyword ref="ntqobject.html#connect">connect</keyword> - <keyword ref="ntqobject.html#connectNotify">connectNotify</keyword> - <keyword ref="ntqobject.html#customEvent">customEvent</keyword> - <keyword ref="ntqobject.html#deleteLater">deleteLater</keyword> - <keyword ref="ntqobject.html#destroyed">destroyed</keyword> - <keyword ref="ntqobject.html#disconnect">disconnect</keyword> - <keyword ref="ntqobject.html#disconnectNotify">disconnectNotify</keyword> - <keyword ref="ntqobject.html#dumpObjectInfo">dumpObjectInfo</keyword> - <keyword ref="ntqobject.html#dumpObjectTree">dumpObjectTree</keyword> - <keyword ref="ntqobject.html#event">event</keyword> - <keyword ref="ntqobject.html#eventFilter">eventFilter</keyword> - <keyword ref="ntqobject.html#highPriority">highPriority</keyword> - <keyword ref="ntqobject.html#inherits">inherits</keyword> - <keyword ref="ntqobject.html#insertChild">insertChild</keyword> - <keyword ref="ntqobject.html#installEventFilter">installEventFilter</keyword> - <keyword ref="ntqobject.html#isA">isA</keyword> - <keyword ref="ntqobject.html#isWidgetType">isWidgetType</keyword> - <keyword ref="ntqobject.html#killTimer">killTimer</keyword> - <keyword ref="ntqobject.html#killTimers">killTimers</keyword> - <keyword ref="ntqobject.html#metaObject">metaObject</keyword> - <keyword ref="ntqobject.html#name">name</keyword> - <keyword ref="ntqobject.html#name-prop">name</keyword> - <keyword ref="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</keyword> - <keyword ref="ntqobject.html#objectTrees">objectTrees</keyword> - <keyword ref="ntqobject.html#parent">parent</keyword> - <keyword ref="ntqobject.html#property">property</keyword> - <keyword ref="ntqobject.html#queryList">queryList</keyword> - <keyword ref="ntqobject.html#removeChild">removeChild</keyword> - <keyword ref="ntqobject.html#removeEventFilter">removeEventFilter</keyword> - <keyword ref="ntqobject.html#sender">sender</keyword> - <keyword ref="ntqobject.html#setName">setName</keyword> - <keyword ref="ntqobject.html#setProperty">setProperty</keyword> - <keyword ref="ntqobject.html#signalsBlocked">signalsBlocked</keyword> - <keyword ref="ntqobject.html#startTimer">startTimer</keyword> - <keyword ref="ntqobject.html#timerEvent">timerEvent</keyword> - <keyword ref="ntqobject.html#tr">tr</keyword> - <keyword ref="ntqobject.html#trUtf8">trUtf8</keyword> - <keyword ref="ntqobject.html#~TQObject">~TQObject</keyword> - <keyword ref="ntqobject.html#qt_find_obj_child">tqt_find_obj_child</keyword> - <section ref="qobject-members.html" title="List of All Member Functions"/> - <section ref="qobject-h.html" title="Header File"/> -</section> -<section ref="ntqobjectcleanuphandler.html" title="QObjectCleanupHandler Class Reference"> - <keyword ref="ntqobjectcleanuphandler.html">QObjectCleanupHandler</keyword> - <keyword ref="ntqobjectcleanuphandler.html#add">add</keyword> - <keyword ref="ntqobjectcleanuphandler.html#clear">clear</keyword> - <keyword ref="ntqobjectcleanuphandler.html#isEmpty">isEmpty</keyword> - <keyword ref="ntqobjectcleanuphandler.html#remove">remove</keyword> - <keyword ref="ntqobjectcleanuphandler.html#~QObjectCleanupHandler">~QObjectCleanupHandler</keyword> - <section ref="qobjectcleanuphandler-members.html" title="List of All Member Functions"/> - <section ref="qobjectcleanuphandler-h.html" title="Header File"/> -</section> -<section ref="ntqobjectlist.html" title="QObjectList Class Reference"> - <keyword ref="ntqobjectlist.html">QObjectList</keyword> - <keyword ref="ntqobjectlist.html#operator-eq">operator=</keyword> - <keyword ref="ntqobjectlist.html#~QObjectList">~QObjectList</keyword> - <section ref="qobjectlist-members.html" title="List of All Member Functions"/> - <section ref="qobjectlist-h.html" title="Header File"/> -</section> -<section ref="qobjectlistiterator.html" title="QObjectListIterator Class Reference"> - <keyword ref="qobjectlistiterator.html">QObjectListIterator</keyword> - <keyword ref="qobjectlistiterator.html#operator-eq">operator=</keyword> - <section ref="qobjectlistiterator-members.html" title="List of All Member Functions"/> - <section ref="qobjectlist-h.html" title="Header File"/> +<section ref="tqobject.html" title="TQObject Class Reference"> + <keyword ref="tqobject.html">TQObject</keyword> + <keyword ref="tqobject.html#activate_signal">activate_signal</keyword> + <keyword ref="tqobject.html#blockSignals">blockSignals</keyword> + <keyword ref="tqobject.html#checkConnectArgs">checkConnectArgs</keyword> + <keyword ref="tqobject.html#child">child</keyword> + <keyword ref="tqobject.html#childEvent">childEvent</keyword> + <keyword ref="tqobject.html#children">children</keyword> + <keyword ref="tqobject.html#className">className</keyword> + <keyword ref="tqobject.html#cleanupEventFilter">cleanupEventFilter</keyword> + <keyword ref="tqobject.html#connect">connect</keyword> + <keyword ref="tqobject.html#connectNotify">connectNotify</keyword> + <keyword ref="tqobject.html#customEvent">customEvent</keyword> + <keyword ref="tqobject.html#deleteLater">deleteLater</keyword> + <keyword ref="tqobject.html#destroyed">destroyed</keyword> + <keyword ref="tqobject.html#disconnect">disconnect</keyword> + <keyword ref="tqobject.html#disconnectNotify">disconnectNotify</keyword> + <keyword ref="tqobject.html#dumpObjectInfo">dumpObjectInfo</keyword> + <keyword ref="tqobject.html#dumpObjectTree">dumpObjectTree</keyword> + <keyword ref="tqobject.html#event">event</keyword> + <keyword ref="tqobject.html#eventFilter">eventFilter</keyword> + <keyword ref="tqobject.html#highPriority">highPriority</keyword> + <keyword ref="tqobject.html#inherits">inherits</keyword> + <keyword ref="tqobject.html#insertChild">insertChild</keyword> + <keyword ref="tqobject.html#installEventFilter">installEventFilter</keyword> + <keyword ref="tqobject.html#isA">isA</keyword> + <keyword ref="tqobject.html#isWidgetType">isWidgetType</keyword> + <keyword ref="tqobject.html#killTimer">killTimer</keyword> + <keyword ref="tqobject.html#killTimers">killTimers</keyword> + <keyword ref="tqobject.html#metaObject">metaObject</keyword> + <keyword ref="tqobject.html#name">name</keyword> + <keyword ref="tqobject.html#name-prop">name</keyword> + <keyword ref="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</keyword> + <keyword ref="tqobject.html#objectTrees">objectTrees</keyword> + <keyword ref="tqobject.html#parent">parent</keyword> + <keyword ref="tqobject.html#property">property</keyword> + <keyword ref="tqobject.html#queryList">queryList</keyword> + <keyword ref="tqobject.html#removeChild">removeChild</keyword> + <keyword ref="tqobject.html#removeEventFilter">removeEventFilter</keyword> + <keyword ref="tqobject.html#sender">sender</keyword> + <keyword ref="tqobject.html#setName">setName</keyword> + <keyword ref="tqobject.html#setProperty">setProperty</keyword> + <keyword ref="tqobject.html#signalsBlocked">signalsBlocked</keyword> + <keyword ref="tqobject.html#startTimer">startTimer</keyword> + <keyword ref="tqobject.html#timerEvent">timerEvent</keyword> + <keyword ref="tqobject.html#tr">tr</keyword> + <keyword ref="tqobject.html#trUtf8">trUtf8</keyword> + <keyword ref="tqobject.html#~TQObject">~TQObject</keyword> + <keyword ref="tqobject.html#qt_find_obj_child">tqt_find_obj_child</keyword> + <section ref="tqobject-members.html" title="List of All Member Functions"/> + <section ref="tqobject-h.html" title="Header File"/> +</section> +<section ref="tqobjectcleanuphandler.html" title="TQObjectCleanupHandler Class Reference"> + <keyword ref="tqobjectcleanuphandler.html">TQObjectCleanupHandler</keyword> + <keyword ref="tqobjectcleanuphandler.html#add">add</keyword> + <keyword ref="tqobjectcleanuphandler.html#clear">clear</keyword> + <keyword ref="tqobjectcleanuphandler.html#isEmpty">isEmpty</keyword> + <keyword ref="tqobjectcleanuphandler.html#remove">remove</keyword> + <keyword ref="tqobjectcleanuphandler.html#~TQObjectCleanupHandler">~TQObjectCleanupHandler</keyword> + <section ref="tqobjectcleanuphandler-members.html" title="List of All Member Functions"/> + <section ref="tqobjectcleanuphandler-h.html" title="Header File"/> +</section> +<section ref="tqobjectlist.html" title="TQObjectList Class Reference"> + <keyword ref="tqobjectlist.html">TQObjectList</keyword> + <keyword ref="tqobjectlist.html#operator-eq">operator=</keyword> + <keyword ref="tqobjectlist.html#~TQObjectList">~TQObjectList</keyword> + <section ref="tqobjectlist-members.html" title="List of All Member Functions"/> + <section ref="tqobjectlist-h.html" title="Header File"/> +</section> +<section ref="tqobjectlistiterator.html" title="TQObjectListIterator Class Reference"> + <keyword ref="tqobjectlistiterator.html">TQObjectListIterator</keyword> + <keyword ref="tqobjectlistiterator.html#operator-eq">operator=</keyword> + <section ref="tqobjectlistiterator-members.html" title="List of All Member Functions"/> + <section ref="tqobjectlist-h.html" title="Header File"/> </section> <section ref="ntqpaintdevice.html" title="QPaintDevice Class Reference"> <keyword ref="ntqpaintdevice.html">QPaintDevice</keyword> diff --git a/doc/html/qtabbar-members.html b/doc/html/qtabbar-members.html index d9884abfc..d6a29138e 100644 --- a/doc/html/qtabbar-members.html +++ b/doc/html/qtabbar-members.html @@ -47,16 +47,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -65,35 +65,35 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqtabbar.html#count">count</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqtabbar.html#currentTab">currentTab</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -121,7 +121,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() @@ -129,11 +129,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqtabbar.html#indexOf">indexOf</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqtabbar.html#insertTab">insertTab</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -156,13 +156,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqtabbar.html#keyboardFocusTab">keyboardFocusTab</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqtabbar.html#layoutChanged">layoutChanged</a>() <li><a href="ntqtabbar.html#layoutTabs">layoutTabs</a>() @@ -178,7 +178,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -192,9 +192,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -207,20 +207,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqtabbar.html#removeTab">removeTab</a>() <li><a href="ntqtabbar.html#removeToolTip">removeToolTip</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() @@ -231,7 +231,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="ntqtabbar.html#selectTab">selectTab</a>() <li><a href="ntqtabbar.html#selected">selected</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -269,12 +269,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqtabbar.html#setShape">setShape</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -294,13 +294,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqtabbar.html#tab">tab</a>() @@ -308,11 +308,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqtabbar.html#tabList">tabList</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqtabbar.html#toolTip">toolTip</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qtabdialog-members.html b/doc/html/qtabdialog-members.html index 08dc4c000..86cb503a3 100644 --- a/doc/html/qtabdialog-members.html +++ b/doc/html/qtabdialog-members.html @@ -50,18 +50,18 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqtabdialog.html#cancelButtonPressed">cancelButtonPressed</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqtabdialog.html#changeTab">changeTab</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -70,37 +70,37 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqtabdialog.html#currentChanged">currentChanged</a>() <li><a href="ntqtabdialog.html#currentPage">currentPage</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="ntqtabdialog.html#defaultButtonPressed">defaultButtonPressed</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqdialog.html#done">done</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqdialog.html#exec">exec</a>() <li><a href="ntqdialog.html#extension">extension</a>() <li><a href="ntqwidget.html#find">find</a>() @@ -136,18 +136,18 @@ body { background: #ffffff; color: black; } <li><a href="ntqtabdialog.html#helpButtonPressed">helpButtonPressed</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqtabdialog.html#insertTab">insertTab</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -171,12 +171,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -190,7 +190,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -204,9 +204,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdialog.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -218,12 +218,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -231,8 +231,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#reject">reject</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqtabdialog.html#removePage">removePage</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() @@ -242,7 +242,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#result">result</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="ntqtabdialog.html#selected">selected</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqtabdialog.html#setApplyButton">setApplyButton</a>() @@ -285,14 +285,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqdialog.html#setModal">setModal</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqtabdialog.html#setOkButton">setOkButton</a>() <li><a href="ntqdialog.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdialog.html#setResult">setResult</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() @@ -314,23 +314,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() <li><a href="ntqtabdialog.html#showPage">showPage</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqtabdialog.html#tabBar">tabBar</a>() <li><a href="ntqtabdialog.html#tabLabel">tabLabel</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qtable-members.html b/doc/html/qtable-members.html index b7ff01727..8802a4024 100644 --- a/doc/html/qtable-members.html +++ b/doc/html/qtable-members.html @@ -52,24 +52,24 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() <li><a href="ntqtable.html#beginEdit">beginEdit</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqtable.html#cellGeometry">cellGeometry</a>() <li><a href="ntqtable.html#cellRect">cellRect</a>() <li><a href="ntqtable.html#cellWidget">cellWidget</a>() <li><a href="ntqscrollview.html#center">center</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() <li><a href="ntqscrollview.html#childX">childX</a>() <li><a href="ntqscrollview.html#childY">childY</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqtable.html#clearCell">clearCell</a>() <li><a href="ntqtable.html#clearCellWidget">clearCellWidget</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() @@ -90,8 +90,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#columnPos">columnPos</a>() <li><a href="ntqtable.html#columnWidth">columnWidth</a>() <li><a href="ntqtable.html#columnWidthChanged">columnWidthChanged</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() <li><a href="ntqtable.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() @@ -122,13 +122,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#currentRow">currentRow</a>() <li><a href="ntqtable.html#currentSelection">currentSelection</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqtable.html#doubleClicked">doubleClicked</a>() <li><a href="ntqscrollview.html#dragAutoScroll">dragAutoScroll</a>() <li><a href="ntqtable.html#dragEnabled">dragEnabled</a>() @@ -142,8 +142,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() <li><a href="ntqtable.html#dropped">dropped</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqtable.html#editCell">editCell</a>() <li><a href="ntqtable.html#editMode">editMode</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() @@ -195,7 +195,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#hideColumn">hideColumn</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() <li><a href="ntqtable.html#hideRow">hideRow</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqtable.html#horizontalHeader">horizontalHeader</a>() <li><a href="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() <li><a href="ntqscrollview.html#horizontalSliderPressed">horizontalSliderPressed</a>() @@ -207,13 +207,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqtable.html#indexOf">indexOf</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqtable.html#insertColumns">insertColumns</a>() <li><a href="ntqtable.html#insertRows">insertRows</a>() <li><a href="ntqtable.html#insertWidget">insertWidget</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqtable.html#isColumnHidden">isColumnHidden</a>() <li><a href="ntqtable.html#isColumnReadOnly">isColumnReadOnly</a>() @@ -248,13 +248,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqtable.html#item">item</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() @@ -271,7 +271,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -287,12 +287,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqscrollview.html#moveChild">moveChild</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="ntqtable.html#numCols">numCols</a>() <li><a href="ntqtable.html#numRows">numRows</a>() <li><a href="ntqtable.html#numSelections">numSelections</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -306,14 +306,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqtable.html#pixmap">pixmap</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqtable.html#pressed">pressed</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -323,7 +323,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#removeChild">removeChild</a>() <li><a href="ntqtable.html#removeColumn">removeColumn</a>() <li><a href="ntqtable.html#removeColumns">removeColumns</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqtable.html#removeRow">removeRow</a>() <li><a href="ntqtable.html#removeRows">removeRows</a>() <li><a href="ntqtable.html#removeSelection">removeSelection</a>() @@ -352,7 +352,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#selection">selection</a>() <li><a href="ntqtable.html#selectionChanged">selectionChanged</a>() <li><a href="ntqtable.html#selectionMode">selectionMode</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -415,7 +415,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqtable.html#setNumCols">setNumCols</a>() <li><a href="ntqtable.html#setNumRows">setNumRows</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() @@ -423,7 +423,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() <li><a href="ntqtable.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqtable.html#setReadOnly">setReadOnly</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="ntqtable.html#setRowHeight">setRowHeight</a>() @@ -458,7 +458,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() <li><a href="ntqtable.html#showRow">showRow</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() @@ -467,7 +467,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#sorting">sorting</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() <li><a href="ntqtable.html#startDrag">startDrag</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqtable.html#swapCells">swapCells</a>() @@ -477,11 +477,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqtable.html#takeItem">takeItem</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqtable.html#text">text</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qtableitem.html b/doc/html/qtableitem.html index 815f0b3ef..476884cdc 100644 --- a/doc/html/qtableitem.html +++ b/doc/html/qtableitem.html @@ -263,7 +263,7 @@ reimplement <a href="#setContentFromEditor">setContentFromEditor</a>(), and may { // create an editor - a combobox in our case ( (ComboItem*)this )->cb = new <a href="ntqcombobox.html">TQComboBox</a>( <a href="#table">table</a>()->viewport() ); - TQObject::<a href="ntqobject.html#connect">connect</a>( cb, TQ_SIGNAL( activated( int ) ), table(), TQ_SLOT( doValueChanged() ) ); + TQObject::<a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL( activated( int ) ), table(), TQ_SLOT( doValueChanged() ) ); cb->insertItem( "Yes" ); cb->insertItem( "No" ); // and initialize it @@ -373,7 +373,7 @@ a <a href="ntqlineedit.html">TQLineEdit</a> you will need to reimplement this fu { // the user changed the value of the combobox, so synchronize the // value of the item (its text), with the value of the combobox - if ( w-><a href="ntqobject.html#inherits">inherits</a>( "TQComboBox" ) ) + if ( w-><a href="tqobject.html#inherits">inherits</a>( "TQComboBox" ) ) <a href="#setText">setText</a>( ( (TQComboBox*)w )->currentText() ); else TQTableItem::<a href="#setContentFromEditor">setContentFromEditor</a>( w ); diff --git a/doc/html/qtabwidget-members.html b/doc/html/qtabwidget-members.html index 4c9b79b82..643351795 100644 --- a/doc/html/qtabwidget-members.html +++ b/doc/html/qtabwidget-members.html @@ -46,17 +46,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqtabwidget.html#changeTab">changeTab</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -65,8 +65,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqtabwidget.html#cornerWidget">cornerWidget</a>() @@ -76,27 +76,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqtabwidget.html#currentPage">currentPage</a>() <li><a href="ntqtabwidget.html#currentPageIndex">currentPageIndex</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -124,7 +124,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() @@ -132,11 +132,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqtabwidget.html#indexOf">indexOf</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqtabwidget.html#insertTab">insertTab</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -159,12 +159,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqtabwidget.html#label">label</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() @@ -180,7 +180,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -194,9 +194,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -208,20 +208,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqtabwidget.html#removePage">removePage</a>() <li><a href="ntqtabwidget.html#removeTabToolTip">removeTabToolTip</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() @@ -230,7 +230,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -270,12 +270,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -299,13 +299,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() <li><a href="ntqtabwidget.html#showPage">showPage</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqtabwidget.html#tabBar">tabBar</a>() @@ -316,10 +316,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqtabwidget.html#tabToolTip">tabToolTip</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qtextbrowser-members.html b/doc/html/qtextbrowser-members.html index f2aa1ae30..a074dd24e 100644 --- a/doc/html/qtextbrowser-members.html +++ b/doc/html/qtextbrowser-members.html @@ -53,23 +53,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextbrowser.html#backward">backward</a>() <li><a href="ntqtextbrowser.html#backwardAvailable">backwardAvailable</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqtextedit.html#bold">bold</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqscrollview.html#center">center</a>() <li><a href="ntqtextedit.html#charAt">charAt</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() <li><a href="ntqscrollview.html#childX">childX</a>() <li><a href="ntqscrollview.html#childY">childY</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqtextedit.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -83,8 +83,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqtextedit.html#color">color</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() <li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() @@ -117,15 +117,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() <li><a href="ntqtextedit.html#cursorPositionChanged">cursorPositionChanged</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="ntqtextedit.html#cut">cut</a>() <li><a href="ntqtextedit.html#del">del</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() @@ -138,8 +138,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() @@ -191,7 +191,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextedit.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</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="ntqscrollview.html#horizontalScrollBar">horizontalScrollBar</a>() @@ -203,13 +203,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</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="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqtextedit.html#insertParagraph">insertParagraph</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -239,13 +239,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</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="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() @@ -269,7 +269,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -288,9 +288,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#moveChild">moveChild</a>() <li><a href="ntqtextedit.html#moveCursor">moveCursor</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -307,7 +307,7 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqtextedit.html#paste">paste</a>() <li><a href="ntqtextedit.html#pasteSubType">pasteSubType</a>() @@ -315,8 +315,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextedit.html#pointSize">pointSize</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -327,7 +327,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqtextbrowser.html#reload">reload</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</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>() @@ -349,7 +349,7 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqtextedit.html#setAlignment">setAlignment</a>() @@ -411,7 +411,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqtextedit.html#setModified">setModified</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqtextedit.html#setOverwriteMode">setOverwriteMode</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() @@ -420,7 +420,7 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqtextedit.html#setReadOnly">setReadOnly</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="ntqtextedit.html#setSelection">setSelection</a>() @@ -457,7 +457,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() @@ -465,7 +465,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextbrowser.html#source">source</a>() <li><a href="ntqtextbrowser.html#sourceChanged">sourceChanged</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqtextedit.html#styleSheet">styleSheet</a>() @@ -479,11 +479,11 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</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>() diff --git a/doc/html/qtextdrag-members.html b/doc/html/qtextdrag-members.html index 6260f3406..a4b161858 100644 --- a/doc/html/qtextdrag-members.html +++ b/doc/html/qtextdrag-members.html @@ -37,65 +37,65 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qtextdrag.html#TQTextDrag">TQTextDrag</a>() <li><a href="qtextdrag.html#~TQTextDrag">~TQTextDrag</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="qtextdrag.html#canDecode">canDecode</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqdragobject.html#drag">drag</a>() <li><a href="ntqdragobject.html#dragCopy">dragCopy</a>() <li><a href="ntqdragobject.html#dragLink">dragLink</a>() <li><a href="ntqdragobject.html#dragMove">dragMove</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qmimesource.html#encodedData">encodedData</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qmimesource.html#format">format</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqdragobject.html#pixmap">pixmap</a>() <li><a href="ntqdragobject.html#pixmapHotSpot">pixmapHotSpot</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="qmimesource.html#provides">provides</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qmimesource.html#serialNumber">serialNumber</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdragobject.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</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="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqdragobject.html#source">source</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqdragobject.html#target">target</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qtextedit-members.html b/doc/html/qtextedit-members.html index f50707861..38b5e0c41 100644 --- a/doc/html/qtextedit-members.html +++ b/doc/html/qtextedit-members.html @@ -50,23 +50,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqtextedit.html#bold">bold</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqscrollview.html#center">center</a>() <li><a href="ntqtextedit.html#charAt">charAt</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() <li><a href="ntqscrollview.html#childX">childX</a>() <li><a href="ntqscrollview.html#childY">childY</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqtextedit.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -80,8 +80,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqtextedit.html#color">color</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() <li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() @@ -114,15 +114,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() <li><a href="ntqtextedit.html#cursorPositionChanged">cursorPositionChanged</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="ntqtextedit.html#cut">cut</a>() <li><a href="ntqtextedit.html#del">del</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() @@ -135,8 +135,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() @@ -186,7 +186,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextedit.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</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>() @@ -196,13 +196,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</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="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqtextedit.html#insertParagraph">insertParagraph</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -232,13 +232,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</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="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() @@ -261,7 +261,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -280,9 +280,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#moveChild">moveChild</a>() <li><a href="ntqtextedit.html#moveCursor">moveCursor</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -299,7 +299,7 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqtextedit.html#paste">paste</a>() <li><a href="ntqtextedit.html#pasteSubType">pasteSubType</a>() @@ -307,8 +307,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextedit.html#pointSize">pointSize</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -318,7 +318,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</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>() @@ -340,7 +340,7 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqtextedit.html#setAlignment">setAlignment</a>() @@ -402,7 +402,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqtextedit.html#setModified">setModified</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqtextedit.html#setOverwriteMode">setOverwriteMode</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() @@ -411,7 +411,7 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqtextedit.html#setReadOnly">setReadOnly</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="ntqtextedit.html#setSelection">setSelection</a>() @@ -447,13 +447,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqtextedit.html#styleSheet">styleSheet</a>() @@ -467,11 +467,11 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</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>() diff --git a/doc/html/qtextview-members.html b/doc/html/qtextview-members.html index f3c8533ed..eb6c1b4f6 100644 --- a/doc/html/qtextview-members.html +++ b/doc/html/qtextview-members.html @@ -49,23 +49,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqtextedit.html#bold">bold</a>() <li><a href="ntqscrollview.html#bottomMargin">bottomMargin</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqscrollview.html#center">center</a>() <li><a href="ntqtextedit.html#charAt">charAt</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() <li><a href="ntqscrollview.html#childIsVisible">childIsVisible</a>() <li><a href="ntqscrollview.html#childX">childX</a>() <li><a href="ntqscrollview.html#childY">childY</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqtextedit.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -79,8 +79,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqtextedit.html#color">color</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>() <li><a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>() @@ -113,15 +113,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextedit.html#currentVerticalAlignmentChanged">currentVerticalAlignmentChanged</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() <li><a href="ntqtextedit.html#cursorPositionChanged">cursorPositionChanged</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() <li><a href="ntqtextedit.html#cut">cut</a>() <li><a href="ntqtextedit.html#del">del</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() @@ -134,8 +134,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqscrollview.html#enableClipper">enableClipper</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqtextedit.html#ensureCursorVisible">ensureCursorVisible</a>() @@ -185,7 +185,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextedit.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</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>() @@ -195,13 +195,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</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="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqtextedit.html#insertParagraph">insertParagraph</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -231,13 +231,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</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="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqscrollview.html#leftMargin">leftMargin</a>() @@ -260,7 +260,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -279,9 +279,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqscrollview.html#moveChild">moveChild</a>() <li><a href="ntqtextedit.html#moveCursor">moveCursor</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -298,7 +298,7 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqtextedit.html#paste">paste</a>() <li><a href="ntqtextedit.html#pasteSubType">pasteSubType</a>() @@ -306,8 +306,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqtextedit.html#pointSize">pointSize</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -317,7 +317,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqscrollview.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</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>() @@ -339,7 +339,7 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqtextedit.html#setAlignment">setAlignment</a>() @@ -401,7 +401,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqtextedit.html#setModified">setModified</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqtextedit.html#setOverwriteMode">setOverwriteMode</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() @@ -410,7 +410,7 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqtextedit.html#setReadOnly">setReadOnly</a>() <li><a href="ntqscrollview.html#setResizePolicy">setResizePolicy</a>() <li><a href="ntqtextedit.html#setSelection">setSelection</a>() @@ -446,13 +446,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqtextedit.html#styleSheet">styleSheet</a>() @@ -466,11 +466,11 @@ body { background: #ffffff; color: black; } <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="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() <li><a href="ntqscrollview.html#topMargin">topMargin</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</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>() diff --git a/doc/html/qtimeedit-members.html b/doc/html/qtimeedit-members.html index 85ca19c89..79add7c4f 100644 --- a/doc/html/qtimeedit-members.html +++ b/doc/html/qtimeedit-members.html @@ -47,16 +47,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -65,34 +65,34 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="qtimeedit.html#display">display</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -120,17 +120,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -152,12 +152,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -172,7 +172,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="qtimeedit.html#minValue">minValue</a>() @@ -187,9 +187,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -200,20 +200,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -221,7 +221,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="qtimeedit.html#sectionFormattedText">sectionFormattedText</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qtimeedit.html#separator">separator</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -265,12 +265,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="qtimeedit.html#setMinute">setMinute</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="qtimeedit.html#setRange">setRange</a>() <li><a href="qtimeedit.html#setSecond">setSecond</a>() <li><a href="qtimeedit.html#setSeparator">setSeparator</a>() @@ -290,22 +290,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="qtimeedit.html#time">time</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qtimer-h.html b/doc/html/qtimer-h.html index 72c62daab..01b7be5b7 100644 --- a/doc/html/qtimer-h.html +++ b/doc/html/qtimer-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQTIMER_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H diff --git a/doc/html/qtimer-members.html b/doc/html/qtimer-members.html index f51bcb15f..83d17242a 100644 --- a/doc/html/qtimer-members.html +++ b/doc/html/qtimer-members.html @@ -37,55 +37,55 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqtimer.html#TQTimer">TQTimer</a>() <li><a href="ntqtimer.html#~TQTimer">~TQTimer</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqtimer.html#changeInterval">changeInterval</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqtimer.html#isActive">isActive</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqtimer.html#singleShot">singleShot</a>() <li><a href="ntqtimer.html#start">start</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqtimer.html#stop">stop</a>() <li><a href="ntqtimer.html#timeout">timeout</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqtimer.html#timerId">timerId</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qtimerevent.html b/doc/html/qtimerevent.html index ebbdd73b4..f3414d7da 100644 --- a/doc/html/qtimerevent.html +++ b/doc/html/qtimerevent.html @@ -50,11 +50,11 @@ timer event. <p> <p> Timer events are sent at regular intervals to objects that have started one or more timers. Each timer has a unique identifier. A -timer is started with <a href="ntqobject.html#startTimer">TQObject::startTimer</a>(). +timer is started with <a href="tqobject.html#startTimer">TQObject::startTimer</a>(). <p> The <a href="ntqtimer.html">TQTimer</a> class provides a high-level programming interface that uses signals instead of events. It also provides one-shot timers. -<p> The event handler <a href="ntqobject.html#timerEvent">TQObject::timerEvent</a>() receives timer events. -<p> <p>See also <a href="ntqtimer.html">TQTimer</a>, <a href="ntqobject.html#timerEvent">TQObject::timerEvent</a>(), <a href="ntqobject.html#startTimer">TQObject::startTimer</a>(), <a href="ntqobject.html#killTimer">TQObject::killTimer</a>(), <a href="ntqobject.html#killTimers">TQObject::killTimers</a>(), and <a href="events.html">Event Classes</a>. +<p> The event handler <a href="tqobject.html#timerEvent">TQObject::timerEvent</a>() receives timer events. +<p> <p>See also <a href="ntqtimer.html">TQTimer</a>, <a href="tqobject.html#timerEvent">TQObject::timerEvent</a>(), <a href="tqobject.html#startTimer">TQObject::startTimer</a>(), <a href="tqobject.html#killTimer">TQObject::killTimer</a>(), <a href="tqobject.html#killTimers">TQObject::killTimers</a>(), and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQTimerEvent"></a>TQTimerEvent::TQTimerEvent ( int timerId ) @@ -67,7 +67,7 @@ uses signals instead of events. It also provides one-shot timers. </h3> <p> Returns the unique timer identifier, which is the same identifier -as returned from <a href="ntqobject.html#startTimer">TQObject::startTimer</a>(). +as returned from <a href="tqobject.html#startTimer">TQObject::startTimer</a>(). <p>Example: <a href="dclock-example.html#x1105">dclock/dclock.cpp</a>. <!-- eof --> diff --git a/doc/html/qtoolbar-members.html b/doc/html/qtoolbar-members.html index 491df715a..9ba4aa332 100644 --- a/doc/html/qtoolbar-members.html +++ b/doc/html/qtoolbar-members.html @@ -47,17 +47,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqdockwindow.html#boxLayout">boxLayout</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqtoolbar.html#clear">clear</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() @@ -68,20 +68,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqdockwindow.html#closeMode">closeMode</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqdockwindow.html#dock">dock</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() @@ -90,15 +90,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqdockwindow.html#fixedExtent">fixedExtent</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() @@ -133,17 +133,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqdockwindow.html#isCloseEnabled">isCloseEnabled</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() @@ -173,12 +173,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqtoolbar.html#label">label</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() @@ -196,7 +196,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -211,10 +211,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="ntqdockwindow.html#newLine">newLine</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdockwindow.html#offset">offset</a>() <li><a href="ntqdockwindow.html#opaqueMoving">opaqueMoving</a>() <li><a href="ntqdockwindow.html#orientation">orientation</a>() @@ -229,29 +229,29 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqdockwindow.html#place">place</a>() <li><a href="ntqdockwindow.html#placeChanged">placeChanged</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -302,7 +302,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() <li><a href="ntqdockwindow.html#setMovingEnabled">setMovingEnabled</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdockwindow.html#setNewLine">setNewLine</a>() <li><a href="ntqdockwindow.html#setOffset">setOffset</a>() <li><a href="ntqdockwindow.html#setOpaqueMoving">setOpaqueMoving</a>() @@ -311,7 +311,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdockwindow.html#setResizeEnabled">setResizeEnabled</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -332,21 +332,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqdockwindow.html#undock">undock</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() diff --git a/doc/html/qtoolbox-members.html b/doc/html/qtoolbox-members.html index d0fc64309..a16dbf2a0 100644 --- a/doc/html/qtoolbox-members.html +++ b/doc/html/qtoolbox-members.html @@ -46,16 +46,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -64,8 +64,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() @@ -75,13 +75,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqtoolbox.html#currentIndex">currentIndex</a>() <li><a href="ntqtoolbox.html#currentItem">currentItem</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -89,15 +89,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -131,7 +131,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() @@ -139,11 +139,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqtoolbox.html#indexOf">indexOf</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqtoolbox.html#insertItem">insertItem</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -166,7 +166,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqtoolbox.html#item">item</a>() <li><a href="ntqtoolbox.html#itemIconSet">itemIconSet</a>() <li><a href="ntqtoolbox.html#itemInserted">itemInserted</a>() @@ -176,8 +176,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -193,7 +193,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -208,9 +208,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -221,20 +221,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqtoolbox.html#removeItem">removeItem</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() @@ -242,7 +242,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -292,12 +292,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -313,21 +313,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qtoolbutton-members.html b/doc/html/qtoolbutton-members.html index d00f16ce6..86b5052f3 100644 --- a/doc/html/qtoolbutton-members.html +++ b/doc/html/qtoolbutton-members.html @@ -50,16 +50,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -69,19 +69,19 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -89,15 +89,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqbutton.html#drawButtonLabel">drawButtonLabel</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -126,7 +126,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqbutton.html#hitButton">hitButton</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqtoolbutton.html#iconSet">iconSet</a>() @@ -135,10 +135,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -164,12 +164,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -183,7 +183,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -197,9 +197,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqtoolbutton.html#openPopup">openPopup</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -211,7 +211,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqbutton.html#pixmap">pixmap</a>() <li><a href="ntqwidget.html#polish">polish</a>() @@ -219,8 +219,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqtoolbutton.html#popupDelay">popupDelay</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqbutton.html#pressed">pressed</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -228,15 +228,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqbutton.html#released">released</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqbutton.html#setAccel">setAccel</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() @@ -278,7 +278,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqtoolbutton.html#setOn">setOn</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() @@ -287,7 +287,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqbutton.html#setPixmap">setPixmap</a>() <li><a href="ntqtoolbutton.html#setPopup">setPopup</a>() <li><a href="ntqtoolbutton.html#setPopupDelay">setPopupDelay</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -311,13 +311,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqbutton.html#state">state</a>() <li><a href="ntqbutton.html#stateChanged">stateChanged</a>() <li><a href="ntqwidget.html#style">style</a>() @@ -327,13 +327,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqbutton.html#text">text</a>() <li><a href="ntqtoolbutton.html#textLabel">textLabel</a>() <li><a href="ntqtoolbutton.html#textPosition">textPosition</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqtoolbutton.html#toggle">toggle</a>() <li><a href="ntqbutton.html#toggleType">toggleType</a>() <li><a href="ntqbutton.html#toggled">toggled</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qtooltipgroup-members.html b/doc/html/qtooltipgroup-members.html index c860fa645..d1fb4adf7 100644 --- a/doc/html/qtooltipgroup-members.html +++ b/doc/html/qtooltipgroup-members.html @@ -37,54 +37,54 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qtooltipgroup.html#TQToolTipGroup">TQToolTipGroup</a>() <li><a href="qtooltipgroup.html#~TQToolTipGroup">~TQToolTipGroup</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="qtooltipgroup.html#delay">delay</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qtooltipgroup.html#enabled">enabled</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="qtooltipgroup.html#removeTip">removeTip</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qtooltipgroup.html#setDelay">setDelay</a>() <li><a href="qtooltipgroup.html#setEnabled">setEnabled</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="qtooltipgroup.html#showTip">showTip</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qtooltipgroup.html b/doc/html/qtooltipgroup.html index cde200e2f..b443b62b0 100644 --- a/doc/html/qtooltipgroup.html +++ b/doc/html/qtooltipgroup.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQToolTipGroup class collects tool tips into related groups. <a href="#details">More...</a> <p><tt>#include <<a href="qtooltip-h.html">ntqtooltip.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qtooltipgroup-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -71,9 +71,9 @@ this status bar. argument to <a href="ntqtooltip.html">TQToolTip</a>'s member functions, for example like this: <p> <pre> TQToolTipGroup * grp = new TQToolTipGroup( this, "tool tip relay" ); - <a href="ntqobject.html#connect">connect</a>( grp, TQ_SIGNAL(<a href="#showTip">showTip</a>(const <a href="ntqstring.html">TQString</a>&)), + <a href="tqobject.html#connect">connect</a>( grp, TQ_SIGNAL(<a href="#showTip">showTip</a>(const <a href="ntqstring.html">TQString</a>&)), myLabel, TQ_SLOT(setText(const <a href="ntqstring.html">TQString</a>&)) ); - <a href="ntqobject.html#connect">connect</a>( grp, TQ_SIGNAL(<a href="#removeTip">removeTip</a>()), + <a href="tqobject.html#connect">connect</a>( grp, TQ_SIGNAL(<a href="#removeTip">removeTip</a>()), myLabel, TQ_SLOT(clear()) ); TQToolTip::<a href="ntqtooltip.html#add">add</a>( giraffeButton, "feed giraffe", grp, "Give the giraffe a meal" ); @@ -89,7 +89,7 @@ gorilla a meal" while the relevant tool tips are being displayed. <p>See also <a href="helpsystem.html">Help System</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQToolTipGroup"></a>TQToolTipGroup::TQToolTipGroup ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQToolTipGroup"></a>TQToolTipGroup::TQToolTipGroup ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a tool tip group called <em>name</em>, with parent <em>parent</em>. diff --git a/doc/html/qtranslator-h.html b/doc/html/qtranslator-h.html index d8c00b669..4c67998a2 100644 --- a/doc/html/qtranslator-h.html +++ b/doc/html/qtranslator-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #define TQTRANSLATOR_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqvaluelist.h" #endif // QT_H diff --git a/doc/html/qtranslator-members.html b/doc/html/qtranslator-members.html index bfc7ebbd0..ffcc5c1a5 100644 --- a/doc/html/qtranslator-members.html +++ b/doc/html/qtranslator-members.html @@ -37,59 +37,59 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqtranslator.html#TQTranslator">TQTranslator</a>() <li><a href="ntqtranslator.html#~TQTranslator">~TQTranslator</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqtranslator.html#clear">clear</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqtranslator.html#contains">contains</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#customEvent">customEvent</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqtranslator.html#find">find</a>() <li><a href="ntqtranslator.html#findMessage">findMessage</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() <li><a href="ntqtranslator.html#insert">insert</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqtranslator.html#isEmpty">isEmpty</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqtranslator.html#load">load</a>() <li><a href="ntqtranslator.html#messages">messages</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqtranslator.html#remove">remove</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqtranslator.html#save">save</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqtranslator.html#squeeze">squeeze</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqtranslator.html#unsqueeze">unsqueeze</a>() </ul> <!-- eof --> diff --git a/doc/html/quridrag-members.html b/doc/html/quridrag-members.html index 662267aab..52b4fd236 100644 --- a/doc/html/quridrag-members.html +++ b/doc/html/quridrag-members.html @@ -37,71 +37,71 @@ body { background: #ffffff; color: black; } <ul> <li><a href="quridrag.html#TQUriDrag">TQUriDrag</a>() <li><a href="quridrag.html#~TQUriDrag">~TQUriDrag</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="quridrag.html#canDecode">canDecode</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="quridrag.html#decode">decode</a>() <li><a href="quridrag.html#decodeLocalFiles">decodeLocalFiles</a>() <li><a href="quridrag.html#decodeToUnicodeUris">decodeToUnicodeUris</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqdragobject.html#drag">drag</a>() <li><a href="ntqdragobject.html#dragCopy">dragCopy</a>() <li><a href="ntqdragobject.html#dragLink">dragLink</a>() <li><a href="ntqdragobject.html#dragMove">dragMove</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="qstoreddrag.html#encodedData">encodedData</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qmimesource.html#format">format</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="quridrag.html#localFileToUri">localFileToUri</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqdragobject.html#pixmap">pixmap</a>() <li><a href="ntqdragobject.html#pixmapHotSpot">pixmapHotSpot</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="qmimesource.html#provides">provides</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qmimesource.html#serialNumber">serialNumber</a>() <li><a href="qstoreddrag.html#setEncodedData">setEncodedData</a>() <li><a href="quridrag.html#setFileNames">setFileNames</a>() <li><a href="quridrag.html#setFilenames">setFilenames</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqdragobject.html#setPixmap">setPixmap</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="quridrag.html#setUnicodeUris">setUnicodeUris</a>() <li><a href="quridrag.html#setUris">setUris</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqdragobject.html#source">source</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqdragobject.html#target">target</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="quridrag.html#unicodeUriToUri">unicodeUriToUri</a>() <li><a href="quridrag.html#uriToLocalFile">uriToLocalFile</a>() <li><a href="quridrag.html#uriToUnicodeUri">uriToUnicodeUri</a>() diff --git a/doc/html/qurloperator-h.html b/doc/html/qurloperator-h.html index 5a1b87d18..8d8734515 100644 --- a/doc/html/qurloperator-h.html +++ b/doc/html/qurloperator-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQURLOPERATOR_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqurl.h" #include "ntqptrlist.h" #include "ntqnetworkprotocol.h" diff --git a/doc/html/qurloperator-members.html b/doc/html/qurloperator-members.html index 948dde07f..1236adcea 100644 --- a/doc/html/qurloperator-members.html +++ b/doc/html/qurloperator-members.html @@ -38,35 +38,35 @@ body { background: #ffffff; color: black; } <li><a href="ntqurloperator.html#TQUrlOperator">TQUrlOperator</a>() <li><a href="ntqurloperator.html#~TQUrlOperator">~TQUrlOperator</a>() <li><a href="ntqurl.html#addPath">addPath</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqurl.html#cdUp">cdUp</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqurloperator.html#clearEntries">clearEntries</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqurloperator.html#connectionStateChanged">connectionStateChanged</a>() <li><a href="ntqurloperator.html#copy">copy</a>() <li><a href="ntqurloperator.html#createdDirectory">createdDirectory</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqurloperator.html#data">data</a>() <li><a href="ntqurloperator.html#dataTransferProgress">dataTransferProgress</a>() <li><a href="ntqurl.html#decode">decode</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqurloperator.html#deleteNetworkProtocol">deleteNetworkProtocol</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="ntqurl.html#dirPath">dirPath</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqurl.html#encode">encode</a>() <li><a href="ntqurl.html#encodedPathAndQuery">encodedPathAndQuery</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqurl.html#fileName">fileName</a>() <li><a href="ntqurloperator.html#finished">finished</a>() <li><a href="ntqurloperator.html#get">get</a>() @@ -77,72 +77,72 @@ body { background: #ffffff; color: black; } <li><a href="ntqurl.html#hasPort">hasPort</a>() <li><a href="ntqurl.html#hasRef">hasRef</a>() <li><a href="ntqurl.html#hasUser">hasUser</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqurl.html#host">host</a>() <li><a href="ntqurloperator.html#info">info</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqurloperator.html#isDir">isDir</a>() <li><a href="ntqurl.html#isLocalFile">isLocalFile</a>() <li><a href="ntqurl.html#isRelativeUrl">isRelativeUrl</a>() <li><a href="ntqurl.html#isValid">isValid</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqurloperator.html#itemChanged">itemChanged</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqurloperator.html#listChildren">listChildren</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqurloperator.html#mkdir">mkdir</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="ntqurloperator.html#nameFilter">nameFilter</a>() <li><a href="ntqurloperator.html#newChildren">newChildren</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqurl.html#operator-TQString">operator TQString</a>() <li><a href="ntqurl.html#operator-eq">operator=</a>() <li><a href="ntqurl.html#operator-eq-eq">operator==</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqurl.html#parse">parse</a>() <li><a href="ntqurl.html#password">password</a>() <li><a href="ntqurl.html#path">path</a>() <li><a href="ntqurl.html#port">port</a>() -<li><a href="ntqobject.html#property">property</a>() +<li><a href="tqobject.html#property">property</a>() <li><a href="ntqurl.html#protocol">protocol</a>() <li><a href="ntqurloperator.html#put">put</a>() <li><a href="ntqurl.html#query">query</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqurl.html#ref">ref</a>() <li><a href="ntqurloperator.html#remove">remove</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqurloperator.html#removed">removed</a>() <li><a href="ntqurloperator.html#rename">rename</a>() <li><a href="ntqurl.html#reset">reset</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqurl.html#setEncodedPathAndQuery">setEncodedPathAndQuery</a>() <li><a href="ntqurl.html#setFileName">setFileName</a>() <li><a href="ntqurl.html#setHost">setHost</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqurloperator.html#setNameFilter">setNameFilter</a>() <li><a href="ntqurl.html#setPassword">setPassword</a>() <li><a href="ntqurl.html#setPath">setPath</a>() <li><a href="ntqurl.html#setPort">setPort</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqurl.html#setProtocol">setProtocol</a>() <li><a href="ntqurl.html#setQuery">setQuery</a>() <li><a href="ntqurl.html#setRef">setRef</a>() <li><a href="ntqurl.html#setUser">setUser</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqurloperator.html#start">start</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqurloperator.html#startedNextCopy">startedNextCopy</a>() <li><a href="ntqurloperator.html#stop">stop</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqurl.html#toString">toString</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqurl.html#user">user</a>() </ul> <!-- eof --> diff --git a/doc/html/qvalidator-h.html b/doc/html/qvalidator-h.html index 8bf5b930c..68ec67849 100644 --- a/doc/html/qvalidator-h.html +++ b/doc/html/qvalidator-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQVALIDATOR_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqstring.h" // char*->TQString conversion #include "ntqregexp.h" // TQString->TQRegExp conversion #endif // QT_H diff --git a/doc/html/qvalidator-members.html b/doc/html/qvalidator-members.html index b4e450790..2d8fe0a59 100644 --- a/doc/html/qvalidator-members.html +++ b/doc/html/qvalidator-members.html @@ -37,49 +37,49 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqvalidator.html#TQValidator">TQValidator</a>() <li><a href="ntqvalidator.html#~TQValidator">~TQValidator</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqvalidator.html#fixup">fixup</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqvalidator.html#validate">validate</a>() </ul> <!-- eof --> diff --git a/doc/html/qvbox-members.html b/doc/html/qvbox-members.html index 8a9f7af6e..cb4ad8c97 100644 --- a/doc/html/qvbox-members.html +++ b/doc/html/qvbox-members.html @@ -45,16 +45,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -63,20 +63,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -84,15 +84,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -126,17 +126,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -158,12 +158,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -179,7 +179,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -194,9 +194,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -207,27 +207,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -271,12 +271,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -294,21 +294,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qvboxlayout-members.html b/doc/html/qvboxlayout-members.html index a301fd910..01fff9791 100644 --- a/doc/html/qvboxlayout-members.html +++ b/doc/html/qvboxlayout-members.html @@ -49,67 +49,67 @@ body { background: #ffffff; color: black; } <li><a href="qlayoutitem.html#alignment">alignment</a>() <li><a href="ntqlayout.html#alignmentRect">alignmentRect</a>() <li><a href="ntqlayout.html#autoAdd">autoAdd</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqlayout.html#deleteAllItems">deleteAllItems</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() <li><a href="qboxlayout.html#direction">direction</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="qboxlayout.html#expanding">expanding</a>() <li><a href="qboxlayout.html#findWidget">findWidget</a>() <li><a href="qlayoutitem.html#geometry">geometry</a>() <li><a href="qboxlayout.html#hasHeightForWidth">hasHeightForWidth</a>() <li><a href="qboxlayout.html#heightForWidth">heightForWidth</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="qboxlayout.html#insertItem">insertItem</a>() <li><a href="qboxlayout.html#insertLayout">insertLayout</a>() <li><a href="qboxlayout.html#insertSpacing">insertSpacing</a>() <li><a href="qboxlayout.html#insertStretch">insertStretch</a>() <li><a href="qboxlayout.html#insertWidget">insertWidget</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() <li><a href="qboxlayout.html#invalidate">invalidate</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqlayout.html#isEmpty">isEmpty</a>() <li><a href="ntqlayout.html#isEnabled">isEnabled</a>() <li><a href="ntqlayout.html#isTopLevel">isTopLevel</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqlayout.html#iterator">iterator</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="qlayoutitem.html#layout">layout</a>() <li><a href="ntqlayout.html#mainWidget">mainWidget</a>() <li><a href="ntqlayout.html#margin">margin</a>() <li><a href="qboxlayout.html#maximumSize">maximumSize</a>() <li><a href="ntqlayout.html#menuBar">menuBar</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="qboxlayout.html#minimumSize">minimumSize</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqlayout.html#remove">remove</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqlayout.html#removeItem">removeItem</a>() <li><a href="ntqlayout.html#resizeMode">resizeMode</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="qlayoutitem.html#setAlignment">setAlignment</a>() <li><a href="ntqlayout.html#setAutoAdd">setAutoAdd</a>() <li><a href="qboxlayout.html#setDirection">setDirection</a>() @@ -117,21 +117,21 @@ body { background: #ffffff; color: black; } <li><a href="qboxlayout.html#setGeometry">setGeometry</a>() <li><a href="ntqlayout.html#setMargin">setMargin</a>() <li><a href="ntqlayout.html#setMenuBar">setMenuBar</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqlayout.html#setResizeMode">setResizeMode</a>() <li><a href="ntqlayout.html#setSpacing">setSpacing</a>() <li><a href="qboxlayout.html#setStretchFactor">setStretchFactor</a>() <li><a href="ntqlayout.html#setSupportsMargin">setSupportsMargin</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="qboxlayout.html#sizeHint">sizeHint</a>() <li><a href="qlayoutitem.html#spacerItem">spacerItem</a>() <li><a href="ntqlayout.html#spacing">spacing</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqlayout.html#supportsMargin">supportsMargin</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="qlayoutitem.html#widget">widget</a>() </ul> <!-- eof --> diff --git a/doc/html/qvbuttongroup-members.html b/doc/html/qvbuttongroup-members.html index c6f49df57..cf02d2e8e 100644 --- a/doc/html/qvbuttongroup-members.html +++ b/doc/html/qvbuttongroup-members.html @@ -48,16 +48,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -68,21 +68,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgroupbox.html#columns">columns</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqbuttongroup.html#count">count</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -90,15 +90,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqbuttongroup.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -132,7 +132,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() @@ -140,13 +140,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#inherits">inherits</a>() <li><a href="ntqbuttongroup.html#insert">insert</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqgroupbox.html#insideMargin">insideMargin</a>() <li><a href="ntqgroupbox.html#insideSpacing">insideSpacing</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqgroupbox.html#isCheckable">isCheckable</a>() <li><a href="ntqgroupbox.html#isChecked">isChecked</a>() @@ -173,12 +173,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -194,7 +194,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -210,9 +210,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() <li><a href="ntqbuttongroup.html#moveFocus">moveFocus</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqgroupbox.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -224,13 +224,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() <li><a href="ntqbuttongroup.html#pressed">pressed</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -239,8 +239,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="ntqbuttongroup.html#released">released</a>() <li><a href="ntqbuttongroup.html#remove">remove</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -249,7 +249,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="ntqbuttongroup.html#selected">selected</a>() <li><a href="ntqbuttongroup.html#selectedId">selectedId</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqgroupbox.html#setAlignment">setAlignment</a>() @@ -303,13 +303,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqgroupbox.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqbuttongroup.html#setRadioButtonExclusive">setRadioButtonExclusive</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -327,23 +327,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqgroupbox.html#title">title</a>() <li><a href="ntqgroupbox.html#toggled">toggled</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qvgroupbox-members.html b/doc/html/qvgroupbox-members.html index 02499f02a..c9a8ef911 100644 --- a/doc/html/qvgroupbox-members.html +++ b/doc/html/qvgroupbox-members.html @@ -48,16 +48,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -67,20 +67,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() <li><a href="ntqgroupbox.html#columns">columns</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -88,15 +88,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -130,19 +130,19 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqgroupbox.html#insideMargin">insideMargin</a>() <li><a href="ntqgroupbox.html#insideSpacing">insideSpacing</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqgroupbox.html#isCheckable">isCheckable</a>() <li><a href="ntqgroupbox.html#isChecked">isChecked</a>() @@ -167,12 +167,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -188,7 +188,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -203,9 +203,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqgroupbox.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -217,27 +217,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqgroupbox.html#setAlignment">setAlignment</a>() @@ -289,13 +289,13 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqgroupbox.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -312,23 +312,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqgroupbox.html#title">title</a>() <li><a href="ntqgroupbox.html#toggled">toggled</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qwerty-example.html b/doc/html/qwerty-example.html index 8ac0112c6..5d7cb59b1 100644 --- a/doc/html/qwerty-example.html +++ b/doc/html/qwerty-example.html @@ -155,8 +155,8 @@ enum { Uni = 0, MBug = 1, Lat1 = 2, Local = 3, Guess = 4, Codec = 5 }; file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&Close", this, TQ_SLOT(<a href="ntqwidget.html#close">close</a>()),ALT+Key_W ); <a name="x358"></a> file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&Quit", tqApp, TQ_SLOT(<a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>()), ALT+Key_Q ); -<a name="x386"></a> <a href="ntqobject.html#connect">connect</a>( save_as, TQ_SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(saveAsEncoding(int)) ); - <a href="ntqobject.html#connect">connect</a>( open_as, TQ_SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(openAsEncoding(int)) ); +<a name="x386"></a> <a href="tqobject.html#connect">connect</a>( save_as, TQ_SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(saveAsEncoding(int)) ); + <a href="tqobject.html#connect">connect</a>( open_as, TQ_SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(openAsEncoding(int)) ); rebuildCodecList(); <a href="ntqpopupmenu.html">TQPopupMenu</a> * edit = new <a href="ntqpopupmenu.html">TQPopupMenu</a>(); @@ -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="ntqobject.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="ntqtextedit.html#textChanged">textChanged</a>() ), this, TQ_SLOT( textChanged() ) ); // We use Unifont - if you have it installed you'll see all // Unicode character glyphs. @@ -419,9 +419,9 @@ void Editor::<a href="ntqwidget.html#resizeEvent">resizeEvent</a>( <a href="qres if ( changed ) { // the text has been changed switch ( TQMessageBox::<a href="ntqmessagebox.html#warning">warning</a>( this, "Qwerty", "Save changes to Document?", - <a href="ntqobject.html#tr">tr</a>("&Yes"), - <a href="ntqobject.html#tr">tr</a>("&No"), - <a href="ntqobject.html#tr">tr</a>("Cancel"), + <a href="tqobject.html#tr">tr</a>("&Yes"), + <a href="tqobject.html#tr">tr</a>("&No"), + <a href="tqobject.html#tr">tr</a>("Cancel"), 0, 2) ) { case 0: // yes if ( save() ) @@ -492,7 +492,7 @@ int main( int argc, char **argv ) e-><a href="ntqwidget.html#show">show</a>(); } } -<a name="x416"></a> a.<a href="ntqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<a name="x416"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); return a.<a href="ntqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/qwhatsthis-h.html b/doc/html/qwhatsthis-h.html index a73e03c6a..1e7ba92ab 100644 --- a/doc/html/qwhatsthis-h.html +++ b/doc/html/qwhatsthis-h.html @@ -76,7 +76,7 @@ body { background: #ffffff; color: black; } #define TQWHATSTHIS_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_WHATSTHIS diff --git a/doc/html/qwidget-h.html b/doc/html/qwidget-h.html index e8e44a7b2..03b6fd87e 100644 --- a/doc/html/qwidget-h.html +++ b/doc/html/qwidget-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "ntqwindowdefs.h" -#include "ntqobject.h" +#include "tqobject.h" #include "ntqpaintdevice.h" #include "ntqpalette.h" #include "ntqfont.h" diff --git a/doc/html/qwidget-members.html b/doc/html/qwidget-members.html index 40e9ab75c..9f3aaf9d6 100644 --- a/doc/html/qwidget-members.html +++ b/doc/html/qwidget-members.html @@ -46,16 +46,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -64,33 +64,33 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -118,17 +118,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -150,12 +150,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -169,7 +169,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -183,9 +183,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -196,27 +196,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -253,12 +253,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -274,21 +274,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qwidgetstack-members.html b/doc/html/qwidgetstack-members.html index c7b3c207e..f59cdedfb 100644 --- a/doc/html/qwidgetstack-members.html +++ b/doc/html/qwidgetstack-members.html @@ -48,16 +48,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -66,20 +66,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqframe.html#contentsRect">contentsRect</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() @@ -87,15 +87,15 @@ body { background: #ffffff; color: black; } <li><a href="ntqframe.html#drawFrame">drawFrame</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -129,7 +129,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() @@ -137,10 +137,10 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -162,12 +162,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqframe.html#lineWidth">lineWidth</a>() @@ -183,7 +183,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqframe.html#midLineWidth">midLineWidth</a>() @@ -198,9 +198,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -211,12 +211,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidgetstack.html#raiseWidget">raiseWidget</a>() @@ -224,8 +224,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidgetstack.html#removeWidget">removeWidget</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() @@ -233,7 +233,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqframe.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -278,12 +278,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -299,21 +299,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qwindowdefs-h.html b/doc/html/qwindowdefs-h.html index 1bf42631f..71519f276 100644 --- a/doc/html/qwindowdefs-h.html +++ b/doc/html/qwindowdefs-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #define TQWINDOWDEFS_H #ifndef QT_H -#include "ntqobjectdefs.h" +#include "tqobjectdefs.h" #include "ntqstring.h" #include "ntqnamespace.h" #endif // QT_H diff --git a/doc/html/qwindowsstyle-members.html b/doc/html/qwindowsstyle-members.html index d51863849..df20d7d21 100644 --- a/doc/html/qwindowsstyle-members.html +++ b/doc/html/qwindowsstyle-members.html @@ -36,67 +36,67 @@ body { background: #ffffff; color: black; } <ul> <li><a href="ntqwindowsstyle.html#TQWindowsStyle">TQWindowsStyle</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="ntqstyle.html#defaultFrameWidth">defaultFrameWidth</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="ntqstyle.html#drawComplexControl">drawComplexControl</a>() <li><a href="ntqstyle.html#drawComplexControlMask">drawComplexControlMask</a>() <li><a href="ntqstyle.html#drawControl">drawControl</a>() <li><a href="ntqstyle.html#drawControlMask">drawControlMask</a>() <li><a href="ntqstyle.html#drawItem">drawItem</a>() <li><a href="ntqstyle.html#drawPrimitive">drawPrimitive</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqstyle.html#itemRect">itemRect</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqstyle.html#pixelMetric">pixelMetric</a>() <li><a href="ntqstyle.html#polish">polish</a>() <li><a href="ntqstyle.html#polishPopupMenu">polishPopupMenu</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqstyle.html#querySubControl">querySubControl</a>() <li><a href="ntqstyle.html#querySubControlMetrics">querySubControlMetrics</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqstyle.html#scrollBarExtent">scrollBarExtent</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqstyle.html#sizeFromContents">sizeFromContents</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqstyle.html#styleHint">styleHint</a>() <li><a href="ntqstyle.html#stylePixmap">stylePixmap</a>() <li><a href="ntqstyle.html#subRect">subRect</a>() <li><a href="ntqstyle.html#tabbarMetrics">tabbarMetrics</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqstyle.html#unPolish">unPolish</a>() <li><a href="ntqstyle.html#visualRect">visualRect</a>() </ul> diff --git a/doc/html/qwizard-members.html b/doc/html/qwizard-members.html index c42a7aa49..093df4fd3 100644 --- a/doc/html/qwizard-members.html +++ b/doc/html/qwizard-members.html @@ -51,17 +51,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwizard.html#cancelButton">cancelButton</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -70,35 +70,35 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwizard.html#currentPage">currentPage</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqdialog.html#done">done</a>() <li><a href="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqdialog.html#exec">exec</a>() <li><a href="ntqdialog.html#extension">extension</a>() <li><a href="ntqwidget.html#find">find</a>() @@ -132,7 +132,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwizard.html#helpClicked">helpClicked</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() @@ -140,11 +140,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() <li><a href="ntqwizard.html#indexOf">indexOf</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() <li><a href="ntqwizard.html#insertPage">insertPage</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -167,12 +167,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwizard.html#layOutButtonRow">layOutButtonRow</a>() <li><a href="ntqwizard.html#layOutTitleRow">layOutTitleRow</a>() <li><a href="ntqwidget.html#layout">layout</a>() @@ -188,7 +188,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -202,11 +202,11 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() +<li><a href="tqobject.html#name">name</a>() <li><a href="ntqwizard.html#next">next</a>() <li><a href="ntqwizard.html#nextButton">nextButton</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqdialog.html#orientation">orientation</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() @@ -220,12 +220,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() @@ -233,8 +233,8 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#reject">reject</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwizard.html#removePage">removePage</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() @@ -244,7 +244,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqdialog.html#result">result</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="ntqwizard.html#selected">selected</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwizard.html#setAppropriate">setAppropriate</a>() @@ -288,14 +288,14 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqdialog.html#setModal">setModal</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwizard.html#setNextEnabled">setNextEnabled</a>() <li><a href="ntqdialog.html#setOrientation">setOrientation</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqdialog.html#setResult">setResult</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqdialog.html#setSizeGripEnabled">setSizeGripEnabled</a>() @@ -317,23 +317,23 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() <li><a href="ntqwizard.html#showPage">showPage</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwizard.html#title">title</a>() <li><a href="ntqwizard.html#titleFont">titleFont</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qworkspace-members.html b/doc/html/qworkspace-members.html index 5175ca510..86c68dc20 100644 --- a/doc/html/qworkspace-members.html +++ b/doc/html/qworkspace-members.html @@ -49,17 +49,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() <li><a href="ntqworkspace.html#cascade">cascade</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -70,33 +70,33 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -124,17 +124,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="ntqwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -156,12 +156,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -175,7 +175,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -189,9 +189,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -202,20 +202,20 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() @@ -223,7 +223,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() <li><a href="ntqworkspace.html#scrollBarsEnabled">scrollBarsEnabled</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="ntqwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -260,12 +260,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqworkspace.html#setScrollBarsEnabled">setScrollBarsEnabled</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() @@ -282,22 +282,22 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() <li><a href="ntqworkspace.html#tile">tile</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/qwskeyboardhandler-members.html b/doc/html/qwskeyboardhandler-members.html index 47770cf64..27e7ba058 100644 --- a/doc/html/qwskeyboardhandler-members.html +++ b/doc/html/qwskeyboardhandler-members.html @@ -37,49 +37,49 @@ body { background: #ffffff; color: black; } <ul> <li><a href="qwskeyboardhandler.html#TQWSKeyboardHandler">TQWSKeyboardHandler</a>() <li><a href="qwskeyboardhandler.html#~TQWSKeyboardHandler">~TQWSKeyboardHandler</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() -<li><a href="ntqobject.html#className">className</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() -<li><a href="ntqobject.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="qwskeyboardhandler.html#processKeyEvent">processKeyEvent</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() -<li><a href="ntqobject.html#sender">sender</a>() -<li><a href="ntqobject.html#setName">setName</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qwskeyboardhandler.html b/doc/html/qwskeyboardhandler.html index e3b21204d..66d1f9739 100644 --- a/doc/html/qwskeyboardhandler.html +++ b/doc/html/qwskeyboardhandler.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } for TQt/Embedded. <a href="#details">More...</a> <p><tt>#include <<a href="qkeyboard_qws-h.html">qkeyboard_qws.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qwskeyboardhandler-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/qwsserver.html b/doc/html/qwsserver.html index 08a942568..bc0fbb2b2 100644 --- a/doc/html/qwsserver.html +++ b/doc/html/qwsserver.html @@ -146,7 +146,7 @@ server. <li><tt>TQWSServer::Name</tt> - The window has been named. </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQWSServer"></a>TQWSServer::TQWSServer ( int flags = 0, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQWSServer"></a>TQWSServer::TQWSServer ( int flags = 0, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Construct a TQWSServer object. <p> <b>Warning:</b> This class is instantiated by <a href="ntqapplication.html">TQApplication</a> for diff --git a/doc/html/qxtwidget-members.html b/doc/html/qxtwidget-members.html index f70507dc5..3c8f363b4 100644 --- a/doc/html/qxtwidget-members.html +++ b/doc/html/qxtwidget-members.html @@ -46,16 +46,16 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#backgroundOrigin">backgroundOrigin</a>() <li><a href="ntqwidget.html#backgroundPixmap">backgroundPixmap</a>() <li><a href="ntqwidget.html#baseSize">baseSize</a>() -<li><a href="ntqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="ntqwidget.html#caption">caption</a>() -<li><a href="ntqobject.html#checkConnectArgs">checkConnectArgs</a>() -<li><a href="ntqobject.html#child">child</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() <li><a href="ntqwidget.html#childAt">childAt</a>() -<li><a href="ntqobject.html#childEvent">childEvent</a>() -<li><a href="ntqobject.html#children">children</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() <li><a href="ntqwidget.html#childrenRect">childrenRect</a>() <li><a href="ntqwidget.html#childrenRegion">childrenRegion</a>() -<li><a href="ntqobject.html#className">className</a>() +<li><a href="tqobject.html#className">className</a>() <li><a href="ntqwidget.html#clearFocus">clearFocus</a>() <li><a href="ntqwidget.html#clearMask">clearMask</a>() <li><a href="ntqwidget.html#clearWFlags">clearWFlags</a>() @@ -64,33 +64,33 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#closeEvent">closeEvent</a>() <li><a href="ntqpaintdevice.html#cmd">cmd</a>() <li><a href="ntqwidget.html#colorGroup">colorGroup</a>() -<li><a href="ntqobject.html#connect">connect</a>() -<li><a href="ntqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() <li><a href="ntqwidget.html#constPolish">constPolish</a>() <li><a href="ntqwidget.html#contextMenuEvent">contextMenuEvent</a>() <li><a href="ntqwidget.html#create">create</a>() <li><a href="ntqwidget.html#cursor">cursor</a>() -<li><a href="ntqobject.html#customEvent">customEvent</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() <li><a href="ntqwidget.html#customWhatsThis">customWhatsThis</a>() -<li><a href="ntqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="ntqwidget.html#destroy">destroy</a>() -<li><a href="ntqobject.html#destroyed">destroyed</a>() -<li><a href="ntqobject.html#disconnect">disconnect</a>() -<li><a href="ntqobject.html#disconnectNotify">disconnectNotify</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="ntqwidget.html#dragEnterEvent">dragEnterEvent</a>() <li><a href="ntqwidget.html#dragLeaveEvent">dragLeaveEvent</a>() <li><a href="ntqwidget.html#dragMoveEvent">dragMoveEvent</a>() <li><a href="ntqwidget.html#drawText">drawText</a>() <li><a href="ntqwidget.html#dropEvent">dropEvent</a>() -<li><a href="ntqobject.html#dumpObjectInfo">dumpObjectInfo</a>() -<li><a href="ntqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="ntqwidget.html#enabledChange">enabledChange</a>() <li><a href="ntqwidget.html#enterEvent">enterEvent</a>() <li><a href="ntqwidget.html#erase">erase</a>() <li><a href="ntqwidget.html#eraseColor">eraseColor</a>() <li><a href="ntqwidget.html#erasePixmap">erasePixmap</a>() <li><a href="ntqwidget.html#event">event</a>() -<li><a href="ntqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() <li><a href="ntqwidget.html#find">find</a>() <li><a href="ntqwidget.html#focusData">focusData</a>() <li><a href="ntqwidget.html#focusInEvent">focusInEvent</a>() @@ -118,17 +118,17 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#heightForWidth">heightForWidth</a>() <li><a href="ntqwidget.html#hide">hide</a>() <li><a href="ntqwidget.html#hideEvent">hideEvent</a>() -<li><a href="ntqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() <li><a href="ntqwidget.html#icon">icon</a>() <li><a href="ntqwidget.html#iconText">iconText</a>() <li><a href="ntqwidget.html#iconify">iconify</a>() <li><a href="ntqwidget.html#imComposeEvent">imComposeEvent</a>() <li><a href="ntqwidget.html#imEndEvent">imEndEvent</a>() <li><a href="ntqwidget.html#imStartEvent">imStartEvent</a>() -<li><a href="ntqobject.html#inherits">inherits</a>() -<li><a href="ntqobject.html#insertChild">insertChild</a>() -<li><a href="ntqobject.html#installEventFilter">installEventFilter</a>() -<li><a href="ntqobject.html#isA">isA</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() <li><a href="qxtwidget.html#isActiveWindow">isActiveWindow</a>() <li><a href="ntqwidget.html#isDesktop">isDesktop</a>() <li><a href="ntqwidget.html#isDialog">isDialog</a>() @@ -150,12 +150,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#isVisible">isVisible</a>() <li><a href="ntqwidget.html#isVisibleTo">isVisibleTo</a>() <li><a href="ntqwidget.html#isVisibleToTLW">isVisibleToTLW</a>() -<li><a href="ntqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() <li><a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() <li><a href="ntqwidget.html#keyReleaseEvent">keyReleaseEvent</a>() <li><a href="ntqwidget.html#keyboardGrabber">keyboardGrabber</a>() -<li><a href="ntqobject.html#killTimer">killTimer</a>() -<li><a href="ntqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="ntqwidget.html#layout">layout</a>() <li><a href="ntqwidget.html#leaveEvent">leaveEvent</a>() <li><a href="ntqwidget.html#lower">lower</a>() @@ -169,7 +169,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#maximumHeight">maximumHeight</a>() <li><a href="ntqwidget.html#maximumSize">maximumSize</a>() <li><a href="ntqwidget.html#maximumWidth">maximumWidth</a>() -<li><a href="ntqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() <li><a href="ntqwidget.html#metric">metric</a>() <li><a href="ntqwidget.html#microFocusHint">microFocusHint</a>() <li><a href="ntqwidget.html#minimumHeight">minimumHeight</a>() @@ -183,9 +183,9 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>() <li><a href="ntqwidget.html#move">move</a>() <li><a href="ntqwidget.html#moveEvent">moveEvent</a>() -<li><a href="ntqobject.html#name">name</a>() -<li><a href="ntqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() -<li><a href="ntqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() <li><a href="ntqwidget.html#ownCursor">ownCursor</a>() <li><a href="ntqwidget.html#ownFont">ownFont</a>() <li><a href="ntqwidget.html#ownPalette">ownPalette</a>() @@ -196,27 +196,27 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#paletteBackgroundPixmap">paletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#paletteChange">paletteChange</a>() <li><a href="ntqwidget.html#paletteForegroundColor">paletteForegroundColor</a>() -<li><a href="ntqobject.html#parent">parent</a>() +<li><a href="tqobject.html#parent">parent</a>() <li><a href="ntqwidget.html#parentWidget">parentWidget</a>() <li><a href="ntqwidget.html#polish">polish</a>() <li><a href="ntqwidget.html#pos">pos</a>() -<li><a href="ntqobject.html#property">property</a>() -<li><a href="ntqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() <li><a href="ntqwidget.html#qwsEvent">qwsEvent</a>() <li><a href="ntqwidget.html#raise">raise</a>() <li><a href="ntqwidget.html#recreate">recreate</a>() <li><a href="ntqwidget.html#rect">rect</a>() <li><a href="ntqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="ntqwidget.html#releaseMouse">releaseMouse</a>() -<li><a href="ntqobject.html#removeChild">removeChild</a>() -<li><a href="ntqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() <li><a href="ntqwidget.html#repaint">repaint</a>() <li><a href="ntqwidget.html#reparent">reparent</a>() <li><a href="ntqwidget.html#resetInputContext">resetInputContext</a>() <li><a href="ntqwidget.html#resize">resize</a>() <li><a href="ntqwidget.html#resizeEvent">resizeEvent</a>() <li><a href="ntqwidget.html#scroll">scroll</a>() -<li><a href="ntqobject.html#sender">sender</a>() +<li><a href="tqobject.html#sender">sender</a>() <li><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>() <li><a href="qxtwidget.html#setActiveWindow">setActiveWindow</a>() <li><a href="ntqwidget.html#setAutoMask">setAutoMask</a>() @@ -253,12 +253,12 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() <li><a href="ntqwidget.html#setMinimumWidth">setMinimumWidth</a>() <li><a href="ntqwidget.html#setMouseTracking">setMouseTracking</a>() -<li><a href="ntqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setName">setName</a>() <li><a href="ntqwidget.html#setPalette">setPalette</a>() <li><a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor</a>() <li><a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap</a>() <li><a href="ntqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>() -<li><a href="ntqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() <li><a href="ntqwidget.html#setShown">setShown</a>() <li><a href="ntqwidget.html#setSizeIncrement">setSizeIncrement</a>() <li><a href="ntqwidget.html#setSizePolicy">setSizePolicy</a>() @@ -274,21 +274,21 @@ body { background: #ffffff; color: black; } <li><a href="ntqwidget.html#showMaximized">showMaximized</a>() <li><a href="ntqwidget.html#showMinimized">showMinimized</a>() <li><a href="ntqwidget.html#showNormal">showNormal</a>() -<li><a href="ntqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="ntqwidget.html#size">size</a>() <li><a href="ntqwidget.html#sizeHint">sizeHint</a>() <li><a href="ntqwidget.html#sizeIncrement">sizeIncrement</a>() <li><a href="ntqwidget.html#sizePolicy">sizePolicy</a>() <li><a href="ntqwidget.html#stackUnder">stackUnder</a>() -<li><a href="ntqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() <li><a href="ntqwidget.html#style">style</a>() <li><a href="ntqwidget.html#styleChange">styleChange</a>() <li><a href="ntqwidget.html#tabletEvent">tabletEvent</a>() <li><a href="ntqwidget.html#testWFlags">testWFlags</a>() -<li><a href="ntqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() <li><a href="ntqwidget.html#topLevelWidget">topLevelWidget</a>() -<li><a href="ntqobject.html#tr">tr</a>() -<li><a href="ntqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="ntqwidget.html#unsetCursor">unsetCursor</a>() <li><a href="ntqwidget.html#unsetFont">unsetFont</a>() <li><a href="ntqwidget.html#unsetPalette">unsetPalette</a>() diff --git a/doc/html/rangecontrols-example.html b/doc/html/rangecontrols-example.html index 5c95c39db..a3c85cbc5 100644 --- a/doc/html/rangecontrols-example.html +++ b/doc/html/rangecontrols-example.html @@ -131,7 +131,7 @@ private: <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd2 = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, cell3 ); <a name="x1384"></a> lcd2-><a href="ntqlcdnumber.html#display">display</a>( 33 ); <a name="x1385"></a> lcd2-><a href="ntqlcdnumber.html#setSegmentStyle">setSegmentStyle</a>( TQLCDNumber::Filled ); -<a name="x1386"></a> <a href="ntqobject.html#connect">connect</a>( hslider, TQ_SIGNAL( <a href="ntqslider.html#valueChanged">valueChanged</a>( int ) ), lcd2, TQ_SLOT( <a href="ntqlcdnumber.html#display">display</a>( int ) ) ); +<a name="x1386"></a> <a href="tqobject.html#connect">connect</a>( hslider, TQ_SIGNAL( <a href="ntqslider.html#valueChanged">valueChanged</a>( int ) ), lcd2, TQ_SLOT( <a href="ntqlcdnumber.html#display">display</a>( int ) ) ); <a href="ntqhbox.html">TQHBox</a> *cell4 = new <a href="ntqhbox.html">TQHBox</a>( row2 ); cell4-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); @@ -139,7 +139,7 @@ private: <a href="ntqslider.html">TQSlider</a> *vslider = new <a href="ntqslider.html">TQSlider</a>( 0, 64, 1, 8, TQt::Vertical, cell4 ); <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd3 = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 3, cell4 ); lcd3-><a href="ntqlcdnumber.html#display">display</a>( 8 ); - <a href="ntqobject.html#connect">connect</a>( vslider, TQ_SIGNAL( <a href="ntqslider.html#valueChanged">valueChanged</a>( int ) ), lcd3, TQ_SLOT( <a href="ntqlcdnumber.html#display">display</a>( int ) ) ); + <a href="tqobject.html#connect">connect</a>( vslider, TQ_SIGNAL( <a href="ntqslider.html#valueChanged">valueChanged</a>( int ) ), lcd3, TQ_SLOT( <a href="ntqlcdnumber.html#display">display</a>( int ) ) ); } </pre> diff --git a/doc/html/regexptester-example.html b/doc/html/regexptester-example.html index 19bfb8111..1d90da289 100644 --- a/doc/html/regexptester-example.html +++ b/doc/html/regexptester-example.html @@ -163,9 +163,9 @@ private: languageChange(); - <a href="ntqobject.html#connect">connect</a>(copyPushButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(copy())); - <a href="ntqobject.html#connect">connect</a>(executePushButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(execute())); - <a href="ntqobject.html#connect">connect</a>(quitPushButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(<a href="ntqdialog.html#accept">accept</a>())); + <a href="tqobject.html#connect">connect</a>(copyPushButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(copy())); + <a href="tqobject.html#connect">connect</a>(executePushButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(execute())); + <a href="tqobject.html#connect">connect</a>(quitPushButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(<a href="ntqdialog.html#accept">accept</a>())); execute(); } @@ -181,7 +181,7 @@ void <a name="f557"></a>RegexpTester::execute() bool wildcard = wildcardCheckBox-><a href="ntqcheckbox.html#isChecked">isChecked</a>(); <a name="x2493"></a> re.<a href="ntqregexp.html#setWildcard">setWildcard</a>(wildcard); <a name="x2487"></a> if (!re.<a href="ntqregexp.html#isValid">isValid</a>()) { -<a name="x2494"></a> statusBar-><a href="ntqstatusbar.html#message">message</a>(<a href="ntqobject.html#tr">tr</a>("Invalid <a href="ntqregexp.html#regular-expression">regular expression</a>: %1") +<a name="x2494"></a> statusBar-><a href="ntqstatusbar.html#message">message</a>(<a href="tqobject.html#tr">tr</a>("Invalid <a href="ntqregexp.html#regular-expression">regular expression</a>: %1") <a name="x2486"></a> .arg(re.<a href="ntqregexp.html#errorString">errorString</a>())); return; } @@ -234,11 +234,11 @@ void <a name="f557"></a>RegexpTester::execute() <a name="x2498"></a> resultTable-><a href="ntqtable.html#adjustColumn">adjustColumn</a>(0); resultTable-><a href="ntqtable.html#adjustColumn">adjustColumn</a>(1); resultTable-><a href="ntqtable.html#adjustColumn">adjustColumn</a>(2); - statusBar-><a href="ntqstatusbar.html#message">message</a>(<a href="ntqobject.html#tr">tr</a>("Executed \"%1\" on \"%2\"") + statusBar-><a href="ntqstatusbar.html#message">message</a>(<a href="tqobject.html#tr">tr</a>("Executed \"%1\" on \"%2\"") .arg(escaped).arg(text)); } else - statusBar-><a href="ntqstatusbar.html#message">message</a>(<a href="ntqobject.html#tr">tr</a>("A regular expression and a text must be given")); + statusBar-><a href="ntqstatusbar.html#message">message</a>(<a href="tqobject.html#tr">tr</a>("A regular expression and a text must be given")); } void <a name="f558"></a>RegexpTester::copy() @@ -250,24 +250,24 @@ void <a name="f558"></a>RegexpTester::copy() <a name="x2476"></a> cb-><a href="ntqclipboard.html#setText">setText</a>(escaped, TQClipboard::Clipboard); <a name="x2477"></a> if (cb-><a href="ntqclipboard.html#supportsSelection">supportsSelection</a>()) cb-><a href="ntqclipboard.html#setText">setText</a>(escaped, TQClipboard::Selection); - statusBar-><a href="ntqstatusbar.html#message">message</a>(<a href="ntqobject.html#tr">tr</a>("Copied \"%1\" to the clipboard") + statusBar-><a href="ntqstatusbar.html#message">message</a>(<a href="tqobject.html#tr">tr</a>("Copied \"%1\" to the clipboard") .arg(escaped)); } } void <a name="f559"></a>RegexpTester::languageChange() { - <a href="ntqwidget.html#setCaption">setCaption</a>(<a href="ntqobject.html#tr">tr</a>("Regex Tester")); - regexLabel-><a href="ntqlabel.html#setText">setText</a>(<a href="ntqobject.html#tr">tr</a>("&Regex:")); -<a name="x2479"></a> regexComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>(<a href="ntqobject.html#tr">tr</a>("[A-Z]+=(\\d+):(\\d*)")); - textLabel-><a href="ntqlabel.html#setText">setText</a>(<a href="ntqobject.html#tr">tr</a>("&Text:")); - textComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>(<a href="ntqobject.html#tr">tr</a>("ABC=12:3456")); -<a name="x2473"></a> caseSensitiveCheckBox-><a href="ntqbutton.html#setText">setText</a>(<a href="ntqobject.html#tr">tr</a>("Case &Sensitive")); - minimalCheckBox-><a href="ntqbutton.html#setText">setText</a>(<a href="ntqobject.html#tr">tr</a>("&Minimal")); - wildcardCheckBox-><a href="ntqbutton.html#setText">setText</a>(<a href="ntqobject.html#tr">tr</a>("&Wildcard")); - copyPushButton-><a href="ntqbutton.html#setText">setText</a>(<a href="ntqobject.html#tr">tr</a>("&Copy")); - executePushButton-><a href="ntqbutton.html#setText">setText</a>(<a href="ntqobject.html#tr">tr</a>("&Execute")); - quitPushButton-><a href="ntqbutton.html#setText">setText</a>(<a href="ntqobject.html#tr">tr</a>("&Quit")); + <a href="ntqwidget.html#setCaption">setCaption</a>(<a href="tqobject.html#tr">tr</a>("Regex Tester")); + regexLabel-><a href="ntqlabel.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Regex:")); +<a name="x2479"></a> regexComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>(<a href="tqobject.html#tr">tr</a>("[A-Z]+=(\\d+):(\\d*)")); + textLabel-><a href="ntqlabel.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Text:")); + textComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>(<a href="tqobject.html#tr">tr</a>("ABC=12:3456")); +<a name="x2473"></a> caseSensitiveCheckBox-><a href="ntqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("Case &Sensitive")); + minimalCheckBox-><a href="ntqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Minimal")); + wildcardCheckBox-><a href="ntqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Wildcard")); + copyPushButton-><a href="ntqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Copy")); + executePushButton-><a href="ntqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Execute")); + quitPushButton-><a href="ntqbutton.html#setText">setText</a>(<a href="tqobject.html#tr">tr</a>("&Quit")); } </pre> @@ -282,7 +282,7 @@ int main(int argc, char **argv) <a href="ntqapplication.html">TQApplication</a> app(argc, argv); RegexpTester form; <a name="x2511"></a> form.<a href="ntqdialog.html#show">show</a>(); -<a name="x2512"></a><a name="x2510"></a><a name="x2509"></a> app.<a href="ntqobject.html#connect">connect</a>(&app, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &app, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); +<a name="x2512"></a><a name="x2510"></a><a name="x2509"></a> app.<a href="tqobject.html#connect">connect</a>(&app, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &app, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); return app.<a href="ntqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/richtext-example.html b/doc/html/richtext-example.html index d4b346461..e08cad70b 100644 --- a/doc/html/richtext-example.html +++ b/doc/html/richtext-example.html @@ -182,9 +182,9 @@ static const char* sayings[] = { <a name="x466"></a> bPrev-><a href="ntqwidget.html#setEnabled">setEnabled</a>( FALSE ); -<a name="x462"></a> <a href="ntqobject.html#connect">connect</a>( bClose, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); - <a href="ntqobject.html#connect">connect</a>( bPrev, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( prev() ) ); - <a href="ntqobject.html#connect">connect</a>( bNext, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( next() ) ); +<a name="x462"></a> <a href="tqobject.html#connect">connect</a>( bClose, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); + <a href="tqobject.html#connect">connect</a>( bPrev, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( prev() ) ); + <a href="tqobject.html#connect">connect</a>( bNext, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( next() ) ); num = 0; } diff --git a/doc/html/rot-example.html b/doc/html/rot-example.html index f48686a61..a1b9424d6 100644 --- a/doc/html/rot-example.html +++ b/doc/html/rot-example.html @@ -100,12 +100,12 @@ 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="ntqobject.html#connect">connect</a>( left, TQ_SIGNAL(<a href="ntqtextedit.html#textChanged">textChanged</a>()), this, TQ_SLOT(changeRight()) ); - <a href="ntqobject.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="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 href="ntqpushbutton.html">TQPushButton</a> * quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this ); <a name="x1379"></a> quit-><a href="ntqwidget.html#setFocusPolicy">setFocusPolicy</a>( NoFocus ); - <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); <a href="qgridlayout.html">TQGridLayout</a> * l = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 5 ); <a name="x1370"></a> l-><a href="qgridlayout.html#addWidget">addWidget</a>( left, 0, 0 ); @@ -118,17 +118,17 @@ private: void <a name="f433"></a>Rot13::changeLeft() { -<a name="x1371"></a> left-><a href="ntqobject.html#blockSignals">blockSignals</a>( TRUE ); +<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>() ) ); - left-><a href="ntqobject.html#blockSignals">blockSignals</a>( FALSE ); + left-><a href="tqobject.html#blockSignals">blockSignals</a>( FALSE ); } void <a name="f434"></a>Rot13::changeRight() { - right-><a href="ntqobject.html#blockSignals">blockSignals</a>( TRUE ); + 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="ntqobject.html#blockSignals">blockSignals</a>( FALSE ); + right-><a href="tqobject.html#blockSignals">blockSignals</a>( FALSE ); } diff --git a/doc/html/scribble-example.html b/doc/html/scribble-example.html index 80ea26bb2..a33542cf1 100644 --- a/doc/html/scribble-example.html +++ b/doc/html/scribble-example.html @@ -267,7 +267,7 @@ void <a name="f340"></a>Canvas::clearScreen() bPWidth = new <a href="ntqspinbox.html">TQSpinBox</a>( 1, 20, 1, tools ); <a name="x945"></a> TQToolTip::<a href="ntqtooltip.html#add">add</a>( bPWidth, "Choose Pen Width" ); -<a name="x939"></a> <a href="ntqobject.html#connect">connect</a>( bPWidth, TQ_SIGNAL( <a href="ntqspinbox.html#valueChanged">valueChanged</a>( int ) ), this, TQ_SLOT( slotWidth( int ) ) ); +<a name="x939"></a> <a href="tqobject.html#connect">connect</a>( bPWidth, TQ_SIGNAL( <a href="ntqspinbox.html#valueChanged">valueChanged</a>( int ) ), this, TQ_SLOT( slotWidth( int ) ) ); <a name="x938"></a> bPWidth-><a href="ntqspinbox.html#setValue">setValue</a>( 3 ); tools-><a href="ntqtoolbar.html#addSeparator">addSeparator</a>(); diff --git a/doc/html/scrollview-example.html b/doc/html/scrollview-example.html index c100228e5..04001beba 100644 --- a/doc/html/scrollview-example.html +++ b/doc/html/scrollview-example.html @@ -271,7 +271,7 @@ public: <a name="x655"></a> BigShrinker *bs = new BigShrinker(0);//(vp-><a href="ntqscrollview.html#viewport">viewport</a>()); <a name="x645"></a> vp-><a href="ntqscrollview.html#addChild">addChild</a>(bs); <a name="x659"></a> bs-><a href="ntqwidget.html#setAcceptDrops">setAcceptDrops</a>(TRUE); - TQObject::<a href="ntqobject.html#connect">connect</a>(bs, TQ_SIGNAL(clicked(int,int)), + TQObject::<a href="tqobject.html#connect">connect</a>(bs, TQ_SIGNAL(clicked(int,int)), <a name="x646"></a> vp, TQ_SLOT(<a href="ntqscrollview.html#center">center</a>(int,int))); } else { vp = new BigMatrix(this); @@ -473,7 +473,7 @@ int main( int argc, char **argv ) ve3.<a href="ntqwidget.html#setCaption">setCaption</a>("TQt Example - Scrollviews"); ve3.<a href="ntqwidget.html#show">show</a>(); - TQObject::<a href="ntqobject.html#connect">connect</a>(tqApp, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); + TQObject::<a href="tqobject.html#connect">connect</a>(tqApp, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); return a.<a href="ntqapplication.html#exec">exec</a>(); } diff --git a/doc/html/session.html b/doc/html/session.html index 2e1505157..4cf12a854 100644 --- a/doc/html/session.html +++ b/doc/html/session.html @@ -90,7 +90,7 @@ the state of the application. <p> <strong>Important:</strong> In order to allow the window manager to restore window attributes such as stacking order or geometry information, you must identify your top level widgets with -unique application-wide object names (see <a href="ntqobject.html#setName">TQObject::setName</a>()). When +unique application-wide object names (see <a href="tqobject.html#setName">TQObject::setName</a>()). When restoring the application, you must ensure that all restored top level widgets are given the same unique names they had before. <p> <h2> Testing and debugging session management diff --git a/doc/html/showimg-example.html b/doc/html/showimg-example.html index 04e1957a0..3d2aee110 100644 --- a/doc/html/showimg-example.html +++ b/doc/html/showimg-example.html @@ -185,8 +185,8 @@ private slots: <a name="x1327"></a> saveimage-><a href="ntqmenudata.html#insertItem">insertItem</a>( f ); savepixmap-><a href="ntqmenudata.html#insertItem">insertItem</a>( f ); } -<a name="x1341"></a> <a href="ntqobject.html#connect">connect</a>( saveimage, TQ_SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(saveImage(int)) ); - <a href="ntqobject.html#connect">connect</a>( savepixmap, TQ_SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(savePixmap(int)) ); +<a name="x1341"></a> <a href="tqobject.html#connect">connect</a>( saveimage, TQ_SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(saveImage(int)) ); + <a href="tqobject.html#connect">connect</a>( savepixmap, TQ_SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(savePixmap(int)) ); file = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( menubar ); menubar-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&File", file ); @@ -242,7 +242,7 @@ private slots: menubar-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&Help", help ); help-><a href="ntqmenudata.html#insertItem">insertItem</a>( "Help!", this, TQ_SLOT(giveHelp()), CTRL+Key_H ); - <a href="ntqobject.html#connect">connect</a>( options, TQ_SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(doOption(int)) ); + <a href="tqobject.html#connect">connect</a>( options, TQ_SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(doOption(int)) ); status = new <a href="ntqlabel.html">TQLabel</a>(this); status-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::WinPanel | TQFrame::Sunken ); @@ -865,7 +865,7 @@ int main( int argc, char **argv ) } } - TQObject::<a href="ntqobject.html#connect">connect</a>(tqApp, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); + TQObject::<a href="tqobject.html#connect">connect</a>(tqApp, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); return a.<a href="ntqapplication.html#exec">exec</a>(); } diff --git a/doc/html/signalsandslots.html b/doc/html/signalsandslots.html index e8efd185d..8f453eae4 100644 --- a/doc/html/signalsandslots.html +++ b/doc/html/signalsandslots.html @@ -70,7 +70,7 @@ ensures that if you connect a signal to a slot, the slot will be called with the signal's parameters at the right time. Signals and slots can take any number of arguments of any type. They are completely typesafe: no more callback core dumps! -<p> All classes that inherit from <a href="ntqobject.html">TQObject</a> or one of its subclasses +<p> All classes that inherit from <a href="tqobject.html">TQObject</a> or one of its subclasses (e.g. <a href="ntqwidget.html">TQWidget</a>) can contain signals and slots. Signals are emitted by objects when they change their state in a way that may be interesting to the outside world. This is all the object does to communicate. It @@ -107,7 +107,7 @@ mechanism. <p> A small TQt class might read: <p> <pre> - class Foo : public <a href="ntqobject.html">TQObject</a> + class Foo : public <a href="tqobject.html">TQObject</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: @@ -165,7 +165,7 @@ in the case of cyclic connections (e.g. if <tt>b.valueChanged()</tt> were connected to <tt>a.setValue()</tt>). <p> A signal is emitted for <em>every</em> connection you make, so if you duplicate a connection, two signals will be emitted. You can always -break a connection using <a href="ntqobject.html#disconnect">TQObject::disconnect</a>(). +break a connection using <a href="tqobject.html#disconnect">TQObject::disconnect</a>(). <p> This example illustrates that objects can work together without knowing about each other, as long as there is someone around to set up a connection between them initially. @@ -260,8 +260,8 @@ meta object. The meta object contains the names of all the signal and slot members, as well as pointers to these functions. (For more information on TQt's Meta Object System, see <a href="templates.html">Why doesn't TQt use templates for signals and slots?</a>.) -<p> The meta object contains additional information such as the object's <a href="ntqobject.html#className">class name</a>. You can also check if an object -<a href="ntqobject.html#inherits">inherits</a> a specific class, for example: +<p> The meta object contains additional information such as the object's <a href="tqobject.html#className">class name</a>. You can also check if an object +<a href="tqobject.html#inherits">inherits</a> a specific class, for example: <p> <pre> if ( widget->inherits("TQButton") ) { // yes, it is a push button, radio button etc. @@ -278,7 +278,7 @@ doesn't TQt use templates for signals and slots?</a>.) class TQLCDNumber : public <a href="ntqframe.html">TQFrame</a> </pre> -<p> <a href="ntqlcdnumber.html">TQLCDNumber</a> inherits <a href="ntqobject.html">TQObject</a>, which has most of the signal/slot +<p> <a href="ntqlcdnumber.html">TQLCDNumber</a> inherits <a href="tqobject.html">TQObject</a>, which has most of the signal/slot knowledge, via <a href="ntqframe.html">TQFrame</a> and <a href="ntqwidget.html">TQWidget</a>, and #include's the relevant declarations. <p> <pre> diff --git a/doc/html/simple-application-example.html b/doc/html/simple-application-example.html index 7b452186f..986be2d61 100644 --- a/doc/html/simple-application-example.html +++ b/doc/html/simple-application-example.html @@ -408,7 +408,7 @@ int main( int argc, char ** argv ) { ApplicationWindow *mw = new ApplicationWindow(); mw-><a href="ntqwidget.html#setCaption">setCaption</a>( "TQt Example - Application" ); <a name="x1598"></a> mw-><a href="ntqwidget.html#show">show</a>(); -<a name="x1599"></a> a.<a href="ntqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<a name="x1599"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); return a.<a href="ntqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/simple-application.html b/doc/html/simple-application.html index 0d51ba899..51631c84b 100644 --- a/doc/html/simple-application.html +++ b/doc/html/simple-application.html @@ -118,7 +118,7 @@ int main( int argc, char ** argv ) { ApplicationWindow *mw = new ApplicationWindow(); mw-><a href="ntqwidget.html#setCaption">setCaption</a>( "TQt Example - Application" ); <a name="x1598"></a> mw-><a href="ntqwidget.html#show">show</a>(); -<a name="x1599"></a> a.<a href="ntqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<a name="x1599"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); return a.<a href="ntqapplication.html#exec">exec</a>(); } </pre> @@ -141,7 +141,7 @@ behave the way X clients are expected to. <p> We create an <em>ApplicationWindow</em> as a top-level widget, set its window system caption to "Document 1", and <em>show()</em> it. <p> <a name="close"></a> -<pre> a.<a href="ntqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<pre> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); </pre> <p> When the application's last window is closed, it should quit. Both the signal and the slot are predefined members of <a href="ntqapplication.html">TQApplication</a>. diff --git a/doc/html/simple-font-demo-example.html b/doc/html/simple-font-demo-example.html index 29f414131..c7c8ac1e9 100644 --- a/doc/html/simple-font-demo-example.html +++ b/doc/html/simple-font-demo-example.html @@ -110,19 +110,19 @@ private: defaultButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "Default", this, "pushbutton1" ); <a name="x2860"></a> defaultButton-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "times" ) ); - <a href="ntqobject.html#connect">connect</a>( defaultButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), + <a href="tqobject.html#connect">connect</a>( defaultButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setDefault() ) ); sansSerifButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "Sans Serif", this, "pushbutton2" ); sansSerifButton-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Helvetica", 12 ) ); - <a href="ntqobject.html#connect">connect</a>( sansSerifButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), + <a href="tqobject.html#connect">connect</a>( sansSerifButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setSansSerif() ) ); italicsButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "Italics", this, "pushbutton3" ); italicsButton-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "lucida", 12, TQFont::Bold, TRUE ) ); - <a href="ntqobject.html#connect">connect</a>( italicsButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), + <a href="tqobject.html#connect">connect</a>( italicsButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setItalics() ) ); <a href="ntqwidget.html#layout">layout</a>(); diff --git a/doc/html/simple_dd-example.html b/doc/html/simple_dd-example.html index 289f8692c..4d15302d7 100644 --- a/doc/html/simple_dd-example.html +++ b/doc/html/simple_dd-example.html @@ -274,7 +274,7 @@ int main( int argc, char *argv[] ) split-><a href="ntqwidget.html#show">show</a>(); // Set up the connection so that we can drop items into the icon view - TQObject::<a href="ntqobject.html#connect">connect</a>( + TQObject::<a href="tqobject.html#connect">connect</a>( <a name="x2821"></a> iv, TQ_SIGNAL(<a href="ntqiconview.html#dropped">dropped</a>(TQDropEvent*, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem>&)), iv, TQ_SLOT(slotNewItem(TQDropEvent*, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem>&))); diff --git a/doc/html/sql-overview-custom1-main-cpp.html b/doc/html/sql-overview-custom1-main-cpp.html index 29142df69..0912a8927 100644 --- a/doc/html/sql-overview-custom1-main-cpp.html +++ b/doc/html/sql-overview-custom1-main-cpp.html @@ -48,7 +48,7 @@ body { background: #ffffff; color: black; } <a name="f16"></a>CustomEdit::CustomEdit( <a href="ntqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqlineedit.html">TQLineEdit</a>( parent, name ) { - <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL(<a href="ntqlineedit.html#textChanged">textChanged</a>(const <a href="ntqstring.html">TQString</a> &)), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL(<a href="ntqlineedit.html#textChanged">textChanged</a>(const <a href="ntqstring.html">TQString</a> &)), this, TQ_SLOT(changed(const <a href="ntqstring.html">TQString</a> &)) ); } @@ -82,7 +82,7 @@ TQString <a name="f19"></a>CustomEdit::upperLine() const <a href="ntqlineedit.html">TQLineEdit</a> *salaryEdit = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); salaryEdit-><a href="ntqlineedit.html#setAlignment">setAlignment</a>( TQt::AlignRight ); <a href="ntqpushbutton.html">TQPushButton</a> *saveButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Save", this ); - <a href="ntqobject.html#connect">connect</a>( saveButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(save()) ); + <a href="tqobject.html#connect">connect</a>( saveButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(save()) ); <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this ); grid-><a href="qgridlayout.html#addWidget">addWidget</a>( forenameLabel, 0, 0 ); @@ -102,7 +102,7 @@ TQString <a name="f19"></a>CustomEdit::upperLine() const staffCursor-><a href="ntqsqlquery.html#first">first</a>(); propMap = new <a href="ntqsqlpropertymap.html">TQSqlPropertyMap</a>; - propMap-><a href="ntqsqlpropertymap.html#insert">insert</a>( forenameEdit-><a href="ntqobject.html#className">className</a>(), "upperLine" ); + propMap-><a href="ntqsqlpropertymap.html#insert">insert</a>( forenameEdit-><a href="tqobject.html#className">className</a>(), "upperLine" ); sqlForm = new <a href="ntqsqlform.html">TQSqlForm</a>( this ); sqlForm-><a href="ntqsqlform.html#setRecord">setRecord</a>( staffCursor-><a href="ntqsqlcursor.html#primeUpdate">primeUpdate</a>() ); diff --git a/doc/html/sql.html b/doc/html/sql.html index f9b1b8d6f..5fda741ff 100644 --- a/doc/html/sql.html +++ b/doc/html/sql.html @@ -1146,7 +1146,7 @@ calling <a href="ntqlineedit.html#setAlignment">TQLineEdit::setAlignment</a>() a <p> <pre> <a href="ntqlineedit.html">TQLineEdit</a> *forenameEdit = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); </pre> <p> <pre> <a href="ntqpushbutton.html">TQPushButton</a> *saveButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Save", this ); - <a href="ntqobject.html#connect">connect</a>( saveButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(save()) ); + <a href="tqobject.html#connect">connect</a>( saveButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(save()) ); </pre> <p> The FormDialog constructor is similar to the one in the previous example. We have changed the forename and surname widgets to @@ -1240,7 +1240,7 @@ to our FormDialog's private data. <pre> CustomEdit::CustomEdit( <a href="ntqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqlineedit.html">TQLineEdit</a>( parent, name ) { - <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL(<a href="ntqlineedit.html#textChanged">textChanged</a>(const <a href="ntqstring.html">TQString</a> &)), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL(<a href="ntqlineedit.html#textChanged">textChanged</a>(const <a href="ntqstring.html">TQString</a> &)), this, TQ_SLOT(changed(const <a href="ntqstring.html">TQString</a> &)) ); } </pre> @@ -1271,7 +1271,7 @@ CustomEdit instances directly to database fields. of the <a href="ntqlineedit.html">TQLineEdit</a> widgets with our own CustomEdit widgets. <p> Laying out the grid and setting up the cursor is the same as before. <p> <pre> propMap = new <a href="ntqsqlpropertymap.html">TQSqlPropertyMap</a>; - <a name="x2239"></a><a name="x2235"></a> propMap-><a href="ntqsqlpropertymap.html#insert">insert</a>( forenameEdit-><a href="ntqobject.html#className">className</a>(), "upperLine" ); + <a name="x2239"></a><a name="x2235"></a> propMap-><a href="ntqsqlpropertymap.html#insert">insert</a>( forenameEdit-><a href="tqobject.html#className">className</a>(), "upperLine" ); </pre> <p> We create a new property map on the heap and register our CustomEdit class and its upperLine property with the property map. diff --git a/doc/html/statistics-example.html b/doc/html/statistics-example.html index 4bd999d59..03d96def0 100644 --- a/doc/html/statistics-example.html +++ b/doc/html/statistics-example.html @@ -135,7 +135,7 @@ const char* dirs[] = { <a href="ntqtable.html#adjustColumn">adjustColumn</a>( 0 ); // if the user edited something we might need to recalculate the sum - <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqtable.html#valueChanged">valueChanged</a>( int, int ) ), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqtable.html#valueChanged">valueChanged</a>( int, int ) ), this, TQ_SLOT( recalcSum( int, int ) ) ); } @@ -236,7 +236,7 @@ void <a name="f580"></a>Table::recalcSum( int, int col ) { // create an editor - a combobox in our case ( (ComboItem*)this )->cb = new <a href="ntqcombobox.html">TQComboBox</a>( <a href="qtableitem.html#table">table</a>()->viewport() ); - TQObject::<a href="ntqobject.html#connect">connect</a>( cb, TQ_SIGNAL( activated( int ) ), table(), TQ_SLOT( doValueChanged() ) ); + TQObject::<a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL( activated( int ) ), table(), TQ_SLOT( doValueChanged() ) ); cb->insertItem( "Yes" ); cb->insertItem( "No" ); // and initialize it @@ -248,7 +248,7 @@ void <a name="f580"></a>Table::recalcSum( int, int col ) { // the user changed the value of the combobox, so synchronize the // value of the item (its text), with the value of the combobox -<a name="x2783"></a> if ( w-><a href="ntqobject.html#inherits">inherits</a>( "TQComboBox" ) ) +<a name="x2783"></a> if ( w-><a href="tqobject.html#inherits">inherits</a>( "TQComboBox" ) ) <a href="qtableitem.html#setText">setText</a>( ( (TQComboBox*)w )->currentText() ); else TQTableItem::<a href="qtableitem.html#setContentFromEditor">setContentFromEditor</a>( w ); diff --git a/doc/html/t10-lcdrange-cpp.html b/doc/html/t10-lcdrange-cpp.html index 640d3ca6f..57826f0b2 100644 --- a/doc/html/t10-lcdrange-cpp.html +++ b/doc/html/t10-lcdrange-cpp.html @@ -50,9 +50,9 @@ body { background: #ffffff; color: black; } slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="ntqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); diff --git a/doc/html/t10-main-cpp.html b/doc/html/t10-main-cpp.html index fb256a644..856f381ae 100644 --- a/doc/html/t10-main-cpp.html +++ b/doc/html/t10-main-cpp.html @@ -61,7 +61,7 @@ public: <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( this, "angle" ); angle->setRange( 5, 70 ); @@ -71,14 +71,14 @@ public: CannonField *cannonField = new CannonField( this, "cannonField" ); - <a href="ntqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setAngle(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), angle, TQ_SLOT(setValue(int)) ); - <a href="ntqobject.html#connect">connect</a>( force, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( force, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setForce(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), force, TQ_SLOT(setValue(int)) ); <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); diff --git a/doc/html/t11-cannon-cpp.html b/doc/html/t11-cannon-cpp.html index de38007a6..f0558b1d0 100644 --- a/doc/html/t11-cannon-cpp.html +++ b/doc/html/t11-cannon-cpp.html @@ -53,7 +53,7 @@ body { background: #ffffff; color: black; } f = 0; timerCount = 0; autoShootTimer = new <a href="ntqtimer.html">TQTimer</a>( this, "movement handler" ); - <a href="ntqobject.html#connect">connect</a>( autoShootTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), + <a href="tqobject.html#connect">connect</a>( autoShootTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), this, TQ_SLOT(moveShot()) ); shoot_ang = 0; shoot_f = 0; diff --git a/doc/html/t11-lcdrange-cpp.html b/doc/html/t11-lcdrange-cpp.html index 5fef5dfcc..73e0992e2 100644 --- a/doc/html/t11-lcdrange-cpp.html +++ b/doc/html/t11-lcdrange-cpp.html @@ -50,9 +50,9 @@ body { background: #ffffff; color: black; } slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="ntqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); diff --git a/doc/html/t11-main-cpp.html b/doc/html/t11-main-cpp.html index b0722f9ad..3167ccdb6 100644 --- a/doc/html/t11-main-cpp.html +++ b/doc/html/t11-main-cpp.html @@ -61,7 +61,7 @@ public: <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( this, "angle" ); angle->setRange( 5, 70 ); @@ -71,20 +71,20 @@ public: CannonField *cannonField = new CannonField( this, "cannonField" ); - <a href="ntqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setAngle(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), angle, TQ_SLOT(setValue(int)) ); - <a href="ntqobject.html#connect">connect</a>( force, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( force, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setForce(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), force, TQ_SLOT(setValue(int)) ); <a href="ntqpushbutton.html">TQPushButton</a> *shoot = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); shoot-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), cannonField, TQ_SLOT(shoot()) ); + <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), cannonField, TQ_SLOT(shoot()) ); <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); grid-><a href="qgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); diff --git a/doc/html/t12-cannon-cpp.html b/doc/html/t12-cannon-cpp.html index b43f1c5c0..cf6959169 100644 --- a/doc/html/t12-cannon-cpp.html +++ b/doc/html/t12-cannon-cpp.html @@ -55,7 +55,7 @@ body { background: #ffffff; color: black; } f = 0; timerCount = 0; autoShootTimer = new <a href="ntqtimer.html">TQTimer</a>( this, "movement handler" ); - <a href="ntqobject.html#connect">connect</a>( autoShootTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), + <a href="tqobject.html#connect">connect</a>( autoShootTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), this, TQ_SLOT(moveShot()) ); shoot_ang = 0; shoot_f = 0; diff --git a/doc/html/t12-lcdrange-cpp.html b/doc/html/t12-lcdrange-cpp.html index defbbb8a9..3f861a75a 100644 --- a/doc/html/t12-lcdrange-cpp.html +++ b/doc/html/t12-lcdrange-cpp.html @@ -71,9 +71,9 @@ void <a name="f68"></a>LCDRange::init() label = new <a href="ntqlabel.html">TQLabel</a>( " ", this, "label" ); label-><a href="ntqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="ntqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); diff --git a/doc/html/t12-main-cpp.html b/doc/html/t12-main-cpp.html index a779a4a02..74b1bc66d 100644 --- a/doc/html/t12-main-cpp.html +++ b/doc/html/t12-main-cpp.html @@ -61,7 +61,7 @@ public: <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( "ANGLE", this, "angle" ); angle->setRange( 5, 70 ); @@ -71,20 +71,20 @@ public: CannonField *cannonField = new CannonField( this, "cannonField" ); - <a href="ntqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setAngle(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), angle, TQ_SLOT(setValue(int)) ); - <a href="ntqobject.html#connect">connect</a>( force, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( force, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setForce(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), force, TQ_SLOT(setValue(int)) ); <a href="ntqpushbutton.html">TQPushButton</a> *shoot = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); shoot-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), cannonField, TQ_SLOT(shoot()) ); + <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), cannonField, TQ_SLOT(shoot()) ); <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); grid-><a href="qgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); diff --git a/doc/html/t13-cannon-cpp.html b/doc/html/t13-cannon-cpp.html index 591ab8b01..ecf2bf8c8 100644 --- a/doc/html/t13-cannon-cpp.html +++ b/doc/html/t13-cannon-cpp.html @@ -55,7 +55,7 @@ body { background: #ffffff; color: black; } f = 0; timerCount = 0; autoShootTimer = new <a href="ntqtimer.html">TQTimer</a>( this, "movement handler" ); - <a href="ntqobject.html#connect">connect</a>( autoShootTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), + <a href="tqobject.html#connect">connect</a>( autoShootTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), this, TQ_SLOT(moveShot()) ); shoot_ang = 0; shoot_f = 0; diff --git a/doc/html/t13-gamebrd-cpp.html b/doc/html/t13-gamebrd-cpp.html index fa88bd8ce..399ee20ed 100644 --- a/doc/html/t13-gamebrd-cpp.html +++ b/doc/html/t13-gamebrd-cpp.html @@ -56,7 +56,7 @@ body { background: #ffffff; color: black; } <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( "ANGLE", this, "angle" ); angle->setRange( 5, 70 ); @@ -66,33 +66,33 @@ body { background: #ffffff; color: black; } cannonField = new CannonField( this, "cannonField" ); - <a href="ntqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setAngle(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), angle, TQ_SLOT(setValue(int)) ); - <a href="ntqobject.html#connect">connect</a>( force, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( force, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setForce(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), force, TQ_SLOT(setValue(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(hit()), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(hit()), this, TQ_SLOT(hit()) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(missed()), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(missed()), this, TQ_SLOT(missed()) ); <a href="ntqpushbutton.html">TQPushButton</a> *shoot = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); shoot-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(fire()) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(canShoot(bool)), + <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(fire()) ); + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(canShoot(bool)), shoot, TQ_SLOT(<a href="ntqwidget.html#setEnabled">setEnabled</a>(bool)) ); TQPushButton *restart = new <a href="ntqpushbutton.html">TQPushButton</a>( "&New Game", this, "newgame" ); restart->setFont( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( restart, TQ_SIGNAL(clicked()), this, TQ_SLOT(newGame()) ); + <a href="tqobject.html#connect">connect</a>( restart, TQ_SIGNAL(clicked()), this, TQ_SLOT(newGame()) ); hits = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "hits" ); shotsLeft = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "shotsleft" ); diff --git a/doc/html/t13-lcdrange-cpp.html b/doc/html/t13-lcdrange-cpp.html index b0def8e3a..6babd4396 100644 --- a/doc/html/t13-lcdrange-cpp.html +++ b/doc/html/t13-lcdrange-cpp.html @@ -71,9 +71,9 @@ void <a name="f88"></a>LCDRange::init() label = new <a href="ntqlabel.html">TQLabel</a>( " ", this, "label" ); label-><a href="ntqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="ntqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); diff --git a/doc/html/t14-cannon-cpp.html b/doc/html/t14-cannon-cpp.html index f7d4bc29a..88d65e9c5 100644 --- a/doc/html/t14-cannon-cpp.html +++ b/doc/html/t14-cannon-cpp.html @@ -55,7 +55,7 @@ body { background: #ffffff; color: black; } f = 0; timerCount = 0; autoShootTimer = new <a href="ntqtimer.html">TQTimer</a>( this, "movement handler" ); - <a href="ntqobject.html#connect">connect</a>( autoShootTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), + <a href="tqobject.html#connect">connect</a>( autoShootTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), this, TQ_SLOT(moveShot()) ); shoot_ang = 0; shoot_f = 0; diff --git a/doc/html/t14-gamebrd-cpp.html b/doc/html/t14-gamebrd-cpp.html index 40a7c5f63..e5b6a3b53 100644 --- a/doc/html/t14-gamebrd-cpp.html +++ b/doc/html/t14-gamebrd-cpp.html @@ -58,7 +58,7 @@ body { background: #ffffff; color: black; } <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( "ANGLE", this, "angle" ); angle->setRange( 5, 70 ); @@ -71,34 +71,34 @@ body { background: #ffffff; color: black; } cannonField = new CannonField( box, "cannonField" ); - <a href="ntqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setAngle(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), angle, TQ_SLOT(setValue(int)) ); - <a href="ntqobject.html#connect">connect</a>( force, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( force, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setForce(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), force, TQ_SLOT(setValue(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(hit()), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(hit()), this, TQ_SLOT(hit()) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(missed()), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(missed()), this, TQ_SLOT(missed()) ); <a href="ntqpushbutton.html">TQPushButton</a> *shoot = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Shoot", this, "shoot" ); shoot-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(fire()) ); + <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(fire()) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(canShoot(bool)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(canShoot(bool)), shoot, TQ_SLOT(<a href="ntqwidget.html#setEnabled">setEnabled</a>(bool)) ); TQPushButton *restart = new <a href="ntqpushbutton.html">TQPushButton</a>( "&New Game", this, "newgame" ); restart->setFont( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( restart, TQ_SIGNAL(clicked()), this, TQ_SLOT(newGame()) ); + <a href="tqobject.html#connect">connect</a>( restart, TQ_SIGNAL(clicked()), this, TQ_SLOT(newGame()) ); hits = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "hits" ); shotsLeft = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "shotsleft" ); diff --git a/doc/html/t14-lcdrange-cpp.html b/doc/html/t14-lcdrange-cpp.html index 86b868506..9032c910e 100644 --- a/doc/html/t14-lcdrange-cpp.html +++ b/doc/html/t14-lcdrange-cpp.html @@ -71,9 +71,9 @@ void <a name="f115"></a>LCDRange::init() label = new <a href="ntqlabel.html">TQLabel</a>( " ", this, "label" ); label-><a href="ntqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="ntqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); diff --git a/doc/html/t7-lcdrange-cpp.html b/doc/html/t7-lcdrange-cpp.html index e38ea6a5c..d26262d37 100644 --- a/doc/html/t7-lcdrange-cpp.html +++ b/doc/html/t7-lcdrange-cpp.html @@ -50,9 +50,9 @@ body { background: #ffffff; color: black; } slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); } diff --git a/doc/html/t7-main-cpp.html b/doc/html/t7-main-cpp.html index 8e49a9b60..c57e097c1 100644 --- a/doc/html/t7-main-cpp.html +++ b/doc/html/t7-main-cpp.html @@ -61,7 +61,7 @@ public: <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); quit-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); <a href="ntqgrid.html">TQGrid</a> *grid = new <a href="ntqgrid.html">TQGrid</a>( 4, this ); @@ -70,7 +70,7 @@ public: for( int c = 0 ; c < 4 ; c++ ) { LCDRange* lr = new LCDRange( grid ); if ( previous ) - <a href="ntqobject.html#connect">connect</a>( lr, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( lr, TQ_SIGNAL(valueChanged(int)), previous, TQ_SLOT(setValue(int)) ); previous = lr; } diff --git a/doc/html/t8-lcdrange-cpp.html b/doc/html/t8-lcdrange-cpp.html index 665d81caf..8e204e4ce 100644 --- a/doc/html/t8-lcdrange-cpp.html +++ b/doc/html/t8-lcdrange-cpp.html @@ -50,9 +50,9 @@ body { background: #ffffff; color: black; } slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="ntqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); diff --git a/doc/html/t8-main-cpp.html b/doc/html/t8-main-cpp.html index 079cf9ba2..f14cc3047 100644 --- a/doc/html/t8-main-cpp.html +++ b/doc/html/t8-main-cpp.html @@ -61,7 +61,7 @@ public: <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); quit-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( this, "angle" ); angle->setRange( 5, 70 ); @@ -69,9 +69,9 @@ public: CannonField *cannonField = new CannonField( this, "cannonField" ); - <a href="ntqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setAngle(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), angle, TQ_SLOT(setValue(int)) ); <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); diff --git a/doc/html/t9-lcdrange-cpp.html b/doc/html/t9-lcdrange-cpp.html index c33e28e70..824f01acd 100644 --- a/doc/html/t9-lcdrange-cpp.html +++ b/doc/html/t9-lcdrange-cpp.html @@ -50,9 +50,9 @@ body { background: #ffffff; color: black; } slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="ntqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); diff --git a/doc/html/t9-main-cpp.html b/doc/html/t9-main-cpp.html index 865cd6252..2600c0193 100644 --- a/doc/html/t9-main-cpp.html +++ b/doc/html/t9-main-cpp.html @@ -61,16 +61,16 @@ public: <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( this, "angle" ); angle->setRange( 5, 70 ); CannonField *cannonField = new CannonField( this, "cannonField" ); - <a href="ntqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setAngle(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), angle, TQ_SLOT(setValue(int)) ); <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); diff --git a/doc/html/tabdialog-example.html b/doc/html/tabdialog-example.html index 85a2ced58..3f0a91189 100644 --- a/doc/html/tabdialog-example.html +++ b/doc/html/tabdialog-example.html @@ -106,7 +106,7 @@ protected: setupTab2(); setupTab3(); - <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqtabdialog.html#applyButtonPressed">applyButtonPressed</a>() ), tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqtabdialog.html#applyButtonPressed">applyButtonPressed</a>() ), tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); } void <a name="f201"></a>TabDialog::setupTab1() diff --git a/doc/html/table-bigtable-main-cpp.html b/doc/html/table-bigtable-main-cpp.html index 14a27ed02..8503de780 100644 --- a/doc/html/table-bigtable-main-cpp.html +++ b/doc/html/table-bigtable-main-cpp.html @@ -76,7 +76,7 @@ public: { <a name="x1289"></a> <a href="ntqwidget.html">TQWidget</a> *w = widgets.<a href="ntqintdict.html#take">take</a>( indexOf( r, c ) ); if ( w ) -<a name="x1290"></a> w-><a href="ntqobject.html#deleteLater">deleteLater</a>(); +<a name="x1290"></a> w-><a href="tqobject.html#deleteLater">deleteLater</a>(); } private: diff --git a/doc/html/table-statistics-statistics-cpp.html b/doc/html/table-statistics-statistics-cpp.html index e4a99c1e8..4f2606e30 100644 --- a/doc/html/table-statistics-statistics-cpp.html +++ b/doc/html/table-statistics-statistics-cpp.html @@ -74,7 +74,7 @@ const char* dirs[] = { <a href="ntqtable.html#adjustColumn">adjustColumn</a>( 0 ); // if the user edited something we might need to recalculate the sum - <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqtable.html#valueChanged">valueChanged</a>( int, int ) ), + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqtable.html#valueChanged">valueChanged</a>( int, int ) ), this, TQ_SLOT( recalcSum( int, int ) ) ); } @@ -175,7 +175,7 @@ void <a name="f147"></a>Table::recalcSum( int, int col ) { // create an editor - a combobox in our case ( (ComboItem*)this )->cb = new <a href="ntqcombobox.html">TQComboBox</a>( <a href="qtableitem.html#table">table</a>()->viewport() ); - TQObject::<a href="ntqobject.html#connect">connect</a>( cb, TQ_SIGNAL( activated( int ) ), table(), TQ_SLOT( doValueChanged() ) ); + TQObject::<a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL( activated( int ) ), table(), TQ_SLOT( doValueChanged() ) ); cb->insertItem( "Yes" ); cb->insertItem( "No" ); // and initialize it @@ -187,7 +187,7 @@ void <a name="f147"></a>Table::recalcSum( int, int col ) { // the user changed the value of the combobox, so synchronize the // value of the item (its text), with the value of the combobox -<a name="x2783"></a> if ( w-><a href="ntqobject.html#inherits">inherits</a>( "TQComboBox" ) ) +<a name="x2783"></a> if ( w-><a href="tqobject.html#inherits">inherits</a>( "TQComboBox" ) ) <a href="qtableitem.html#setText">setText</a>( ( (TQComboBox*)w )->currentText() ); else TQTableItem::<a href="qtableitem.html#setContentFromEditor">setContentFromEditor</a>( w ); diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html index 9d0f20900..0c4d0c11e 100644 --- a/doc/html/themes-example.html +++ b/doc/html/themes-example.html @@ -1026,9 +1026,9 @@ void NorwegianWoodStyle::<a href="ntqstyle.html#polish">polish</a>( <a href="ntq // benefit from the nice pixmaps in the color group. <a name="x253"></a> if ( !w-><a href="ntqwidget.html#isTopLevel">isTopLevel</a>() ) { -<a name="x211"></a> if ( w-><a href="ntqobject.html#inherits">inherits</a>("TQPushButton") - || w-><a href="ntqobject.html#inherits">inherits</a>("TQToolButton") - || w-><a href="ntqobject.html#inherits">inherits</a>("TQComboBox") ) { +<a name="x211"></a> if ( w-><a href="tqobject.html#inherits">inherits</a>("TQPushButton") + || w-><a href="tqobject.html#inherits">inherits</a>("TQToolButton") + || w-><a href="tqobject.html#inherits">inherits</a>("TQComboBox") ) { <a name="x255"></a> w-><a href="ntqwidget.html#setAutoMask">setAutoMask</a>( TRUE ); return; } @@ -1043,9 +1043,9 @@ void NorwegianWoodStyle::<a href="ntqstyle.html#unPolish">unPolish</a>( <a href= // some to translate background mode in order to get the full // benefit from the nice pixmaps in the color group. if ( !w-><a href="ntqwidget.html#isTopLevel">isTopLevel</a>() ) { - if ( w-><a href="ntqobject.html#inherits">inherits</a>("TQPushButton") - || w-><a href="ntqobject.html#inherits">inherits</a>("TQToolButton") - || w-><a href="ntqobject.html#inherits">inherits</a>("TQComboBox") ) { + if ( w-><a href="tqobject.html#inherits">inherits</a>("TQPushButton") + || w-><a href="tqobject.html#inherits">inherits</a>("TQToolButton") + || w-><a href="tqobject.html#inherits">inherits</a>("TQComboBox") ) { w-><a href="ntqwidget.html#setAutoMask">setAutoMask</a>( FALSE ); return; } @@ -1750,7 +1750,7 @@ void MetalStyle::<a href="ntqstyle.html#polish">polish</a>( <a href="ntqwidget.h // some to translate background mode in order to get the full // benefit from the nice pixmaps in the color group. -<a name="x282"></a> if (w-><a href="ntqobject.html#inherits">inherits</a>("TQPushButton")){ +<a name="x282"></a> if (w-><a href="tqobject.html#inherits">inherits</a>("TQPushButton")){ <a name="x308"></a> w-><a href="ntqwidget.html#setBackgroundMode">setBackgroundMode</a>( TQWidget::NoBackground ); return; } @@ -1768,7 +1768,7 @@ void MetalStyle::<a href="ntqstyle.html#unPolish">unPolish</a>( <a href="ntqwidg // some to translate background mode in order to get the full // benefit from the nice pixmaps in the color group. - if (w-><a href="ntqobject.html#inherits">inherits</a>("TQPushButton")){ + if (w-><a href="tqobject.html#inherits">inherits</a>("TQPushButton")){ w-><a href="ntqwidget.html#setBackgroundMode">setBackgroundMode</a>( TQWidget::PaletteButton ); return; } @@ -2224,7 +2224,7 @@ private: <a href="qactiongroup.html">TQActionGroup</a> *ag = new <a href="qactiongroup.html">TQActionGroup</a>( this, 0 ); <a name="x320"></a> ag-><a href="qactiongroup.html#setExclusive">setExclusive</a>( TRUE ); <a href="ntqsignalmapper.html">TQSignalMapper</a> *styleMapper = new <a href="ntqsignalmapper.html">TQSignalMapper</a>( this ); -<a name="x335"></a> <a href="ntqobject.html#connect">connect</a>( styleMapper, TQ_SIGNAL( <a href="ntqsignalmapper.html#mapped">mapped</a>( const <a href="ntqstring.html">TQString</a>& ) ), this, TQ_SLOT( makeStyle( const <a href="ntqstring.html">TQString</a>& ) ) ); +<a name="x335"></a> <a href="tqobject.html#connect">connect</a>( styleMapper, TQ_SIGNAL( <a href="ntqsignalmapper.html#mapped">mapped</a>( const <a href="ntqstring.html">TQString</a>& ) ), this, TQ_SLOT( makeStyle( const <a href="ntqstring.html">TQString</a>& ) ) ); <a name="x342"></a> <a href="ntqstringlist.html">TQStringList</a> list = TQStyleFactory::<a href="ntqstylefactory.html#keys">keys</a>(); <a name="x341"></a> list.<a href="ntqstringlist.html#sort">sort</a>(); #ifndef TQT_NO_STYLE_WINDOWS @@ -2248,7 +2248,7 @@ private: styleAccel = "&"+styleAccel; } <a name="x319"></a> <a href="ntqaction.html">TQAction</a> *a = new <a href="ntqaction.html">TQAction</a>( styleStr, TQIconSet(), styleAccel, 0, ag, 0, ag-><a href="qactiongroup.html#isExclusive">isExclusive</a>() ); -<a name="x334"></a><a name="x316"></a> <a href="ntqobject.html#connect">connect</a>( a, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), styleMapper, TQ_SLOT(<a href="ntqsignalmapper.html#map">map</a>()) ); +<a name="x334"></a><a name="x316"></a> <a href="tqobject.html#connect">connect</a>( a, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), styleMapper, TQ_SLOT(<a href="ntqsignalmapper.html#map">map</a>()) ); <a name="x336"></a><a name="x317"></a> styleMapper-><a href="ntqsignalmapper.html#setMapping">setMapping</a>( a, a-><a href="ntqaction.html#text">text</a>() ); } <a name="x318"></a> ag-><a href="qactiongroup.html#addTo">addTo</a>(style); diff --git a/doc/html/threads.html b/doc/html/threads.html index 6e13f2488..337eef330 100644 --- a/doc/html/threads.html +++ b/doc/html/threads.html @@ -200,7 +200,7 @@ the GUI thread. <p> Normally, the programmer would like to include some information in the event sent to the widget. See the documentation for <a href="qcustomevent.html">TQCustomEvent</a> for more information on user-defined events. -<p> <h2> Threads and <a href="ntqobject.html">TQObject</a> subclasses +<p> <h2> Threads and <a href="tqobject.html">TQObject</a> subclasses </h2> <a name="6"></a><p> The TQObject class itself is <em>reentrant</em>. However, certain rules apply when creating and using TQObjects in a thread that is not the GUI @@ -218,10 +218,10 @@ you are using TQObject in a thread that is not the GUI thread, and you are handling events sent to this object, you <em>must</em> protect all access to your data with a mutex; otherwise you may experience crashes or other undesired behavior. -<p> <li> As a corollary to the above, deleting a <a href="ntqobject.html">TQObject</a> while pending +<p> <li> As a corollary to the above, deleting a <a href="tqobject.html">TQObject</a> while pending events are waiting to be delivered can cause a crash. You must not delete the TQObject directly from a thread that is not the GUI thread. -Use the <a href="ntqobject.html#deleteLater">TQObject::deleteLater</a>() method instead, which will cause the +Use the <a href="tqobject.html#deleteLater">TQObject::deleteLater</a>() method instead, which will cause the event loop to delete the object after all pending events have been delivered to the object. <p> </ol> @@ -264,7 +264,7 @@ other than the GUI thread. Examples of such operations are: <p> <h2> Threads and Signals and Slots </h2> <a name="8"></a><p> The Signals and Slots mechanism can be used in separate threads, as -long as the rules for <a href="ntqobject.html">TQObject</a> based classes are followed. The Signals +long as the rules for <a href="tqobject.html">TQObject</a> based classes are followed. The Signals and Slots mechanism is synchronous: when a signal is emitted, all slots are called immediately. The slots are executed in the thread context that emitted the signal. @@ -295,14 +295,14 @@ Consult the manual of your database client for more information. </h2> <a name="11"></a><p> Some things to watch out for when programming with threads: <p> <ul> -<p> <li> As mentioned above, <a href="ntqobject.html">TQObject</a> based classes are neither thread-safe +<p> <li> As mentioned above, <a href="tqobject.html">TQObject</a> based classes are neither thread-safe nor reentrant. This includes all widgets (e.g. <a href="ntqwidget.html">TQWidget</a> and subclasses), OS kernel classes (e.g. <a href="ntqprocess.html">TQProcess</a>, <a href="ntqaccel.html">TQAccel</a>), and all networking classes (e.g. <a href="ntqsocket.html">TQSocket</a>, <a href="ntqdns.html">TQDns</a>). <p> <li> Deleting a TQObject while pending events are waiting to be delivered will cause a crash. If you are creating TQObjects in a thread that is not the GUI thread and posting events to these objects, you should not -delete the TQObject directly. Use the <a href="ntqobject.html#deleteLater">TQObject::deleteLater</a>() method +delete the TQObject directly. Use the <a href="tqobject.html#deleteLater">TQObject::deleteLater</a>() method instead, which will cause the event loop to delete the object after all pending events have been delivered to the object. <p> <li> Don't do any blocking operations while holding the TQt library diff --git a/doc/html/tictac-example.html b/doc/html/tictac-example.html index 766da9bf3..9aa4a8448 100644 --- a/doc/html/tictac-example.html +++ b/doc/html/tictac-example.html @@ -228,7 +228,7 @@ private: TicTacButton *ttb = new TicTacButton( this ); <a name="x45"></a> ttb-><a href="ntqwidget.html#setPalette">setPalette</a>( p ); ttb-><a href="ntqwidget.html#setEnabled">setEnabled</a>( FALSE ); - <a href="ntqobject.html#connect">connect</a>( ttb, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(buttonClicked()) ); + <a href="tqobject.html#connect">connect</a>( ttb, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(buttonClicked()) ); grid-><a href="qgridlayout.html#addWidget">addWidget</a>( ttb, i%nBoard, i/nBoard ); buttons->insert( i, ttb ); btArray->at(i) = TicTacButton::Blank; // initial button type @@ -285,7 +285,7 @@ void <a name="f192"></a>TicTacGameBoard::buttonClicked() { if ( st != HumansTurn ) // not ready return; - int i = buttons->findRef( (TicTacButton*)<a href="ntqobject.html#sender">sender</a>() ); + int i = buttons->findRef( (TicTacButton*)<a href="tqobject.html#sender">sender</a>() ); TicTacButton *b = buttons->at(i); // get piece that was pressed if ( b->type() == TicTacButton::Blank ) { // empty piece? btArray->at(i) = TicTacButton::Circle; @@ -456,7 +456,7 @@ void <a name="f195"></a>TicTacGameBoard::computerMove() // gameOver() slot board = new TicTacGameBoard( boardSize, this ); - <a href="ntqobject.html#connect">connect</a>( board, TQ_SIGNAL(finished()), TQ_SLOT(gameOver()) ); + <a href="tqobject.html#connect">connect</a>( board, TQ_SIGNAL(finished()), TQ_SLOT(gameOver()) ); l-><a href="qboxlayout.html#addWidget">addWidget</a>( board ); // Create a horizontal frame line @@ -477,9 +477,9 @@ void <a name="f195"></a>TicTacGameBoard::computerMove() // to this right slots. newGame = new <a href="ntqpushbutton.html">TQPushButton</a>( "Play!", this ); - <a href="ntqobject.html#connect">connect</a>( newGame, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(newGameClicked()) ); + <a href="tqobject.html#connect">connect</a>( newGame, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(newGameClicked()) ); quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this ); - <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); <a href="qhboxlayout.html">TQHBoxLayout</a> * b = new <a href="qhboxlayout.html">TQHBoxLayout</a>; <a name="x19"></a> l-><a href="qboxlayout.html#addLayout">addLayout</a>( b ); b-><a href="qboxlayout.html#addWidget">addWidget</a>( newGame ); diff --git a/doc/html/timers.html b/doc/html/timers.html index 65e772d77..7c9415a1c 100644 --- a/doc/html/timers.html +++ b/doc/html/timers.html @@ -33,11 +33,11 @@ body { background: #ffffff; color: black; } -<p> <a href="ntqobject.html">TQObject</a>, the base class of all TQt objects, provides the basic timer -support in TQt. With <a href="ntqobject.html#startTimer">TQObject::startTimer</a>(), you start a timer with +<p> <a href="tqobject.html">TQObject</a>, the base class of all TQt objects, provides the basic timer +support in TQt. With <a href="tqobject.html#startTimer">TQObject::startTimer</a>(), you start a timer with an <em>interval</em> in milliseconds as argument. The function returns a unique integer timer id. The timer will now "fire" every <em>interval</em> -milliseconds, until you explicitly call <a href="ntqobject.html#killTimer">TQObject::killTimer</a>() with +milliseconds, until you explicitly call <a href="tqobject.html#killTimer">TQObject::killTimer</a>() with the timer id. <p> For this mechanism to work, the application must run in an event loop. You start an event loop with <a href="ntqapplication.html#exec">TQApplication::exec</a>(). When a @@ -53,7 +53,7 @@ accuracy; other systems that we have tested (UNIX X11 and Windows NT) can handle 1 millisecond intervals. <p> The main API for the timer functionality is <a href="ntqtimer.html">TQTimer</a>. That class provides regular timers that emit a signal when the timer fires, and -inherits <a href="ntqobject.html">TQObject</a> so that it fits well into the ownership structure +inherits <a href="tqobject.html">TQObject</a> so that it fits well into the ownership structure of most GUI programs. The normal way of using it is like this: <pre> <a href="ntqtimer.html">TQTimer</a> * counter = new <a href="ntqtimer.html">TQTimer</a>( this ); @@ -87,11 +87,11 @@ single-threaded application without blocking the user interface. // has finished. Note that this example is not complete, just an // outline. - class Mandelbrot : public <a href="ntqobject.html">TQObject</a> + class Mandelbrot : public <a href="tqobject.html">TQObject</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> // required for signals/slots public: - Mandelbrot( <a href="ntqobject.html">TQObject</a> *parent=0, const char *name ); + Mandelbrot( <a href="tqobject.html">TQObject</a> *parent=0, const char *name ); ... public slots: void start(); @@ -108,10 +108,10 @@ single-threaded application without blocking the user interface. // Constructs and initializes a Mandelbrot object. // - Mandelbrot::Mandelbrot( <a href="ntqobject.html">TQObject</a> *parent=0, const char *name ) - : <a href="ntqobject.html">TQObject</a>( parent, name ) + Mandelbrot::Mandelbrot( <a href="tqobject.html">TQObject</a> *parent=0, const char *name ) + : <a href="tqobject.html">TQObject</a>( parent, name ) { - <a href="ntqobject.html#connect">connect</a>( &timer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), TQ_SLOT(calculate()) ); + <a href="tqobject.html#connect">connect</a>( &timer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), TQ_SLOT(calculate()) ); ... } diff --git a/doc/html/titleindex b/doc/html/titleindex index 268803d79..b9584fd86 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -650,14 +650,14 @@ QNetworkOperation Class | qnetworkoperation.html QNetworkOperation Member List | qnetworkoperation-members.html QNetworkProtocol Class | ntqnetworkprotocol.html QNetworkProtocol Member List | qnetworkprotocol-members.html -TQObject Class | ntqobject.html -TQObject Member List | qobject-members.html -QObjectCleanupHandler Class | ntqobjectcleanuphandler.html -QObjectCleanupHandler Member List | qobjectcleanuphandler-members.html -QObjectList Class | ntqobjectlist.html -QObjectList Member List | qobjectlist-members.html -QObjectListIterator Class | qobjectlistiterator.html -QObjectListIterator Member List | qobjectlistiterator-members.html +TQObject Class | tqobject.html +TQObject Member List | tqobject-members.html +TQObjectCleanupHandler Class | tqobjectcleanuphandler.html +TQObjectCleanupHandler Member List | tqobjectcleanuphandler-members.html +TQObjectList Class | tqobjectlist.html +TQObjectList Member List | tqobjectlist-members.html +TQObjectListIterator Class | tqobjectlistiterator.html +TQObjectListIterator Member List | tqobjectlistiterator-members.html QPNGImagePacker Class | qpngimagepacker.html QPNGImagePacker Member List | qpngimagepacker-members.html QPaintDevice Class | ntqpaintdevice.html @@ -1300,9 +1300,9 @@ ntqnamespace.h Include File | qnamespace-h.html ntqnetwork.h Example File | qnetwork-h.html ntqnetworkprotocol.h Include File | qnetworkprotocol-h.html ntqnp.h Include File | qnp-h.html -ntqobject.h Include File | qobject-h.html -ntqobjectcleanuphandler.h Include File | qobjectcleanuphandler-h.html -ntqobjectlist.h Include File | qobjectlist-h.html +tqobject.h Include File | tqobject-h.html +tqobjectcleanuphandler.h Include File | tqobjectcleanuphandler-h.html +tqobjectlist.h Include File | tqobjectlist-h.html ntqpaintdevice.h Include File | qpaintdevice-h.html ntqpaintdevicemetrics.h Include File | qpaintdevicemetrics-h.html ntqpainter.h Include File | qpainter-h.html diff --git a/doc/html/toggleaction-example.html b/doc/html/toggleaction-example.html index 1c043c616..3c6dc2455 100644 --- a/doc/html/toggleaction-example.html +++ b/doc/html/toggleaction-example.html @@ -58,7 +58,7 @@ int main( int argc, char **argv ) <a name="x2972"></a> labelonoffaction-><a href="ntqaction.html#setAccel">setAccel</a>( TQt::ALT+TQt::Key_L ); <a name="x2973"></a> labelonoffaction-><a href="ntqaction.html#setIconSet">setIconSet</a>( (TQPixmap) labelonoff_xpm ); -<a name="x2976"></a> TQObject::<a href="ntqobject.html#connect">connect</a>( labelonoffaction, TQ_SIGNAL( <a href="ntqaction.html#toggled">toggled</a>( bool ) ), +<a name="x2976"></a> TQObject::<a href="tqobject.html#connect">connect</a>( labelonoffaction, TQ_SIGNAL( <a href="ntqaction.html#toggled">toggled</a>( bool ) ), <a name="x2979"></a> window, TQ_SLOT( <a href="ntqmainwindow.html#setUsesTextLabel">setUsesTextLabel</a>( bool ) ) ); <a name="x2971"></a> labelonoffaction-><a href="ntqaction.html#addTo">addTo</a>( toolbar ); diff --git a/doc/html/tools.html b/doc/html/tools.html index 3a0a1102d..ef4044b5e 100644 --- a/doc/html/tools.html +++ b/doc/html/tools.html @@ -60,8 +60,8 @@ classes.</a> <tr bgcolor=#f0f0f0><td><b><a href="qmapconstiterator.html">TQMapConstIterator</a></b><td>Iterator for TQMap <tr bgcolor=#f0f0f0><td><b><a href="qmapiterator.html">TQMapIterator</a></b><td>Iterator for TQMap <tr bgcolor=#f0f0f0><td><b><a href="ntqmemarray.html">TQMemArray</a></b><td>Template class that provides arrays of simple types -<tr bgcolor=#f0f0f0><td><b><a href="ntqobjectlist.html">TQObjectList</a></b><td>TQPtrList of TQObjects -<tr bgcolor=#f0f0f0><td><b><a href="qobjectlistiterator.html">TQObjectListIterator</a></b><td>Iterator for TQObjectLists +<tr bgcolor=#f0f0f0><td><b><a href="tqobjectlist.html">TQObjectList</a></b><td>TQPtrList of TQObjects +<tr bgcolor=#f0f0f0><td><b><a href="tqobjectlistiterator.html">TQObjectListIterator</a></b><td>Iterator for TQObjectLists <tr bgcolor=#f0f0f0><td><b><a href="ntqpair.html">TQPair</a></b><td>Value-based template class that provides a pair of elements <tr bgcolor=#f0f0f0><td><b><a href="ntqptrcollection.html">TQPtrCollection</a></b><td>The base class of most pointer-based TQt collections <tr bgcolor=#f0f0f0><td><b><a href="ntqptrdict.html">TQPtrDict</a></b><td>Template class that provides a dictionary based on void* keys diff --git a/doc/html/qobject-h.html b/doc/html/tqobject-h.html index 2fd448345..927fb15a3 100644 --- a/doc/html/qobject-h.html +++ b/doc/html/tqobject-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/ntqobject.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqobject.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqobject.h Include File</title> +<title>tqobject.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>ntqobject.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>tqobject.h</h1> -<p>This is the verbatim text of the ntqobject.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqobject.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqobject.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqobject.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQObject class ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQOBJECT_H #ifndef QT_H -#include "ntqobjectdefs.h" +#include "tqobjectdefs.h" #include "ntqwindowdefs.h" #include "ntqstring.h" #include "ntqevent.h" diff --git a/doc/html/tqobject-members.html b/doc/html/tqobject-members.html new file mode 100644 index 000000000..73bf729c0 --- /dev/null +++ b/doc/html/tqobject-members.html @@ -0,0 +1,90 @@ +<!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/tqobject.h:63 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQObject 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 TQObject</h1> + +<p>This is the complete list of member functions for +<a href="tqobject.html">TQObject</a>, including inherited members. + +<ul> +<li><a href="tqobject.html#TQObject">TQObject</a>() +<li><a href="tqobject.html#~TQObject">~TQObject</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</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/ntqobject.html b/doc/html/tqobject.html index e1233374a..200d07a55 100644 --- a/doc/html/ntqobject.html +++ b/doc/html/tqobject.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/kernel/qobject.cpp:105 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqobject.cpp:105 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,10 +34,10 @@ body { background: #ffffff; color: black; } <p>The TQObject class is the base class of all TQt objects. <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="qobject-h.html">ntqobject.h</a>></tt> +<p><tt>#include <<a href="tqobject-h.html">tqobject.h</a>></tt> <p>Inherits <a href="ntqt.html">TQt</a>. -<p>Inherited by <a href="ntqaccel.html">TQAccel</a>, <a href="qaccessibleobject.html">TQAccessibleObject</a>, <a href="ntqaction.html">TQAction</a>, <a href="ntqapplication.html">TQApplication</a>, <a href="ntqassistantclient.html">TQAssistantClient</a>, <a href="qdatapump.html">TQDataPump</a>, <a href="qaxobject.html">TQAxObject</a>, <a href="qaxscript.html">TQAxScript</a>, <a href="qaxscriptmanager.html">TQAxScriptManager</a>, <a href="ntqwidget.html">TQWidget</a>, <a href="ntqcanvas.html">TQCanvas</a>, <a href="ntqstyle.html">TQStyle</a>, <a href="ntqclipboard.html">TQClipboard</a>, <a href="qcopchannel.html">TQCopChannel</a>, <a href="ntqdns.html">TQDns</a>, <a href="ntqlayout.html">TQLayout</a>, <a href="ntqdragobject.html">TQDragObject</a>, <a href="ntqeditorfactory.html">TQEditorFactory</a>, <a href="ntqeventloop.html">TQEventLoop</a>, <a href="qfileiconprovider.html">TQFileIconProvider</a>, <a href="ntqnetworkprotocol.html">TQNetworkProtocol</a>, <a href="qwskeyboardhandler.html">TQWSKeyboardHandler</a>, <a href="qnetworkoperation.html">TQNetworkOperation</a>, <a href="qnpinstance.html">TQNPInstance</a>, <a href="ntqobjectcleanuphandler.html">TQObjectCleanupHandler</a>, <a href="ntqprocess.html">TQProcess</a>, <a href="ntqserversocket.html">TQServerSocket</a>, <a href="ntqsessionmanager.html">TQSessionManager</a>, <a href="ntqsignal.html">TQSignal</a>, <a href="ntqsignalmapper.html">TQSignalMapper</a>, <a href="ntqsocket.html">TQSocket</a>, <a href="ntqsocketnotifier.html">TQSocketNotifier</a>, <a href="ntqsound.html">TQSound</a>, <a href="ntqsqldatabase.html">TQSqlDatabase</a>, <a href="ntqsqldriver.html">TQSqlDriver</a>, <a href="ntqsqlform.html">TQSqlForm</a>, <a href="ntqstylesheet.html">TQStyleSheet</a>, <a href="ntqtimer.html">TQTimer</a>, <a href="qtooltipgroup.html">TQToolTipGroup</a>, <a href="ntqtranslator.html">TQTranslator</a>, <a href="ntqurloperator.html">TQUrlOperator</a>, and <a href="ntqvalidator.html">TQValidator</a>. -<p><a href="qobject-members.html">List of all member functions.</a> +<p>Inherited by <a href="ntqaccel.html">TQAccel</a>, <a href="qaccessibleobject.html">TQAccessibleObject</a>, <a href="ntqaction.html">TQAction</a>, <a href="ntqapplication.html">TQApplication</a>, <a href="ntqassistantclient.html">TQAssistantClient</a>, <a href="qdatapump.html">TQDataPump</a>, <a href="qaxobject.html">TQAxObject</a>, <a href="qaxscript.html">TQAxScript</a>, <a href="qaxscriptmanager.html">TQAxScriptManager</a>, <a href="ntqwidget.html">TQWidget</a>, <a href="ntqcanvas.html">TQCanvas</a>, <a href="ntqstyle.html">TQStyle</a>, <a href="ntqclipboard.html">TQClipboard</a>, <a href="qcopchannel.html">TQCopChannel</a>, <a href="ntqdns.html">TQDns</a>, <a href="ntqlayout.html">TQLayout</a>, <a href="ntqdragobject.html">TQDragObject</a>, <a href="ntqeditorfactory.html">TQEditorFactory</a>, <a href="ntqeventloop.html">TQEventLoop</a>, <a href="qfileiconprovider.html">TQFileIconProvider</a>, <a href="ntqnetworkprotocol.html">TQNetworkProtocol</a>, <a href="qwskeyboardhandler.html">TQWSKeyboardHandler</a>, <a href="qnetworkoperation.html">TQNetworkOperation</a>, <a href="qnpinstance.html">TQNPInstance</a>, <a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a>, <a href="ntqprocess.html">TQProcess</a>, <a href="ntqserversocket.html">TQServerSocket</a>, <a href="ntqsessionmanager.html">TQSessionManager</a>, <a href="ntqsignal.html">TQSignal</a>, <a href="ntqsignalmapper.html">TQSignalMapper</a>, <a href="ntqsocket.html">TQSocket</a>, <a href="ntqsocketnotifier.html">TQSocketNotifier</a>, <a href="ntqsound.html">TQSound</a>, <a href="ntqsqldatabase.html">TQSqlDatabase</a>, <a href="ntqsqldriver.html">TQSqlDriver</a>, <a href="ntqsqlform.html">TQSqlForm</a>, <a href="ntqstylesheet.html">TQStyleSheet</a>, <a href="ntqtimer.html">TQTimer</a>, <a href="qtooltipgroup.html">TQToolTipGroup</a>, <a href="ntqtranslator.html">TQTranslator</a>, <a href="ntqurloperator.html">TQUrlOperator</a>, and <a href="ntqvalidator.html">TQValidator</a>. +<p><a href="tqobject-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQObject"><b>TQObject</b></a> ( TQObject * parent = 0, const char * name = 0 )</li> @@ -158,13 +158,13 @@ certain functions to exhibit undefined behaviour. <a href="#isWidgetType">isWidgetType</a>() returns whether an object is actually a widget. It is much faster than <a href="#inherits">inherits</a>( "TQWidget" ). <p> Some TQObject functions, e.g. <a href="#children">children</a>(), <a href="#objectTrees">objectTrees</a>() and -<a href="#queryList">queryList</a>() return a <a href="ntqobjectlist.html">TQObjectList</a>. A TQObjectList is a <a href="ntqptrlist.html">TQPtrList</a> of +<a href="#queryList">queryList</a>() return a <a href="tqobjectlist.html">TQObjectList</a>. A TQObjectList is a <a href="ntqptrlist.html">TQPtrList</a> of TQObjects. TQObjectLists support the same operations as TQPtrLists and have an iterator class, TQObjectListIt. <p>See also <a href="objectmodel.html">Object Model</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQObject"></a>TQObject::TQObject ( <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQObject"></a>TQObject::TQObject ( <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs an object called <em>name</em> with parent object, <em>parent</em>. <p> The parent of an object may be viewed as the object's owner. For @@ -204,7 +204,7 @@ Note that the <a href="#destroyed">destroyed</a>() signals will be emitted even for this object have been blocked. <p>Examples: <a href="rot-example.html#x1371">rot13/rot13.cpp</a> and <a href="qaxserver-example-simple.html#x2525">simple/main.cpp</a>. -<h3 class=fn>bool <a name="checkConnectArgs"></a>TQObject::checkConnectArgs ( const char * signal, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member )<tt> [virtual protected]</tt> +<h3 class=fn>bool <a name="checkConnectArgs"></a>TQObject::checkConnectArgs ( const char * signal, const <a href="tqobject.html">TQObject</a> * receiver, const char * member )<tt> [virtual protected]</tt> </h3> <p> Returns TRUE if the <em>signal</em> and the <em>member</em> arguments are @@ -214,7 +214,7 @@ currently ignored.) do not reimplement this function. <p> -<h3 class=fn><a href="ntqobject.html">TQObject</a> * <a name="child"></a>TQObject::child ( const char * objName, const char * inheritsClass = 0, bool recursiveSearch = TRUE ) +<h3 class=fn><a href="tqobject.html">TQObject</a> * <a name="child"></a>TQObject::child ( const char * objName, const char * inheritsClass = 0, bool recursiveSearch = TRUE ) </h3> Searches the children and optionally grandchildren of this object, and returns a child that is called <em>objName</em> that inherits <em>inheritsClass</em>. If <em>inheritsClass</em> is 0 (the default), any class @@ -248,12 +248,12 @@ in functions that depend on the state. One notable example is <p> <p>See also <a href="#event">event</a>() and <a href="qchildevent.html">TQChildEvent</a>. <p>Reimplemented in <a href="ntqmainwindow.html#childEvent">TQMainWindow</a> and <a href="ntqsplitter.html#childEvent">TQSplitter</a>. -<h3 class=fn>const <a href="ntqobjectlist.html">TQObjectList</a> * <a name="children"></a>TQObject::children () const +<h3 class=fn>const <a href="tqobjectlist.html">TQObjectList</a> * <a name="children"></a>TQObject::children () const </h3> <p> Returns a list of child objects, or 0 if this object has no children. -<p> The <a href="ntqobjectlist.html">TQObjectList</a> class is defined in the <a href="qobjectlist-h.html">ntqobjectlist.h</a> header +<p> The <a href="tqobjectlist.html">TQObjectList</a> class is defined in the <a href="tqobjectlist-h.html">tqobjectlist.h</a> header file. <p> The first child added is the <a href="ntqptrlist.html#first">first</a> object in the list and the last child added is the <a href="ntqptrlist.html#last">last</a> object in the list, i.e. new @@ -274,7 +274,7 @@ definition lacks the <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> macro. <p> <p>See also <a href="#name-prop">name</a>, <a href="#inherits">inherits</a>(), <a href="#isA">isA</a>(), and <a href="#isWidgetType">isWidgetType</a>(). <p>Example: <a href="sql.html#x2235">sql/overview/custom1/main.cpp</a>. -<h3 class=fn>bool <a name="connect"></a>TQObject::connect ( const <a href="ntqobject.html">TQObject</a> * sender, const char * signal, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member )<tt> [static]</tt> +<h3 class=fn>bool <a name="connect"></a>TQObject::connect ( const <a href="tqobject.html">TQObject</a> * sender, const char * signal, const <a href="tqobject.html">TQObject</a> * receiver, const char * member )<tt> [static]</tt> </h3> Connects <em>signal</em> from the <em>sender</em> object to <em>member</em> in object <em>receiver</em>, and returns TRUE if the connection succeeds; otherwise @@ -334,7 +334,7 @@ always break a connection using <a href="#disconnect">disconnect</a>(). <p> <p>See also <a href="#disconnect">disconnect</a>(). <p>Examples: <a href="qaction-application-example.html#x1179">action/main.cpp</a>, <a href="simple-application-example.html#x1599">application/main.cpp</a>, <a href="extension-dialog-example.html#x2868">extension/main.cpp</a>, <a href="iconview-example.html#x1460">iconview/main.cpp</a>, <a href="archivesearch-example.html#x489">network/archivesearch/main.cpp</a>, <a href="regexptester-example.html#x2512">regexptester/main.cpp</a>, and <a href="tutorial1-02.html#x2291">t2/main.cpp</a>. -<h3 class=fn>bool <a name="connect-2"></a>TQObject::connect ( const <a href="ntqobject.html">TQObject</a> * sender, const char * signal, const char * member ) const +<h3 class=fn>bool <a name="connect-2"></a>TQObject::connect ( const <a href="tqobject.html">TQObject</a> * sender, const char * signal, const char * member ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Connects <em>signal</em> from the <em>sender</em> object to this object's <em>member</em>. @@ -379,7 +379,7 @@ the signal. This signal can not be blocked. <p> All the objects's children are destroyed immediately after this signal is emitted. -<h3 class=fn>void <a name="destroyed-2"></a>TQObject::destroyed ( <a href="ntqobject.html">TQObject</a> * obj )<tt> [signal]</tt> +<h3 class=fn>void <a name="destroyed-2"></a>TQObject::destroyed ( <a href="tqobject.html">TQObject</a> * obj )<tt> [signal]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This signal is emitted immediately before the object <em>obj</em> is @@ -387,7 +387,7 @@ destroyed, and can not be blocked. <p> All the objects's children are destroyed immediately after this signal is emitted. -<h3 class=fn>bool <a name="disconnect"></a>TQObject::disconnect ( const <a href="ntqobject.html">TQObject</a> * sender, const char * signal, const <a href="ntqobject.html">TQObject</a> * receiver, const char * member )<tt> [static]</tt> +<h3 class=fn>bool <a name="disconnect"></a>TQObject::disconnect ( const <a href="tqobject.html">TQObject</a> * sender, const char * signal, const <a href="tqobject.html">TQObject</a> * receiver, const char * member )<tt> [static]</tt> </h3> Disconnects <em>signal</em> in object <em>sender</em> from <em>member</em> in object <em>receiver</em>. @@ -440,14 +440,14 @@ and all other slots are left alone. The <em>member</em> must be 0 if <em>receive specifically-named slot on all objects. <p> <p>See also <a href="#connect">connect</a>(). -<h3 class=fn>bool <a name="disconnect-2"></a>TQObject::disconnect ( const char * signal = 0, const <a href="ntqobject.html">TQObject</a> * receiver = 0, const char * member = 0 ) +<h3 class=fn>bool <a name="disconnect-2"></a>TQObject::disconnect ( const char * signal = 0, const <a href="tqobject.html">TQObject</a> * receiver = 0, const char * member = 0 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Disconnects <em>signal</em> from <em>member</em> of <em>receiver</em>. <p> A signal-slot connection is removed when either of the objects involved are destroyed. -<h3 class=fn>bool <a name="disconnect-3"></a>TQObject::disconnect ( const <a href="ntqobject.html">TQObject</a> * receiver, const char * member = 0 ) +<h3 class=fn>bool <a name="disconnect-3"></a>TQObject::disconnect ( const <a href="tqobject.html">TQObject</a> * receiver, const char * member = 0 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Disconnects all signals in this object from <em>receiver</em>'s <em>member</em>. @@ -488,7 +488,7 @@ behavior of an object. <p> <p>See also <a href="#installEventFilter">installEventFilter</a>(), <a href="#timerEvent">timerEvent</a>(), <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>(), <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>(), and <a href="ntqwidget.html#event">TQWidget::event</a>(). <p>Reimplemented in <a href="ntqwidget.html#event">TQWidget</a>. -<h3 class=fn>bool <a name="eventFilter"></a>TQObject::eventFilter ( <a href="ntqobject.html">TQObject</a> * watched, <a href="ntqevent.html">TQEvent</a> * e )<tt> [virtual]</tt> +<h3 class=fn>bool <a name="eventFilter"></a>TQObject::eventFilter ( <a href="tqobject.html">TQObject</a> * watched, <a href="ntqevent.html">TQEvent</a> * e )<tt> [virtual]</tt> </h3> Filters events if this object has been installed as an event filter for the <em>watched</em> object. @@ -576,7 +576,7 @@ returns FALSE. <p> <p>See also <a href="#isA">isA</a>() and <a href="#metaObject">metaObject</a>(). <p>Examples: <a href="statistics-example.html#x2783">table/statistics/statistics.cpp</a>, <a href="themes-example.html#x282">themes/metal.cpp</a>, and <a href="themes-example.html#x211">themes/wood.cpp</a>. -<h3 class=fn>void <a name="insertChild"></a>TQObject::insertChild ( <a href="ntqobject.html">TQObject</a> * obj )<tt> [virtual]</tt> +<h3 class=fn>void <a name="insertChild"></a>TQObject::insertChild ( <a href="tqobject.html">TQObject</a> * obj )<tt> [virtual]</tt> </h3> Inserts an object <em>obj</em> into the list of child objects. <p> <b>Warning:</b> This function cannot be used to make one widget the child @@ -585,7 +585,7 @@ setting the parent widget in the constructor or by calling <a href="ntqwidget.html#reparent">TQWidget::reparent</a>(). <p> <p>See also <a href="#removeChild">removeChild</a>() and <a href="ntqwidget.html#reparent">TQWidget::reparent</a>(). -<h3 class=fn>void <a name="installEventFilter"></a>TQObject::installEventFilter ( const <a href="ntqobject.html">TQObject</a> * filterObj ) +<h3 class=fn>void <a name="installEventFilter"></a>TQObject::installEventFilter ( const <a href="tqobject.html">TQObject</a> * filterObj ) </h3> <p> Installs an event filter <em>filterObj</em> on this object. For example: @@ -692,7 +692,7 @@ and <a href="#inherits">inherits</a>() also make use of the meta object. <h3 class=fn>const char * <a name="name"></a>TQObject::name () const </h3><p>Returns the name of this object. -See the <a href="ntqobject.html#name-prop">"name"</a> property for details. +See the <a href="tqobject.html#name-prop">"name"</a> property for details. <h3 class=fn>const char * <a name="name-2"></a>TQObject::name ( const char * defaultName ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -704,17 +704,17 @@ does not have a name. Normlizes the signal or slot definition <em>signalSlot</em> by removing unnecessary whitespace. -<h3 class=fn>const <a href="ntqobjectlist.html">TQObjectList</a> * <a name="objectTrees"></a>TQObject::objectTrees ()<tt> [static]</tt> +<h3 class=fn>const <a href="tqobjectlist.html">TQObjectList</a> * <a name="objectTrees"></a>TQObject::objectTrees ()<tt> [static]</tt> </h3> Returns a pointer to the list of all object trees (their root objects), or 0 if there are no objects. -<p> The <a href="ntqobjectlist.html">TQObjectList</a> class is defined in the <a href="qobjectlist-h.html">ntqobjectlist.h</a> header +<p> The <a href="tqobjectlist.html">TQObjectList</a> class is defined in the <a href="tqobjectlist-h.html">tqobjectlist.h</a> header file. <p> The most recent root object created is the <a href="ntqptrlist.html#first">first</a> object in the list and the first root object added is the <a href="ntqptrlist.html#last">last</a> object in the list. <p> <p>See also <a href="#children">children</a>(), <a href="#parent">parent</a>(), <a href="#insertChild">insertChild</a>(), and <a href="#removeChild">removeChild</a>(). -<h3 class=fn><a href="ntqobject.html">TQObject</a> * <a name="parent"></a>TQObject::parent () const +<h3 class=fn><a href="tqobject.html">TQObject</a> * <a name="parent"></a>TQObject::parent () const </h3> <p> Returns a pointer to the parent object. @@ -729,7 +729,7 @@ the <a href="#metaObject">metaObject</a>(). <p> <p>See also <a href="#setProperty">setProperty</a>(), <a href="ntqvariant.html#isValid">TQVariant::isValid</a>(), <a href="#metaObject">metaObject</a>(), <a href="ntqmetaobject.html#propertyNames">TQMetaObject::propertyNames</a>(), and <a href="ntqmetaobject.html#property">TQMetaObject::property</a>(). <p>Example: <a href="qaxcontainer-example-qutlook.html#x2729">qutlook/centralwidget.cpp</a>. -<h3 class=fn><a href="ntqobjectlist.html">TQObjectList</a> * <a name="queryList"></a>TQObject::queryList ( const char * inheritsClass = 0, const char * objName = 0, bool regexpMatch = TRUE, bool recursiveSearch = TRUE ) const +<h3 class=fn><a href="tqobjectlist.html">TQObjectList</a> * <a name="queryList"></a>TQObject::queryList ( const char * inheritsClass = 0, const char * objName = 0, bool regexpMatch = TRUE, bool recursiveSearch = TRUE ) const </h3> Searches the children and optionally grandchildren of this object, and returns a list of those objects that are named or that match @@ -751,7 +751,7 @@ searches <em>n</em>th-generation as well as first-generation children. <p> This somewhat contrived example disables all the buttons in this window: <pre> - <a href="ntqobjectlist.html">TQObjectList</a> *l = topLevelWidget()->queryList( "TQButton" ); + <a href="tqobjectlist.html">TQObjectList</a> *l = topLevelWidget()->queryList( "TQButton" ); TQObjectListIt it( *l ); // iterate over the buttons TQObject *obj; @@ -763,7 +763,7 @@ window: delete l; // delete the list, not the objects </pre> -<p> The <a href="ntqobjectlist.html">TQObjectList</a> class is defined in the <a href="qobjectlist-h.html">ntqobjectlist.h</a> header +<p> The <a href="tqobjectlist.html">TQObjectList</a> class is defined in the <a href="tqobjectlist-h.html">tqobjectlist.h</a> header file. <p> <b>Warning:</b> Delete the list as soon you have finished using it. The list contains pointers that may become invalid at almost any time @@ -771,7 +771,7 @@ without notice (as soon as the user closes a window you may have dangling pointers, for example). <p> <p>See also <a href="#child">child</a>(), <a href="#children">children</a>(), <a href="#parent">parent</a>(), <a href="#inherits">inherits</a>(), <a href="#name-prop">name</a>, and <a href="ntqregexp.html">TQRegExp</a>. -<h3 class=fn>void <a name="removeChild"></a>TQObject::removeChild ( <a href="ntqobject.html">TQObject</a> * obj )<tt> [virtual]</tt> +<h3 class=fn>void <a name="removeChild"></a>TQObject::removeChild ( <a href="tqobject.html">TQObject</a> * obj )<tt> [virtual]</tt> </h3> Removes the child object <em>obj</em> from the list of children. <p> <b>Warning:</b> This function will not remove a child widget from the @@ -779,7 +779,7 @@ screen. It will only remove it from the parent widget's list of children. <p> <p>See also <a href="#insertChild">insertChild</a>() and <a href="ntqwidget.html#reparent">TQWidget::reparent</a>(). -<h3 class=fn>void <a name="removeEventFilter"></a>TQObject::removeEventFilter ( const <a href="ntqobject.html">TQObject</a> * obj ) +<h3 class=fn>void <a name="removeEventFilter"></a>TQObject::removeEventFilter ( const <a href="tqobject.html">TQObject</a> * obj ) </h3> Removes an event filter object <em>obj</em> from this object. The request is ignored if such an event filter has not been installed. @@ -789,7 +789,7 @@ this object is destroyed. filter activation (i.e. from the <a href="#eventFilter">eventFilter</a>() function). <p> <p>See also <a href="#installEventFilter">installEventFilter</a>(), <a href="#eventFilter">eventFilter</a>(), and <a href="#event">event</a>(). -<h3 class=fn>const <a href="ntqobject.html">TQObject</a> * <a name="sender"></a>TQObject::sender ()<tt> [protected]</tt> +<h3 class=fn>const <a href="tqobject.html">TQObject</a> * <a name="sender"></a>TQObject::sender ()<tt> [protected]</tt> </h3> Returns a pointer to the object that sent the signal, if called in a slot activated by a signal; otherwise it returns 0. The pointer @@ -932,7 +932,7 @@ for unnamed objects, you can call name( 0 ). <p>Set this property's value with <a href="#setName">setName</a>() and get this property's value with <a href="#name">name</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn>void * <a name="qt_find_obj_child"></a>tqt_find_obj_child ( <a href="ntqobject.html">TQObject</a> * parent, const char * type, const char * name ) +<h3 class=fn>void * <a name="qt_find_obj_child"></a>tqt_find_obj_child ( <a href="tqobject.html">TQObject</a> * parent, const char * type, const char * name ) </h3> <p> Returns a pointer to the object named <em>name</em> that inherits <em>type</em> and with a given <em>parent</em>. diff --git a/doc/html/qobjectcleanuphandler-h.html b/doc/html/tqobjectcleanuphandler-h.html index 577916574..814eb87b5 100644 --- a/doc/html/qobjectcleanuphandler-h.html +++ b/doc/html/tqobjectcleanuphandler-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/ntqobjectcleanuphandler.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqobjectcleanuphandler.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqobjectcleanuphandler.h Include File</title> +<title>tqobjectcleanuphandler.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>ntqobjectcleanuphandler.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>tqobjectcleanuphandler.h</h1> -<p>This is the verbatim text of the ntqobjectcleanuphandler.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqobjectcleanuphandler.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqobjectcleanuphandler.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqobjectcleanuphandler.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of ??? ** @@ -76,7 +76,7 @@ body { background: #ffffff; color: black; } #define TQOBJECTCLEANUPHANDLER_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H class TQObjectList; diff --git a/doc/html/tqobjectcleanuphandler-members.html b/doc/html/tqobjectcleanuphandler-members.html new file mode 100644 index 000000000..e5364ed54 --- /dev/null +++ b/doc/html/tqobjectcleanuphandler-members.html @@ -0,0 +1,94 @@ +<!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/tqobjectcleanuphandler.h:45 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQObjectCleanupHandler 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 TQObjectCleanupHandler</h1> + +<p>This is the complete list of member functions for +<a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a>, including inherited members. + +<ul> +<li><a href="tqobjectcleanuphandler.html#TQObjectCleanupHandler">TQObjectCleanupHandler</a>() +<li><a href="tqobjectcleanuphandler.html#~TQObjectCleanupHandler">~TQObjectCleanupHandler</a>() +<li><a href="tqobjectcleanuphandler.html#add">add</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</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>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<li><a href="tqobjectcleanuphandler.html#clear">clear</a>() +<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="tqobject.html#deleteLater">deleteLater</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="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqobjectcleanuphandler.html#isEmpty">isEmpty</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqobjectcleanuphandler.html#remove">remove</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</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/ntqobjectcleanuphandler.html b/doc/html/tqobjectcleanuphandler.html index 4428f0feb..83d95dcb3 100644 --- a/doc/html/ntqobjectcleanuphandler.html +++ b/doc/html/tqobjectcleanuphandler.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/kernel/qobjectcleanuphandler.cpp:39 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqobjectcleanuphandler.cpp:39 --> <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 TQObjectCleanupHandler class watches the lifetime of multiple TQObjects. <a href="#details">More...</a> -<p><tt>#include <<a href="qobjectcleanuphandler-h.html">ntqobjectcleanuphandler.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. -<p><a href="qobjectcleanuphandler-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqobjectcleanuphandler-h.html">tqobjectcleanuphandler.h</a>></tt> +<p>Inherits <a href="tqobject.html">TQObject</a>. +<p><a href="tqobjectcleanuphandler-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQObjectCleanupHandler"><b>TQObjectCleanupHandler</b></a> ()</li> @@ -51,7 +51,7 @@ body { background: #ffffff; color: black; } The TQObjectCleanupHandler class watches the lifetime of multiple TQObjects. <p> <p> A TQObjectCleanupHandler is useful whenever you need to know when a -number of <a href="ntqobject.html">TQObject</a>s that are owned by someone else have been +number of <a href="tqobject.html">TQObject</a>s that are owned by someone else have been deleted. This is important, for example, when referencing memory in an application that has been allocated in a shared library. <p> Example: @@ -61,7 +61,7 @@ in an application that has been allocated in a shared library. public: ... - <a href="ntqobject.html">TQObject</a> *createObject(); + <a href="tqobject.html">TQObject</a> *createObject(); bool init(); void cleanup(); @@ -74,7 +74,7 @@ in an application that has been allocated in a shared library. // allocate a new object, and add it to the cleanup handler TQObject *FactoryComponent::createObject() { - return objects.<a href="#add">add</a>( new <a href="ntqobject.html">TQObject</a>() ); + return objects.<a href="#add">add</a>( new <a href="tqobject.html">TQObject</a>() ); } // TQLibraryInterface implementation @@ -106,7 +106,7 @@ Constructs an empty TQObjectCleanupHandler. Destroys the cleanup handler. All objects in this cleanup handler will be deleted. -<h3 class=fn><a href="ntqobject.html">TQObject</a> * <a name="add"></a>TQObjectCleanupHandler::add ( <a href="ntqobject.html">TQObject</a> * object ) +<h3 class=fn><a href="tqobject.html">TQObject</a> * <a name="add"></a>TQObjectCleanupHandler::add ( <a href="tqobject.html">TQObject</a> * object ) </h3> Adds <em>object</em> to this cleanup handler and returns the pointer to the object. @@ -121,7 +121,7 @@ becomes empty. Returns TRUE if this cleanup handler is empty or if all objects in this cleanup handler have been destroyed; otherwise return FALSE. -<h3 class=fn>void <a name="remove"></a>TQObjectCleanupHandler::remove ( <a href="ntqobject.html">TQObject</a> * object ) +<h3 class=fn>void <a name="remove"></a>TQObjectCleanupHandler::remove ( <a href="tqobject.html">TQObject</a> * object ) </h3> Removes the <em>object</em> from this cleanup handler. The object will not be destroyed. diff --git a/doc/html/qobjectlist-h.html b/doc/html/tqobjectlist-h.html index 38917d656..c1ca928bb 100644 --- a/doc/html/qobjectlist-h.html +++ b/doc/html/tqobjectlist-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/ntqobjectlist.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqobjectlist.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqobjectlist.h Include File</title> +<title>tqobjectlist.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>ntqobjectlist.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>tqobjectlist.h</h1> -<p>This is the verbatim text of the ntqobjectlist.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqobjectlist.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqobjectlist.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqobjectlist.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQObjectList ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQOBJECTLIST_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqptrlist.h" #endif // QT_H diff --git a/doc/html/qobjectlist-members.html b/doc/html/tqobjectlist-members.html index 2af2dc271..a75d12fb6 100644 --- a/doc/html/qobjectlist-members.html +++ b/doc/html/tqobjectlist-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/ntqobjectlist.h:53 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqobjectlist.h:53 --> <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 TQObjectList</h1> <p>This is the complete list of member functions for -<a href="ntqobjectlist.html">TQObjectList</a>, including inherited members. +<a href="tqobjectlist.html">TQObjectList</a>, including inherited members. <ul> -<li><a href="ntqobjectlist.html#TQObjectList">TQObjectList</a>() -<li><a href="ntqobjectlist.html#~TQObjectList">~TQObjectList</a>() +<li><a href="tqobjectlist.html#TQObjectList">TQObjectList</a>() +<li><a href="tqobjectlist.html#~TQObjectList">~TQObjectList</a>() <li><a href="ntqptrlist.html#append">append</a>() <li><a href="ntqptrlist.html#at">at</a>() <li><a href="ntqptrcollection.html#autoDelete">autoDelete</a>() @@ -62,7 +62,7 @@ body { background: #ffffff; color: black; } <li><a href="ntqptrcollection.html#newItem">newItem</a>() <li><a href="ntqptrlist.html#next">next</a>() <li><a href="ntqptrlist.html#operator!-eq">operator!=</a>() -<li><a href="ntqobjectlist.html#operator-eq">operator=</a>() +<li><a href="tqobjectlist.html#operator-eq">operator=</a>() <li><a href="ntqptrlist.html#operator-eq-eq">operator==</a>() <li><a href="ntqptrlist.html#prepend">prepend</a>() <li><a href="ntqptrlist.html#prev">prev</a>() diff --git a/doc/html/ntqobjectlist.html b/doc/html/tqobjectlist.html index 05c8ea288..0b4a92539 100644 --- a/doc/html/ntqobjectlist.html +++ b/doc/html/tqobjectlist.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/doc/qobjectlist.doc:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/tqobjectlist.doc:1 --> <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 TQObjectList class is a TQPtrList of TQObjects. <a href="#details">More...</a> -<p><tt>#include <<a href="qobjectlist-h.html">ntqobjectlist.h</a>></tt> +<p><tt>#include <<a href="tqobjectlist-h.html">tqobjectlist.h</a>></tt> <p>Inherits <a href="ntqptrlist.html">TQPtrList</a><TQObject>. -<p><a href="qobjectlist-members.html">List of all member functions.</a> +<p><a href="tqobjectlist-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQObjectList"><b>TQObjectList</b></a> ()</li> @@ -51,17 +51,17 @@ The TQObjectList class is a <a href="ntqptrlist.html">TQPtrList</a> of TQObjects <p> A TQObjectList is a <a href="ntqptrlist.html">TQPtrList<TQObject></a>. The list can be traversed using inherited functions, e.g. <a href="ntqptrlist.html#getFirst">getFirst</a>(), <a href="ntqptrlist.html#next">next</a>(), etc., or using a -<a href="qobjectlistiterator.html">TQObjectListIterator</a> iterator. -<p> See <a href="ntqobject.html#queryList">TQObject::queryList</a>() for an example of use. -<p> <p>See also <a href="qobjectlistiterator.html">TQObjectListIterator</a>, <a href="ntqobject.html">TQObject</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<a href="tqobjectlistiterator.html">TQObjectListIterator</a> iterator. +<p> See <a href="tqobject.html#queryList">TQObject::queryList</a>() for an example of use. +<p> <p>See also <a href="tqobjectlistiterator.html">TQObjectListIterator</a>, <a href="tqobject.html">TQObject</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQObjectList"></a>TQObjectList::TQObjectList () </h3> -<p> Constructs an empty <a href="ntqobject.html">TQObject</a> list. +<p> Constructs an empty <a href="tqobject.html">TQObject</a> list. -<h3 class=fn><a name="TQObjectList-2"></a>TQObjectList::TQObjectList ( const <a href="ntqobjectlist.html">TQObjectList</a> & list ) +<h3 class=fn><a name="TQObjectList-2"></a>TQObjectList::TQObjectList ( const <a href="tqobjectlist.html">TQObjectList</a> & list ) </h3> <p> Constructs a copy of <em>list</em>. @@ -76,7 +76,7 @@ list. <p> All list iterators that access this list will be reset. <p> <p>See also <a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>(). -<h3 class=fn><a href="ntqobjectlist.html">TQObjectList</a> & <a name="operator-eq"></a>TQObjectList::operator= ( const <a href="ntqobjectlist.html">TQObjectList</a> & list ) +<h3 class=fn><a href="tqobjectlist.html">TQObjectList</a> & <a name="operator-eq"></a>TQObjectList::operator= ( const <a href="tqobjectlist.html">TQObjectList</a> & list ) </h3> <p> Assigns <em>list</em> to this list and returns a reference to this list. diff --git a/doc/html/qobjectlistiterator-members.html b/doc/html/tqobjectlistiterator-members.html index ba8ffa2e8..f1d64f486 100644 --- a/doc/html/qobjectlistiterator-members.html +++ b/doc/html/tqobjectlistiterator-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/ntqobjectlist.h:63 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqobjectlist.h:63 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,10 +32,10 @@ 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 TQObjectListIterator</h1> <p>This is the complete list of member functions for -<a href="qobjectlistiterator.html">TQObjectListIterator</a>, including inherited members. +<a href="tqobjectlistiterator.html">TQObjectListIterator</a>, including inherited members. <ul> -<li><a href="qobjectlistiterator.html#TQObjectListIterator">TQObjectListIterator</a>() +<li><a href="tqobjectlistiterator.html#TQObjectListIterator">TQObjectListIterator</a>() <li><a href="qptrlistiterator.html#atFirst">atFirst</a>() <li><a href="qptrlistiterator.html#atLast">atLast</a>() <li><a href="qptrlistiterator.html#count">count</a>() @@ -48,7 +48,7 @@ body { background: #ffffff; color: black; } <li><a href="qptrlistiterator.html#operator+-eq">operator+=</a>() <li><a href="qptrlistiterator.html#operator--">operator--</a>() <li><a href="qptrlistiterator.html#operator--eq">operator-=</a>() -<li><a href="qobjectlistiterator.html#operator-eq">operator=</a>() +<li><a href="tqobjectlistiterator.html#operator-eq">operator=</a>() <li><a href="qptrlistiterator.html#toFirst">toFirst</a>() <li><a href="qptrlistiterator.html#toLast">toLast</a>() </ul> diff --git a/doc/html/qobjectlistiterator.html b/doc/html/tqobjectlistiterator.html index 7a7e31efd..aa89ee177 100644 --- a/doc/html/qobjectlistiterator.html +++ b/doc/html/tqobjectlistiterator.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/doc/qobjectlist.doc:55 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/tqobjectlist.doc:55 --> <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 TQObjectListIterator class provides an iterator for TQObjectLists. <a href="#details">More...</a> -<p><tt>#include <<a href="qobjectlist-h.html">ntqobjectlist.h</a>></tt> +<p><tt>#include <<a href="tqobjectlist-h.html">tqobjectlist.h</a>></tt> <p>Inherits <a href="qptrlistiterator.html">TQPtrListIterator</a><TQObject>. -<p><a href="qobjectlistiterator-members.html">List of all member functions.</a> +<p><a href="tqobjectlistiterator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQObjectListIterator"><b>TQObjectListIterator</b></a> ( const TQObjectList & list )</li> @@ -50,17 +50,17 @@ TQObjectLists. <p> <p> A TQObjectListIterator iterator is a <a href="qptrlistiterator.html">TQPtrListIterator<TQObject></a>. -<p> See <a href="ntqobject.html#queryList">TQObject::queryList</a>() for an example of use. -<p> <p>See also <a href="ntqobjectlist.html">TQObjectList</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> See <a href="tqobject.html#queryList">TQObject::queryList</a>() for an example of use. +<p> <p>See also <a href="tqobjectlist.html">TQObjectList</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQObjectListIterator"></a>TQObjectListIterator::TQObjectListIterator ( const <a href="ntqobjectlist.html">TQObjectList</a> & list ) +<h3 class=fn><a name="TQObjectListIterator"></a>TQObjectListIterator::TQObjectListIterator ( const <a href="tqobjectlist.html">TQObjectList</a> & list ) </h3> <p> Constructs an iterator for <em>list</em>. The current iterator item is set to point on the first item in the <em>list</em>. -<h3 class=fn><a href="qobjectlistiterator.html">TQObjectListIterator</a> & <a name="operator-eq"></a>TQObjectListIterator::operator= ( const <a href="qobjectlistiterator.html">TQObjectListIterator</a> & it ) +<h3 class=fn><a href="tqobjectlistiterator.html">TQObjectListIterator</a> & <a name="operator-eq"></a>TQObjectListIterator::operator= ( const <a href="tqobjectlistiterator.html">TQObjectListIterator</a> & it ) </h3> <p> Assignment. Makes a copy of the iterator <em>it</em> and returns a diff --git a/doc/html/tutorial1-02.html b/doc/html/tutorial1-02.html index 32972c016..4109813fb 100644 --- a/doc/html/tutorial1-02.html +++ b/doc/html/tutorial1-02.html @@ -55,7 +55,7 @@ int main( int argc, char **argv ) quit.<a href="ntqwidget.html#resize">resize</a>( 75, 30 ); quit.<a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - TQObject::<a href="ntqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &quit ); quit.<a href="ntqwidget.html#show">show</a>(); @@ -87,10 +87,10 @@ to set right size. <p> Here we choose a new font for the button, an 18-point bold font from the Times family. Note that we create the font on the spot. <p> It is also possible to change the default font (using <a href="ntqapplication.html#setFont">TQApplication::setFont</a>()) for the whole application. -<p> <pre> <a name="x2291"></a><a name="x2290"></a><a name="x2288"></a> TQObject::<a href="ntqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<p> <pre> <a name="x2291"></a><a name="x2290"></a><a name="x2288"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); </pre> <p> connect() is perhaps <em>the</em> most central feature of TQt. -Note that connect() is a static function in <a href="ntqobject.html">TQObject</a>. Do not confuse it +Note that connect() is a static function in <a href="tqobject.html">TQObject</a>. Do not confuse it with the connect() function in the socket library. <p> This line establishes a one-way connection between two TQt objects (objects that inherit TQObject, directly or indirectly). Every TQt object can have diff --git a/doc/html/tutorial1-03.html b/doc/html/tutorial1-03.html index 109974eff..9b04261cd 100644 --- a/doc/html/tutorial1-03.html +++ b/doc/html/tutorial1-03.html @@ -56,7 +56,7 @@ int main( int argc, char **argv ) <a href="ntqpushbutton.html">TQPushButton</a> quit( "Quit", &box ); quit.<a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - TQObject::<a href="ntqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &box ); box.<a href="ntqwidget.html#show">show</a>(); diff --git a/doc/html/tutorial1-04.html b/doc/html/tutorial1-04.html index afe97744e..fc23a6f94 100644 --- a/doc/html/tutorial1-04.html +++ b/doc/html/tutorial1-04.html @@ -63,7 +63,7 @@ public: quit-><a href="ntqwidget.html#setGeometry">setGeometry</a>( 62, 40, 75, 30 ); quit-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); } @@ -101,8 +101,8 @@ you specify a null pointer as the parent. As you can see, this widget defaults to be a top-level window. <p> The second argument is the widget's name. This is <em>not</em> the text that appears in the window's title bar or in the button. It is a name -associated with a widget to make it possible to <a href="ntqobject.html#queryList">look up</a> this widget later, and there is -also a <a href="ntqobject.html#dumpObjectTree">handy debugging function</a> that will list a complete widget hierarchy. +associated with a widget to make it possible to <a href="tqobject.html#queryList">look up</a> this widget later, and there is +also a <a href="tqobject.html#dumpObjectTree">handy debugging function</a> that will list a complete widget hierarchy. <p> <pre> MyWidget::MyWidget( <a href="ntqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqwidget.html">TQWidget</a>( parent, name ) </pre> @@ -132,7 +132,7 @@ when you choose to, the child will automatically tell TQt about its imminent death.) <p> The setGeometry() call does the same as move() and resize() did in the previous chapters. -<p> <pre> <a name="x2306"></a><a name="x2304"></a> <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<p> <pre> <a name="x2306"></a><a name="x2304"></a> <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); } </pre> <p> Because the MyWidget class doesn't know about the application object, it diff --git a/doc/html/tutorial1-05.html b/doc/html/tutorial1-05.html index 8de8fa42e..2eef720d6 100644 --- a/doc/html/tutorial1-05.html +++ b/doc/html/tutorial1-05.html @@ -62,7 +62,7 @@ public: <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); quit-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); <a href="ntqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); @@ -70,7 +70,7 @@ public: slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); } int main( int argc, char **argv ) @@ -126,7 +126,7 @@ fashion. This instance is set up to display two digits and to be a child of <p> <a href="ntqslider.html">TQSlider</a> is a classical slider; the user can use the widget to drag something to adjust an integer value in a range. Here we create a horizontal one, set its range to 0-99 (inclusive, see the <a href="ntqrangecontrol.html#setRange">TQSlider::setRange</a>() documentation) and its initial value to 0. -<p> <pre> <a name="x2317"></a><a name="x2314"></a> <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); +<p> <pre> <a name="x2317"></a><a name="x2314"></a> <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); </pre> <p> Here we use the <a href="signalsandslots.html">signal/slot mechanism</a> to connect the slider's valueChanged() signal to the LCD number's diff --git a/doc/html/tutorial1-06.html b/doc/html/tutorial1-06.html index a920c557a..3d2006908 100644 --- a/doc/html/tutorial1-06.html +++ b/doc/html/tutorial1-06.html @@ -64,7 +64,7 @@ public: <a href="ntqslider.html">TQSlider</a> * slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); } class MyWidget : public <a href="ntqvbox.html">TQVBox</a> @@ -80,7 +80,7 @@ public: <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); quit-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); <a href="ntqgrid.html">TQGrid</a> *grid = new <a href="ntqgrid.html">TQGrid</a>( 4, this ); @@ -119,7 +119,7 @@ constructor. This sort of widget is not very useful, so we'll add some API later <a href="ntqslider.html">TQSlider</a> * slider = new <a href="ntqslider.html">TQSlider</a>( Horizontal, this, "slider" ); <a name="x2325"></a> slider-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 99 ); <a name="x2326"></a> slider-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a name="x2327"></a><a name="x2324"></a> <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); + <a name="x2327"></a><a name="x2324"></a> <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); } </pre> <p> This is lifted straight from the @@ -139,7 +139,7 @@ is renamed. <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); <a name="x2328"></a> quit-><a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a name="x2321"></a> <a href="ntqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a name="x2321"></a> <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); </pre> <p> The push button that used to be in what is now LCDRange has been separated so that we can have one "Quit" button and many LCDRange diff --git a/doc/html/tutorial1-07.html b/doc/html/tutorial1-07.html index 0a5ee023b..6f344a9b2 100644 --- a/doc/html/tutorial1-07.html +++ b/doc/html/tutorial1-07.html @@ -110,9 +110,9 @@ signal you'll see called <i>something</i>Changed(). <p> This file is mainly lifted from <a href="tutorial1-06.html#main">t6/main.cpp</a>, and only the changes are noted here. -<p> <pre> <a name="x2333"></a> <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), +<p> <pre> <a name="x2333"></a> <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), <a name="x2330"></a> lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); </pre> <p> This code is from the LCDRange constructor. @@ -158,7 +158,7 @@ outside its legal range. for( int c = 0 ; c < 4 ; c++ ) { LCDRange* lr = new LCDRange( grid ); if ( previous ) - <a href="ntqobject.html#connect">connect</a>( lr, TQ_SIGNAL(valueChanged(int)), + <a href="tqobject.html#connect">connect</a>( lr, TQ_SIGNAL(valueChanged(int)), previous, TQ_SLOT(setValue(int)) ); previous = lr; } diff --git a/doc/html/tutorial1-08.html b/doc/html/tutorial1-08.html index b2b1611b8..13676712a 100644 --- a/doc/html/tutorial1-08.html +++ b/doc/html/tutorial1-08.html @@ -192,9 +192,9 @@ widget. = new CannonField( this, "cannonField" ); </pre> <p> We create our CannonField. -<p> <pre> <a href="ntqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), +<p> <pre> <a href="tqobject.html#connect">connect</a>( angle, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setAngle(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(angleChanged(int)), angle, TQ_SLOT(setValue(int)) ); </pre> <p> Here we connect the valueChanged() signal of the LCDRange to the diff --git a/doc/html/tutorial1-10.html b/doc/html/tutorial1-10.html index 8a8da0f20..6f317fdb4 100644 --- a/doc/html/tutorial1-10.html +++ b/doc/html/tutorial1-10.html @@ -189,9 +189,9 @@ is 0, 0). force->setRange( 10, 50 ); </pre> <p> We add a second LCDRange, which will be used to set the force. -<p> <pre> <a href="ntqobject.html#connect">connect</a>( force, TQ_SIGNAL(valueChanged(int)), +<p> <pre> <a href="tqobject.html#connect">connect</a>( force, TQ_SIGNAL(valueChanged(int)), cannonField, TQ_SLOT(setForce(int)) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(forceChanged(int)), force, TQ_SLOT(setValue(int)) ); </pre> <p> We connect the <tt>force</tt> widget and the <tt>cannonField</tt> widget, just like diff --git a/doc/html/tutorial1-11.html b/doc/html/tutorial1-11.html index 8f7decd9c..5538dde55 100644 --- a/doc/html/tutorial1-11.html +++ b/doc/html/tutorial1-11.html @@ -92,7 +92,7 @@ when the shot was fired. f = 0; timerCount = 0; autoShootTimer = new <a href="ntqtimer.html">TQTimer</a>( this, "movement handler" ); - <a name="x2379"></a> <a href="ntqobject.html#connect">connect</a>( autoShootTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), + <a name="x2379"></a> <a href="tqobject.html#connect">connect</a>( autoShootTimer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), this, TQ_SLOT(moveShot()) ); shoot_ang = 0; shoot_f = 0; @@ -221,7 +221,7 @@ integer. <p> In the constructor we create and set up the Shoot button exactly like we did with the Quit button. Note that the first argument to the constructor is the button text, and the third is the widget's name. -<p> <pre> <a href="ntqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), cannonField, TQ_SLOT(shoot()) ); +<p> <pre> <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), cannonField, TQ_SLOT(shoot()) ); </pre> <p> Connects the clicked() signal of the Shoot button to the shoot() slot of the CannonField. diff --git a/doc/html/tutorial1-12.html b/doc/html/tutorial1-12.html index 387e594de..209210454 100644 --- a/doc/html/tutorial1-12.html +++ b/doc/html/tutorial1-12.html @@ -117,9 +117,9 @@ initialization code. label = new <a href="ntqlabel.html">TQLabel</a>( " ", this, "label" ); <a name="x2383"></a> label-><a href="ntqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); - <a name="x2389"></a> <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a name="x2389"></a> <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), <a name="x2386"></a> lcd, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int)) ); - <a href="ntqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), + <a href="tqobject.html#connect">connect</a>( slider, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SIGNAL(valueChanged(int)) ); <a href="ntqwidget.html#setFocusProxy">setFocusProxy</a>( slider ); diff --git a/doc/html/tutorial1-13.html b/doc/html/tutorial1-13.html index 4e92f4642..6c566c5e4 100644 --- a/doc/html/tutorial1-13.html +++ b/doc/html/tutorial1-13.html @@ -256,15 +256,15 @@ class, which was last seen as MyWidget. constructor to use it. (The <em>good</em> programmers at Trolltech never forget this, but I do. Caveat programmor - if "programmor" is Latin, at least. Anyway, back to the code.) -<p> <pre> <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(hit()), +<p> <pre> <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(hit()), this, TQ_SLOT(hit()) ); - <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(missed()), + <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(missed()), this, TQ_SLOT(missed()) ); </pre> <p> This time we want to do something when the shot has hit or missed the target. Thus we connect the hit() and missed() signals of the CannonField to two protected slots with the same names in this class. -<p> <pre> <a href="ntqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(fire()) ); +<p> <pre> <a href="tqobject.html#connect">connect</a>( shoot, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(fire()) ); </pre> <p> Previously we connected the Shoot button's clicked() signal directly to the CannonField's shoot() slot. This time we want to keep track of @@ -272,7 +272,7 @@ the number of shots fired, so we connect it to a protected slot in this class instead. <p> Notice how easy it is to change the behavior of a program when you are working with self-contained components. -<p> <pre> <a href="ntqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(canShoot(bool)), +<p> <pre> <a href="tqobject.html#connect">connect</a>( cannonField, TQ_SIGNAL(canShoot(bool)), <a name="x2416"></a> shoot, TQ_SLOT(<a href="ntqwidget.html#setEnabled">setEnabled</a>(bool)) ); </pre> <p> We also use the cannonField's canShoot() signal to enable or disable @@ -281,7 +281,7 @@ the Shoot button appropriately. = new <a href="ntqpushbutton.html">TQPushButton</a>( "&New Game", this, "newgame" ); restart->setFont( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="ntqobject.html#connect">connect</a>( restart, TQ_SIGNAL(clicked()), this, TQ_SLOT(newGame()) ); + <a href="tqobject.html#connect">connect</a>( restart, TQ_SIGNAL(clicked()), this, TQ_SLOT(newGame()) ); </pre> <p> We create, set up, and connect the New Game button as we have done with the other buttons. Clicking this button will activate the diff --git a/doc/html/tutorial2-05.html b/doc/html/tutorial2-05.html index ade4d2572..df811b8c1 100644 --- a/doc/html/tutorial2-05.html +++ b/doc/html/tutorial2-05.html @@ -163,7 +163,7 @@ toolbar buttons stay in sync and saves duplicating code. <p> <pre> fileNewAction = new <a href="ntqaction.html">TQAction</a>( "New Chart", TQPixmap( file_new ), "&New", CTRL+Key_N, this, "new" ); - <a href="ntqobject.html#connect">connect</a>( fileNewAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileNew() ) ); + <a href="tqobject.html#connect">connect</a>( fileNewAction, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), this, TQ_SLOT( fileNew() ) ); </pre> <p> When we construct an action we give it a name, an optional icon, a menu text, and an accelerator short-cut key (or 0 if no accelerator is @@ -257,7 +257,7 @@ the settings. We attempt to read each possible file entry ("File1" to "File9"), and add each non-empty entry to the list of recently used files. If there are one or more recently used files we update the File menu by calling updateRecentFilesMenu(); (we'll review this later on). -<p> <pre> <a href="ntqobject.html#connect">connect</a>( chartGroup, TQ_SIGNAL( <a href="qactiongroup.html#selected">selected</a>(TQAction*) ), +<p> <pre> <a href="tqobject.html#connect">connect</a>( chartGroup, TQ_SIGNAL( <a href="qactiongroup.html#selected">selected</a>(TQAction*) ), this, TQ_SLOT( updateChartType(TQAction*) ) ); </pre> <p> Now that we have set the chart type (when we read it in as a user diff --git a/doc/html/tutorial2-06.html b/doc/html/tutorial2-06.html index 762649abf..4f1ff0bf5 100644 --- a/doc/html/tutorial2-06.html +++ b/doc/html/tutorial2-06.html @@ -273,7 +273,7 @@ vector. <pre> <a name="x2584"></a>void CanvasView::<a href="ntqscrollview.html#contentsContextMenuEvent">contentsContextMenuEvent</a>( <a href="qcontextmenuevent.html">TQContextMenuEvent</a> * ) { - <a name="x2579"></a> ((ChartForm*)<a href="ntqobject.html#parent">parent</a>())->optionsMenu->exec( TQCursor::<a href="ntqcursor.html#pos">pos</a>() ); + <a name="x2579"></a> ((ChartForm*)<a href="tqobject.html#parent">parent</a>())->optionsMenu->exec( TQCursor::<a href="ntqcursor.html#pos">pos</a>() ); } </pre> <p> When the user invokes a context menu (e.g. by right-clicking on most @@ -285,7 +285,7 @@ position. <a name="3-2"></a><p> <pre> <a name="x2587"></a>void CanvasView::<a href="ntqscrollview.html#viewportResizeEvent">viewportResizeEvent</a>( <a href="qresizeevent.html">TQResizeEvent</a> *e ) { <a name="x2583"></a> <a href="qcanvasview.html#canvas">canvas</a>()->resize( e-><a href="qresizeevent.html#size">size</a>().width(), e-><a href="qresizeevent.html#size">size</a>().height() ); - ((ChartForm*)<a href="ntqobject.html#parent">parent</a>())->drawElements(); + ((ChartForm*)<a href="tqobject.html#parent">parent</a>())->drawElements(); } </pre> <p> To resize we simply resize the canvas that the canvas view is @@ -319,7 +319,7 @@ and record its position. Otherwise we set there to be no moving item. <a href="ntqpoint.html">TQPoint</a> offset = e-><a href="qmouseevent.html#pos">pos</a>() - m_pos; <a name="x2582"></a><a name="x2581"></a> m_movingItem->moveBy( offset.<a href="ntqpoint.html#x">x</a>(), offset.<a href="ntqpoint.html#y">y</a>() ); m_pos = e-><a href="qmouseevent.html#pos">pos</a>(); - ChartForm *form = (ChartForm*)<a href="ntqobject.html#parent">parent</a>(); + ChartForm *form = (ChartForm*)<a href="tqobject.html#parent">parent</a>(); form->setChanged( TRUE ); int chartType = form->chartType(); CanvasText *item = (CanvasText*)m_movingItem; diff --git a/doc/html/tutorial2-08.html b/doc/html/tutorial2-08.html index 315b025ca..3287a1f0b 100644 --- a/doc/html/tutorial2-08.html +++ b/doc/html/tutorial2-08.html @@ -170,15 +170,15 @@ key an accelerator for the Cancel button. </pre> <p> We add the buttonBox layout to the tableButtonBox and the layout is complete. -<p> <pre> <a name="x2612"></a> <a href="ntqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#clicked">clicked</a>(int,int,int,const <a href="ntqpoint.html">TQPoint</a>&) ), +<p> <pre> <a name="x2612"></a> <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#clicked">clicked</a>(int,int,int,const <a href="ntqpoint.html">TQPoint</a>&) ), this, TQ_SLOT( setColor(int,int) ) ); - <a name="x2613"></a> <a href="ntqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#currentChanged">currentChanged</a>(int,int) ), + <a name="x2613"></a> <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#currentChanged">currentChanged</a>(int,int) ), this, TQ_SLOT( currentChanged(int,int) ) ); - <a name="x2626"></a> <a href="ntqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#valueChanged">valueChanged</a>(int,int) ), + <a name="x2626"></a> <a href="tqobject.html#connect">connect</a>( table, TQ_SIGNAL( <a href="ntqtable.html#valueChanged">valueChanged</a>(int,int) ), this, TQ_SLOT( valueChanged(int,int) ) ); - <a name="x2596"></a> <a href="ntqobject.html#connect">connect</a>( colorPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setColor() ) ); - <a href="ntqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#accept">accept</a>() ) ); - <a href="ntqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#reject">reject</a>() ) ); + <a name="x2596"></a> <a href="tqobject.html#connect">connect</a>( colorPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setColor() ) ); + <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#accept">accept</a>() ) ); + <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#reject">reject</a>() ) ); </pre> <p> We now "wire up" the form. <ul> diff --git a/doc/html/tutorial2-09.html b/doc/html/tutorial2-09.html index 8b454dab8..0ca476d4c 100644 --- a/doc/html/tutorial2-09.html +++ b/doc/html/tutorial2-09.html @@ -185,9 +185,9 @@ create the radio buttons, making "No" the default. <p> The decimal places label and spin box are laid out just like the other horizontal layouts, and the buttons are laid out in a very similar way to the buttons in the set data form. -<p> <pre> <a href="ntqobject.html#connect">connect</a>( fontPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( chooseFont() ) ); - <a href="ntqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#accept">accept</a>() ) ); - <a href="ntqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#reject">reject</a>() ) ); +<p> <pre> <a href="tqobject.html#connect">connect</a>( fontPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( chooseFont() ) ); + <a href="tqobject.html#connect">connect</a>( okPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#accept">accept</a>() ) ); + <a href="tqobject.html#connect">connect</a>( cancelPushButton, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( <a href="ntqdialog.html#reject">reject</a>() ) ); </pre> <p> We only need three connections: <ol type=1> diff --git a/doc/html/unicode.html b/doc/html/unicode.html index f8ac5558a..89f227e3d 100644 --- a/doc/html/unicode.html +++ b/doc/html/unicode.html @@ -87,7 +87,7 @@ so that things like myLabel->setText( "Hello, Dolly!" ); </pre> -will work. There is also a function, <a href="ntqobject.html#tr">TQObject::tr</a>(), that provides +will work. There is also a function, <a href="tqobject.html#tr">TQObject::tr</a>(), that provides translation support, like this: <pre> myLabel->setText( tr("Hello, Dolly!") ); diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 631a53d73..4c9f85663 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -180,7 +180,7 @@ Implements a list/tree view. | QListView Implements a splitter widget. | QSplitter Implements an Appearance Manager style. | QMacStyle Implements font management in Qt/Embedded. | QFontManager -Implements parts of the QAccessibleInterface for QObjects. | QAccessibleObject +Implements parts of the QAccessibleInterface for TQObjects. | QAccessibleObject Implements the keyboard driver for Qt/Embedded. | QWSKeyboardHandler Incremental image decoder for a specific image format. | QImageFormat Incremental image decoder for all supported image formats. | QImageDecoder @@ -208,7 +208,7 @@ Iterator for QIntCache collections. | QIntCacheIterator Iterator for QIntDict collections. | QIntDictIterator Iterator for QMap. | QMapConstIterator Iterator for QMap. | QMapIterator -Iterator for QObjectLists. | QObjectListIterator +Iterator for TQObjectLists. | TQObjectListIterator Iterator for QPtrDict collections. | QPtrDictIterator Iterator for QPtrList collections. | QPtrListIterator Iterator for QValueList. | QValueListIterator @@ -285,7 +285,7 @@ Popup menu widget. | QPopupMenu Powerful single-page rich text editor. | QTextEdit TQObject that is a web browser plugin. | QNPInstance TQObject that wraps a COM object. | QAxObject -QPtrList of QObjects. | QObjectList +QPtrList of TQObjects. | TQObjectList TQWidget that is a web browser plugin window. | QNPWidget TQWidget that wraps an ActiveX control. | QAxWidget Quick-access button to commands or options, usually used inside a QToolBar. | QToolButton @@ -353,7 +353,7 @@ Template class that provides a list. | QPtrList Template class that provides a queue. | QPtrQueue Template class that provides a stack. | QPtrStack Template class that provides arrays of simple types. | QMemArray -Template class that provides guarded pointers to QObjects. | QGuardedPtr +Template class that provides guarded pointers to TQObjects. | QGuardedPtr Template class which ensures that implicitly shared and explicitly shared classes reference unique data. | QDeepCopy Template collection class that provides a vector (array). | QPtrVector Text object on a QCanvas. | QCanvasText @@ -406,7 +406,7 @@ Value-based template class that provides lists. | QValueList Vertical geometry management of its child widgets. | QVBox Vertical or horizontal scroll bar. | QScrollBar Vertical or horizontal slider. | QSlider -Watches the lifetime of multiple QObjects. | QObjectCleanupHandler +Watches the lifetime of multiple TQObjects. | TQObjectCleanupHandler Widget for rendering OpenGL graphics. | QGLWidget Widget which can be docked inside a QDockArea or floated as a top level window on the desktop. | QDockWindow Workspace window that can contain decorated windows, e.g. for MDI. | QWorkspace diff --git a/doc/html/wizard-example.html b/doc/html/wizard-example.html index 32369a35d..55495dd97 100644 --- a/doc/html/wizard-example.html +++ b/doc/html/wizard-example.html @@ -141,7 +141,7 @@ void <a name="f183"></a>Wizard::setupPage1() <a name="x6"></a> key-><a href="ntqlineedit.html#setMaxLength">setMaxLength</a>( 4 ); <a name="x7"></a> key-><a href="ntqlineedit.html#setValidator">setValidator</a>( new <a href="qintvalidator.html">TQIntValidator</a>( 1000, 9999, key ) ); -<a name="x9"></a> <a href="ntqobject.html#connect">connect</a>( key, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), +<a name="x9"></a> <a href="tqobject.html#connect">connect</a>( key, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( keyChanged( const <a href="ntqstring.html">TQString</a> & ) ) ); <a href="ntqwizard.html#addPage">addPage</a>( page1, "Personal Key" ); @@ -197,11 +197,11 @@ void <a name="f184"></a>Wizard::setupPage2() phone = new <a href="ntqlineedit.html">TQLineEdit</a>( row4 ); email = new <a href="ntqlineedit.html">TQLineEdit</a>( row5 ); - <a href="ntqobject.html#connect">connect</a>( firstName, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( firstName, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( dataChanged( const <a href="ntqstring.html">TQString</a> & ) ) ); - <a href="ntqobject.html#connect">connect</a>( lastName, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( lastName, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( dataChanged( const <a href="ntqstring.html">TQString</a> & ) ) ); - <a href="ntqobject.html#connect">connect</a>( email, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( email, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( dataChanged( const <a href="ntqstring.html">TQString</a> & ) ) ); <a href="ntqwizard.html#addPage">addPage</a>( page2, "Personal Data" ); diff --git a/doc/html/wizard-wizard-cpp.html b/doc/html/wizard-wizard-cpp.html index 42d6c737c..8967a3c8e 100644 --- a/doc/html/wizard-wizard-cpp.html +++ b/doc/html/wizard-wizard-cpp.html @@ -87,7 +87,7 @@ void <a name="f4"></a>Wizard::setupPage1() <a name="x6"></a> key-><a href="ntqlineedit.html#setMaxLength">setMaxLength</a>( 4 ); <a name="x7"></a> key-><a href="ntqlineedit.html#setValidator">setValidator</a>( new <a href="qintvalidator.html">TQIntValidator</a>( 1000, 9999, key ) ); -<a name="x9"></a> <a href="ntqobject.html#connect">connect</a>( key, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), +<a name="x9"></a> <a href="tqobject.html#connect">connect</a>( key, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( keyChanged( const <a href="ntqstring.html">TQString</a> & ) ) ); <a href="ntqwizard.html#addPage">addPage</a>( page1, "Personal Key" ); @@ -143,11 +143,11 @@ void <a name="f5"></a>Wizard::setupPage2() phone = new <a href="ntqlineedit.html">TQLineEdit</a>( row4 ); email = new <a href="ntqlineedit.html">TQLineEdit</a>( row5 ); - <a href="ntqobject.html#connect">connect</a>( firstName, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( firstName, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( dataChanged( const <a href="ntqstring.html">TQString</a> & ) ) ); - <a href="ntqobject.html#connect">connect</a>( lastName, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( lastName, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( dataChanged( const <a href="ntqstring.html">TQString</a> & ) ) ); - <a href="ntqobject.html#connect">connect</a>( email, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), + <a href="tqobject.html#connect">connect</a>( email, TQ_SIGNAL( <a href="ntqlineedit.html#textChanged">textChanged</a>( const <a href="ntqstring.html">TQString</a> & ) ), this, TQ_SLOT( dataChanged( const <a href="ntqstring.html">TQString</a> & ) ) ); <a href="ntqwizard.html#addPage">addPage</a>( page2, "Personal Data" ); diff --git a/doc/html/xform-example.html b/doc/html/xform-example.html index 306d8547f..14103d998 100644 --- a/doc/html/xform-example.html +++ b/doc/html/xform-example.html @@ -184,33 +184,33 @@ private: <a name="x1250"></a> rotS-><a href="ntqrangecontrol.html#setRange">setRange</a>( -180, 180 ); <a name="x1261"></a> rotS-><a href="ntqslider.html#setValue">setValue</a>( 0 ); -<a name="x1263"></a> <a href="ntqobject.html#connect">connect</a>( rotS, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SLOT(newMtx()) ); +<a name="x1263"></a> <a href="tqobject.html#connect">connect</a>( rotS, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SLOT(newMtx()) ); shearLCD-><a href="ntqlcdnumber.html#display">display</a>( "0.00" ); shearS-><a href="ntqrangecontrol.html#setRange">setRange</a>( -25, 25 ); shearS-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="ntqobject.html#connect">connect</a>( shearS, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SLOT(newMtx()) ); + <a href="tqobject.html#connect">connect</a>( shearS, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SLOT(newMtx()) ); -<a name="x1220"></a> mirror-><a href="ntqbutton.html#setText">setText</a>( <a href="ntqobject.html#tr">tr</a>("Mirror") ); - <a href="ntqobject.html#connect">connect</a>( mirror, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(newMtx()) ); +<a name="x1220"></a> mirror-><a href="ntqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Mirror") ); + <a href="tqobject.html#connect">connect</a>( mirror, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(newMtx()) ); <a href="ntqbuttongroup.html">TQButtonGroup</a> *bg = new <a href="ntqbuttongroup.html">TQButtonGroup</a>(this); <a name="x1267"></a> bg-><a href="ntqwidget.html#hide">hide</a>(); <a name="x1222"></a> bg-><a href="ntqbuttongroup.html#insert">insert</a>(rb_txt,0); bg-><a href="ntqbuttongroup.html#insert">insert</a>(rb_img,1); bg-><a href="ntqbuttongroup.html#insert">insert</a>(rb_pic,2); - rb_txt-><a href="ntqbutton.html#setText">setText</a>( <a href="ntqobject.html#tr">tr</a>("Text") ); - rb_img-><a href="ntqbutton.html#setText">setText</a>( <a href="ntqobject.html#tr">tr</a>("Image") ); + rb_txt-><a href="ntqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Text") ); + rb_img-><a href="ntqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Image") ); <a name="x1249"></a> rb_img-><a href="ntqradiobutton.html#setChecked">setChecked</a>(TRUE); - rb_pic-><a href="ntqbutton.html#setText">setText</a>( <a href="ntqobject.html#tr">tr</a>("Picture") ); -<a name="x1221"></a> <a href="ntqobject.html#connect">connect</a>( bg, TQ_SIGNAL(<a href="ntqbuttongroup.html#clicked">clicked</a>(int)), TQ_SLOT(changeMode(int)) ); + rb_pic-><a href="ntqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Picture") ); +<a name="x1221"></a> <a href="tqobject.html#connect">connect</a>( bg, TQ_SIGNAL(<a href="ntqbuttongroup.html#clicked">clicked</a>(int)), TQ_SLOT(changeMode(int)) ); - fpb-><a href="ntqbutton.html#setText">setText</a>( <a href="ntqobject.html#tr">tr</a>("Select font...") ); - <a href="ntqobject.html#connect">connect</a>( fpb, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(selectFont()) ); + fpb-><a href="ntqbutton.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>("Select font...") ); + <a href="tqobject.html#connect">connect</a>( fpb, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), TQ_SLOT(selectFont()) ); <a name="x1230"></a> textEd-><a href="ntqlineedit.html#setText">setText</a>( "Troll" ); -<a name="x1231"></a> <a href="ntqobject.html#connect">connect</a>( textEd, TQ_SIGNAL(<a href="ntqlineedit.html#textChanged">textChanged</a>(const <a href="ntqstring.html">TQString</a>&)), +<a name="x1231"></a> <a href="tqobject.html#connect">connect</a>( textEd, TQ_SIGNAL(<a href="ntqlineedit.html#textChanged">textChanged</a>(const <a href="ntqstring.html">TQString</a>&)), TQ_SLOT(newTxt(const <a href="ntqstring.html">TQString</a>&)) ); magLCD = new <a href="ntqlcdnumber.html">TQLCDNumber</a>( 4,optionals_other, "magLCD" ); @@ -218,24 +218,24 @@ private: magS = new <a href="ntqslider.html">TQSlider</a>( TQSlider::Horizontal, optionals_other, "magnifySlider" ); magS-><a href="ntqrangecontrol.html#setRange">setRange</a>( 0, 800 ); - <a href="ntqobject.html#connect">connect</a>( magS, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SLOT(newMtx()) ); + <a href="tqobject.html#connect">connect</a>( magS, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), TQ_SLOT(newMtx()) ); magS-><a href="ntqslider.html#setValue">setValue</a>( 0 ); - <a href="ntqobject.html#connect">connect</a>( magS, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), magLCD, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int))); + <a href="tqobject.html#connect">connect</a>( magS, TQ_SIGNAL(<a href="ntqslider.html#valueChanged">valueChanged</a>(int)), magLCD, TQ_SLOT(<a href="ntqlcdnumber.html#display">display</a>(int))); <a name="x1266"></a> optionals_text-><a href="ntqwidget.html#adjustSize">adjustSize</a>(); optionals_other-><a href="ntqwidget.html#adjustSize">adjustSize</a>(); changeMode(Image); - <a href="ntqobject.html#startTimer">startTimer</a>(20); // start an initial animation + <a href="tqobject.html#startTimer">startTimer</a>(20); // start an initial animation } -<a name="x1232"></a>void XFormControl::<a href="ntqobject.html#timerEvent">timerEvent</a>(TQTimerEvent*) +<a name="x1232"></a>void XFormControl::<a href="tqobject.html#timerEvent">timerEvent</a>(TQTimerEvent*) { <a name="x1262"></a> int v = magS-><a href="ntqslider.html#value">value</a>(); v = (v+2)+v/10; if ( v >= 200 ) { v = 200; - <a href="ntqobject.html#killTimers">killTimers</a>(); + <a href="tqobject.html#killTimers">killTimers</a>(); } magS-><a href="ntqslider.html#setValue">setValue</a>(v); } @@ -519,13 +519,13 @@ void <a name="f395"></a>XFormCenter::newMode( int m ) <a href="ntqhbox.html#setStretchFactor">setStretchFactor</a>(sx,1); xc-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Raised ); <a name="x1227"></a> xc-><a href="ntqframe.html#setLineWidth">setLineWidth</a>( 2 ); - <a href="ntqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newText(const <a href="ntqstring.html">TQString</a>&)), sx, + <a href="tqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newText(const <a href="ntqstring.html">TQString</a>&)), sx, TQ_SLOT(setText(const <a href="ntqstring.html">TQString</a>&)) ); - <a href="ntqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newMatrix(TQWMatrix)), + <a href="tqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newMatrix(TQWMatrix)), sx, TQ_SLOT(setMatrix(TQWMatrix)) ); - <a href="ntqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newFont(const <a href="ntqfont.html">TQFont</a>&)), sx, + <a href="tqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newFont(const <a href="ntqfont.html">TQFont</a>&)), sx, TQ_SLOT(<a href="ntqwidget.html#setFont">setFont</a>(const <a href="ntqfont.html">TQFont</a>&)) ); - <a href="ntqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newMode(int)), TQ_SLOT(newMode(int)) ); + <a href="tqobject.html#connect">connect</a>( xc, TQ_SIGNAL(newMode(int)), TQ_SLOT(newMode(int)) ); sx->setText( "Troll" ); newMode( Image ); sx->setMatrix(xc->matrix()); diff --git a/doc/man/man3/tqaccessibleobject.3qt b/doc/man/man3/tqaccessibleobject.3qt index 32612c430..6c920b2b4 100644 --- a/doc/man/man3/tqaccessibleobject.3qt +++ b/doc/man/man3/tqaccessibleobject.3qt @@ -7,7 +7,7 @@ .ad l .nh .SH NAME -QAccessibleObject \- Implements parts of the QAccessibleInterface for QObjects +QAccessibleObject \- Implements parts of the QAccessibleInterface for TQObjects .SH SYNOPSIS \fC#include <ntqaccessible.h>\fR .PP @@ -29,7 +29,7 @@ Inherits TQObject and QAccessibleInterface. .br .in -1c .SH DESCRIPTION -The QAccessibleObject class implements parts of the QAccessibleInterface for QObjects. +The QAccessibleObject class implements parts of the QAccessibleInterface for TQObjects. .PP This class is mainly provided for convenience. All subclasses of the QAccessibleInterface should use this class as the base class. .PP diff --git a/doc/man/man3/tqaxbase.3qt b/doc/man/man3/tqaxbase.3qt index 7d8a68b73..fc0f1969f 100644 --- a/doc/man/man3/tqaxbase.3qt +++ b/doc/man/man3/tqaxbase.3qt @@ -124,7 +124,7 @@ QAxBase is an abstract class that cannot be used directly, and is instantiated t .br .fi .PP -Properties exposed by the object's IDispatch implementation can be read and written through the property system provided by the TQt Object Model (both subclasses are QObjects, so you can use setProperty() and property() as with TQObject). Properties with multiple parameters are not supported. +Properties exposed by the object's IDispatch implementation can be read and written through the property system provided by the TQt Object Model (both subclasses are TQObjects, so you can use setProperty() and property() as with TQObject). Properties with multiple parameters are not supported. .PP .nf .br diff --git a/doc/man/man3/tqcloseevent.3qt b/doc/man/man3/tqcloseevent.3qt index 6815f72b4..825cf21a9 100644 --- a/doc/man/man3/tqcloseevent.3qt +++ b/doc/man/man3/tqcloseevent.3qt @@ -43,7 +43,7 @@ The closeEvent() in the Application Walkthrough shows a close event handler that .PP If you want the widget to be deleted when it is closed, create it with the WDestructiveClose widget flag. This is very useful for independent top-level windows in a multi-window application. .PP -QObjects emits the destroyed() signal when they are deleted. +TQObjects emits the destroyed() signal when they are deleted. .PP If the last top-level window is closed, the QApplication::lastWindowClosed() signal is emitted. .PP diff --git a/doc/man/man3/tqevent.3qt b/doc/man/man3/tqevent.3qt index f647ed966..09f574290 100644 --- a/doc/man/man3/tqevent.3qt +++ b/doc/man/man3/tqevent.3qt @@ -36,11 +36,11 @@ Inherited by QTimerEvent, QMouseEvent, QWheelEvent, QTabletEvent, QKeyEvent, QFo .SH DESCRIPTION The QEvent class is the base class of all event classes. Event objects contain event parameters. .PP -Qt's main event loop (QApplication::exec()) fetches native window system events from the event queue, translates them into QEvents and sends the translated events to QObjects. +Qt's main event loop (QApplication::exec()) fetches native window system events from the event queue, translates them into QEvents and sends the translated events to TQObjects. .PP In general, events come from the underlying window system (spontaneous() returns TRUE) but it is also possible to manually send events using QApplication::sendEvent() and QApplication::postEvent() (spontaneous() returns FALSE). .PP -QObjects receive events by having their TQObject::event() function called. The function can be reimplemented in subclasses to customize event handling and add additional event types; TQWidget::event() is a notable example. By default, events are dispatched to event handlers like TQObject::timerEvent() and TQWidget::mouseMoveEvent(). TQObject::installEventFilter() allows an object to intercept events destined for another object. +TQObjects receive events by having their TQObject::event() function called. The function can be reimplemented in subclasses to customize event handling and add additional event types; TQWidget::event() is a notable example. By default, events are dispatched to event handlers like TQObject::timerEvent() and TQWidget::mouseMoveEvent(). TQObject::installEventFilter() allows an object to intercept events destined for another object. .PP The basic QEvent contains only an event type parameter. Subclasses of QEvent contain additional parameters that describe the particular event. .PP diff --git a/doc/man/man3/tqguardedptr.3qt b/doc/man/man3/tqguardedptr.3qt index cd28f9732..580a8b955 100644 --- a/doc/man/man3/tqguardedptr.3qt +++ b/doc/man/man3/tqguardedptr.3qt @@ -7,7 +7,7 @@ .ad l .nh .SH NAME -QGuardedPtr \- Template class that provides guarded pointers to QObjects +QGuardedPtr \- Template class that provides guarded pointers to TQObjects .SH SYNOPSIS \fC#include <ntqguardedptr.h>\fR .PP @@ -51,7 +51,7 @@ QGuardedPtr \- Template class that provides guarded pointers to QObjects .br .in -1c .SH DESCRIPTION -The QGuardedPtr class is a template class that provides guarded pointers to QObjects. +The QGuardedPtr class is a template class that provides guarded pointers to TQObjects. .PP A guarded pointer, \fCQGuardedPtr<X>\fR, behaves like a normal C++ pointer \fCX*\fR, except that it is automatically set to 0 when the referenced object is destroyed (unlike normal C++ pointers, which become "dangling pointers" in such cases). \fCX\fR must be a subclass of TQObject. .PP diff --git a/doc/man/man3/tqlistviewitem.3qt b/doc/man/man3/tqlistviewitem.3qt index 908e441bf..46d85ae01 100644 --- a/doc/man/man3/tqlistviewitem.3qt +++ b/doc/man/man3/tqlistviewitem.3qt @@ -257,7 +257,7 @@ The parent must be another QListViewItem or a QListView. If the parent is a QLis .PP If you keep the pointer, you can set or change the texts using setText(), add pixmaps using setPixmap(), change its mode using setSelectable(), setSelected(), setOpen() and setExpandable(). You'll also be able to change its height using setHeight(), and traverse its sub-items. You don't have to keep the pointer since you can get a pointer to any QListViewItem in a QListView using QListView::selectedItem(), QListView::currentItem(), QListView::firstChild(), QListView::lastItem() and QListView::findItem(). .PP -If you call \fCdelete\fR on a list view item, it will be deleted as expected, and as usual for QObjects, if it has any child items (to any depth), all these will be deleted too. +If you call \fCdelete\fR on a list view item, it will be deleted as expected, and as usual for TQObjects, if it has any child items (to any depth), all these will be deleted too. .PP QCheckListItems are list view items that have a checkbox or radio button and can be used in place of plain QListViewItems. .PP diff --git a/doc/man/man3/tqobject.3qt b/doc/man/man3/tqobject.3qt index 1ed6f43e7..49b13fad1 100644 --- a/doc/man/man3/tqobject.3qt +++ b/doc/man/man3/tqobject.3qt @@ -11,11 +11,11 @@ TQObject \- The base class of all TQt objects .SH SYNOPSIS All the functions in this class are reentrant when TQt is built with thread support.</p> .PP -\fC#include <ntqobject.h>\fR +\fC#include <tqobject.h>\fR .PP Inherits Qt. .PP -Inherited by QAccel, QAccessibleObject, QAction, QApplication, QAssistantClient, QDataPump, QAxObject, QAxScript, QAxScriptManager, TQWidget, QCanvas, QStyle, QClipboard, QCopChannel, QDns, QLayout, QDragObject, QEditorFactory, QEventLoop, QFileIconProvider, QNetworkProtocol, QWSKeyboardHandler, QNetworkOperation, QNPInstance, QObjectCleanupHandler, QProcess, QServerSocket, QSessionManager, QSignal, QSignalMapper, QSocket, QSocketNotifier, QSound, QSqlDatabase, QSqlDriver, QSqlForm, QStyleSheet, QTimer, QToolTipGroup, QTranslator, QUrlOperator, and QValidator. +Inherited by QAccel, QAccessibleObject, QAction, QApplication, QAssistantClient, QDataPump, QAxObject, QAxScript, QAxScriptManager, TQWidget, QCanvas, QStyle, QClipboard, QCopChannel, QDns, QLayout, QDragObject, QEditorFactory, QEventLoop, QFileIconProvider, QNetworkProtocol, QWSKeyboardHandler, QNetworkOperation, QNPInstance, TQObjectCleanupHandler, QProcess, QServerSocket, QSessionManager, QSignal, QSignalMapper, QSocket, QSocketNotifier, QSound, QSqlDatabase, QSqlDriver, QSqlForm, QStyleSheet, QTimer, QToolTipGroup, QTranslator, QUrlOperator, and QValidator. .PP .SS "Public Members" .in +1c @@ -77,10 +77,10 @@ Inherited by QAccel, QAccessibleObject, QAction, QApplication, QAssistantClient, .BI "TQObject * \fBchild\fR ( const char * objName, const char * inheritsClass = 0, bool recursiveSearch = TRUE )" .br .ti -1c -.BI "const QObjectList * \fBchildren\fR () const" +.BI "const TQObjectList * \fBchildren\fR () const" .br .ti -1c -.BI "QObjectList * \fBqueryList\fR ( const char * inheritsClass = 0, const char * objName = 0, bool regexpMatch = TRUE, bool recursiveSearch = TRUE ) const" +.BI "TQObjectList * \fBqueryList\fR ( const char * inheritsClass = 0, const char * objName = 0, bool regexpMatch = TRUE, bool recursiveSearch = TRUE ) const" .br .ti -1c .BI "virtual void \fBinsertChild\fR ( TQObject * obj )" @@ -143,7 +143,7 @@ Inherited by QAccel, QAccessibleObject, QAction, QApplication, QAssistantClient, .BI "TQString \fBtrUtf8\fR ( const char * sourceText, const char * comment )" .br .ti -1c -.BI "const QObjectList * \fBobjectTrees\fR ()" +.BI "const TQObjectList * \fBobjectTrees\fR ()" .br .ti -1c .BI "bool \fBconnect\fR ( const TQObject * sender, const char * signal, const TQObject * receiver, const char * member )" @@ -199,13 +199,13 @@ The TQObject class is the base class of all TQt objects. .PP TQObject is the heart of the TQt object model. The central feature in this model is a very powerful mechanism for seamless object communication called signals and slots. You can connect a signal to a slot with connect() and destroy the connection with disconnect(). To avoid never ending notification loops you can temporarily block signals with blockSignals(). The protected functions connectNotify() and disconnectNotify() make it possible to track connections. .PP -QObjects organize themselves in object trees. When you create a TQObject with another object as parent, the object will automatically do an insertChild() on the parent and thus show up in the parent's children() list. The parent takes ownership of the object i.e. it will automatically delete its children in its destructor. You can look for an object by name and optionally type using child() or queryList(), and get the list of tree roots using objectTrees(). +TQObjects organize themselves in object trees. When you create a TQObject with another object as parent, the object will automatically do an insertChild() on the parent and thus show up in the parent's children() list. The parent takes ownership of the object i.e. it will automatically delete its children in its destructor. You can look for an object by name and optionally type using child() or queryList(), and get the list of tree roots using objectTrees(). .PP Every object has an object name() and can report its className() and whether it inherits() another class in the TQObject inheritance hierarchy. .PP -When an object is deleted, it emits a destroyed() signal. You can catch this signal to avoid dangling references to QObjects. The QGuardedPtr class provides an elegant way to use this feature. +When an object is deleted, it emits a destroyed() signal. You can catch this signal to avoid dangling references to TQObjects. The QGuardedPtr class provides an elegant way to use this feature. .PP -QObjects can receive events through event() and filter the events of other objects. See installEventFilter() and eventFilter() for details. A convenience handler, childEvent(), can be reimplemented to catch child events. +TQObjects can receive events through event() and filter the events of other objects. See installEventFilter() and eventFilter() for details. A convenience handler, childEvent(), can be reimplemented to catch child events. .PP Last but not least, TQObject provides the basic timer support in Qt; see QTimer for high-level support for timers. .PP @@ -213,7 +213,7 @@ Notice that the TQ_OBJECT macro is mandatory for any object that implements sign .PP All TQt widgets inherit TQObject. The convenience function isWidgetType() returns whether an object is actually a widget. It is much faster than inherits( "TQWidget" ). .PP -Some TQObject functions, e.g. children(), objectTrees() and queryList() return a QObjectList. A QObjectList is a QPtrList of QObjects. QObjectLists support the same operations as QPtrLists and have an iterator class, QObjectListIt. +Some TQObject functions, e.g. children(), objectTrees() and queryList() return a TQObjectList. A TQObjectList is a QPtrList of TQObjects. TQObjectLists support the same operations as QPtrLists and have an iterator class, TQObjectListIt. .PP See also Object Model. .SH MEMBER FUNCTION DOCUMENTATION @@ -275,10 +275,10 @@ in functions that depend on the state. One notable example is TQWidget::sizeHint See also event() and QChildEvent. .PP Reimplemented in QMainWindow and QSplitter. -.SH "const QObjectList * TQObject::children () const" +.SH "const TQObjectList * TQObject::children () const" Returns a list of child objects, or 0 if this object has no children. .PP -The QObjectList class is defined in the ntqobjectlist.h header file. +The TQObjectList class is defined in the tqobjectlist.h header file. .PP The first child added is the first object in the list and the last child added is the last object in the list, i.e. new children are appended at the end. .PP @@ -752,10 +752,10 @@ This is an overloaded member function, provided for convenience. It behaves esse Returns the name of this object, or \fIdefaultName\fR if the object does not have a name. .SH "QCString TQObject::normalizeSignalSlot ( const char * signalSlot )\fC [static protected]\fR" Normlizes the signal or slot definition \fIsignalSlot\fR by removing unnecessary whitespace. -.SH "const QObjectList * TQObject::objectTrees ()\fC [static]\fR" +.SH "const TQObjectList * TQObject::objectTrees ()\fC [static]\fR" Returns a pointer to the list of all object trees (their root objects), or 0 if there are no objects. .PP -The QObjectList class is defined in the ntqobjectlist.h header file. +The TQObjectList class is defined in the tqobjectlist.h header file. .PP The most recent root object created is the first object in the list and the first root object added is the last object in the list. .PP @@ -774,7 +774,7 @@ Information about all available properties are provided through the metaObject() See also setProperty(), QVariant::isValid(), metaObject(), QMetaObject::propertyNames(), and QMetaObject::property(). .PP Example: qutlook/centralwidget.cpp. -.SH "QObjectList * TQObject::queryList ( const char * inheritsClass = 0, const char * objName = 0, bool regexpMatch = TRUE, bool recursiveSearch = TRUE ) const" +.SH "TQObjectList * TQObject::queryList ( const char * inheritsClass = 0, const char * objName = 0, bool regexpMatch = TRUE, bool recursiveSearch = TRUE ) const" Searches the children and optionally grandchildren of this object, and returns a list of those objects that are named or that match \fIobjName\fR and inherit \fIinheritsClass\fR. If \fIinheritsClass\fR is 0 (the default), all classes match. If \fIobjName\fR is 0 (the default), all object names match. .PP If \fIregexpMatch\fR is TRUE (the default), \fIobjName\fR is a regular expression that the objects's names must match. The syntax is that of a QRegExp. If \fIregexpMatch\fR is FALSE, \fIobjName\fR is a string and object names must match it exactly. @@ -789,9 +789,9 @@ This somewhat contrived example disables all the buttons in this window: .PP .nf .br - QObjectList *l = topLevelWidget()->queryList( "QButton" ); + TQObjectList *l = topLevelWidget()->queryList( "QButton" ); .br - QObjectListIt it( *l ); // iterate over the buttons + TQObjectListIt it( *l ); // iterate over the buttons .br TQObject *obj; .br @@ -810,7 +810,7 @@ This somewhat contrived example disables all the buttons in this window: .br .fi .PP -The QObjectList class is defined in the ntqobjectlist.h header file. +The TQObjectList class is defined in the tqobjectlist.h header file. .PP \fBWarning:\fR Delete the list as soon you have finished using it. The list contains pointers that may become invalid at almost any time without notice (as soon as the user closes a window you may have dangling pointers, for example). .PP @@ -977,7 +977,7 @@ Returns 0 if there is no such child. .fi .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqobject.html +.BR http://doc.trolltech.com/tqobject.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqobjectcleanuphandler.3qt b/doc/man/man3/tqobjectcleanuphandler.3qt index b3ef904a8..3b5e53e76 100644 --- a/doc/man/man3/tqobjectcleanuphandler.3qt +++ b/doc/man/man3/tqobjectcleanuphandler.3qt @@ -1,5 +1,5 @@ '\" t -.TH QObjectCleanupHandler 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQObjectCleanupHandler 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,9 +7,9 @@ .ad l .nh .SH NAME -QObjectCleanupHandler \- Watches the lifetime of multiple QObjects +TQObjectCleanupHandler \- Watches the lifetime of multiple TQObjects .SH SYNOPSIS -\fC#include <ntqobjectcleanuphandler.h>\fR +\fC#include <tqobjectcleanuphandler.h>\fR .PP Inherits TQObject. .PP @@ -19,7 +19,7 @@ Inherits TQObject. .BI "\fBQObjectCleanupHandler\fR ()" .br .ti -1c -.BI "\fB~QObjectCleanupHandler\fR ()" +.BI "\fB~TQObjectCleanupHandler\fR ()" .br .ti -1c .BI "TQObject * \fBadd\fR ( TQObject * object )" @@ -35,9 +35,9 @@ Inherits TQObject. .br .in -1c .SH DESCRIPTION -The QObjectCleanupHandler class watches the lifetime of multiple QObjects. +The TQObjectCleanupHandler class watches the lifetime of multiple TQObjects. .PP -A QObjectCleanupHandler is useful whenever you need to know when a number of QObjects that are owned by someone else have been deleted. This is important, for example, when referencing memory in an application that has been allocated in a shared library. +A TQObjectCleanupHandler is useful whenever you need to know when a number of TQObjects that are owned by someone else have been deleted. This is important, for example, when referencing memory in an application that has been allocated in a shared library. .PP Example: .PP @@ -64,7 +64,7 @@ Example: .br private: .br - QObjectCleanupHandler objects; + TQObjectCleanupHandler objects; .br }; .br @@ -112,22 +112,22 @@ Example: .PP See also Object Model. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QObjectCleanupHandler::QObjectCleanupHandler ()" -Constructs an empty QObjectCleanupHandler. -.SH "QObjectCleanupHandler::~QObjectCleanupHandler ()" +.SH "TQObjectCleanupHandler::TQObjectCleanupHandler ()" +Constructs an empty TQObjectCleanupHandler. +.SH "TQObjectCleanupHandler::~TQObjectCleanupHandler ()" Destroys the cleanup handler. All objects in this cleanup handler will be deleted. -.SH "TQObject * QObjectCleanupHandler::add ( TQObject * object )" +.SH "TQObject * TQObjectCleanupHandler::add ( TQObject * object )" Adds \fIobject\fR to this cleanup handler and returns the pointer to the object. -.SH "void QObjectCleanupHandler::clear ()" +.SH "void TQObjectCleanupHandler::clear ()" Deletes all objects in this cleanup handler. The cleanup handler becomes empty. -.SH "bool QObjectCleanupHandler::isEmpty () const" +.SH "bool TQObjectCleanupHandler::isEmpty () const" Returns TRUE if this cleanup handler is empty or if all objects in this cleanup handler have been destroyed; otherwise return FALSE. -.SH "void QObjectCleanupHandler::remove ( TQObject * object )" +.SH "void TQObjectCleanupHandler::remove ( TQObject * object )" Removes the \fIobject\fR from this cleanup handler. The object will not be destroyed. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqobjectcleanuphandler.html +.BR http://doc.trolltech.com/tqobjectcleanuphandler.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqobjectlist.3qt b/doc/man/man3/tqobjectlist.3qt index 753ab9b27..5978515ff 100644 --- a/doc/man/man3/tqobjectlist.3qt +++ b/doc/man/man3/tqobjectlist.3qt @@ -1,5 +1,5 @@ '\" t -.TH QObjectList 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQObjectList 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,9 +7,9 @@ .ad l .nh .SH NAME -QObjectList \- QPtrList of QObjects +TQObjectList \- QPtrList of TQObjects .SH SYNOPSIS -\fC#include <ntqobjectlist.h>\fR +\fC#include <tqobjectlist.h>\fR .PP Inherits QPtrList<TQObject>. .PP @@ -19,44 +19,44 @@ Inherits QPtrList<TQObject>. .BI "\fBQObjectList\fR ()" .br .ti -1c -.BI "\fBQObjectList\fR ( const QObjectList & list )" +.BI "\fBQObjectList\fR ( const TQObjectList & list )" .br .ti -1c -.BI "\fB~QObjectList\fR ()" +.BI "\fB~TQObjectList\fR ()" .br .ti -1c -.BI "QObjectList & \fBoperator=\fR ( const QObjectList & list )" +.BI "TQObjectList & \fBoperator=\fR ( const TQObjectList & list )" .br .in -1c .SH DESCRIPTION -The QObjectList class is a QPtrList of QObjects. +The TQObjectList class is a QPtrList of TQObjects. .PP -A QObjectList is a QPtrList<TQObject>. The list can be traversed using inherited functions, e.g. getFirst(), next(), etc., or using a QObjectListIterator iterator. +A TQObjectList is a QPtrList<TQObject>. The list can be traversed using inherited functions, e.g. getFirst(), next(), etc., or using a TQObjectListIterator iterator. .PP See TQObject::queryList() for an example of use. .PP -See also QObjectListIterator, TQObject, Collection Classes, and Non-GUI Classes. +See also TQObjectListIterator, TQObject, Collection Classes, and Non-GUI Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QObjectList::QObjectList ()" +.SH "TQObjectList::TQObjectList ()" Constructs an empty TQObject list. -.SH "QObjectList::QObjectList ( const QObjectList & list )" +.SH "TQObjectList::TQObjectList ( const TQObjectList & list )" Constructs a copy of \fIlist\fR. .PP Each item in \fIlist\fR is appended to this list. Only the pointers are copied (shallow copy). -.SH "QObjectList::~QObjectList ()" +.SH "TQObjectList::~TQObjectList ()" Removes all the object pointers from the list and destroys the list. .PP All list iterators that access this list will be reset. .PP See also setAutoDelete(). -.SH "QObjectList & QObjectList::operator= ( const QObjectList & list )" +.SH "TQObjectList & TQObjectList::operator= ( const TQObjectList & list )" Assigns \fIlist\fR to this list and returns a reference to this list. .PP This list is first cleared and then each item in \fIlist\fR is appended to this list. Only the pointers are copied (shallow copy) unless newItem() has been reimplemented(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqobjectlist.html +.BR http://doc.trolltech.com/tqobjectlist.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqobjectlistiterator.3qt b/doc/man/man3/tqobjectlistiterator.3qt index 708968cae..72f8efcfa 100644 --- a/doc/man/man3/tqobjectlistiterator.3qt +++ b/doc/man/man3/tqobjectlistiterator.3qt @@ -1,5 +1,5 @@ '\" t -.TH QObjectListIterator 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQObjectListIterator 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,38 +7,38 @@ .ad l .nh .SH NAME -QObjectListIterator \- Iterator for QObjectLists +TQObjectListIterator \- Iterator for TQObjectLists .SH SYNOPSIS -\fC#include <ntqobjectlist.h>\fR +\fC#include <tqobjectlist.h>\fR .PP Inherits QPtrListIterator<TQObject>. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQObjectListIterator\fR ( const QObjectList & list )" +.BI "\fBQObjectListIterator\fR ( const TQObjectList & list )" .br .ti -1c -.BI "QObjectListIterator & \fBoperator=\fR ( const QObjectListIterator & it )" +.BI "TQObjectListIterator & \fBoperator=\fR ( const TQObjectListIterator & it )" .br .in -1c .SH DESCRIPTION -The QObjectListIterator class provides an iterator for QObjectLists. +The TQObjectListIterator class provides an iterator for TQObjectLists. .PP -A QObjectListIterator iterator is a QPtrListIterator<TQObject>. +A TQObjectListIterator iterator is a QPtrListIterator<TQObject>. .PP See TQObject::queryList() for an example of use. .PP -See also QObjectList, Collection Classes, and Non-GUI Classes. +See also TQObjectList, Collection Classes, and Non-GUI Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QObjectListIterator::QObjectListIterator ( const QObjectList & list )" +.SH "TQObjectListIterator::TQObjectListIterator ( const TQObjectList & list )" Constructs an iterator for \fIlist\fR. The current iterator item is set to point on the first item in the \fIlist\fR. -.SH "QObjectListIterator & QObjectListIterator::operator= ( const QObjectListIterator & it )" +.SH "TQObjectListIterator & TQObjectListIterator::operator= ( const TQObjectListIterator & it )" Assignment. Makes a copy of the iterator \fIit\fR and returns a reference to this iterator. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qobjectlistiterator.html +.BR http://doc.trolltech.com/tqobjectlistiterator.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqptrlist.3qt b/doc/man/man3/tqptrlist.3qt index 2922f2d75..eb3dbdc7b 100644 --- a/doc/man/man3/tqptrlist.3qt +++ b/doc/man/man3/tqptrlist.3qt @@ -13,7 +13,7 @@ QPtrList \- Template class that provides a list .PP Inherits QPtrCollection. .PP -Inherited by QObjectList and QStrList. +Inherited by TQObjectList and QStrList. .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/tqptrlistiterator.3qt b/doc/man/man3/tqptrlistiterator.3qt index 40d2a7fc5..8a06d3216 100644 --- a/doc/man/man3/tqptrlistiterator.3qt +++ b/doc/man/man3/tqptrlistiterator.3qt @@ -11,7 +11,7 @@ QPtrListIterator \- Iterator for QPtrList collections .SH SYNOPSIS \fC#include <ntqptrlist.h>\fR .PP -Inherited by QObjectListIterator and QStrListIterator. +Inherited by TQObjectListIterator and QStrListIterator. .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/tqsignal.3qt b/doc/man/man3/tqsignal.3qt index 1119b1bb5..c5b80d848 100644 --- a/doc/man/man3/tqsignal.3qt +++ b/doc/man/man3/tqsignal.3qt @@ -123,7 +123,7 @@ See also Input/Output and Networking and Miscellaneous Classes. .SH "QSignal::QSignal ( TQObject * parent = 0, const char * name = 0 )" Constructs a signal object called \fIname\fR, with the parent object \fIparent\fR. These arguments are passed directly to TQObject. .SH "QSignal::~QSignal ()" -Destroys the signal. All connections are removed, as is the case with all QObjects. +Destroys the signal. All connections are removed, as is the case with all TQObjects. .SH "void QSignal::activate ()" Emits the signal. If the platform supports QVariant and a parameter has been set with setValue(), this value is passed in the signal. .SH "bool QSignal::connect ( const TQObject * receiver, const char * member )" diff --git a/doc/man/man3/tqsignalmapper.3qt b/doc/man/man3/tqsignalmapper.3qt index 54a62c54f..af0c40f77 100644 --- a/doc/man/man3/tqsignalmapper.3qt +++ b/doc/man/man3/tqsignalmapper.3qt @@ -54,7 +54,7 @@ This class collects a set of parameterless signals, and re-emits them with integ See also Input/Output and Networking. .SH MEMBER FUNCTION DOCUMENTATION .SH "QSignalMapper::QSignalMapper ( TQObject * parent, const char * name = 0 )" -Constructs a QSignalMapper called \fIname\fR, with parent \fIparent\fR. Like all QObjects, it will be deleted when the parent is deleted. +Constructs a QSignalMapper called \fIname\fR, with parent \fIparent\fR. Like all TQObjects, it will be deleted when the parent is deleted. .SH "QSignalMapper::~QSignalMapper ()" Destroys the QSignalMapper. .SH "void QSignalMapper::map ()\fC [slot]\fR" diff --git a/doc/object.doc b/doc/object.doc index e28036f6d..175e9bc92 100644 --- a/doc/object.doc +++ b/doc/object.doc @@ -577,7 +577,7 @@ details. \title Object Trees and Object Ownership -\link TQObject QObjects\endlink organize themselves in object trees. +\link TQObject TQObjects\endlink organize themselves in object trees. When you create a TQObject with another object as parent, it's added to the parent's \link TQObject::children() children() \endlink list, and is deleted when the parent is. It turns out that this approach fits diff --git a/doc/qtl.doc b/doc/qtl.doc index 5fd0722c7..f2cdf744a 100644 --- a/doc/qtl.doc +++ b/doc/qtl.doc @@ -68,7 +68,7 @@ use QPtrCollection and friends, all of which operate on pointers rather than values. This applies, for example, to all classes derived from \l TQObject. A TQObject does not have a copy constructor, so using it as value is impossible. You may choose to store pointers to -QObjects in a QValueList, but using QPtrList directly seems to be the +TQObjects in a QValueList, but using QPtrList directly seems to be the better choice for this kind of application domain. QPtrList, like all other QPtrCollection based containers, provides far more sanity checking than a speed-optimized value based container. diff --git a/doc/threads.doc b/doc/threads.doc index 951656b7b..bb50d93bb 100644 --- a/doc/threads.doc +++ b/doc/threads.doc @@ -211,7 +211,7 @@ more information on user-defined events. \section1 Threads and TQObject subclasses The TQObject class itself is \e reentrant. However, certain rules -apply when creating and using QObjects in a thread that is not the GUI +apply when creating and using TQObjects in a thread that is not the GUI thread. \list 1 @@ -328,7 +328,7 @@ subclasses), OS kernel classes (e.g. QProcess, QAccel), and all networking classes (e.g. QSocket, QDns). \i Deleting a TQObject while pending events are waiting to be delivered -will cause a crash. If you are creating QObjects in a thread that is +will cause a crash. If you are creating TQObjects in a thread that is not the GUI thread and posting events to these objects, you should not delete the TQObject directly. Use the TQObject::deleteLater() method instead, which will cause the event loop to delete the object after diff --git a/doc/qobjectlist.doc b/doc/tqobjectlist.doc index febb782fb..14d687fe7 100644 --- a/doc/qobjectlist.doc +++ b/doc/tqobjectlist.doc @@ -1,28 +1,28 @@ /*! - \class QObjectList ntqobjectlist.h - \brief The QObjectList class is a QPtrList of QObjects. + \class TQObjectList tqobjectlist.h + \brief The TQObjectList class is a TQPtrList of TQObjects. \ingroup collection \ingroup tools - A QObjectList is a \link ntqptrlist.html - QPtrList\<TQObject\>\endlink. The list can be traversed using + A TQObjectList is a \link ntqptrlist.html + TQPtrList\<TQObject\>\endlink. The list can be traversed using inherited functions, e.g. getFirst(), next(), etc., or using a - QObjectListIterator iterator. + TQObjectListIterator iterator. See \l TQObject::queryList() for an example of use. - \sa QObjectListIterator TQObject + \sa TQObjectListIterator TQObject */ /*! - \fn QObjectList::QObjectList() + \fn TQObjectList::TQObjectList() Constructs an empty TQObject list. */ /*! - \fn QObjectList::QObjectList( const QObjectList &list ) + \fn TQObjectList::TQObjectList( const TQObjectList &list ) Constructs a copy of \a list. @@ -31,7 +31,7 @@ */ /*! - \fn QObjectList::~QObjectList() + \fn TQObjectList::~TQObjectList() Removes all the object pointers from the list and destroys the list. @@ -42,7 +42,7 @@ */ /*! - \fn QObjectList &QObjectList::operator=(const QObjectList &list) + \fn TQObjectList &TQObjectList::operator=(const TQObjectList &list) Assigns \a list to this list and returns a reference to this list. @@ -53,30 +53,30 @@ /*! - \class QObjectListIterator ntqobjectlist.h - \brief The QObjectListIterator class provides an iterator for - QObjectLists. + \class TQObjectListIterator tqobjectlist.h + \brief The TQObjectListIterator class provides an iterator for + TQObjectLists. \ingroup collection \ingroup tools - A QObjectListIterator iterator is a \link qptrlistiterator.html - QPtrListIterator\<TQObject\>\endlink. + A TQObjectListIterator iterator is a \link qptrlistiterator.html + TQPtrListIterator\<TQObject\>\endlink. See \l TQObject::queryList() for an example of use. - \sa QObjectList + \sa TQObjectList */ /*! - \fn QObjectListIterator::QObjectListIterator( const QObjectList &list ) + \fn TQObjectListIterator::TQObjectListIterator( const TQObjectList &list ) Constructs an iterator for \a list. The current iterator item is set to point on the first item in the \a list. */ /*! - \fn QObjectListIterator& QObjectListIterator::operator=( const QObjectListIterator &it ) + \fn TQObjectListIterator& TQObjectListIterator::operator=( const TQObjectListIterator &it ) Assignment. Makes a copy of the iterator \a it and returns a reference to this iterator. diff --git a/examples/demo/categoryinterface.h b/examples/demo/categoryinterface.h index a51018a61..dd192559a 100644 --- a/examples/demo/categoryinterface.h +++ b/examples/demo/categoryinterface.h @@ -3,7 +3,7 @@ #include <ntqstring.h> #include <ntqiconset.h> -#include <ntqobject.h> +#include <tqobject.h> class TQWidgetStack; diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp index 01bb90add..55d1e5887 100644 --- a/examples/demo/textdrawing/helpwindow.cpp +++ b/examples/demo/textdrawing/helpwindow.cpp @@ -24,7 +24,7 @@ #include <ntqcombobox.h> #include <ntqevent.h> #include <ntqlineedit.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqfileinfo.h> #include <ntqfile.h> #include <ntqdatastream.h> diff --git a/examples/demo/widgets/widgetsbase.ui.h b/examples/demo/widgets/widgetsbase.ui.h index e50ea1bae..0e45e4939 100644 --- a/examples/demo/widgets/widgetsbase.ui.h +++ b/examples/demo/widgets/widgetsbase.ui.h @@ -1,4 +1,4 @@ -#include <ntqobjectlist.h> +#include <tqobjectlist.h> void WidgetsBase::init() { diff --git a/examples/demo/widgets/widgetsbase_pro.ui.h b/examples/demo/widgets/widgetsbase_pro.ui.h index af6b656e4..fe01f9585 100644 --- a/examples/demo/widgets/widgetsbase_pro.ui.h +++ b/examples/demo/widgets/widgetsbase_pro.ui.h @@ -1,4 +1,4 @@ -#include <ntqobjectlist.h> +#include <tqobjectlist.h> void WidgetsBase::init() { diff --git a/examples/helpsystem/helpsystem.doc b/examples/helpsystem/helpsystem.doc index e9e647e6c..80e96c7cb 100644 --- a/examples/helpsystem/helpsystem.doc +++ b/examples/helpsystem/helpsystem.doc @@ -154,7 +154,7 @@ The MainWindow class declares a slot called assistantSlot() which creates an instance of TQt Assistant when it is called. The class keeps references to the tooltip classes as members - because they are not QObjects and need to be deleted explicitly. + because they are not TQObjects and need to be deleted explicitly. The class has a reference to QAssistantClient as a member as well, to allow easier access to TQt Assistant later on. diff --git a/examples/helpviewer/helpwindow.cpp b/examples/helpviewer/helpwindow.cpp index 140a9333f..49a74efbc 100644 --- a/examples/helpviewer/helpwindow.cpp +++ b/examples/helpviewer/helpwindow.cpp @@ -24,7 +24,7 @@ #include <ntqcombobox.h> #include <ntqevent.h> #include <ntqlineedit.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqfileinfo.h> #include <ntqfile.h> #include <ntqdatastream.h> diff --git a/examples/listviews/listviews.cpp b/examples/listviews/listviews.cpp index 66680f852..b1297c737 100644 --- a/examples/listviews/listviews.cpp +++ b/examples/listviews/listviews.cpp @@ -12,7 +12,7 @@ #include <ntqlabel.h> #include <ntqpainter.h> #include <ntqpalette.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqpopupmenu.h> #include <ntqheader.h> #include <ntqregexp.h> diff --git a/examples/listviews/listviews.h b/examples/listviews/listviews.h index 7ef9b438d..f6c2b461a 100644 --- a/examples/listviews/listviews.h +++ b/examples/listviews/listviews.h @@ -12,7 +12,7 @@ #include <ntqsplitter.h> #include <ntqstring.h> -#include <ntqobject.h> +#include <tqobject.h> #include <ntqdatetime.h> #include <ntqptrlist.h> #include <ntqlistview.h> diff --git a/examples/mdi/application.cpp b/examples/mdi/application.cpp index 5b91bdb58..96ee1c66c 100644 --- a/examples/mdi/application.cpp +++ b/examples/mdi/application.cpp @@ -30,7 +30,7 @@ #include <ntqpainter.h> #include <ntqpaintdevicemetrics.h> #include <ntqwhatsthis.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqvbox.h> #include <ntqsimplerichtext.h> diff --git a/examples/network/mail/smtp.h b/examples/network/mail/smtp.h index deb84890a..cf6bdde06 100644 --- a/examples/network/mail/smtp.h +++ b/examples/network/mail/smtp.h @@ -10,7 +10,7 @@ #ifndef SMTP_H #define SMTP_H -#include <ntqobject.h> +#include <tqobject.h> #include <ntqstring.h> class TQSocket; diff --git a/examples/network/remotecontrol/startup.h b/examples/network/remotecontrol/startup.h index a3359f573..624a8fc20 100644 --- a/examples/network/remotecontrol/startup.h +++ b/examples/network/remotecontrol/startup.h @@ -1,7 +1,7 @@ #ifndef STARTUP_H #define STARTUP_H -#include <ntqobject.h> +#include <tqobject.h> class TQSocket; class RemoteCtrlImpl; diff --git a/examples/process/process.cpp b/examples/process/process.cpp index 5c3c73c98..b235e18b2 100644 --- a/examples/process/process.cpp +++ b/examples/process/process.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include <ntqobject.h> +#include <tqobject.h> #include <ntqprocess.h> #include <ntqvbox.h> #include <ntqtextview.h> diff --git a/examples/tetrix/qdragapp.cpp b/examples/tetrix/qdragapp.cpp index 19fc9fec6..21409dd2d 100644 --- a/examples/tetrix/qdragapp.cpp +++ b/examples/tetrix/qdragapp.cpp @@ -16,7 +16,7 @@ #include "ntqwidget.h" #include "ntqfontmetrics.h" #include "ntqcursor.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" TQWidget *cursorWidget( TQPoint * = 0 ); diff --git a/extensions/nsplugin/src/qnp.cpp b/extensions/nsplugin/src/qnp.cpp index cbabe5f35..dab66053a 100644 --- a/extensions/nsplugin/src/qnp.cpp +++ b/extensions/nsplugin/src/qnp.cpp @@ -71,7 +71,7 @@ #include <ntqapplication.h> #include <ntqeventloop.h> #include <ntqwidget.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqcursor.h> #include <ntqprinter.h> #include <ntqfile.h> diff --git a/include/ntqobject.h b/include/ntqobject.h deleted file mode 120000 index 09d3f9e83..000000000 --- a/include/ntqobject.h +++ /dev/null @@ -1 +0,0 @@ -../src/kernel/ntqobject.h
\ No newline at end of file diff --git a/include/ntqobjectcleanuphandler.h b/include/ntqobjectcleanuphandler.h deleted file mode 120000 index 701a661eb..000000000 --- a/include/ntqobjectcleanuphandler.h +++ /dev/null @@ -1 +0,0 @@ -../src/kernel/ntqobjectcleanuphandler.h
\ No newline at end of file diff --git a/include/ntqobjectdefs.h b/include/ntqobjectdefs.h deleted file mode 120000 index f9e412bd3..000000000 --- a/include/ntqobjectdefs.h +++ /dev/null @@ -1 +0,0 @@ -../src/kernel/ntqobjectdefs.h
\ No newline at end of file diff --git a/include/ntqobjectdict.h b/include/ntqobjectdict.h deleted file mode 120000 index e5aa1960a..000000000 --- a/include/ntqobjectdict.h +++ /dev/null @@ -1 +0,0 @@ -../src/kernel/ntqobjectdict.h
\ No newline at end of file diff --git a/include/ntqobjectlist.h b/include/ntqobjectlist.h deleted file mode 120000 index b48ea86bf..000000000 --- a/include/ntqobjectlist.h +++ /dev/null @@ -1 +0,0 @@ -../src/kernel/ntqobjectlist.h
\ No newline at end of file diff --git a/include/tqobject.h b/include/tqobject.h new file mode 120000 index 000000000..a056d8156 --- /dev/null +++ b/include/tqobject.h @@ -0,0 +1 @@ +../src/kernel/tqobject.h
\ No newline at end of file diff --git a/include/tqobjectcleanuphandler.h b/include/tqobjectcleanuphandler.h new file mode 120000 index 000000000..4d11d97da --- /dev/null +++ b/include/tqobjectcleanuphandler.h @@ -0,0 +1 @@ +../src/kernel/tqobjectcleanuphandler.h
\ No newline at end of file diff --git a/include/tqobjectdefs.h b/include/tqobjectdefs.h new file mode 120000 index 000000000..dffbccf8b --- /dev/null +++ b/include/tqobjectdefs.h @@ -0,0 +1 @@ +../src/kernel/tqobjectdefs.h
\ No newline at end of file diff --git a/include/tqobjectdict.h b/include/tqobjectdict.h new file mode 120000 index 000000000..6a5b91158 --- /dev/null +++ b/include/tqobjectdict.h @@ -0,0 +1 @@ +../src/kernel/tqobjectdict.h
\ No newline at end of file diff --git a/include/tqobjectlist.h b/include/tqobjectlist.h new file mode 120000 index 000000000..60b88d527 --- /dev/null +++ b/include/tqobjectlist.h @@ -0,0 +1 @@ +../src/kernel/tqobjectlist.h
\ No newline at end of file diff --git a/plugins/src/accessible/widgets/qaccessiblewidget.cpp b/plugins/src/accessible/widgets/qaccessiblewidget.cpp index 319995655..f0f28e30f 100644 --- a/plugins/src/accessible/widgets/qaccessiblewidget.cpp +++ b/plugins/src/accessible/widgets/qaccessiblewidget.cpp @@ -2,7 +2,7 @@ #include <ntqapplication.h> #include <ntqstyle.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqpushbutton.h> #include <ntqslider.h> #include <ntqdial.h> diff --git a/qmake/examples/precompile/myobject.cpp b/qmake/examples/precompile/myobject.cpp index 14853508a..da24e625d 100644 --- a/qmake/examples/precompile/myobject.cpp +++ b/qmake/examples/precompile/myobject.cpp @@ -1,5 +1,5 @@ #include <iostream> -#include <ntqobject.h> +#include <tqobject.h> #include "myobject.h" MyObject::MyObject() diff --git a/qmake/examples/precompile/myobject.h b/qmake/examples/precompile/myobject.h index 5819267eb..90c0b865b 100644 --- a/qmake/examples/precompile/myobject.h +++ b/qmake/examples/precompile/myobject.h @@ -1,4 +1,4 @@ -#include <ntqobject.h> +#include <tqobject.h> class MyObject : public TQObject { diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp index f31c7e085..aa3f6c616 100644 --- a/qmake/generators/makefile.cpp +++ b/qmake/generators/makefile.cpp @@ -132,7 +132,7 @@ MakefileGenerator::generateMocList(const TQString &fn_target) total_size_read += have_read); close(file); - bool ignore_qobject = FALSE; + bool ignore_tqobject = FALSE; int line_count = 1; /* qmake ignore TQ_OBJECT */ #define COMP_LEN 9 //strlen("TQ_OBJECT") @@ -154,7 +154,7 @@ MakefileGenerator::generateMocList(const TQString &fn_target) debug_msg(2, "Mocgen: %s:%d Found \"qmake ignore TQ_OBJECT\"", fn_target.latin1(), line_count); x += 20; - ignore_qobject = TRUE; + ignore_tqobject = TRUE; } } } else if(*(big_buffer + x) == '*') { @@ -177,7 +177,7 @@ MakefileGenerator::generateMocList(const TQString &fn_target) if(interesting) { int len = 0; if(!strncmp(big_buffer+x, "TQ_OBJECT", OBJ_LEN)) { - if(ignore_qobject) { + if(ignore_tqobject) { debug_msg(2, "Mocgen: %s:%d Ignoring TQ_OBJECT", fn_target.latin1(), line_count); interesting = FALSE; } diff --git a/src/dialogs/qdialog.cpp b/src/dialogs/qdialog.cpp index f8067b545..eb9526387 100644 --- a/src/dialogs/qdialog.cpp +++ b/src/dialogs/qdialog.cpp @@ -45,7 +45,7 @@ #include "ntqpushbutton.h" #include "ntqfocusdata.h" #include "ntqapplication.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqwidgetlist.h" #include "ntqlayout.h" #include "ntqsizegrip.h" diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp index 864139e12..bb02ad2bd 100644 --- a/src/dialogs/qfiledialog.cpp +++ b/src/dialogs/qfiledialog.cpp @@ -78,7 +78,7 @@ #include "ntqmessagebox.h" #include "ntqmime.h" #include "ntqnetworkprotocol.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqpainter.h" #include "ntqpopupmenu.h" #include "ntqprogressbar.h" diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/qmessagebox.cpp index 929be411a..29005500c 100644 --- a/src/dialogs/qmessagebox.cpp +++ b/src/dialogs/qmessagebox.cpp @@ -48,7 +48,7 @@ #include "ntqimage.h" #include "ntqapplication.h" #include "ntqstyle.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #if defined(QT_ACCESSIBILITY_SUPPORT) #include "ntqaccessible.h" #endif diff --git a/src/dialogs/qtabdialog.cpp b/src/dialogs/qtabdialog.cpp index e6641dbc6..a9ad79d7d 100644 --- a/src/dialogs/qtabdialog.cpp +++ b/src/dialogs/qtabdialog.cpp @@ -42,7 +42,7 @@ #ifndef TQT_NO_TABDIALOG -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqtabbar.h" #include "ntqtabwidget.h" #include "ntqpushbutton.h" diff --git a/src/kernel/ntqaccel.h b/src/kernel/ntqaccel.h index ef578242a..22c2f80e1 100644 --- a/src/kernel/ntqaccel.h +++ b/src/kernel/ntqaccel.h @@ -42,7 +42,7 @@ #define TQACCEL_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqkeysequence.h" #endif // QT_H diff --git a/src/kernel/ntqaccessible.h b/src/kernel/ntqaccessible.h index 61baf31b0..39f68ee3f 100644 --- a/src/kernel/ntqaccessible.h +++ b/src/kernel/ntqaccessible.h @@ -40,7 +40,7 @@ #define TQACCESSIBLE_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include <private/qcom_p.h> #include "ntqrect.h" #include "ntqguardedptr.h" diff --git a/src/kernel/ntqasyncio.h b/src/kernel/ntqasyncio.h index 1fea830be..19fe284b0 100644 --- a/src/kernel/ntqasyncio.h +++ b/src/kernel/ntqasyncio.h @@ -42,7 +42,7 @@ #define TQASYNCIO_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqsignal.h" #include "ntqtimer.h" #endif // QT_H diff --git a/src/kernel/ntqclipboard.h b/src/kernel/ntqclipboard.h index 706115f33..0202f78de 100644 --- a/src/kernel/ntqclipboard.h +++ b/src/kernel/ntqclipboard.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "ntqwindowdefs.h" -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_CLIPBOARD diff --git a/src/kernel/ntqconnection.h b/src/kernel/ntqconnection.h index b259d9866..6906184b7 100644 --- a/src/kernel/ntqconnection.h +++ b/src/kernel/ntqconnection.h @@ -42,7 +42,7 @@ #define TQCONNECTION_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H class TQ_EXPORT TQConnection diff --git a/src/kernel/ntqdragobject.h b/src/kernel/ntqdragobject.h index 069e82973..60a43ca34 100644 --- a/src/kernel/ntqdragobject.h +++ b/src/kernel/ntqdragobject.h @@ -46,7 +46,7 @@ class TQStoredDragData; class TQImageDragData; #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqimage.h" #include "ntqstrlist.h" #include "ntqcolor.h" diff --git a/src/kernel/ntqeventloop.h b/src/kernel/ntqeventloop.h index deca8d061..1c66e5950 100644 --- a/src/kernel/ntqeventloop.h +++ b/src/kernel/ntqeventloop.h @@ -40,7 +40,7 @@ #define TQEVENTLOOP_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqsocketnotifier.h" #endif // QT_H diff --git a/src/kernel/ntqgplugin.h b/src/kernel/ntqgplugin.h index 1b7431458..88212515b 100644 --- a/src/kernel/ntqgplugin.h +++ b/src/kernel/ntqgplugin.h @@ -52,7 +52,7 @@ // #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_COMPONENT diff --git a/src/kernel/ntqguardedptr.h b/src/kernel/ntqguardedptr.h index c0b7084a3..29ef8b8c7 100644 --- a/src/kernel/ntqguardedptr.h +++ b/src/kernel/ntqguardedptr.h @@ -42,7 +42,7 @@ #define TQGUARDEDPTR_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H // ### 4.0: rename to something without Private in it. Not really internal. diff --git a/src/kernel/ntqiconset.h b/src/kernel/ntqiconset.h index d9a90460e..66fc71146 100644 --- a/src/kernel/ntqiconset.h +++ b/src/kernel/ntqiconset.h @@ -42,7 +42,7 @@ #define TQICONSET_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqpixmap.h" #endif // QT_H diff --git a/src/kernel/ntqinputcontext.h b/src/kernel/ntqinputcontext.h index 24bbca763..a37c01670 100644 --- a/src/kernel/ntqinputcontext.h +++ b/src/kernel/ntqinputcontext.h @@ -39,7 +39,7 @@ #ifndef TQT_NO_IM #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqglobal.h" #include "ntqevent.h" #include "ntqstring.h" diff --git a/src/kernel/ntqlayout.h b/src/kernel/ntqlayout.h index 6e0749098..9ff6615a9 100644 --- a/src/kernel/ntqlayout.h +++ b/src/kernel/ntqlayout.h @@ -42,7 +42,7 @@ #define TQLAYOUT_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqsizepolicy.h" #include "ntqwidget.h" #endif // QT_H diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h index 14b4a67e1..5ce38f835 100644 --- a/src/kernel/ntqnamespace.h +++ b/src/kernel/ntqnamespace.h @@ -89,7 +89,7 @@ public: Keypad = 0x4000 }; - // documented in qobject.cpp + // documented in tqobject.cpp // ideally would start at 1, as in TQSizePolicy, but that breaks other things enum Orientation { Horizontal = 0, diff --git a/src/kernel/ntqnetworkprotocol.h b/src/kernel/ntqnetworkprotocol.h index fa245f9c2..3872ffb3c 100644 --- a/src/kernel/ntqnetworkprotocol.h +++ b/src/kernel/ntqnetworkprotocol.h @@ -45,7 +45,7 @@ #include "ntqurlinfo.h" #include "ntqstring.h" #include "ntqdict.h" -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_NETWORKPROTOCOL diff --git a/src/kernel/ntqprocess.h b/src/kernel/ntqprocess.h index b03ffe647..e3e189af0 100644 --- a/src/kernel/ntqprocess.h +++ b/src/kernel/ntqprocess.h @@ -42,7 +42,7 @@ #define TQPROCESS_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqstringlist.h" #include "ntqdir.h" #endif // QT_H diff --git a/src/kernel/ntqsessionmanager.h b/src/kernel/ntqsessionmanager.h index f87fb3b11..600b2950e 100644 --- a/src/kernel/ntqsessionmanager.h +++ b/src/kernel/ntqsessionmanager.h @@ -42,7 +42,7 @@ #define TQSESSIONMANAGER_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqwindowdefs.h" #include "ntqstring.h" #include "ntqstringlist.h" diff --git a/src/kernel/ntqsignal.h b/src/kernel/ntqsignal.h index 942eaaeb9..bb3875a09 100644 --- a/src/kernel/ntqsignal.h +++ b/src/kernel/ntqsignal.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "ntqvariant.h" -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H diff --git a/src/kernel/ntqsignalmapper.h b/src/kernel/ntqsignalmapper.h index b8125e57b..aed7e72d4 100644 --- a/src/kernel/ntqsignalmapper.h +++ b/src/kernel/ntqsignalmapper.h @@ -42,7 +42,7 @@ #define TQSIGNALMAPPER_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_SIGNALMAPPER class TQSignalMapperData; diff --git a/src/kernel/ntqsocketnotifier.h b/src/kernel/ntqsocketnotifier.h index 7a9c56fb3..717be3898 100644 --- a/src/kernel/ntqsocketnotifier.h +++ b/src/kernel/ntqsocketnotifier.h @@ -42,7 +42,7 @@ #define TQSOCKETNOTIFIER_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H diff --git a/src/kernel/ntqsound.h b/src/kernel/ntqsound.h index 19f1ba4ec..d3ba92ed3 100644 --- a/src/kernel/ntqsound.h +++ b/src/kernel/ntqsound.h @@ -41,7 +41,7 @@ #define TQSOUND_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_SOUND diff --git a/src/kernel/ntqstyle.h b/src/kernel/ntqstyle.h index 5ebbb2c5e..d4288aa33 100644 --- a/src/kernel/ntqstyle.h +++ b/src/kernel/ntqstyle.h @@ -41,7 +41,7 @@ #define TQSTYLE_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqpixmap.h" #include "ntqcolor.h" #include "ntqiconset.h" diff --git a/src/kernel/ntqstylesheet.h b/src/kernel/ntqstylesheet.h index 17f13a25b..2b397f946 100644 --- a/src/kernel/ntqstylesheet.h +++ b/src/kernel/ntqstylesheet.h @@ -46,7 +46,7 @@ #include "ntqvaluelist.h" #include "ntqptrvector.h" #include "ntqdict.h" -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_RICHTEXT diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 1d2147fae..2e4c2caaa 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -20,7 +20,7 @@ #include "ntqshared.h" #include "ntqptrcollection.h" #include "ntqglist.h" -#include "ntqobjectdefs.h" +#include "tqobjectdefs.h" #include "ntqnamespace.h" #include "ntqgarray.h" #include "ntqmemarray.h" @@ -59,7 +59,7 @@ #include "ntqstringlist.h" #include "ntqcolor.h" #include <ntqdom.h> -#include "ntqobject.h" +#include "tqobject.h" #include <ntqdrawutil.h> #include "ntqbrush.h" #include "ntqpalette.h" @@ -140,10 +140,10 @@ #include <ntqnetwork.h> #include <ntqftp.h> #include "ntqguardedptr.h" -#include <ntqobjectcleanuphandler.h> +#include <tqobjectcleanuphandler.h> #include "ntqsqlfield.h" -#include <ntqobjectdict.h> -#include <ntqobjectlist.h> +#include <tqobjectdict.h> +#include <tqobjectlist.h> #include <ntqcolordialog.h> #include <ntqpaintdevicemetrics.h> #include "ntqpointarray.h" diff --git a/src/kernel/ntqtimer.h b/src/kernel/ntqtimer.h index 1b3045caa..40aae8724 100644 --- a/src/kernel/ntqtimer.h +++ b/src/kernel/ntqtimer.h @@ -42,7 +42,7 @@ #define TQTIMER_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H diff --git a/src/kernel/ntqtranslator.h b/src/kernel/ntqtranslator.h index beb6f5528..e255b81e1 100644 --- a/src/kernel/ntqtranslator.h +++ b/src/kernel/ntqtranslator.h @@ -43,7 +43,7 @@ #define TQTRANSLATOR_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqvaluelist.h" #endif // QT_H diff --git a/src/kernel/ntqurloperator.h b/src/kernel/ntqurloperator.h index 1644922aa..986fb25aa 100644 --- a/src/kernel/ntqurloperator.h +++ b/src/kernel/ntqurloperator.h @@ -42,7 +42,7 @@ #define TQURLOPERATOR_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqurl.h" #include "ntqptrlist.h" #include "ntqnetworkprotocol.h" diff --git a/src/kernel/ntqwidget.h b/src/kernel/ntqwidget.h index 7e589c1a8..d328dd95d 100644 --- a/src/kernel/ntqwidget.h +++ b/src/kernel/ntqwidget.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "ntqwindowdefs.h" -#include "ntqobject.h" +#include "tqobject.h" #include "ntqpaintdevice.h" #include "ntqpalette.h" #include "ntqfont.h" diff --git a/src/kernel/ntqwindowdefs.h b/src/kernel/ntqwindowdefs.h index 4af074cc9..ae28caace 100644 --- a/src/kernel/ntqwindowdefs.h +++ b/src/kernel/ntqwindowdefs.h @@ -43,7 +43,7 @@ #define TQWINDOWDEFS_H #ifndef QT_H -#include "ntqobjectdefs.h" +#include "tqobjectdefs.h" #include "ntqstring.h" #include "ntqnamespace.h" #endif // QT_H diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp index 45016b04c..31bd5ecc4 100644 --- a/src/kernel/qapplication.cpp +++ b/src/kernel/qapplication.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqapplication.h" #include "ntqeventloop.h" #include "qeventloop_p.h" diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp index 0148f8760..125f1fa21 100644 --- a/src/kernel/qapplication_x11.cpp +++ b/src/kernel/qapplication_x11.cpp @@ -67,7 +67,7 @@ #include "ntqcursor.h" #include "ntqwidget.h" #include "qwidget_p.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqwidgetlist.h" #include "ntqwidgetintdict.h" #include "ntqbitarray.h" diff --git a/src/kernel/qdesktopwidget_x11.cpp b/src/kernel/qdesktopwidget_x11.cpp index 449af4ffc..bb301e522 100644 --- a/src/kernel/qdesktopwidget_x11.cpp +++ b/src/kernel/qdesktopwidget_x11.cpp @@ -38,7 +38,7 @@ #include "ntqdesktopwidget.h" #include "ntqapplication.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "qt_x11_p.h" #include <cstdlib> diff --git a/src/kernel/qdnd_x11.cpp b/src/kernel/qdnd_x11.cpp index bad09d3cd..a50f23319 100644 --- a/src/kernel/qdnd_x11.cpp +++ b/src/kernel/qdnd_x11.cpp @@ -50,7 +50,7 @@ #include "ntqdict.h" #include "ntqguardedptr.h" #include "ntqdragobject.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqcursor.h" #include "ntqbitmap.h" #include "ntqpainter.h" diff --git a/src/kernel/qfontdata_p.h b/src/kernel/qfontdata_p.h index 9c21dfe60..991b61773 100644 --- a/src/kernel/qfontdata_p.h +++ b/src/kernel/qfontdata_p.h @@ -53,7 +53,7 @@ // // -#include "ntqobject.h" +#include "tqobject.h" #include "ntqfont.h" #include "ntqpaintdevicemetrics.h" diff --git a/src/kernel/qmovie.cpp b/src/kernel/qmovie.cpp index 6833762e8..2f83cabff 100644 --- a/src/kernel/qmovie.cpp +++ b/src/kernel/qmovie.cpp @@ -47,7 +47,7 @@ #include "ntqmovie.h" #include "ntqfile.h" #include "ntqbuffer.h" -#include "ntqobject.h" +#include "tqobject.h" #include "ntqpixmapcache.h" #ifndef TQT_NO_MOVIE diff --git a/src/kernel/qpixmap.cpp b/src/kernel/qpixmap.cpp index b11530f6c..4f05adc02 100644 --- a/src/kernel/qpixmap.cpp +++ b/src/kernel/qpixmap.cpp @@ -46,7 +46,7 @@ #include "ntqpainter.h" #include "ntqdatastream.h" #include "ntqbuffer.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqapplication.h" #include <private/qinternal_p.h> #include "ntqmime.h" diff --git a/src/kernel/qpixmapcache.cpp b/src/kernel/qpixmapcache.cpp index c30e5b9d0..16a7c5ed2 100644 --- a/src/kernel/qpixmapcache.cpp +++ b/src/kernel/qpixmapcache.cpp @@ -40,7 +40,7 @@ #include "ntqpixmapcache.h" #include "ntqcache.h" -#include "ntqobject.h" +#include "tqobject.h" #include "ntqcleanuphandler.h" diff --git a/src/kernel/qrichtext_p.h b/src/kernel/qrichtext_p.h index 428b0ec5d..1915820fa 100644 --- a/src/kernel/qrichtext_p.h +++ b/src/kernel/qrichtext_p.h @@ -66,14 +66,14 @@ #include "ntqsize.h" #include "ntqvaluelist.h" #include "ntqvaluestack.h" -#include "ntqobject.h" +#include "tqobject.h" #include "ntqdict.h" #include "ntqpixmap.h" #include "ntqstylesheet.h" #include "ntqptrvector.h" #include "ntqpainter.h" #include "ntqlayout.h" -#include "ntqobject.h" +#include "tqobject.h" #include "ntqapplication.h" #endif // QT_H diff --git a/src/kernel/qsizegrip.cpp b/src/kernel/qsizegrip.cpp index 7b8140c62..d27e0b534 100644 --- a/src/kernel/qsizegrip.cpp +++ b/src/kernel/qsizegrip.cpp @@ -50,7 +50,7 @@ #include "qt_x11_p.h" extern Atom qt_sizegrip; // defined in qapplication_x11.cpp #elif defined (TQ_WS_WIN ) -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "qt_windows.h" #elif defined(TQ_WS_MAC) bool qt_mac_update_sizer(TQWidget *, int); //qwidget_mac.cpp diff --git a/src/kernel/qstyle.cpp b/src/kernel/qstyle.cpp index 7d143270b..67b42e70f 100644 --- a/src/kernel/qstyle.cpp +++ b/src/kernel/qstyle.cpp @@ -49,7 +49,7 @@ #include "ntqlistview.h" #include "ntqpopupmenu.h" #include "ntqpushbutton.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqwidgetlist.h" #include <limits.h> diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index 684866e7d..6baa0c732 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -45,11 +45,11 @@ kernel { $$KERNEL_H/ntqmovie.h \ $$KERNEL_H/ntqnamespace.h \ $$KERNEL_H/ntqnetworkprotocol.h \ - $$KERNEL_H/ntqobject.h \ - $$KERNEL_H/ntqobjectcleanuphandler.h \ - $$KERNEL_H/ntqobjectdefs.h \ - $$KERNEL_H/ntqobjectdict.h \ - $$KERNEL_H/ntqobjectlist.h \ + $$KERNEL_H/tqobject.h \ + $$KERNEL_H/tqobjectcleanuphandler.h \ + $$KERNEL_H/tqobjectdefs.h \ + $$KERNEL_H/tqobjectdict.h \ + $$KERNEL_H/tqobjectlist.h \ $$KERNEL_H/ntqpaintdevice.h \ $$KERNEL_H/ntqpainter.h \ $$KERNEL_P/qpainter_p.h \ @@ -226,8 +226,8 @@ kernel { $$KERNEL_CPP/qmime.cpp \ $$KERNEL_CPP/qmovie.cpp \ $$KERNEL_CPP/qnetworkprotocol.cpp \ - $$KERNEL_CPP/qobject.cpp \ - $$KERNEL_CPP/qobjectcleanuphandler.cpp \ + $$KERNEL_CPP/tqobject.cpp \ + $$KERNEL_CPP/tqobjectcleanuphandler.cpp \ $$KERNEL_CPP/qpainter.cpp \ $$KERNEL_CPP/qpalette.cpp \ $$KERNEL_CPP/qpaintdevicemetrics.cpp \ diff --git a/src/kernel/qt_pch.h b/src/kernel/qt_pch.h index cdde3e790..1aef6f4a8 100644 --- a/src/kernel/qt_pch.h +++ b/src/kernel/qt_pch.h @@ -30,7 +30,7 @@ #include <ntqglobal.h> #include <ntqimage.h> #include <ntqmetaobject.h> // All moc genereated code has this include -#include <ntqobject.h> +#include <tqobject.h> #include <ntqpainter.h> #include <ntqpixmap.h> #include <qplatformdefs.h> diff --git a/src/kernel/qtimer.cpp b/src/kernel/qtimer.cpp index f7736c028..ca2dddb9e 100644 --- a/src/kernel/qtimer.cpp +++ b/src/kernel/qtimer.cpp @@ -40,7 +40,7 @@ #include "ntqtimer.h" #include "ntqsignal.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" /*! \class TQTimer ntqtimer.h diff --git a/src/kernel/qwidget.cpp b/src/kernel/qwidget.cpp index 1af274c6e..e855e7448 100644 --- a/src/kernel/qwidget.cpp +++ b/src/kernel/qwidget.cpp @@ -39,7 +39,7 @@ **********************************************************************/ -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqwidget.h" #include "ntqwidgetlist.h" #include "ntqwidgetintdict.h" diff --git a/src/kernel/qwidget_x11.cpp b/src/kernel/qwidget_x11.cpp index 0591ca4cf..db3500cfe 100644 --- a/src/kernel/qwidget_x11.cpp +++ b/src/kernel/qwidget_x11.cpp @@ -45,7 +45,7 @@ #include "ntqpainter.h" #include "ntqbitmap.h" #include "ntqimage.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqlayout.h" #include "ntqtextcodec.h" #include "ntqdatetime.h" diff --git a/src/kernel/qobject.cpp b/src/kernel/tqobject.cpp index bb4c848b8..d66f8cf16 100644 --- a/src/kernel/qobject.cpp +++ b/src/kernel/tqobject.cpp @@ -40,8 +40,8 @@ #include "ntqvariant.h" #include "ntqapplication.h" -#include "ntqobject.h" -#include "ntqobjectlist.h" +#include "tqobject.h" +#include "tqobjectlist.h" #include "ntqsignalslotimp.h" #include "ntqregexp.h" #include "ntqmetaobject.h" @@ -344,7 +344,7 @@ TQMetaCallEvent::~TQMetaCallEvent() /*! - \class TQObject ntqobject.h + \class TQObject tqobject.h \brief The TQObject class is the base class of all TQt objects. \ingroup objectmodel @@ -1473,7 +1473,7 @@ static void objSearch( TQObjectList *result, Returns a list of child objects, or 0 if this object has no children. - The TQObjectList class is defined in the \c ntqobjectlist.h header + The TQObjectList class is defined in the \c tqobjectlist.h header file. The first child added is the \link TQPtrList::first() first\endlink @@ -1495,7 +1495,7 @@ static void objSearch( TQObjectList *result, Returns a pointer to the list of all object trees (their root objects), or 0 if there are no objects. - The TQObjectList class is defined in the \c ntqobjectlist.h header + The TQObjectList class is defined in the \c tqobjectlist.h header file. The most recent root object created is the \link TQPtrList::first() @@ -1549,7 +1549,7 @@ const TQObjectList *TQObject::objectTrees() delete l; // delete the list, not the objects \endcode - The TQObjectList class is defined in the \c ntqobjectlist.h header + The TQObjectList class is defined in the \c tqobjectlist.h header file. \warning Delete the list as soon you have finished using it. The diff --git a/src/kernel/ntqobject.h b/src/kernel/tqobject.h index 19df54726..0d63af0a3 100644 --- a/src/kernel/ntqobject.h +++ b/src/kernel/tqobject.h @@ -42,7 +42,7 @@ #define TQOBJECT_H #ifndef QT_H -#include "ntqobjectdefs.h" +#include "tqobjectdefs.h" #include "ntqwindowdefs.h" #include "ntqstring.h" #include "ntqevent.h" @@ -50,6 +50,8 @@ #include "ntqnamespace.h" #endif // QT_H +#include <tqt.h> + #define TQT_TR_NOOP(x) (x) #define TQT_TRANSLATE_NOOP(scope,x) (x) diff --git a/src/kernel/qobjectcleanuphandler.cpp b/src/kernel/tqobjectcleanuphandler.cpp index 8523e4add..f06ebb7f3 100644 --- a/src/kernel/qobjectcleanuphandler.cpp +++ b/src/kernel/tqobjectcleanuphandler.cpp @@ -36,11 +36,11 @@ ** **********************************************************************/ -#include "ntqobjectcleanuphandler.h" -#include "ntqobjectlist.h" +#include "tqobjectcleanuphandler.h" +#include "tqobjectlist.h" /*! - \class TQObjectCleanupHandler ntqobjectcleanuphandler.h + \class TQObjectCleanupHandler tqobjectcleanuphandler.h \brief The TQObjectCleanupHandler class watches the lifetime of multiple TQObjects. \ingroup objectmodel diff --git a/src/kernel/ntqobjectcleanuphandler.h b/src/kernel/tqobjectcleanuphandler.h index 82fe6d9b2..a4b83ee91 100644 --- a/src/kernel/ntqobjectcleanuphandler.h +++ b/src/kernel/tqobjectcleanuphandler.h @@ -40,7 +40,7 @@ #define TQOBJECTCLEANUPHANDLER_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H class TQObjectList; diff --git a/src/kernel/ntqobjectdefs.h b/src/kernel/tqobjectdefs.h index ba5e12b88..ba5e12b88 100644 --- a/src/kernel/ntqobjectdefs.h +++ b/src/kernel/tqobjectdefs.h diff --git a/src/kernel/ntqobjectdict.h b/src/kernel/tqobjectdict.h index 4ee49faf2..4ee49faf2 100644 --- a/src/kernel/ntqobjectdict.h +++ b/src/kernel/tqobjectdict.h diff --git a/src/kernel/ntqobjectlist.h b/src/kernel/tqobjectlist.h index 80c353f0d..830a32e33 100644 --- a/src/kernel/ntqobjectlist.h +++ b/src/kernel/tqobjectlist.h @@ -42,7 +42,7 @@ #define TQOBJECTLIST_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqptrlist.h" #endif // QT_H diff --git a/src/moc/moc.y b/src/moc/moc.y index 4b754b7bc..796647595 100644 --- a/src/moc/moc.y +++ b/src/moc/moc.y @@ -2135,7 +2135,7 @@ void registerClassInNamespace() // // Remove white space from TQ_SIGNAL and TQ_SLOT names. -// This function has been copied from qobject.cpp. +// This function has been copied from tqobject.cpp. // inline bool isSpace( char x ) @@ -3116,7 +3116,7 @@ void generateClass() // generate C++ source code for a class if ( !predef_call_func && !included_list_headers ) { // yes we need it, because otherwise TQT_VERSION may not be defined - fprintf( out, "\n#include <%sntqobjectdefs.h>\n", (const char*)g->qtPath ); + fprintf( out, "\n#include <%stqobjectdefs.h>\n", (const char*)g->qtPath ); fprintf( out, "#include <%sntqsignalslotimp.h>\n", (const char*)g->qtPath ); included_list_headers = TRUE; } diff --git a/src/moc/moc_yacc.cpp b/src/moc/moc_yacc.cpp index ef980dd34..d6b97ad85 100644 --- a/src/moc/moc_yacc.cpp +++ b/src/moc/moc_yacc.cpp @@ -5010,7 +5010,7 @@ void registerClassInNamespace() // // Remove white space from TQ_SIGNAL and TQ_SLOT names. -// This function has been copied from qobject.cpp. +// This function has been copied from tqobject.cpp. // inline bool isSpace( char x ) @@ -5991,7 +5991,7 @@ void generateClass() // generate C++ source code for a class if ( !predef_call_func && !included_list_headers ) { // yes we need it, because otherwise TQT_VERSION may not be defined - fprintf( out, "\n#include <%sntqobjectdefs.h>\n", (const char*)g->qtPath ); + fprintf( out, "\n#include <%stqobjectdefs.h>\n", (const char*)g->qtPath ); fprintf( out, "#include <%sntqsignalslotimp.h>\n", (const char*)g->qtPath ); included_list_headers = TRUE; } diff --git a/src/network/ntqdns.h b/src/network/ntqdns.h index 1c0559151..7201c3043 100644 --- a/src/network/ntqdns.h +++ b/src/network/ntqdns.h @@ -42,7 +42,7 @@ #define TQDNS_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqhostaddress.h" #include "ntqsocketnotifier.h" #include "ntqstringlist.h" diff --git a/src/network/ntqhttp.h b/src/network/ntqhttp.h index 8fc966bc3..f201363c8 100644 --- a/src/network/ntqhttp.h +++ b/src/network/ntqhttp.h @@ -42,7 +42,7 @@ #define TQHTTP_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqnetworkprotocol.h" #include "ntqstringlist.h" #endif // QT_H diff --git a/src/network/ntqserversocket.h b/src/network/ntqserversocket.h index f00f4c775..ab9c242ed 100644 --- a/src/network/ntqserversocket.h +++ b/src/network/ntqserversocket.h @@ -42,7 +42,7 @@ #define TQSERVERSOCKET_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqhostaddress.h" #include "ntqsocketdevice.h" // ### remove or keep for users' convenience? #endif // QT_H diff --git a/src/network/ntqsocket.h b/src/network/ntqsocket.h index 90f1f74ac..4946e81f5 100644 --- a/src/network/ntqsocket.h +++ b/src/network/ntqsocket.h @@ -42,7 +42,7 @@ #define TQSOCKET_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqiodevice.h" #include "ntqhostaddress.h" // int->TQHostAddress conversion #endif // QT_H diff --git a/src/sql/ntqeditorfactory.h b/src/sql/ntqeditorfactory.h index 212424003..cea5885ac 100644 --- a/src/sql/ntqeditorfactory.h +++ b/src/sql/ntqeditorfactory.h @@ -42,7 +42,7 @@ #define TQEDITORFACTORY_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqvariant.h" #endif // QT_H diff --git a/src/sql/ntqsqldatabase.h b/src/sql/ntqsqldatabase.h index 1fed63e04..c50955e82 100644 --- a/src/sql/ntqsqldatabase.h +++ b/src/sql/ntqsqldatabase.h @@ -42,7 +42,7 @@ #define TQSQLDATABASE_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqstring.h" #include "ntqsqlquery.h" #include "ntqstringlist.h" diff --git a/src/sql/ntqsqldriver.h b/src/sql/ntqsqldriver.h index b1b2fcb3a..ce900b72a 100644 --- a/src/sql/ntqsqldriver.h +++ b/src/sql/ntqsqldriver.h @@ -42,7 +42,7 @@ #define TQSQLDRIVER_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqptrdict.h" #include "ntqstring.h" #include "ntqsqlerror.h" diff --git a/src/sql/ntqsqlform.h b/src/sql/ntqsqlform.h index 3d3b6272f..7771f7b70 100644 --- a/src/sql/ntqsqlform.h +++ b/src/sql/ntqsqlform.h @@ -42,7 +42,7 @@ #define TQSQLFORM_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqmap.h" #endif // QT_H diff --git a/src/sql/ntqsqlquery.h b/src/sql/ntqsqlquery.h index d1f56f858..62df18531 100644 --- a/src/sql/ntqsqlquery.h +++ b/src/sql/ntqsqlquery.h @@ -42,7 +42,7 @@ #define TQSQLQUERY_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqstring.h" #include "ntqvariant.h" #include "ntqvaluelist.h" diff --git a/src/sql/qsqldatabase.cpp b/src/sql/qsqldatabase.cpp index 66c1725aa..e21af1d36 100644 --- a/src/sql/qsqldatabase.cpp +++ b/src/sql/qsqldatabase.cpp @@ -81,7 +81,7 @@ #include "qsqldriverinterface_p.h" #include <private/qpluginmanager_p.h> #include <private/qsqlextension_p.h> -#include "ntqobject.h" +#include "tqobject.h" #include "ntqguardedptr.h" #include "ntqcleanuphandler.h" #include "ntqdict.h" diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp index f5c57d46f..3ce552ebd 100644 --- a/src/styles/qcommonstyle.cpp +++ b/src/styles/qcommonstyle.cpp @@ -172,7 +172,7 @@ static void tqt_style_control_element_data_null_cleanup() { #include <ntqmetaobject.h> -// Keep in sync with duplicate definition in qobject.cpp +// Keep in sync with duplicate definition in tqobject.cpp class TQStyleControlElementDataPrivate { public: bool isTQPushButton; diff --git a/src/styles/qstyleplugin.cpp b/src/styles/qstyleplugin.cpp index c6512de1f..2650708c1 100644 --- a/src/styles/qstyleplugin.cpp +++ b/src/styles/qstyleplugin.cpp @@ -44,7 +44,7 @@ #ifndef TQT_NO_COMPONENT #include "qstyleinterface_p.h" -#include "ntqobjectcleanuphandler.h" +#include "tqobjectcleanuphandler.h" #include "ntqstyle.h" /*! diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp index d3b130707..1bf789d22 100644 --- a/src/styles/qwindowsstyle.cpp +++ b/src/styles/qwindowsstyle.cpp @@ -63,7 +63,7 @@ #include "ntqbitmap.h" #include "ntqcleanuphandler.h" #include "ntqdockwindow.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqmenubar.h" #include <limits.h> diff --git a/src/table/qtable.cpp b/src/table/qtable.cpp index bf27224c8..31fa8e25d 100644 --- a/src/table/qtable.cpp +++ b/src/table/qtable.cpp @@ -53,7 +53,7 @@ #include <ntqcursor.h> #include <ntqapplication.h> #include <ntqtimer.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqiconset.h> #include <ntqcombobox.h> #include <ntqcheckbox.h> diff --git a/src/tools/qfile.cpp b/src/tools/qfile.cpp index 709d175bb..d5dae9a7e 100644 --- a/src/tools/qfile.cpp +++ b/src/tools/qfile.cpp @@ -56,7 +56,7 @@ #endif -// Duplicated from ntqobject.h, but we cannot include ntqobject.h here since +// Duplicated from tqobject.h, but we cannot include tqobject.h here since // it causes qmake to not build on irix g++ #define TQT_TRANSLATE_NOOP(scope,x) (x) diff --git a/src/tools/qwinexport.cpp b/src/tools/qwinexport.cpp index 38592c9bb..9fae544ac 100644 --- a/src/tools/qwinexport.cpp +++ b/src/tools/qwinexport.cpp @@ -4,7 +4,7 @@ #include <ntqaccessible.h> #include <ntqconnection.h> #include <ntqguardedptr.h> -#include <ntqobject.h> +#include <tqobject.h> #include <ntqpoint.h> #include <ntqrect.h> #include <ntqsignalslotimp.h> diff --git a/src/widgets/ntqaction.h b/src/widgets/ntqaction.h index a00d7d8fd..326b5236d 100644 --- a/src/widgets/ntqaction.h +++ b/src/widgets/ntqaction.h @@ -42,7 +42,7 @@ #define TQACTION_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqiconset.h" #include "ntqstring.h" #include "ntqkeysequence.h" diff --git a/src/widgets/ntqvalidator.h b/src/widgets/ntqvalidator.h index c5ddedaac..406d210f0 100644 --- a/src/widgets/ntqvalidator.h +++ b/src/widgets/ntqvalidator.h @@ -42,7 +42,7 @@ #define TQVALIDATOR_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqstring.h" // char*->TQString conversion #include "ntqregexp.h" // TQString->TQRegExp conversion #endif // QT_H diff --git a/src/widgets/ntqwhatsthis.h b/src/widgets/ntqwhatsthis.h index 98f1fd9fa..66b4b3c90 100644 --- a/src/widgets/ntqwhatsthis.h +++ b/src/widgets/ntqwhatsthis.h @@ -40,7 +40,7 @@ #define TQWHATSTHIS_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_WHATSTHIS diff --git a/src/widgets/qaction.cpp b/src/widgets/qaction.cpp index 361ed026e..cbeb093c3 100644 --- a/src/widgets/qaction.cpp +++ b/src/widgets/qaction.cpp @@ -49,7 +49,7 @@ #include "ntqtooltip.h" #include "ntqwhatsthis.h" #include "ntqstatusbar.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" /*! diff --git a/src/widgets/qgroupbox.cpp b/src/widgets/qgroupbox.cpp index 9a31d397f..f9b450e66 100644 --- a/src/widgets/qgroupbox.cpp +++ b/src/widgets/qgroupbox.cpp @@ -46,7 +46,7 @@ #include "ntqaccel.h" #include "ntqradiobutton.h" #include "ntqfocusdata.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqdrawutil.h" #include "ntqapplication.h" #include "ntqstyle.h" diff --git a/src/widgets/qhbox.cpp b/src/widgets/qhbox.cpp index 117164cfc..7f5e0c893 100644 --- a/src/widgets/qhbox.cpp +++ b/src/widgets/qhbox.cpp @@ -38,7 +38,7 @@ #ifndef TQT_NO_HBOX #include "ntqlayout.h" #include "ntqapplication.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" /*! diff --git a/src/widgets/qmainwindow.cpp b/src/widgets/qmainwindow.cpp index 69f4c16ad..970d8cdf4 100644 --- a/src/widgets/qmainwindow.cpp +++ b/src/widgets/qmainwindow.cpp @@ -43,7 +43,7 @@ #include "ntqtimer.h" #include "ntqlayout.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqintdict.h" #include "ntqapplication.h" #include "ntqptrlist.h" diff --git a/src/widgets/qpopupmenu.cpp b/src/widgets/qpopupmenu.cpp index ec93e3a22..afeb80f94 100644 --- a/src/widgets/qpopupmenu.cpp +++ b/src/widgets/qpopupmenu.cpp @@ -49,7 +49,7 @@ #include "ntqpixmapcache.h" #include "ntqtimer.h" #include "ntqwhatsthis.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqguardedptr.h" #include "qeffects_p.h" #include "ntqcursor.h" diff --git a/src/widgets/qscrollview.cpp b/src/widgets/qscrollview.cpp index 493b88f8b..4198e3132 100644 --- a/src/widgets/qscrollview.cpp +++ b/src/widgets/qscrollview.cpp @@ -41,7 +41,7 @@ #include "ntqwidget.h" #ifndef TQT_NO_SCROLLVIEW #include "ntqscrollbar.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqpainter.h" #include "ntqpixmap.h" #include "ntqcursor.h" diff --git a/src/widgets/qsplitter.cpp b/src/widgets/qsplitter.cpp index c94757620..33e5250bf 100644 --- a/src/widgets/qsplitter.cpp +++ b/src/widgets/qsplitter.cpp @@ -47,7 +47,7 @@ #include "ntqbitmap.h" #include "ntqdrawutil.h" #include "ntqmemarray.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqpainter.h" #include "ntqptrlist.h" #include "ntqstyle.h" diff --git a/src/widgets/qtabwidget.cpp b/src/widgets/qtabwidget.cpp index 5f1949099..f6c54524c 100644 --- a/src/widgets/qtabwidget.cpp +++ b/src/widgets/qtabwidget.cpp @@ -40,7 +40,7 @@ #include "ntqtabwidget.h" #ifndef TQT_NO_TABWIDGET -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqtabbar.h" #include "ntqapplication.h" #include "ntqwidgetstack.h" diff --git a/src/widgets/qtoolbar.cpp b/src/widgets/qtoolbar.cpp index dfff7c763..fd5bf56a2 100644 --- a/src/widgets/qtoolbar.cpp +++ b/src/widgets/qtoolbar.cpp @@ -46,7 +46,7 @@ #include "ntqcursor.h" #include "ntqlayout.h" #include "ntqframe.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqpainter.h" #include "ntqdrawutil.h" #include "ntqtoolbutton.h" diff --git a/src/widgets/qtoolbox.cpp b/src/widgets/qtoolbox.cpp index d5c906477..a8d2523ac 100644 --- a/src/widgets/qtoolbox.cpp +++ b/src/widgets/qtoolbox.cpp @@ -47,7 +47,7 @@ #include <ntqscrollview.h> #include <ntqpainter.h> #include <ntqstyle.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqapplication.h> #include <ntqwidgetlist.h> #include <ntqlayout.h> diff --git a/src/widgets/qwidgetplugin.cpp b/src/widgets/qwidgetplugin.cpp index f7d0bb2f9..2d026221c 100644 --- a/src/widgets/qwidgetplugin.cpp +++ b/src/widgets/qwidgetplugin.cpp @@ -42,7 +42,7 @@ #ifndef TQT_NO_WIDGETPLUGIN #include "qwidgetinterface_p.h" -#include "ntqobjectcleanuphandler.h" +#include "tqobjectcleanuphandler.h" #include "ntqwidget.h" #ifdef QT_CONTAINER_CUSTOM_WIDGETS #include "ntqwidgetlist.h" diff --git a/src/widgets/qwidgetresizehandler_p.h b/src/widgets/qwidgetresizehandler_p.h index 08f04b65d..30f8e088c 100644 --- a/src/widgets/qwidgetresizehandler_p.h +++ b/src/widgets/qwidgetresizehandler_p.h @@ -54,7 +54,7 @@ // #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #endif // QT_H #ifndef TQT_NO_RESIZEHANDLER class TQMouseEvent; diff --git a/src/widgets/qwidgetstack.cpp b/src/widgets/qwidgetstack.cpp index 457376191..b8cb9e76a 100644 --- a/src/widgets/qwidgetstack.cpp +++ b/src/widgets/qwidgetstack.cpp @@ -43,7 +43,7 @@ #include "../kernel/qlayoutengine_p.h" #ifndef TQT_NO_WIDGETSTACK -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqfocusdata.h" #include "ntqbutton.h" #include "ntqbuttongroup.h" diff --git a/src/workspace/qworkspace.cpp b/src/workspace/qworkspace.cpp index ff8e3d03c..a2cd96faf 100644 --- a/src/workspace/qworkspace.cpp +++ b/src/workspace/qworkspace.cpp @@ -42,7 +42,7 @@ #ifndef TQT_NO_WORKSPACE #include "ntqapplication.h" #include "../widgets/qtitlebar_p.h" -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "ntqlayout.h" #include "ntqtoolbutton.h" #include "ntqlabel.h" diff --git a/src/xml/qxml.cpp b/src/xml/qxml.cpp index 9acdafc79..e211a88b0 100644 --- a/src/xml/qxml.cpp +++ b/src/xml/qxml.cpp @@ -47,7 +47,7 @@ #include "ntqvaluestack.h" // needed for TQT_TRANSLATE_NOOP: -#include "ntqobject.h" +#include "tqobject.h" #ifndef TQT_NO_XML diff --git a/tools/assistant/index.h b/tools/assistant/index.h index b8a421730..4e96b8de9 100644 --- a/tools/assistant/index.h +++ b/tools/assistant/index.h @@ -37,7 +37,7 @@ #include <ntqstringlist.h> #include <ntqdict.h> #include <ntqdatastream.h> -#include <ntqobject.h> +#include <tqobject.h> struct Document { Document( int d, int f ) : docNumber( d ), frequency( f ) {} diff --git a/tools/assistant/lib/ntqassistantclient.h b/tools/assistant/lib/ntqassistantclient.h index c3856e068..17796431c 100644 --- a/tools/assistant/lib/ntqassistantclient.h +++ b/tools/assistant/lib/ntqassistantclient.h @@ -34,7 +34,7 @@ #ifndef TQASSISTANTCLIENT_H #define TQASSISTANTCLIENT_H -#include <ntqobject.h> +#include <tqobject.h> class TQSocket; class TQProcess; diff --git a/tools/assistant/mainwindow.ui.h b/tools/assistant/mainwindow.ui.h index 480ba7283..ba2459317 100644 --- a/tools/assistant/mainwindow.ui.h +++ b/tools/assistant/mainwindow.ui.h @@ -36,7 +36,7 @@ #include <ntqtabwidget.h> #include <ntqfileinfo.h> #include <ntqaccel.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqtimer.h> #include <ntqdragobject.h> #include <ntqfontinfo.h> diff --git a/tools/designer/app/main.cpp b/tools/designer/app/main.cpp index 6d7a90c40..3a980ad75 100644 --- a/tools/designer/app/main.cpp +++ b/tools/designer/app/main.cpp @@ -44,7 +44,7 @@ #include "designerapp.h" #include <ntqtextstream.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqsettings.h> #include <ntqsplashscreen.h> #include <ntqdir.h> diff --git a/tools/designer/designer/actiondnd.cpp b/tools/designer/designer/actiondnd.cpp index 841ab00d6..ba791d06c 100644 --- a/tools/designer/designer/actiondnd.cpp +++ b/tools/designer/designer/actiondnd.cpp @@ -49,7 +49,7 @@ #include <ntqmainwindow.h> #include <ntqmenudata.h> #include <ntqmessagebox.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqpainter.h> #include <ntqstyle.h> #include <ntqtimer.h> diff --git a/tools/designer/designer/actioneditorimpl.cpp b/tools/designer/designer/actioneditorimpl.cpp index 46d5bd4f4..84f483923 100644 --- a/tools/designer/designer/actioneditorimpl.cpp +++ b/tools/designer/designer/actioneditorimpl.cpp @@ -48,7 +48,7 @@ #include <ntqcheckbox.h> #include <ntqpushbutton.h> #include <ntqpopupmenu.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> ActionEditor::ActionEditor( TQWidget* parent, const char* name, WFlags fl ) : ActionEditorBase( parent, name, fl ), currentAction( 0 ), formWindow( 0 ), diff --git a/tools/designer/designer/command.h b/tools/designer/designer/command.h index 12d518008..ce3ab98f6 100644 --- a/tools/designer/designer/command.h +++ b/tools/designer/designer/command.h @@ -41,7 +41,7 @@ #include <ntqrect.h> #include <ntqvaluelist.h> #include <ntqvariant.h> -#include <ntqobject.h> +#include <tqobject.h> #include <ntqlistview.h> #include <ntqptrlist.h> #include <ntqmap.h> diff --git a/tools/designer/designer/customwidgeteditorimpl.h b/tools/designer/designer/customwidgeteditorimpl.h index 49f28027c..b5efa95ac 100644 --- a/tools/designer/designer/customwidgeteditorimpl.h +++ b/tools/designer/designer/customwidgeteditorimpl.h @@ -38,7 +38,7 @@ #include "metadatabase.h" #include <ntqmap.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> class TQTimer; class TQListBoxItem; diff --git a/tools/designer/designer/designer_pch.h b/tools/designer/designer/designer_pch.h index 5cc5fd483..b2eefc7c0 100644 --- a/tools/designer/designer/designer_pch.h +++ b/tools/designer/designer/designer_pch.h @@ -23,7 +23,7 @@ #include <ntqmap.h> #include <ntqmessagebox.h> #include <ntqmetaobject.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqpainter.h> #include <ntqpixmap.h> #include <ntqpushbutton.h> diff --git a/tools/designer/designer/formfile.h b/tools/designer/designer/formfile.h index d0dbe5374..388bac97d 100644 --- a/tools/designer/designer/formfile.h +++ b/tools/designer/designer/formfile.h @@ -34,7 +34,7 @@ #ifndef FORMFILE_H #define FORMFILE_H -#include <ntqobject.h> +#include <tqobject.h> #include "timestamp.h" #include "metadatabase.h" diff --git a/tools/designer/designer/formwindow.cpp b/tools/designer/designer/formwindow.cpp index caf9d0030..3b1d169cd 100644 --- a/tools/designer/designer/formwindow.cpp +++ b/tools/designer/designer/formwindow.cpp @@ -55,7 +55,7 @@ #include <ntqpainter.h> #include <ntqpen.h> #include <ntqlabel.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqtimer.h> #include <ntqapplication.h> #include <ntqlayout.h> diff --git a/tools/designer/designer/hierarchyview.cpp b/tools/designer/designer/hierarchyview.cpp index 4e5c11276..6570b7979 100644 --- a/tools/designer/designer/hierarchyview.cpp +++ b/tools/designer/designer/hierarchyview.cpp @@ -50,7 +50,7 @@ #include "menubareditor.h" #include <ntqpalette.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqheader.h> #include <ntqpopupmenu.h> #include <ntqtabwidget.h> diff --git a/tools/designer/designer/layout.h b/tools/designer/designer/layout.h index 129e1f1f0..09c524025 100644 --- a/tools/designer/designer/layout.h +++ b/tools/designer/designer/layout.h @@ -37,7 +37,7 @@ #include <ntqwidget.h> #include <ntqmap.h> #include <ntqguardedptr.h> -#include <ntqobject.h> +#include <tqobject.h> #include <ntqlayout.h> #include <ntqmap.h> #include <ntqwidgetlist.h> diff --git a/tools/designer/designer/listboxrename.h b/tools/designer/designer/listboxrename.h index 8606dea42..c653f88b0 100644 --- a/tools/designer/designer/listboxrename.h +++ b/tools/designer/designer/listboxrename.h @@ -34,7 +34,7 @@ #ifndef LISTBOXRENAME_H #define LISTBOXRENAME_H -#include <ntqobject.h> +#include <tqobject.h> #include <ntqlistbox.h> class TQLineEdit; diff --git a/tools/designer/designer/listdnd.h b/tools/designer/designer/listdnd.h index df93f5cce..c3e414a03 100644 --- a/tools/designer/designer/listdnd.h +++ b/tools/designer/designer/listdnd.h @@ -34,7 +34,7 @@ #ifndef LISTDND_H #define LISTDND_H -#include <ntqobject.h> +#include <tqobject.h> #include <ntqscrollview.h> class ListDnd : public TQObject diff --git a/tools/designer/designer/mainwindow.h b/tools/designer/designer/mainwindow.h index 45722b379..43bbfbc9b 100644 --- a/tools/designer/designer/mainwindow.h +++ b/tools/designer/designer/mainwindow.h @@ -51,7 +51,7 @@ #include <ntqmap.h> #include <ntqguardedptr.h> #include <private/qpluginmanager_p.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> class TQToolBox; class PropertyEditor; diff --git a/tools/designer/designer/metadatabase.cpp b/tools/designer/designer/metadatabase.cpp index bdfd5cb97..6d6937fb8 100644 --- a/tools/designer/designer/metadatabase.cpp +++ b/tools/designer/designer/metadatabase.cpp @@ -42,10 +42,10 @@ #include "mainwindow.h" #include <ntqapplication.h> -#include <ntqobject.h> +#include <tqobject.h> #include <ntqlayout.h> #include <ntqptrdict.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqstrlist.h> #include <ntqmetaobject.h> #include <ntqwidgetlist.h> diff --git a/tools/designer/designer/popupmenueditor.cpp b/tools/designer/designer/popupmenueditor.cpp index f0903e000..721521621 100644 --- a/tools/designer/designer/popupmenueditor.cpp +++ b/tools/designer/designer/popupmenueditor.cpp @@ -36,7 +36,7 @@ #include <ntqdatastream.h> #include <ntqdragobject.h> #include <ntqlineedit.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqpainter.h> #include <ntqpopupmenu.h> #include <ntqrect.h> diff --git a/tools/designer/designer/previewwidgetimpl.cpp b/tools/designer/designer/previewwidgetimpl.cpp index aa75de704..39e011c80 100644 --- a/tools/designer/designer/previewwidgetimpl.cpp +++ b/tools/designer/designer/previewwidgetimpl.cpp @@ -31,7 +31,7 @@ ** **********************************************************************/ -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "previewwidgetimpl.h" PreviewWidget::PreviewWidget( TQWidget *parent, const char *name ) diff --git a/tools/designer/designer/project.cpp b/tools/designer/designer/project.cpp index 024d9a181..725e1ced1 100644 --- a/tools/designer/designer/project.cpp +++ b/tools/designer/designer/project.cpp @@ -46,7 +46,7 @@ #include <ntqfile.h> #include <ntqtextstream.h> #include <ntqurl.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqfeatures.h> #include <ntqtextcodec.h> #include <ntqdom.h> diff --git a/tools/designer/designer/project.h b/tools/designer/designer/project.h index f5c6f1485..ed0989d11 100644 --- a/tools/designer/designer/project.h +++ b/tools/designer/designer/project.h @@ -44,7 +44,7 @@ #include "../interfaces/projectsettingsiface.h" #include "sourcefile.h" #include "formfile.h" -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqptrdict.h> #include "formfile.h" diff --git a/tools/designer/designer/projectsettingsimpl.cpp b/tools/designer/designer/projectsettingsimpl.cpp index 19f6fedeb..d76638013 100644 --- a/tools/designer/designer/projectsettingsimpl.cpp +++ b/tools/designer/designer/projectsettingsimpl.cpp @@ -46,7 +46,7 @@ #include <ntqcheckbox.h> #include <ntqfiledialog.h> #include <ntqcombobox.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqheader.h> #include <ntqpushbutton.h> #include <ntqlabel.h> diff --git a/tools/designer/designer/propertyeditor.cpp b/tools/designer/designer/propertyeditor.cpp index 78bb88b78..99dfa2542 100644 --- a/tools/designer/designer/propertyeditor.cpp +++ b/tools/designer/designer/propertyeditor.cpp @@ -64,7 +64,7 @@ #include <ntqfontdialog.h> #include <ntqspinbox.h> #include <ntqevent.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqlistbox.h> #include <ntqfontdatabase.h> #include <ntqcolor.h> diff --git a/tools/designer/designer/propertyobject.h b/tools/designer/designer/propertyobject.h index 51c9db314..7aee8a15f 100644 --- a/tools/designer/designer/propertyobject.h +++ b/tools/designer/designer/propertyobject.h @@ -1,7 +1,7 @@ #ifndef PROPERTYOBJECT_H #define PROPERTYOBJECT_H -#include <ntqobject.h> +#include <tqobject.h> #include <ntqwidgetlist.h> #include <ntqcursor.h> diff --git a/tools/designer/designer/resource.cpp b/tools/designer/designer/resource.cpp index f683d3ec3..99a016e5f 100644 --- a/tools/designer/designer/resource.cpp +++ b/tools/designer/designer/resource.cpp @@ -67,8 +67,8 @@ #include <ntqmenudata.h> #include <ntqmessagebox.h> #include <ntqmetaobject.h> -#include <ntqobject.h> -#include <ntqobjectlist.h> +#include <tqobject.h> +#include <tqobjectlist.h> #include <ntqtabbar.h> #ifndef TQT_NO_TABLE #include <ntqtable.h> diff --git a/tools/designer/designer/sourcefile.h b/tools/designer/designer/sourcefile.h index b659efaa9..3eee5d420 100644 --- a/tools/designer/designer/sourcefile.h +++ b/tools/designer/designer/sourcefile.h @@ -34,7 +34,7 @@ #ifndef SOURCEFILE_H #define SOURCEFILE_H -#include <ntqobject.h> +#include <tqobject.h> #include "timestamp.h" struct DesignerSourceFile; diff --git a/tools/designer/designer/startdialogimpl.cpp b/tools/designer/designer/startdialogimpl.cpp index 0b5200fdd..8040a4aad 100644 --- a/tools/designer/designer/startdialogimpl.cpp +++ b/tools/designer/designer/startdialogimpl.cpp @@ -7,7 +7,7 @@ #include <ntqfiledialog.h> #include <ntqtabwidget.h> #include <ntqpoint.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqpushbutton.h> #include <ntqlayout.h> #include <ntqfileinfo.h> diff --git a/tools/designer/designer/timestamp.h b/tools/designer/designer/timestamp.h index bdb88d801..f63e687b5 100644 --- a/tools/designer/designer/timestamp.h +++ b/tools/designer/designer/timestamp.h @@ -34,7 +34,7 @@ #ifndef TIMESTAMP_H #define TIMESTAMP_H -#include <ntqobject.h> +#include <tqobject.h> #include <ntqdatetime.h> #include <ntqtimer.h> diff --git a/tools/designer/designer/widgetfactory.cpp b/tools/designer/designer/widgetfactory.cpp index 7a2e45865..6ad1b02d0 100644 --- a/tools/designer/designer/widgetfactory.cpp +++ b/tools/designer/designer/widgetfactory.cpp @@ -75,7 +75,7 @@ #include <ntqtabbar.h> #include <ntqlistbox.h> #include <ntqlistview.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqlcdnumber.h> #include <ntqslider.h> #include <ntqdial.h> @@ -101,7 +101,7 @@ #define NO_STATIC_COLORS #include <globaldefs.h> -#include <ntqobject.h> +#include <tqobject.h> FormWindow *find_formwindow( TQWidget *w ) { diff --git a/tools/designer/designer/widgetfactory.h b/tools/designer/designer/widgetfactory.h index c49066b4f..84aee8034 100644 --- a/tools/designer/designer/widgetfactory.h +++ b/tools/designer/designer/widgetfactory.h @@ -43,7 +43,7 @@ #include <ntqsize.h> #include <ntqpainter.h> #include <ntqevent.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqlabel.h> #include <ntqwizard.h> #include <ntqptrdict.h> diff --git a/tools/designer/designer/workspace.cpp b/tools/designer/designer/workspace.cpp index be050bce5..fa02c86c9 100644 --- a/tools/designer/designer/workspace.cpp +++ b/tools/designer/designer/workspace.cpp @@ -49,7 +49,7 @@ #include <ntqapplication.h> #include <ntqpainter.h> #include <ntqpen.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqworkspace.h> #include <ntqpopupmenu.h> #include <ntqtextstream.h> diff --git a/tools/designer/editor/browser.h b/tools/designer/editor/browser.h index ac8ada282..f8d53c2e1 100644 --- a/tools/designer/editor/browser.h +++ b/tools/designer/editor/browser.h @@ -34,7 +34,7 @@ #ifndef BROWSER_H #define BROWSER_H -#include <ntqobject.h> +#include <tqobject.h> class Editor; class TQTextCursor; diff --git a/tools/designer/editor/completion.h b/tools/designer/editor/completion.h index cb46fed8a..4b1b9d03c 100644 --- a/tools/designer/editor/completion.h +++ b/tools/designer/editor/completion.h @@ -36,7 +36,7 @@ #include <ntqstring.h> #include <ntqstringlist.h> -#include <ntqobject.h> +#include <tqobject.h> #include <ntqmap.h> class TQTextDocument; diff --git a/tools/designer/editor/viewmanager.cpp b/tools/designer/editor/viewmanager.cpp index e3627bf5e..989192d99 100644 --- a/tools/designer/editor/viewmanager.cpp +++ b/tools/designer/editor/viewmanager.cpp @@ -37,7 +37,7 @@ #include <ntqlayout.h> #include <private/qrichtext_p.h> #include "paragdata.h" -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqlabel.h> #include <ntqtimer.h> diff --git a/tools/designer/examples/opengl/main.cpp b/tools/designer/examples/opengl/main.cpp index 81a4b4ef3..c30e36307 100644 --- a/tools/designer/examples/opengl/main.cpp +++ b/tools/designer/examples/opengl/main.cpp @@ -34,7 +34,7 @@ #include <widgetinterface.h> -#include <ntqobjectcleanuphandler.h> +#include <tqobjectcleanuphandler.h> #include <ntqpixmap.h> #include "glwidget.h" diff --git a/tools/designer/examples/receiver2/receiver.h b/tools/designer/examples/receiver2/receiver.h index 773f47ec1..685da7e35 100644 --- a/tools/designer/examples/receiver2/receiver.h +++ b/tools/designer/examples/receiver2/receiver.h @@ -1,4 +1,4 @@ -#include <ntqobject.h> +#include <tqobject.h> #include <ntqdialog.h> class Receiver : public TQObject diff --git a/tools/designer/interfaces/classbrowserinterface.h b/tools/designer/interfaces/classbrowserinterface.h index 2762a3299..2b95e0679 100644 --- a/tools/designer/interfaces/classbrowserinterface.h +++ b/tools/designer/interfaces/classbrowserinterface.h @@ -48,7 +48,7 @@ // #include <private/qcom_p.h> -#include <ntqobject.h> +#include <tqobject.h> class TQListView; // {4ede3c32-ae96-4b7a-9e38-9f1d93592391} diff --git a/tools/designer/interfaces/designerinterface.h b/tools/designer/interfaces/designerinterface.h index 31b750e95..b98ff4d9a 100644 --- a/tools/designer/interfaces/designerinterface.h +++ b/tools/designer/interfaces/designerinterface.h @@ -53,7 +53,7 @@ #include <ntqmap.h> #include <ntqstringlist.h> #include <ntqwidgetlist.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> struct DesignerProject; struct DesignerDatabase; diff --git a/tools/designer/plugins/cppeditor/cppcompletion.cpp b/tools/designer/plugins/cppeditor/cppcompletion.cpp index a5643b918..ede83151c 100644 --- a/tools/designer/plugins/cppeditor/cppcompletion.cpp +++ b/tools/designer/plugins/cppeditor/cppcompletion.cpp @@ -33,9 +33,9 @@ **********************************************************************/ #include "cppcompletion.h" -#include <ntqobject.h> +#include <tqobject.h> #include <ntqmetaobject.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqregexp.h> CppEditorCompletion::CppEditorCompletion( Editor *e ) diff --git a/tools/designer/plugins/cppeditor/editorinterfaceimpl.h b/tools/designer/plugins/cppeditor/editorinterfaceimpl.h index d1270141a..7b3472371 100644 --- a/tools/designer/plugins/cppeditor/editorinterfaceimpl.h +++ b/tools/designer/plugins/cppeditor/editorinterfaceimpl.h @@ -36,7 +36,7 @@ #define EDITORINTERFACEIMPL_H #include <editorinterface.h> -#include <ntqobject.h> +#include <tqobject.h> #include <ntqguardedptr.h> class TQTimer; diff --git a/tools/designer/plugins/cppeditor/languageinterfaceimpl.cpp b/tools/designer/plugins/cppeditor/languageinterfaceimpl.cpp index 1fbd63e0d..aba6008c1 100644 --- a/tools/designer/plugins/cppeditor/languageinterfaceimpl.cpp +++ b/tools/designer/plugins/cppeditor/languageinterfaceimpl.cpp @@ -33,7 +33,7 @@ **********************************************************************/ #include "languageinterfaceimpl.h" -#include <ntqobject.h> +#include <tqobject.h> #include <designerinterface.h> #include <ntqfile.h> #include "yyreg.h" diff --git a/tools/designer/plugins/rc/rc2ui.cpp b/tools/designer/plugins/rc/rc2ui.cpp index 3189dde0a..c43bb65f6 100644 --- a/tools/designer/plugins/rc/rc2ui.cpp +++ b/tools/designer/plugins/rc/rc2ui.cpp @@ -846,7 +846,7 @@ bool RC2UI::makeStringTable() *out << "#define STRINGTABLE_H" << endl; *out << endl; *out << "#include <ntqstring.h>" << endl; - *out << "#include <ntqobject.h>" << endl; + *out << "#include <tqobject.h>" << endl; *out << endl; TQString ID; diff --git a/tools/designer/shared/parser.cpp b/tools/designer/shared/parser.cpp index f0624d7d2..d001d8bdb 100644 --- a/tools/designer/shared/parser.cpp +++ b/tools/designer/shared/parser.cpp @@ -32,7 +32,7 @@ **********************************************************************/ #include "parser.h" -#include <ntqobject.h> +#include <tqobject.h> #include <ntqstringlist.h> class NormalizeObject : public TQObject diff --git a/tools/designer/shared/ui2uib.cpp b/tools/designer/shared/ui2uib.cpp index fa3085e50..9aae425cb 100644 --- a/tools/designer/shared/ui2uib.cpp +++ b/tools/designer/shared/ui2uib.cpp @@ -42,7 +42,7 @@ #include <ntqdom.h> #include <ntqfile.h> #include <ntqfont.h> -#include <ntqobject.h> +#include <tqobject.h> #include <ntqrect.h> #include <ntqsizepolicy.h> diff --git a/tools/designer/uilib/qwidgetfactory.cpp b/tools/designer/uilib/qwidgetfactory.cpp index 428385d5d..78600c582 100644 --- a/tools/designer/uilib/qwidgetfactory.cpp +++ b/tools/designer/uilib/qwidgetfactory.cpp @@ -47,7 +47,7 @@ #include <ntqapplication.h> #include <ntqtooltip.h> #include <ntqwhatsthis.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <private/qpluginmanager_p.h> #include <ntqmime.h> #include <ntqdragobject.h> diff --git a/tools/msg2tqm/msg2tqm.cpp b/tools/msg2tqm/msg2tqm.cpp index 1f9688a6f..07c2ff463 100644 --- a/tools/msg2tqm/msg2tqm.cpp +++ b/tools/msg2tqm/msg2tqm.cpp @@ -210,7 +210,7 @@ void translate( const TQString& filename, const TQString& qmfile ) } -// workaround for BCC problem, ntqtranslator.h includes ntqwindowdefs.h via ntqobject.h, see NEEDS_QMAIN +// workaround for BCC problem, ntqtranslator.h includes ntqwindowdefs.h via tqobject.h, see NEEDS_QMAIN #if defined(main) #undef main #endif diff --git a/tools/qtconfig/mainwindow.cpp b/tools/qtconfig/mainwindow.cpp index 9a1d0044a..14edb1efa 100644 --- a/tools/qtconfig/mainwindow.cpp +++ b/tools/qtconfig/mainwindow.cpp @@ -41,7 +41,7 @@ #include <ntqcombobox.h> #include <ntqstylefactory.h> #include <ntqinputcontextfactory.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqfontdatabase.h> #include <ntqlineedit.h> #include <ntqlistbox.h> diff --git a/tools/qtconfig/previewwidget.cpp b/tools/qtconfig/previewwidget.cpp index 1bb32b1d6..e3433763e 100644 --- a/tools/qtconfig/previewwidget.cpp +++ b/tools/qtconfig/previewwidget.cpp @@ -33,7 +33,7 @@ #include "previewwidget.h" -#include <ntqobjectlist.h> +#include <tqobjectlist.h> PreviewWidget::PreviewWidget( TQWidget *parent, const char *name ) : PreviewWidgetBase( parent, name ) diff --git a/tutorial/t15/main.h b/tutorial/t15/main.h index 6cb8ee8ea..ed39316be 100644 --- a/tutorial/t15/main.h +++ b/tutorial/t15/main.h @@ -12,7 +12,7 @@ #define _MAIN_H_ #include <ntqapplication.h> -#include <ntqobject.h> +#include <tqobject.h> #include <ntqpushbutton.h> #include <ntqthread.h> |