From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqwmatrix.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqwmatrix.html') diff --git a/doc/html/ntqwmatrix.html b/doc/html/ntqwmatrix.html index caddb731b..745dfbdad 100644 --- a/doc/html/ntqwmatrix.html +++ b/doc/html/ntqwmatrix.html @@ -388,7 +388,7 @@ vertically.

Returns a reference to the matrix.

See also translate(), shear(), and rotate(). -

Examples: canvas/canvas.cpp, fileiconview/qfileiconview.cpp, movies/main.cpp, qmag/qmag.cpp, showimg/showimg.cpp, and xform/xform.cpp. +

Examples: canvas/canvas.cpp, fileiconview/tqfileiconview.cpp, movies/main.cpp, qmag/qmag.cpp, showimg/showimg.cpp, and xform/xform.cpp.

void TQWMatrix::setMatrix ( double m11, double m12, double m21, double m22, double dx, double dy )

Sets the matrix elements to the specified values, m11, m12, @@ -422,14 +422,14 @@ the Y-axis.

Examples: canvas/canvas.cpp, drawdemo/drawdemo.cpp, t14/cannon.cpp, and xform/xform.cpp.


Related Functions

-

TQDataStream & operator<< ( TQDataStream & s, const TQWMatrix & m ) +

TQDataStream & operator<< ( TQDataStream & s, const TQWMatrix & m )

Writes the matrix m to the stream s and returns a reference to the stream.

See also Format of the TQDataStream operators. -

TQDataStream & operator>> ( TQDataStream & s, TQWMatrix & m ) +

TQDataStream & operator>> ( TQDataStream & s, TQWMatrix & m )

Reads the matrix m from the stream s and returns a reference -- cgit v1.2.1