From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/html/ntqvariant.html | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'doc/html/ntqvariant.html') diff --git a/doc/html/ntqvariant.html b/doc/html/ntqvariant.html index 90e4f86d0..fd4f55e4d 100644 --- a/doc/html/ntqvariant.html +++ b/doc/html/ntqvariant.html @@ -249,14 +249,14 @@ contain.
  • TQVariant::ByteArray - a TQByteArray
  • TQVariant::Bitmap - a TQBitmap
  • TQVariant::Bool - a bool -
  • TQVariant::Brush - a TQBrush -
  • TQVariant::Color - a TQColor -
  • TQVariant::ColorGroup - a TQColorGroup +
  • TQVariant::Brush - a TQBrush +
  • TQVariant::Color - a TQColor +
  • TQVariant::ColorGroup - a TQColorGroup
  • TQVariant::Cursor - a TQCursor
  • TQVariant::Date - a TQDate
  • TQVariant::DateTime - a TQDateTime
  • TQVariant::Double - a double -
  • TQVariant::Font - a TQFont +
  • TQVariant::Font - a TQFont
  • TQVariant::IconSet - a TQIconSet
  • TQVariant::Image - a TQImage
  • TQVariant::Int - an int @@ -333,7 +333,7 @@ is non-null. The variant creates a deep copy Constructs a new variant with a string list value, val. -

    TQVariant::TQVariant ( const TQFont & val ) +

    TQVariant::TQVariant ( const TQFont & val )

    Constructs a new variant with a font value, val. @@ -347,7 +347,7 @@ Constructs a new variant with an image value, val.

    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. -

    TQVariant::TQVariant ( const TQBrush & val ) +

    TQVariant::TQVariant ( const TQBrush & val )

    Constructs a new variant with a brush value, val. @@ -363,7 +363,7 @@ Constructs a new variant with a rect value, val. Constructs a new variant with a size value, val. -

    TQVariant::TQVariant ( const TQColor & val ) +

    TQVariant::TQVariant ( const TQColor & val )

    Constructs a new variant with a color value, val. @@ -371,7 +371,7 @@ Constructs a new variant with a color value, val. Constructs a new variant with a color palette value, val. -

    TQVariant::TQVariant ( const TQColorGroup & val ) +

    TQVariant::TQVariant ( const TQColorGroup & val )

    Constructs a new variant with a color group value, val. @@ -478,7 +478,7 @@ not possible the variant is set to a null bitmap. Returns the variant's value as bool reference. -

    TQBrush & TQVariant::asBrush () +

    TQBrush & TQVariant::asBrush ()

    Tries to convert the variant to hold a brush value. If that is not @@ -502,18 +502,18 @@ not possible the variant is set to an empty string.

    Returns a reference to the stored string.

    See also toCString(). -

    TQColor & TQVariant::asColor () +

    TQColor & TQVariant::asColor ()

    -

    Tries to convert the variant to hold a TQColor value. If that is +

    Tries to convert the variant to hold a TQColor value. If that is not possible the variant is set to an invalid color.

    Returns a reference to the stored color. -

    See also toColor() and TQColor::isValid(). +

    See also toColor() and TQColor::isValid(). -

    TQColorGroup & TQVariant::asColorGroup () +

    TQColorGroup & TQVariant::asColorGroup ()

    -

    Tries to convert the variant to hold a TQColorGroup value. If that +

    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.

    Returns a reference to the stored color group. @@ -547,10 +547,10 @@ not possible then the variant is set to an invalid date/time. Returns the variant's value as double reference. -

    TQFont & TQVariant::asFont () +

    TQFont & TQVariant::asFont ()

    -

    Tries to convert the variant to hold a TQFont. If that is not +

    Tries to convert the variant to hold a TQFont. If that is not possible the variant is set to the application's default font.

    Returns a reference to the stored font.

    See also toFont(). @@ -878,9 +878,9 @@ and its lower-case content is not empty, "0" or "false"; otherwise returns FALSE.

    See also asBool() and canCast(). -

    const TQBrush TQVariant::toBrush () const +

    const TQBrush TQVariant::toBrush () const

    -Returns the variant as a TQBrush if the variant has type() Brush; +Returns the variant as a TQBrush if the variant has type() Brush; otherwise returns a default brush (with all black colors).

    See also asBrush(). @@ -896,15 +896,15 @@ Returns the variant as a TQCString if the variant c CString; otherwise returns 0.

    See also asCString() and canCast(). -

    const TQColor TQVariant::toColor () const +

    const TQColor TQVariant::toColor () const

    -Returns the variant as a TQColor if the variant can be cast to Color; +Returns the variant as a TQColor if the variant can be cast to Color; otherwise returns an invalid color.

    See also asColor() and canCast(). -

    const TQColorGroup TQVariant::toColorGroup () const +

    const TQColorGroup TQVariant::toColorGroup () const

    -Returns the variant as a TQColorGroup if the variant has type() +Returns the variant as a TQColorGroup if the variant has type() ColorGroup; otherwise returns a completely black color group.

    See also asColorGroup(). @@ -940,9 +940,9 @@ Double; otherwise returns 0.0. converted to a double; otherwise *ok is set to FALSE.

    See also asDouble() and canCast(). -

    const TQFont TQVariant::toFont () const +

    const TQFont TQVariant::toFont () const

    -Returns the variant as a TQFont if the variant can be cast to Font; +Returns the variant as a TQFont if the variant can be cast to Font; otherwise returns the application's default font.

    See also asFont() and canCast(). -- cgit v1.2.1