diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qglwidget.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qglwidget.html')
-rw-r--r-- | doc/html/qglwidget.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/qglwidget.html b/doc/html/qglwidget.html index 85905d51e..adc942c47 100644 --- a/doc/html/qglwidget.html +++ b/doc/html/qglwidget.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQGLWidget class is a widget for rendering OpenGL graphics. <a href="#details">More...</a> <p><tt>#include <<a href="qgl-h.html">ntqgl.h</a>></tt> -<p>Inherits <a href="ntqwidget.html">TQWidget</a> and <a href="ntqgl.html">TQGL</a>. +<p>Inherits <a href="tqwidget.html">TQWidget</a> and <a href="ntqgl.html">TQGL</a>. <p><a href="qglwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -97,7 +97,7 @@ The TQGLWidget class is a widget for rendering OpenGL graphics. <p> TQGLWidget provides functionality for displaying OpenGL<sup>*</sup> graphics integrated into a TQt application. It is very simple to use. You inherit from it and use the subclass like any other -<a href="ntqwidget.html">TQWidget</a>, except that instead of drawing the widget's contents +<a href="tqwidget.html">TQWidget</a>, except that instead of drawing the widget's contents using <a href="ntqpainter.html">TQPainter</a> etc. you use the standard OpenGL rendering commands. <p> TQGLWidget provides three convenient virtual functions that you can @@ -120,7 +120,7 @@ paintGL() is called. TQ_OBJECT // must include this if you use TQt signals/slots public: - MyGLDrawer( <a href="ntqwidget.html">TQWidget</a> *parent, const char *name ) + MyGLDrawer( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : TQGLWidget(parent, name) {} protected: @@ -198,14 +198,14 @@ United States and other countries. <p>See also <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="TQGLWidget"></a>TQGLWidget::TQGLWidget ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, const <a href="qglwidget.html">TQGLWidget</a> * shareWidget = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQGLWidget"></a>TQGLWidget::TQGLWidget ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, const <a href="qglwidget.html">TQGLWidget</a> * shareWidget = 0, WFlags f = 0 ) </h3> Constructs an OpenGL widget with a <em>parent</em> widget and a <em>name</em>. <p> The <a href="qglformat.html#defaultFormat">default format</a> is used. The widget will be <a href="#isValid">invalid</a> if the system has no <a href="qglformat.html#hasOpenGL">OpenGL support</a>. <p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed -to the <a href="ntqwidget.html">TQWidget</a> constructor. +to the <a href="tqwidget.html">TQWidget</a> constructor. <p> If the <em>shareWidget</em> parameter points to a valid TQGLWidget, this widget will share OpenGL display lists with <em>shareWidget</em>. If this widget and <em>shareWidget</em> have different <a href="#format">formats</a>, display list sharing may fail. You can check @@ -215,7 +215,7 @@ by overriding the <a href="#initializeGL">initializeGL</a>() function, rather th constructor of your TQGLWidget subclass. <p> <p>See also <a href="qglformat.html#defaultFormat">TQGLFormat::defaultFormat</a>(). -<h3 class=fn><a name="TQGLWidget-2"></a>TQGLWidget::TQGLWidget ( <a href="qglcontext.html">TQGLContext</a> * context, <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0, const <a href="qglwidget.html">TQGLWidget</a> * shareWidget = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQGLWidget-2"></a>TQGLWidget::TQGLWidget ( <a href="qglcontext.html">TQGLContext</a> * context, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0, const <a href="qglwidget.html">TQGLWidget</a> * shareWidget = 0, WFlags f = 0 ) </h3> Constructs an OpenGL widget with parent <em>parent</em>, called <em>name</em>. <p> The <em>context</em> argument is a pointer to the <a href="qglcontext.html">TQGLContext</a> that @@ -224,7 +224,7 @@ your own TQGLContext sub-classes. <p> The widget will be <a href="#isValid">invalid</a> if the system has no <a href="qglformat.html#hasOpenGL">OpenGL support</a>. <p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed -to the <a href="ntqwidget.html">TQWidget</a> constructor. +to the <a href="tqwidget.html">TQWidget</a> constructor. <p> If the <em>shareWidget</em> parameter points to a valid TQGLWidget, this widget will share OpenGL display lists with <em>shareWidget</em>. If this widget and <em>shareWidget</em> have different <a href="#format">formats</a>, display list sharing may fail. You can check @@ -234,7 +234,7 @@ by overriding the <a href="#initializeGL">initializeGL</a>() function, rather th constructor of your TQGLWidget subclass. <p> <p>See also <a href="qglformat.html#defaultFormat">TQGLFormat::defaultFormat</a>() and <a href="#isValid">isValid</a>(). -<h3 class=fn><a name="TQGLWidget-3"></a>TQGLWidget::TQGLWidget ( const <a href="qglformat.html">TQGLFormat</a> & format, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, const <a href="qglwidget.html">TQGLWidget</a> * shareWidget = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQGLWidget-3"></a>TQGLWidget::TQGLWidget ( const <a href="qglformat.html">TQGLFormat</a> & format, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, const <a href="qglwidget.html">TQGLWidget</a> * shareWidget = 0, WFlags f = 0 ) </h3> Constructs an OpenGL widget with parent <em>parent</em>, called <em>name</em>. <p> The <em>format</em> argument specifies the desired <a href="qglformat.html">rendering options</a>. If the underlying OpenGL/Window system @@ -244,7 +244,7 @@ nearest subset of features will be used. After creation, the <p> The widget will be <a href="#isValid">invalid</a> if the system has no <a href="qglformat.html#hasOpenGL">OpenGL support</a>. <p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed -to the <a href="ntqwidget.html">TQWidget</a> constructor. +to the <a href="tqwidget.html">TQWidget</a> constructor. <p> If the <em>shareWidget</em> parameter points to a valid TQGLWidget, this widget will share OpenGL display lists with <em>shareWidget</em>. If this widget and <em>shareWidget</em> have different <a href="#format">formats</a>, display list sharing may fail. You can check @@ -420,7 +420,7 @@ be called. <p> The widget's rendering context will become the current context and <a href="#initializeGL">initializeGL</a>() will be called if it hasn't already been called. -<p>Reimplemented from <a href="ntqwidget.html#paintEvent">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#paintEvent">TQWidget</a>. <h3 class=fn>void <a name="paintGL"></a>TQGLWidget::paintGL ()<tt> [virtual protected]</tt> </h3> This virtual function is called whenever the widget needs to be @@ -508,7 +508,7 @@ have the labels move with the model as it is rotated etc. <p> Handles resize events. Calls the virtual function <a href="#resizeGL">resizeGL</a>(). -<p>Reimplemented from <a href="ntqwidget.html#resizeEvent">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#resizeEvent">TQWidget</a>. <h3 class=fn>void <a name="resizeGL"></a>TQGLWidget::resizeGL ( int width, int height )<tt> [virtual protected]</tt> </h3> |