diff options
author | Michele Calgaro <[email protected]> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqvariant.3qt | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqvariant.3qt')
-rw-r--r-- | doc/man/man3/tqvariant.3qt | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/doc/man/man3/tqvariant.3qt b/doc/man/man3/tqvariant.3qt index 37125f393..5a75879ed 100644 --- a/doc/man/man3/tqvariant.3qt +++ b/doc/man/man3/tqvariant.3qt @@ -41,7 +41,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "\fBQVariant\fR ( const TQStringList & val )" .br .ti -1c -.BI "\fBQVariant\fR ( const QFont & val )" +.BI "\fBQVariant\fR ( const TQFont & val )" .br .ti -1c .BI "\fBQVariant\fR ( const QPixmap & val )" @@ -50,7 +50,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "\fBQVariant\fR ( const TQImage & val )" .br .ti -1c -.BI "\fBQVariant\fR ( const QBrush & val )" +.BI "\fBQVariant\fR ( const TQBrush & val )" .br .ti -1c .BI "\fBQVariant\fR ( const QPoint & val )" @@ -68,7 +68,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "\fBQVariant\fR ( const QPalette & val )" .br .ti -1c -.BI "\fBQVariant\fR ( const QColorGroup & val )" +.BI "\fBQVariant\fR ( const TQColorGroup & val )" .br .ti -1c .BI "\fBQVariant\fR ( const TQIconSet & val )" @@ -173,7 +173,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "const TQStringList \fBtoStringList\fR () const" .br .ti -1c -.BI "const QFont \fBtoFont\fR () const" +.BI "const TQFont \fBtoFont\fR () const" .br .ti -1c .BI "const QPixmap \fBtoPixmap\fR () const" @@ -182,7 +182,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "const TQImage \fBtoImage\fR () const" .br .ti -1c -.BI "const QBrush \fBtoBrush\fR () const" +.BI "const TQBrush \fBtoBrush\fR () const" .br .ti -1c .BI "const QPoint \fBtoPoint\fR () const" @@ -200,7 +200,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "const QPalette \fBtoPalette\fR () const" .br .ti -1c -.BI "const QColorGroup \fBtoColorGroup\fR () const" +.BI "const TQColorGroup \fBtoColorGroup\fR () const" .br .ti -1c .BI "const TQIconSet \fBtoIconSet\fR () const" @@ -296,7 +296,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "TQStringList & \fBasStringList\fR ()" .br .ti -1c -.BI "QFont & \fBasFont\fR ()" +.BI "TQFont & \fBasFont\fR ()" .br .ti -1c .BI "QPixmap & \fBasPixmap\fR ()" @@ -305,7 +305,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "TQImage & \fBasImage\fR ()" .br .ti -1c -.BI "QBrush & \fBasBrush\fR ()" +.BI "TQBrush & \fBasBrush\fR ()" .br .ti -1c .BI "QPoint & \fBasPoint\fR ()" @@ -323,7 +323,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "QPalette & \fBasPalette\fR ()" .br .ti -1c -.BI "QColorGroup & \fBasColorGroup\fR ()" +.BI "TQColorGroup & \fBasColorGroup\fR ()" .br .ti -1c .BI "TQIconSet & \fBasIconSet\fR ()" @@ -484,11 +484,11 @@ This enum type defines the types of variable that a QVariant can contain. .TP \fCQVariant::Bool\fR - a bool .TP -\fCQVariant::Brush\fR - a QBrush +\fCQVariant::Brush\fR - a TQBrush .TP \fCQVariant::Color\fR - a TQColor .TP -\fCQVariant::ColorGroup\fR - a QColorGroup +\fCQVariant::ColorGroup\fR - a TQColorGroup .TP \fCQVariant::Cursor\fR - a QCursor .TP @@ -498,7 +498,7 @@ This enum type defines the types of variable that a QVariant can contain. .TP \fCQVariant::Double\fR - a double .TP -\fCQVariant::Font\fR - a QFont +\fCQVariant::Font\fR - a TQFont .TP \fCQVariant::IconSet\fR - a TQIconSet .TP @@ -570,7 +570,7 @@ Constructs a new variant with a C-string value of \fIval\fR if \fIval\fR is non- If \fIval\fR is null, the resulting variant has type Invalid. .SH "QVariant::QVariant ( const TQStringList & val )" Constructs a new variant with a string list value, \fIval\fR. -.SH "QVariant::QVariant ( const QFont & val )" +.SH "QVariant::QVariant ( const TQFont & val )" Constructs a new variant with a font value, \fIval\fR. .SH "QVariant::QVariant ( const QPixmap & val )" Constructs a new variant with a pixmap value, \fIval\fR. @@ -578,7 +578,7 @@ Constructs a new variant with a pixmap value, \fIval\fR. Constructs a new variant with an image value, \fIval\fR. .PP Because TQImage is explicitly shared, you may need to pass a deep copy to the variant using TQImage::copy(), e.g. if you intend changing the image you've passed later on. -.SH "QVariant::QVariant ( const QBrush & val )" +.SH "QVariant::QVariant ( const TQBrush & val )" Constructs a new variant with a brush value, \fIval\fR. .SH "QVariant::QVariant ( const QPoint & val )" Constructs a new variant with a point value, \fIval\fR. @@ -590,7 +590,7 @@ Constructs a new variant with a size value, \fIval\fR. Constructs a new variant with a color value, \fIval\fR. .SH "QVariant::QVariant ( const QPalette & val )" Constructs a new variant with a color palette value, \fIval\fR. -.SH "QVariant::QVariant ( const QColorGroup & val )" +.SH "QVariant::QVariant ( const TQColorGroup & val )" Constructs a new variant with a color group value, \fIval\fR. .SH "QVariant::QVariant ( const TQIconSet & val )" Constructs a new variant with an icon set value, \fIval\fR. @@ -648,7 +648,7 @@ Returns a reference to the stored bitmap. See also toBitmap(). .SH "bool & QVariant::asBool ()" Returns the variant's value as bool reference. -.SH "QBrush & QVariant::asBrush ()" +.SH "TQBrush & QVariant::asBrush ()" Tries to convert the variant to hold a brush value. If that is not possible the variant is set to a default black brush. .PP Returns a reference to the stored brush. @@ -672,8 +672,8 @@ Tries to convert the variant to hold a TQColor value. If that is not possible th Returns a reference to the stored color. .PP See also toColor() and TQColor::isValid(). -.SH "QColorGroup & QVariant::asColorGroup ()" -Tries to convert the variant to hold a QColorGroup value. If that is not possible the variant is set to a color group of all black colors. +.SH "TQColorGroup & QVariant::asColorGroup ()" +Tries to convert the variant to hold a TQColorGroup value. If that is not possible the variant is set to a color group of all black colors. .PP Returns a reference to the stored color group. .PP @@ -698,8 +698,8 @@ Returns a reference to the stored date/time. See also toDateTime(). .SH "double & QVariant::asDouble ()" Returns the variant's value as double reference. -.SH "QFont & QVariant::asFont ()" -Tries to convert the variant to hold a QFont. If that is not possible the variant is set to the application's default font. +.SH "TQFont & QVariant::asFont ()" +Tries to convert the variant to hold a TQFont. If that is not possible the variant is set to the application's default font. .PP Returns a reference to the stored font. .PP @@ -929,8 +929,8 @@ Returns the variant as a bool if the variant can be cast to Bool; otherWise retu Returns TRUE if the variant has a numeric type and its value is non-zero, or if the variant has type String, ByteArray or CString and its lower-case content is not empty, "0" or "false"; otherwise returns FALSE. .PP See also asBool() and canCast(). -.SH "const QBrush QVariant::toBrush () const" -Returns the variant as a QBrush if the variant has type() Brush; otherwise returns a default brush (with all black colors). +.SH "const TQBrush QVariant::toBrush () const" +Returns the variant as a TQBrush if the variant has type() Brush; otherwise returns a default brush (with all black colors). .PP See also asBrush(). .SH "const TQByteArray QVariant::toByteArray () const" @@ -945,8 +945,8 @@ See also asCString() and canCast(). Returns the variant as a TQColor if the variant can be cast to Color; otherwise returns an invalid color. .PP See also asColor() and canCast(). -.SH "const QColorGroup QVariant::toColorGroup () const" -Returns the variant as a QColorGroup if the variant has type() ColorGroup; otherwise returns a completely black color group. +.SH "const TQColorGroup QVariant::toColorGroup () const" +Returns the variant as a TQColorGroup if the variant has type() ColorGroup; otherwise returns a completely black color group. .PP See also asColorGroup(). .SH "const QCursor QVariant::toCursor () const" @@ -971,8 +971,8 @@ Returns the variant as a double if the variant can be cast to Double; otherwise If \fIok\fR is non-null: \fI*ok\fR is set to TRUE if the value could be converted to a double; otherwise \fI*ok\fR is set to FALSE. .PP See also asDouble() and canCast(). -.SH "const QFont QVariant::toFont () const" -Returns the variant as a QFont if the variant can be cast to Font; otherwise returns the application's default font. +.SH "const TQFont QVariant::toFont () const" +Returns the variant as a TQFont if the variant can be cast to Font; otherwise returns the application's default font. .PP See also asFont() and canCast(). .SH "const TQIconSet QVariant::toIconSet () const" @@ -1124,7 +1124,7 @@ See also asULongLong() and canCast(). .SH "Type QVariant::type () const" Returns the storage type of the value stored in the variant. Usually it's best to test with canCast() whether the variant can deliver the data type you are interested in. .SH "const char * QVariant::typeName () const" -Returns the name of the type stored in the variant. The returned strings describe the C++ datatype used to store the data: for example, "QFont", "TQString", or "TQValueList<QVariant>". An Invalid variant returns 0. +Returns the name of the type stored in the variant. The returned strings describe the C++ datatype used to store the data: for example, "TQFont", "TQString", or "TQValueList<QVariant>". An Invalid variant returns 0. .SH "const char * QVariant::typeToName ( Type typ )\fC [static]\fR" Converts the enum representation of the storage type, \fItyp\fR, to its string representation. |