diff options
Diffstat (limited to 'doc/html/tqobject.html')
-rw-r--r-- | doc/html/tqobject.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html index d381ffc36..221b74ff3 100644 --- a/doc/html/tqobject.html +++ b/doc/html/tqobject.html @@ -36,7 +36,7 @@ body { background: #ffffff; color: black; } <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="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="tqaction.html">TQAction</a>, <a href="ntqapplication.html">TQApplication</a>, <a href="ntqassistantclient.html">TQAssistantClient</a>, <a href="tqdatapump.html">TQDataPump</a>, <a href="tqwidget.html">TQWidget</a>, <a href="tqcanvas.html">TQCanvas</a>, <a href="tqstyle.html">TQStyle</a>, <a href="tqclipboard.html">TQClipboard</a>, <a href="tqdns.html">TQDns</a>, <a href="tqlayout.html">TQLayout</a>, <a href="tqdragobject.html">TQDragObject</a>, <a href="tqeditorfactory.html">TQEditorFactory</a>, <a href="tqeventloop.html">TQEventLoop</a>, <a href="tqfileiconprovider.html">TQFileIconProvider</a>, <a href="tqnetworkprotocol.html">TQNetworkProtocol</a>, <a href="tqnetworkoperation.html">TQNetworkOperation</a>, <a href="qnpinstance.html">TQNPInstance</a>, <a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a>, <a href="tqprocess.html">TQProcess</a>, <a href="tqserversocket.html">TQServerSocket</a>, <a href="tqsessionmanager.html">TQSessionManager</a>, <a href="tqsignal.html">TQSignal</a>, <a href="tqsignalmapper.html">TQSignalMapper</a>, <a href="tqsocket.html">TQSocket</a>, <a href="tqsocketnotifier.html">TQSocketNotifier</a>, <a href="ntqsound.html">TQSound</a>, <a href="tqsqldatabase.html">TQSqlDatabase</a>, <a href="tqsqldriver.html">TQSqlDriver</a>, <a href="tqsqlform.html">TQSqlForm</a>, <a href="tqstylesheet.html">TQStyleSheet</a>, <a href="tqtimer.html">TQTimer</a>, <a href="tqtooltipgroup.html">TQToolTipGroup</a>, <a href="tqtranslator.html">TQTranslator</a>, <a href="tqurloperator.html">TQUrlOperator</a>, and <a href="ntqvalidator.html">TQValidator</a>. +-<p>Inherited by <a href="tqaccel.html">TQAccel</a>, <a href="tqaccessibleobject.html">TQAccessibleObject</a>, <a href="tqaction.html">TQAction</a>, <a href="ntqapplication.html">TQApplication</a>, <a href="tqassistantclient.html">TQAssistantClient</a>, <a href="tqdatapump.html">TQDataPump</a>, <a href="tqwidget.html">TQWidget</a>, <a href="tqcanvas.html">TQCanvas</a>, <a href="tqstyle.html">TQStyle</a>, <a href="tqclipboard.html">TQClipboard</a>, <a href="tqdns.html">TQDns</a>, <a href="tqlayout.html">TQLayout</a>, <a href="tqdragobject.html">TQDragObject</a>, <a href="tqeditorfactory.html">TQEditorFactory</a>, <a href="tqeventloop.html">TQEventLoop</a>, <a href="tqfileiconprovider.html">TQFileIconProvider</a>, <a href="tqnetworkprotocol.html">TQNetworkProtocol</a>, <a href="tqnetworkoperation.html">TQNetworkOperation</a>, <a href="qnpinstance.html">TQNPInstance</a>, <a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a>, <a href="tqprocess.html">TQProcess</a>, <a href="tqserversocket.html">TQServerSocket</a>, <a href="tqsessionmanager.html">TQSessionManager</a>, <a href="tqsignal.html">TQSignal</a>, <a href="tqsignalmapper.html">TQSignalMapper</a>, <a href="tqsocket.html">TQSocket</a>, <a href="tqsocketnotifier.html">TQSocketNotifier</a>, <a href="ntqsound.html">TQSound</a>, <a href="tqsqldatabase.html">TQSqlDatabase</a>, <a href="tqsqldriver.html">TQSqlDriver</a>, <a href="tqsqlform.html">TQSqlForm</a>, <a href="tqstylesheet.html">TQStyleSheet</a>, <a href="tqtimer.html">TQTimer</a>, <a href="tqtooltipgroup.html">TQToolTipGroup</a>, <a href="tqtranslator.html">TQTranslator</a>, <a href="tqurloperator.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> @@ -225,7 +225,7 @@ depth-first search of the object's children. more than one, the first one found is retured; if you need all of them, use <a href="#queryList">queryList</a>(). -<h3 class=fn>void <a name="childEvent"></a>TQObject::childEvent ( <a href="qchildevent.html">TQChildEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="childEvent"></a>TQObject::childEvent ( <a href="tqchildevent.html">TQChildEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler can be reimplemented in a subclass to receive child events. @@ -245,7 +245,7 @@ will be a <tt>ChildRemoved</tt> event without a corresponding <tt>ChildInserted< in functions that depend on the state. One notable example is <a href="tqwidget.html#sizeHint">TQWidget::sizeHint</a>(). -<p> <p>See also <a href="#event">event</a>() and <a href="qchildevent.html">TQChildEvent</a>. +<p> <p>See also <a href="#event">event</a>() and <a href="tqchildevent.html">TQChildEvent</a>. <p>Reimplemented in <a href="tqmainwindow.html#childEvent">TQMainWindow</a> and <a href="ntqsplitter.html#childEvent">TQSplitter</a>. <h3 class=fn>const <a href="tqobjectlist.html">TQObjectList</a> * <a name="children"></a>TQObject::children () const @@ -352,13 +352,13 @@ expensive initialization only if something is connected to a signal. <p> <p>See also <a href="#connect">connect</a>() and <a href="#disconnectNotify">disconnectNotify</a>(). -<h3 class=fn>void <a name="customEvent"></a>TQObject::customEvent ( <a href="qcustomevent.html">TQCustomEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="customEvent"></a>TQObject::customEvent ( <a href="tqcustomevent.html">TQCustomEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler can be reimplemented in a subclass to receive custom events. Custom events are user-defined events with a type value at least as large as the "User" item of the <a href="tqevent.html#Type-enum">TQEvent::Type</a> -enum, and is typically a <a href="qcustomevent.html">TQCustomEvent</a> or TQCustomEvent subclass. -<p> <p>See also <a href="#event">event</a>() and <a href="qcustomevent.html">TQCustomEvent</a>. +enum, and is typically a <a href="tqcustomevent.html">TQCustomEvent</a> or TQCustomEvent subclass. +<p> <p>See also <a href="#event">event</a>() and <a href="tqcustomevent.html">TQCustomEvent</a>. <h3 class=fn>void <a name="deleteLater"></a>TQObject::deleteLater ()<tt> [slot]</tt> </h3> @@ -543,7 +543,7 @@ sure to return TRUE. Otherwise, TQt will forward the event to the deleted object and the program might crash. <p> <p>See also <a href="#installEventFilter">installEventFilter</a>(). -<p>Reimplemented in <a href="ntqaccel.html#eventFilter">TQAccel</a>, <a href="tqscrollview.html#eventFilter">TQScrollView</a>, and <a href="tqspinbox.html#eventFilter">TQSpinBox</a>. +<p>Reimplemented in <a href="tqaccel.html#eventFilter">TQAccel</a>, <a href="tqscrollview.html#eventFilter">TQScrollView</a>, and <a href="tqspinbox.html#eventFilter">TQSpinBox</a>. <h3 class=fn>bool <a name="highPriority"></a>TQObject::highPriority () const </h3> @@ -635,7 +635,7 @@ monitored objects: listView-><a href="#installEventFilter">installEventFilter</a>( keyPressEater ); </pre> -<p> The <a href="ntqaccel.html">TQAccel</a> class, for example, uses this technique to intercept +<p> The <a href="tqaccel.html">TQAccel</a> class, for example, uses this technique to intercept accelerator key presses. <p> <b>Warning:</b> If you delete the receiver object in your <a href="#eventFilter">eventFilter</a>() function, be sure to return TRUE. If you return FALSE, TQt sends |