diff options
Diffstat (limited to 'doc/man/man3/tqmotif.3qt')
-rw-r--r-- | doc/man/man3/tqmotif.3qt | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/man/man3/tqmotif.3qt b/doc/man/man3/tqmotif.3qt index 14202919b..670531e1b 100644 --- a/doc/man/man3/tqmotif.3qt +++ b/doc/man/man3/tqmotif.3qt @@ -1,5 +1,5 @@ '\" t -.TH QMotif 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQMotif 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 -QMotif \- The basis of the +TQMotif \- The basis of the .SH SYNOPSIS This class is part of the \fBQt Motif Extension\fR. .PP -\fC#include <qmotif.h>\fR +\fC#include <tqmotif.h>\fR .PP Inherits TQEventLoop. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQMotif\fR ( const char * applicationClass, XtAppContext context = NULL, XrmOptionDescRec * options = 0, int numOptions = 0 )" +.BI "\fBTQMotif\fR ( const char * applicationClass, XtAppContext context = NULL, XrmOptionDescRec * options = 0, int numOptions = 0 )" .br .ti -1c -.BI "\fB~QMotif\fR ()" +.BI "\fB~TQMotif\fR ()" .br .ti -1c .BI "XtAppContext \fBapplicationContext\fR () const" @@ -36,13 +36,13 @@ Inherits TQEventLoop. .SH DESCRIPTION This class is defined in the \fBQt Motif Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API. .PP -The QMotif class provides the basis of the Motif Extension. +The TQMotif class provides the basis of the Motif Extension. .PP -QMotif only provides a few public functions, but it is at the heart of the integration. QMotif is responsible for initializing the Xt toolkit and the Xt application context. It does not open a connection to the X server, that is done by QApplication. +TQMotif only provides a few public functions, but it is at the heart of the integration. TQMotif is responsible for initializing the Xt toolkit and the Xt application context. It does not open a connection to the X server, that is done by QApplication. .PP -The only member function in QMotif that depends on an X server connection is QMotif::initialize(). QMotif must be created before QApplication. +The only member function in TQMotif that depends on an X server connection is TQMotif::initialize(). TQMotif must be created before QApplication. .PP -Example usage of QMotif and QApplication: +Example usage of TQMotif and QApplication: .PP .nf .br @@ -57,7 +57,7 @@ Example usage of QMotif and QApplication: .br { .br - QMotif integrator( "AppClass" ); + TQMotif integrator( "AppClass" ); .br XtAppSetFallbackResources( integrator.applicationContext(), .br @@ -75,21 +75,21 @@ Example usage of QMotif and QApplication: .br .fi .SH MEMBER FUNCTION DOCUMENTATION -.SH "QMotif::QMotif ( const char * applicationClass, XtAppContext context = NULL, XrmOptionDescRec * options = 0, int numOptions = 0 )" -Creates QMotif, which allows TQt and Xt/Motif integration. +.SH "TQMotif::TQMotif ( const char * applicationClass, XtAppContext context = NULL, XrmOptionDescRec * options = 0, int numOptions = 0 )" +Creates TQMotif, which allows TQt and Xt/Motif integration. .PP -If \fIcontext\fR is 0, QMotif creates a default application context itself. The context is accessible through applicationContext(). +If \fIcontext\fR is 0, TQMotif creates a default application context itself. The context is accessible through applicationContext(). .PP All arguments passed to this function (\fIapplicationClass\fR, \fIoptions\fR and \fInumOptions\fR) are used to call XtDisplayInitialize() after QApplication has been constructed. -.SH "QMotif::~QMotif ()" -Destroys QMotif. -.SH "XtAppContext QMotif::applicationContext () const" +.SH "TQMotif::~TQMotif ()" +Destroys TQMotif. +.SH "XtAppContext TQMotif::applicationContext () const" Returns the application context. -.SH "Display * QMotif::x11Display ()\fC [static]\fR" +.SH "Display * TQMotif::x11Display ()\fC [static]\fR" Returns the X11 display connection used by the TQt Motif Extension. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmotif.html +.BR http://doc.trolltech.com/tqmotif.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |