diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/man/man3/tqnpwidget.3qt | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt-0582c90a9ed4b965629267713f51c0da7c38b39d.zip |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqnpwidget.3qt')
-rw-r--r-- | doc/man/man3/tqnpwidget.3qt | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/man/man3/tqnpwidget.3qt b/doc/man/man3/tqnpwidget.3qt index 58b4fa9e8..9f1ac1d0e 100644 --- a/doc/man/man3/tqnpwidget.3qt +++ b/doc/man/man3/tqnpwidget.3qt @@ -1,5 +1,5 @@ '\" t -.TH QNPWidget 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQNPWidget 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,21 +7,21 @@ .ad l .nh .SH NAME -QNPWidget \- TQWidget that is a web browser plugin window +TQNPWidget \- TQWidget that is a web browser plugin window .SH SYNOPSIS This class is part of the \fBQt Netscape Extension\fR. .PP -\fC#include <ntqnp.h>\fR +\fC#include <tqnp.h>\fR .PP Inherits TQWidget. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQNPWidget\fR ()" +.BI "\fBTQNPWidget\fR ()" .br .ti -1c -.BI "\fB~QNPWidget\fR ()" +.BI "\fB~TQNPWidget\fR ()" .br .ti -1c .BI "virtual void \fBenterInstance\fR ()" @@ -30,21 +30,21 @@ Inherits TQWidget. .BI "virtual void \fBleaveInstance\fR ()" .br .ti -1c -.BI "QNPInstance * \fBinstance\fR ()" +.BI "TQNPInstance * \fBinstance\fR ()" .br .in -1c .SH DESCRIPTION This class is defined in the \fBQt Netscape Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API. .PP -The QNPWidget class provides a TQWidget that is a web browser plugin window. +The TQNPWidget class provides a TQWidget that is a web browser plugin window. .PP -Derive from QNPWidget to create a widget that can be used as a web browser plugin window, or create one and add child widgets. Instances of QNPWidget may only be created when QNPInstance::newWindow() is called by the browser. +Derive from TQNPWidget to create a widget that can be used as a web browser plugin window, or create one and add child widgets. Instances of TQNPWidget may only be created when TQNPInstance::newWindow() is called by the browser. .PP A common way to develop a plugin widget is to develop it as a stand-alone application window, then make it a \fIchild\fR of a plugin widget to use it as a browser plugin. The technique is: .PP .nf .br -class MyPluginWindow : public QNPWidget +class MyPluginWindow : public TQNPWidget .br { .br @@ -73,7 +73,7 @@ public: } .br .br - void resizeEvent(QResizeEvent*) + void resizeEvent(TQResizeEvent*) .br { .br @@ -88,23 +88,23 @@ public: .PP The default implementation is an empty window. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QNPWidget::QNPWidget ()" -Creates a QNPWidget. -.SH "QNPWidget::~QNPWidget ()" +.SH "TQNPWidget::TQNPWidget ()" +Creates a TQNPWidget. +.SH "TQNPWidget::~TQNPWidget ()" Destroys the window. This will be called by the plugin binding code when the window is no longer required. The web browser will delete windows when they leave the page. The bindings will change the TQWidget::winId() of the window when the window is resized, but this should not affect normal widget behavior. -.SH "void QNPWidget::enterInstance ()\fC [virtual]\fR" +.SH "void TQNPWidget::enterInstance ()\fC [virtual]\fR" Called when the mouse enters the plugin window. Does nothing by default. .PP Example: grapher/grapher.cpp. -.SH "QNPInstance * QNPWidget::instance ()" +.SH "TQNPInstance * TQNPWidget::instance ()" Returns the instance for which this widget is the plugin window. -.SH "void QNPWidget::leaveInstance ()\fC [virtual]\fR" +.SH "void TQNPWidget::leaveInstance ()\fC [virtual]\fR" Called when the mouse leaves the plugin window. Does nothing by default. .PP Example: grapher/grapher.cpp. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qnpwidget.html +.BR http://doc.trolltech.com/tqnpwidget.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |