diff options
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r-- | doc/html/tqwidget.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 223017419..363f3b238 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -835,7 +835,7 @@ general you do not need to call it. <p> Closes this widget. Returns TRUE if the widget was closed; otherwise returns FALSE. -<p> First it sends the widget a <a href="qcloseevent.html">TQCloseEvent</a>. The widget is <a href="#hide">hidden</a> if it <a href="qcloseevent.html#accept">accepts</a> the close event. The default implementation of +<p> First it sends the widget a <a href="tqcloseevent.html">TQCloseEvent</a>. The widget is <a href="#hide">hidden</a> if it <a href="tqcloseevent.html#accept">accepts</a> the close event. The default implementation of <a href="#closeEvent">TQWidget::closeEvent</a>() accepts the close event. <p> The <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted when the last visible top level widget is closed. @@ -848,21 +848,21 @@ This is an overloaded member function, provided for convenience. It behaves esse otherwise returns FALSE. <p> If <em>alsoDelete</em> is TRUE or the widget has the <a href="ntqt.html#WidgetFlags-enum">WDestructiveClose</a> widget flag, the widget is also deleted. The widget can prevent itself from being closed by rejecting the -<a href="qcloseevent.html">TQCloseEvent</a> it gets. A close events is delivered to the widget +<a href="tqcloseevent.html">TQCloseEvent</a> it gets. A close events is delivered to the widget no matter if the widget is visible or not. <p> The <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted when the last visible top level widget is closed. <p> Note that closing the <a href="ntqapplication.html#mainWidget">TQApplication::mainWidget</a>() terminates the application. -<p> <p>See also <a href="#closeEvent">closeEvent</a>(), <a href="qcloseevent.html">TQCloseEvent</a>, <a href="#hide">hide</a>(), <a href="ntqapplication.html#quit">TQApplication::quit</a>(), <a href="ntqapplication.html#setMainWidget">TQApplication::setMainWidget</a>(), and <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>(). +<p> <p>See also <a href="#closeEvent">closeEvent</a>(), <a href="tqcloseevent.html">TQCloseEvent</a>, <a href="#hide">hide</a>(), <a href="ntqapplication.html#quit">TQApplication::quit</a>(), <a href="ntqapplication.html#setMainWidget">TQApplication::setMainWidget</a>(), and <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>(). -<h3 class=fn>void <a name="closeEvent"></a>TQWidget::closeEvent ( <a href="qcloseevent.html">TQCloseEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="closeEvent"></a>TQWidget::closeEvent ( <a href="tqcloseevent.html">TQCloseEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler, for event <em>e</em>, can be reimplemented in a subclass to receive widget close events. <p> The default implementation calls e->accept(), which hides this -widget. See the <a href="qcloseevent.html">TQCloseEvent</a> documentation for more details. -<p> <p>See also <a href="#event">event</a>(), <a href="#hide">hide</a>(), <a href="#close">close</a>(), and <a href="qcloseevent.html">TQCloseEvent</a>. +widget. See the <a href="tqcloseevent.html">TQCloseEvent</a> documentation for more details. +<p> <p>See also <a href="#event">event</a>(), <a href="#hide">hide</a>(), <a href="#close">close</a>(), and <a href="tqcloseevent.html">TQCloseEvent</a>. <p>Examples: <a href="tqaction-application-example.html#x1173">action/application.cpp</a>, <a href="simple-application-example.html#x1592">application/application.cpp</a>, <a href="canvas-chart-example.html#x2896">chart/chartform.cpp</a>, <a href="i18n-example.html#x1927">i18n/mywidget.cpp</a>, <a href="mdi-example.html#x2077">mdi/application.cpp</a>, <a href="popup-example.html#x1617">popup/popup.cpp</a>, and <a href="qwerty-example.html#x404">qwerty/qwerty.cpp</a>. <h3 class=fn>const <a href="tqcolorgroup.html">TQColorGroup</a> & <a name="colorGroup"></a>TQWidget::colorGroup () const @@ -880,14 +880,14 @@ the widget being initialized, and that may be called before widget's constructor. <p> <p>See also <a href="#polish">polish</a>(). -<h3 class=fn>void <a name="contextMenuEvent"></a>TQWidget::contextMenuEvent ( <a href="qcontextmenuevent.html">TQContextMenuEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="contextMenuEvent"></a>TQWidget::contextMenuEvent ( <a href="tqcontextmenuevent.html">TQContextMenuEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler, for event <em>e</em>, can be reimplemented in a subclass to receive widget context menu events. <p> The default implementation calls e->ignore(), which rejects the -context event. See the <a href="qcontextmenuevent.html">TQContextMenuEvent</a> documentation for +context event. See the <a href="tqcontextmenuevent.html">TQContextMenuEvent</a> documentation for more details. -<p> <p>See also <a href="#event">event</a>() and <a href="qcontextmenuevent.html">TQContextMenuEvent</a>. +<p> <p>See also <a href="#event">event</a>() and <a href="tqcontextmenuevent.html">TQContextMenuEvent</a>. <p>Example: <a href="menu-example.html#x1881">menu/menu.cpp</a>. <h3 class=fn>void <a name="create"></a>TQWidget::create ( WId window = 0, bool initializeWindow = TRUE, bool destroyOldWindow = TRUE )<tt> [virtual protected]</tt> @@ -901,7 +901,7 @@ window yourself (using platform native code). <p> The TQWidget constructor calls <a href="#create">create</a>(0,TRUE,TRUE) to create a window for this widget. -<h3 class=fn>const <a href="ntqcursor.html">TQCursor</a> & <a name="cursor"></a>TQWidget::cursor () const +<h3 class=fn>const <a href="tqcursor.html">TQCursor</a> & <a name="cursor"></a>TQWidget::cursor () const </h3><p>Returns the cursor shape for this widget. See the <a href="tqwidget.html#cursor-prop">"cursor"</a> property for details. <h3 class=fn>bool <a name="customWhatsThis"></a>TQWidget::customWhatsThis () const<tt> [virtual]</tt> @@ -1206,7 +1206,7 @@ button is released. <a href="#grabMouse">grabMouse</a>(). <p> <p>See also <a href="#releaseMouse">releaseMouse</a>(), <a href="#grabKeyboard">grabKeyboard</a>(), <a href="#releaseKeyboard">releaseKeyboard</a>(), <a href="#grabKeyboard">grabKeyboard</a>(), and <a href="#focusWidget">focusWidget</a>(). -<h3 class=fn>void <a name="grabMouse-2"></a>TQWidget::grabMouse ( const <a href="ntqcursor.html">TQCursor</a> & cursor ) +<h3 class=fn>void <a name="grabMouse-2"></a>TQWidget::grabMouse ( const <a href="tqcursor.html">TQCursor</a> & cursor ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Grabs the mouse input and changes the cursor shape. @@ -1913,7 +1913,7 @@ the widgets base size to width <em>basew</em> and height <em>baseh</em>. <h3 class=fn>void <a name="setCaption"></a>TQWidget::setCaption ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual slot]</tt> </h3><p>Sets the window caption (title). See the <a href="tqwidget.html#caption-prop">"caption"</a> property for details. -<h3 class=fn>void <a name="setCursor"></a>TQWidget::setCursor ( const <a href="ntqcursor.html">TQCursor</a> & )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setCursor"></a>TQWidget::setCursor ( const <a href="tqcursor.html">TQCursor</a> & )<tt> [virtual]</tt> </h3><p>Sets the cursor shape for this widget. See the <a href="tqwidget.html#cursor-prop">"cursor"</a> property for details. <h3 class=fn>void <a name="setDisabled"></a>TQWidget::setDisabled ( bool disable )<tt> [slot]</tt> @@ -2664,7 +2664,7 @@ inactive widget has the <a href="tqpalette.html#inactive">TQPalette::inactive</a <p> <p>See also <a href="#palette-prop">palette</a>. <p>Get this property's value with <a href="#colorGroup">colorGroup</a>(). -<h3 class=fn><a href="ntqcursor.html">TQCursor</a> <a name="cursor-prop"></a>cursor</h3> +<h3 class=fn><a href="tqcursor.html">TQCursor</a> <a name="cursor-prop"></a>cursor</h3> <p>This property holds the cursor shape for this widget. <p>The mouse cursor will assume this shape when it's over this widget. See the <a href="ntqt.html#CursorShape-enum">list of predefined cursor |