diff options
Diffstat (limited to 'doc/man/man3/tqvariant.3qt')
-rw-r--r-- | doc/man/man3/tqvariant.3qt | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/man/man3/tqvariant.3qt b/doc/man/man3/tqvariant.3qt index 460c44083..b1b255170 100644 --- a/doc/man/man3/tqvariant.3qt +++ b/doc/man/man3/tqvariant.3qt @@ -59,7 +59,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "\fBQVariant\fR ( const QRect & val )" .br .ti -1c -.BI "\fBQVariant\fR ( const QSize & val )" +.BI "\fBQVariant\fR ( const TQSize & val )" .br .ti -1c .BI "\fBQVariant\fR ( const TQColor & val )" @@ -131,7 +131,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "\fBQVariant\fR ( double val )" .br .ti -1c -.BI "\fBQVariant\fR ( QSizePolicy val )" +.BI "\fBQVariant\fR ( TQSizePolicy val )" .br .ti -1c .BI "QVariant & \fBoperator=\fR ( const QVariant & variant )" @@ -191,7 +191,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "const QRect \fBtoRect\fR () const" .br .ti -1c -.BI "const QSize \fBtoSize\fR () const" +.BI "const TQSize \fBtoSize\fR () const" .br .ti -1c .BI "const TQColor \fBtoColor\fR () const" @@ -263,7 +263,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "const TQMap<TQString, QVariant> \fBtoMap\fR () const" .br .ti -1c -.BI "QSizePolicy \fBtoSizePolicy\fR () const" +.BI "TQSizePolicy \fBtoSizePolicy\fR () const" .br .ti -1c .BI "TQValueListConstIterator<TQString> stringListBegin () const \fI(obsolete)\fR" @@ -314,7 +314,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "QRect & \fBasRect\fR ()" .br .ti -1c -.BI "QSize & \fBasSize\fR ()" +.BI "TQSize & \fBasSize\fR ()" .br .ti -1c .BI "TQColor & \fBasColor\fR ()" @@ -386,7 +386,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "TQMap<TQString, QVariant> & \fBasMap\fR ()" .br .ti -1c -.BI "QSizePolicy & \fBasSizePolicy\fR ()" +.BI "TQSizePolicy & \fBasSizePolicy\fR ()" .br .in -1c .SS "Static Public Members" @@ -530,9 +530,9 @@ This enum type defines the types of variable that a QVariant can contain. .TP \fCQVariant::Region\fR - a QRegion .TP -\fCQVariant::Size\fR - a QSize +\fCQVariant::Size\fR - a TQSize .TP -\fCQVariant::SizePolicy\fR - a QSizePolicy +\fCQVariant::SizePolicy\fR - a TQSizePolicy .TP \fCQVariant::String\fR - a TQString .TP @@ -552,7 +552,7 @@ Constructs an invalid variant. Constructs a new variant with a boolean value, \fIval\fR. The integer argument is a dummy, necessary for compatibility with some compilers. .SH "QVariant::QVariant ( double val )" Constructs a new variant with a floating point value, \fIval\fR. -.SH "QVariant::QVariant ( QSizePolicy val )" +.SH "QVariant::QVariant ( TQSizePolicy val )" Constructs a new variant with a size policy value, \fIval\fR. .SH "QVariant::QVariant ( const QVariant & p )" Constructs a copy of the variant, \fIp\fR, passed as the argument to this constructor. Usually this is a deep copy, but a shallow copy is made if the stored data type is explicitly shared, as e.g. TQImage is. @@ -584,7 +584,7 @@ Constructs a new variant with a brush value, \fIval\fR. Constructs a new variant with a point value, \fIval\fR. .SH "QVariant::QVariant ( const QRect & val )" Constructs a new variant with a rect value, \fIval\fR. -.SH "QVariant::QVariant ( const QSize & val )" +.SH "QVariant::QVariant ( const TQSize & val )" Constructs a new variant with a size value, \fIval\fR. .SH "QVariant::QVariant ( const TQColor & val )" Constructs a new variant with a color value, \fIval\fR. @@ -808,14 +808,14 @@ Tries to convert the variant to hold a QRegion value. If that is not possible th Returns a reference to the stored region. .PP See also toRegion(). -.SH "QSize & QVariant::asSize ()" -Tries to convert the variant to hold a QSize value. If that is not possible the variant is set to an invalid size. +.SH "TQSize & QVariant::asSize ()" +Tries to convert the variant to hold a TQSize value. If that is not possible the variant is set to an invalid size. .PP Returns a reference to the stored size. .PP -See also toSize() and QSize::isValid(). -.SH "QSizePolicy & QVariant::asSizePolicy ()" -Tries to convert the variant to hold a QSizePolicy value. If that fails, the variant is set to an arbitrary (valid) size policy. +See also toSize() and TQSize::isValid(). +.SH "TQSizePolicy & QVariant::asSizePolicy ()" +Tries to convert the variant to hold a TQSizePolicy value. If that fails, the variant is set to an arbitrary (valid) size policy. .SH "TQString & QVariant::asString ()" Tries to convert the variant to hold a string value. If that is not possible the variant is set to an empty string. .PP @@ -1071,12 +1071,12 @@ See also asRect(). Returns the variant as a QRegion if the variant has type() Region; otherwise returns an empty QRegion. .PP See also asRegion(). -.SH "const QSize QVariant::toSize () const" -Returns the variant as a QSize if the variant has type() Size; otherwise returns an invalid size. +.SH "const TQSize QVariant::toSize () const" +Returns the variant as a TQSize if the variant has type() Size; otherwise returns an invalid size. .PP See also asSize(). -.SH "QSizePolicy QVariant::toSizePolicy () const" -Returns the variant as a QSizePolicy if the variant has type() SizePolicy; otherwise returns an undefined (but legal) size policy. +.SH "TQSizePolicy QVariant::toSizePolicy () const" +Returns the variant as a TQSizePolicy if the variant has type() SizePolicy; otherwise returns an undefined (but legal) size policy. .SH "const TQString QVariant::toString () const" Returns the variant as a TQString if the variant can be cast to String, otherwise returns TQString::null. .PP |