diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqwmatrix.3qt | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqwmatrix.3qt')
-rw-r--r-- | doc/man/man3/tqwmatrix.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqwmatrix.3qt b/doc/man/man3/tqwmatrix.3qt index 211b8b9c5..2e9353d45 100644 --- a/doc/man/man3/tqwmatrix.3qt +++ b/doc/man/man3/tqwmatrix.3qt @@ -119,10 +119,10 @@ QWMatrix \- 2D transformations of a coordinate system .SH RELATED FUNCTION DOCUMENTATION .in +1c .ti -1c -.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const QWMatrix & m )" +.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const QWMatrix & m )" .br .ti -1c -.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, QWMatrix & m )" +.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, QWMatrix & m )" .br .in -1c .SH DESCRIPTION @@ -408,7 +408,7 @@ Returns a reference to the matrix. See also translate(), shear(), and rotate(). .PP Examples: -.)l canvas/canvas.cpp, fileiconview/qfileiconview.cpp, movies/main.cpp, qmag/qmag.cpp, showimg/showimg.cpp, and xform/xform.cpp. +.)l canvas/canvas.cpp, fileiconview/tqfileiconview.cpp, movies/main.cpp, qmag/qmag.cpp, showimg/showimg.cpp, and xform/xform.cpp. .SH "void QWMatrix::setMatrix ( double m11, double m12, double m21, double m22, double dx, double dy )" Sets the matrix elements to the specified values, \fIm11\fR, \fIm12\fR, \fIm21\fR, \fIm22\fR, \fIdx\fR and \fIdy\fR. .SH "void QWMatrix::setTransformationMode ( QWMatrix::TransformationMode m )\fC [static]\fR" @@ -438,14 +438,14 @@ See also scale(), shear(), and rotate(). Examples: .)l canvas/canvas.cpp, drawdemo/drawdemo.cpp, t14/cannon.cpp, and xform/xform.cpp. .SH RELATED FUNCTION DOCUMENTATION -.SH "QDataStream & operator<< ( QDataStream & s, const QWMatrix & m )" +.SH "TQDataStream & operator<< ( TQDataStream & s, const QWMatrix & m )" Writes the matrix \fIm\fR to the stream \fIs\fR and returns a reference to the stream. .PP -See also Format of the QDataStream operators. -.SH "QDataStream & operator>> ( QDataStream & s, QWMatrix & m )" +See also Format of the TQDataStream operators. +.SH "TQDataStream & operator>> ( TQDataStream & s, QWMatrix & m )" Reads the matrix \fIm\fR from the stream \fIs\fR and returns a reference to the stream. .PP -See also Format of the QDataStream operators. +See also Format of the TQDataStream operators. .SH "SEE ALSO" .BR http://doc.trolltech.com/ntqwmatrix.html |