summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqvariant.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/ntqvariant.html
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqvariant.html')
-rw-r--r--doc/html/ntqvariant.html48
1 files changed, 24 insertions, 24 deletions
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.
<li><tt>TQVariant::ByteArray</tt> - a <a href="tqbytearray.html">TQByteArray</a>
<li><tt>TQVariant::Bitmap</tt> - a <a href="tqbitmap.html">TQBitmap</a>
<li><tt>TQVariant::Bool</tt> - a bool
-<li><tt>TQVariant::Brush</tt> - a <a href="ntqbrush.html">TQBrush</a>
-<li><tt>TQVariant::Color</tt> - a <a href="ntqcolor.html">TQColor</a>
-<li><tt>TQVariant::ColorGroup</tt> - a <a href="qcolorgroup.html">TQColorGroup</a>
+<li><tt>TQVariant::Brush</tt> - a <a href="tqbrush.html">TQBrush</a>
+<li><tt>TQVariant::Color</tt> - a <a href="tqcolor.html">TQColor</a>
+<li><tt>TQVariant::ColorGroup</tt> - a <a href="tqcolorgroup.html">TQColorGroup</a>
<li><tt>TQVariant::Cursor</tt> - a <a href="ntqcursor.html">TQCursor</a>
<li><tt>TQVariant::Date</tt> - a <a href="tqdate.html">TQDate</a>
<li><tt>TQVariant::DateTime</tt> - a <a href="tqdatetime.html">TQDateTime</a>
<li><tt>TQVariant::Double</tt> - a double
-<li><tt>TQVariant::Font</tt> - a <a href="ntqfont.html">TQFont</a>
+<li><tt>TQVariant::Font</tt> - a <a href="tqfont.html">TQFont</a>
<li><tt>TQVariant::IconSet</tt> - a <a href="tqiconset.html">TQIconSet</a>
<li><tt>TQVariant::Image</tt> - a <a href="tqimage.html">TQImage</a>
<li><tt>TQVariant::Int</tt> - an int
@@ -333,7 +333,7 @@ is non-null. The variant creates a <a href="shclass.html#deep-copy">deep copy</a
</h3>
Constructs a new variant with a string list value, <em>val</em>.
-<h3 class=fn><a name="TQVariant-8"></a>TQVariant::TQVariant ( const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;val )
+<h3 class=fn><a name="TQVariant-8"></a>TQVariant::TQVariant ( const&nbsp;<a href="tqfont.html">TQFont</a>&nbsp;&amp;&nbsp;val )
</h3>
Constructs a new variant with a font value, <em>val</em>.
@@ -347,7 +347,7 @@ Constructs a new variant with an image value, <em>val</em>.
<p> Because <a href="tqimage.html">TQImage</a> is <a href="shclass.html#explicitly-shared">explicitly shared</a>, you may need to pass a <a href="shclass.html#deep-copy">deep copy</a> to the variant using <a href="tqimage.html#copy">TQImage::copy</a>(), e.g. if you intend
changing the image you've passed later on.
-<h3 class=fn><a name="TQVariant-b"></a>TQVariant::TQVariant ( const&nbsp;<a href="ntqbrush.html">TQBrush</a>&nbsp;&amp;&nbsp;val )
+<h3 class=fn><a name="TQVariant-b"></a>TQVariant::TQVariant ( const&nbsp;<a href="tqbrush.html">TQBrush</a>&nbsp;&amp;&nbsp;val )
</h3>
Constructs a new variant with a brush value, <em>val</em>.
@@ -363,7 +363,7 @@ Constructs a new variant with a rect value, <em>val</em>.
</h3>
Constructs a new variant with a size value, <em>val</em>.
-<h3 class=fn><a name="TQVariant-f"></a>TQVariant::TQVariant ( const&nbsp;<a href="ntqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;val )
+<h3 class=fn><a name="TQVariant-f"></a>TQVariant::TQVariant ( const&nbsp;<a href="tqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;val )
</h3>
Constructs a new variant with a color value, <em>val</em>.
@@ -371,7 +371,7 @@ Constructs a new variant with a color value, <em>val</em>.
</h3>
Constructs a new variant with a color palette value, <em>val</em>.
-<h3 class=fn><a name="TQVariant-h"></a>TQVariant::TQVariant ( const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;val )
+<h3 class=fn><a name="TQVariant-h"></a>TQVariant::TQVariant ( const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;val )
</h3>
Constructs a new variant with a color group value, <em>val</em>.
@@ -478,7 +478,7 @@ not possible the variant is set to a null bitmap.
</h3>
Returns the variant's value as bool reference.
-<h3 class=fn><a href="ntqbrush.html">TQBrush</a>&nbsp;&amp; <a name="asBrush"></a>TQVariant::asBrush ()
+<h3 class=fn><a href="tqbrush.html">TQBrush</a>&nbsp;&amp; <a name="asBrush"></a>TQVariant::asBrush ()
</h3>
<p> 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.
<p> Returns a reference to the stored string.
<p> <p>See also <a href="#toCString">toCString</a>().
-<h3 class=fn><a href="ntqcolor.html">TQColor</a>&nbsp;&amp; <a name="asColor"></a>TQVariant::asColor ()
+<h3 class=fn><a href="tqcolor.html">TQColor</a>&nbsp;&amp; <a name="asColor"></a>TQVariant::asColor ()
</h3>
-<p> Tries to convert the variant to hold a <a href="ntqcolor.html">TQColor</a> value. If that is
+<p> Tries to convert the variant to hold a <a href="tqcolor.html">TQColor</a> value. If that is
not possible the variant is set to an invalid color.
<p> Returns a reference to the stored color.
-<p> <p>See also <a href="#toColor">toColor</a>() and <a href="ntqcolor.html#isValid">TQColor::isValid</a>().
+<p> <p>See also <a href="#toColor">toColor</a>() and <a href="tqcolor.html#isValid">TQColor::isValid</a>().
-<h3 class=fn><a href="qcolorgroup.html">TQColorGroup</a>&nbsp;&amp; <a name="asColorGroup"></a>TQVariant::asColorGroup ()
+<h3 class=fn><a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp; <a name="asColorGroup"></a>TQVariant::asColorGroup ()
</h3>
-<p> Tries to convert the variant to hold a <a href="qcolorgroup.html">TQColorGroup</a> value. If that
+<p> Tries to convert the variant to hold a <a href="tqcolorgroup.html">TQColorGroup</a> value. If that
is not possible the variant is set to a color group of all black
colors.
<p> Returns a reference to the stored color group.
@@ -547,10 +547,10 @@ not possible then the variant is set to an invalid date/time.
</h3>
Returns the variant's value as double reference.
-<h3 class=fn><a href="ntqfont.html">TQFont</a>&nbsp;&amp; <a name="asFont"></a>TQVariant::asFont ()
+<h3 class=fn><a href="tqfont.html">TQFont</a>&nbsp;&amp; <a name="asFont"></a>TQVariant::asFont ()
</h3>
-<p> Tries to convert the variant to hold a <a href="ntqfont.html">TQFont</a>. If that is not
+<p> Tries to convert the variant to hold a <a href="tqfont.html">TQFont</a>. If that is not
possible the variant is set to the application's default font.
<p> Returns a reference to the stored font.
<p> <p>See also <a href="#toFont">toFont</a>().
@@ -878,9 +878,9 @@ and its lower-case content is not empty, "0" or "false"; otherwise
returns FALSE.
<p> <p>See also <a href="#asBool">asBool</a>() and <a href="#canCast">canCast</a>().
-<h3 class=fn>const&nbsp;<a href="ntqbrush.html">TQBrush</a> <a name="toBrush"></a>TQVariant::toBrush () const
+<h3 class=fn>const&nbsp;<a href="tqbrush.html">TQBrush</a> <a name="toBrush"></a>TQVariant::toBrush () const
</h3>
-Returns the variant as a <a href="ntqbrush.html">TQBrush</a> if the variant has <a href="#type">type</a>() Brush;
+Returns the variant as a <a href="tqbrush.html">TQBrush</a> if the variant has <a href="#type">type</a>() Brush;
otherwise returns a default brush (with all black colors).
<p> <p>See also <a href="#asBrush">asBrush</a>().
@@ -896,15 +896,15 @@ Returns the variant as a <a href="tqcstring.html">TQCString</a> if the variant c
CString; otherwise returns 0.
<p> <p>See also <a href="#asCString">asCString</a>() and <a href="#canCast">canCast</a>().
-<h3 class=fn>const&nbsp;<a href="ntqcolor.html">TQColor</a> <a name="toColor"></a>TQVariant::toColor () const
+<h3 class=fn>const&nbsp;<a href="tqcolor.html">TQColor</a> <a name="toColor"></a>TQVariant::toColor () const
</h3>
-Returns the variant as a <a href="ntqcolor.html">TQColor</a> if the variant can be cast to Color;
+Returns the variant as a <a href="tqcolor.html">TQColor</a> if the variant can be cast to Color;
otherwise returns an invalid color.
<p> <p>See also <a href="#asColor">asColor</a>() and <a href="#canCast">canCast</a>().
-<h3 class=fn>const&nbsp;<a href="qcolorgroup.html">TQColorGroup</a> <a name="toColorGroup"></a>TQVariant::toColorGroup () const
+<h3 class=fn>const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a> <a name="toColorGroup"></a>TQVariant::toColorGroup () const
</h3>
-Returns the variant as a <a href="qcolorgroup.html">TQColorGroup</a> if the variant has <a href="#type">type</a>()
+Returns the variant as a <a href="tqcolorgroup.html">TQColorGroup</a> if the variant has <a href="#type">type</a>()
ColorGroup; otherwise returns a completely black color group.
<p> <p>See also <a href="#asColorGroup">asColorGroup</a>().
@@ -940,9 +940,9 @@ Double; otherwise returns 0.0.
converted to a double; otherwise <em>*ok</em> is set to FALSE.
<p> <p>See also <a href="#asDouble">asDouble</a>() and <a href="#canCast">canCast</a>().
-<h3 class=fn>const&nbsp;<a href="ntqfont.html">TQFont</a> <a name="toFont"></a>TQVariant::toFont () const
+<h3 class=fn>const&nbsp;<a href="tqfont.html">TQFont</a> <a name="toFont"></a>TQVariant::toFont () const
</h3>
-Returns the variant as a <a href="ntqfont.html">TQFont</a> if the variant can be cast to Font;
+Returns the variant as a <a href="tqfont.html">TQFont</a> if the variant can be cast to Font;
otherwise returns the application's default font.
<p> <p>See also <a href="#asFont">asFont</a>() and <a href="#canCast">canCast</a>().