diff options
Diffstat (limited to 'doc/html/ntqwidget.html')
-rw-r--r-- | doc/html/ntqwidget.html | 18 |
1 files changed, 9 insertions, 9 deletions
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>. |