summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqvariant.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqvariant.html')
-rw-r--r--doc/html/ntqvariant.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/ntqvariant.html b/doc/html/ntqvariant.html
index 7ee8ef8a3..4263afaf4 100644
--- a/doc/html/ntqvariant.html
+++ b/doc/html/ntqvariant.html
@@ -193,7 +193,7 @@ type that can be generated from the stored type, toT() copies and
converts and leaves the object itself unchanged. If you ask for a
type that cannot be generated from the stored type, the result
depends on the type (see the function documentation for details).
-<p> Note that three data types supported by TQVariant are <a href="shclass.html#explicitly-shared">explicitly shared</a>, namely <a href="ntqimage.html">TQImage</a>, <a href="ntqpointarray.html">TQPointArray</a>, and <a href="ntqcstring.html">TQCString</a>, and in these
+<p> Note that three data types supported by TQVariant are <a href="shclass.html#explicitly-shared">explicitly shared</a>, namely <a href="tqimage.html">TQImage</a>, <a href="ntqpointarray.html">TQPointArray</a>, and <a href="ntqcstring.html">TQCString</a>, and in these
cases the toT() methods return a <a href="shclass.html#shallow-copy">shallow copy</a>. In almost all cases
you must make a <a href="shclass.html#deep-copy">deep copy</a> of the returned values before modifying
them.
@@ -258,7 +258,7 @@ contain.
<li><tt>TQVariant::Double</tt> - a double
<li><tt>TQVariant::Font</tt> - a <a href="ntqfont.html">TQFont</a>
<li><tt>TQVariant::IconSet</tt> - a <a href="ntqiconset.html">TQIconSet</a>
-<li><tt>TQVariant::Image</tt> - a <a href="ntqimage.html">TQImage</a>
+<li><tt>TQVariant::Image</tt> - a <a href="tqimage.html">TQImage</a>
<li><tt>TQVariant::Int</tt> - an int
<li><tt>TQVariant::KeySequence</tt> - a <a href="ntqkeysequence.html">TQKeySequence</a>
<li><tt>TQVariant::List</tt> - a <a href="tqvaluelist.html">TQValueList</a><TQVariant>
@@ -306,7 +306,7 @@ Constructs a new variant with a size policy value, <em>val</em>.
Constructs a copy of the variant, <em>p</em>, passed as the argument to
this constructor. Usually this is a <a href="shclass.html#deep-copy">deep copy</a>, but a <a href="shclass.html#shallow-copy">shallow copy</a>
is made if the stored data type is <a href="shclass.html#explicitly-shared">explicitly shared</a>, as e.g.
-<a href="ntqimage.html">TQImage</a> is.
+<a href="tqimage.html">TQImage</a> is.
<h3 class=fn><a name="TQVariant-3"></a>TQVariant::TQVariant ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s )
</h3>
@@ -341,10 +341,10 @@ Constructs a new variant with a font value, <em>val</em>.
</h3>
Constructs a new variant with a pixmap value, <em>val</em>.
-<h3 class=fn><a name="TQVariant-a"></a>TQVariant::TQVariant ( const&nbsp;<a href="ntqimage.html">TQImage</a>&nbsp;&amp;&nbsp;val )
+<h3 class=fn><a name="TQVariant-a"></a>TQVariant::TQVariant ( const&nbsp;<a href="tqimage.html">TQImage</a>&nbsp;&amp;&nbsp;val )
</h3>
Constructs a new variant with an image value, <em>val</em>.
-<p> Because <a href="ntqimage.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="ntqimage.html#copy">TQImage::copy</a>(), e.g. if you intend
+<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 )
@@ -563,7 +563,7 @@ not possible the variant is set to an empty iconset.
<p> Returns a reference to the stored iconset.
<p> <p>See also <a href="#toIconSet">toIconSet</a>().
-<h3 class=fn><a href="ntqimage.html">TQImage</a>&nbsp;&amp; <a name="asImage"></a>TQVariant::asImage ()
+<h3 class=fn><a href="tqimage.html">TQImage</a>&nbsp;&amp; <a name="asImage"></a>TQVariant::asImage ()
</h3>
<p> Tries to convert the variant to hold an image value. If that is
@@ -834,7 +834,7 @@ equal; otherwise returns FALSE.
</h3>
Assigns the value of the variant <em>variant</em> to this variant.
<p> This is a <a href="shclass.html#deep-copy">deep copy</a> of the variant, but note that if the variant
-holds an <a href="shclass.html#explicitly-shared">explicitly shared</a> type such as <a href="ntqimage.html">TQImage</a>, a <a href="shclass.html#shallow-copy">shallow copy</a> is
+holds an <a href="shclass.html#explicitly-shared">explicitly shared</a> type such as <a href="tqimage.html">TQImage</a>, a <a href="shclass.html#shallow-copy">shallow copy</a> is
performed.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQVariant::operator== ( const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;v ) const
@@ -952,9 +952,9 @@ Returns the variant as a <a href="ntqiconset.html">TQIconSet</a> if the variant
IconSet; otherwise returns an icon set of null pixmaps.
<p> <p>See also <a href="#asIconSet">asIconSet</a>().
-<h3 class=fn>const&nbsp;<a href="ntqimage.html">TQImage</a> <a name="toImage"></a>TQVariant::toImage () const
+<h3 class=fn>const&nbsp;<a href="tqimage.html">TQImage</a> <a name="toImage"></a>TQVariant::toImage () const
</h3>
-Returns the variant as a <a href="ntqimage.html">TQImage</a> if the variant has <a href="#type">type</a>() Image;
+Returns the variant as a <a href="tqimage.html">TQImage</a> if the variant has <a href="#type">type</a>() Image;
otherwise returns a null image.
<p> <p>See also <a href="#asImage">asImage</a>().