diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/ntqvariant.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqvariant.html')
-rw-r--r-- | doc/html/ntqvariant.html | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/doc/html/ntqvariant.html b/doc/html/ntqvariant.html index 186308087..820b3ea8e 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="tqimage.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="tqcstring.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. @@ -245,9 +245,9 @@ defined type with no value set. contain. <ul> <li><tt>TQVariant::Invalid</tt> - no type -<li><tt>TQVariant::BitArray</tt> - a <a href="ntqbitarray.html">TQBitArray</a> -<li><tt>TQVariant::ByteArray</tt> - a <a href="qbytearray.html">TQByteArray</a> -<li><tt>TQVariant::Bitmap</tt> - a <a href="ntqbitmap.html">TQBitmap</a> +<li><tt>TQVariant::BitArray</tt> - a <a href="tqbitarray.html">TQBitArray</a> +<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> @@ -275,7 +275,7 @@ contain. <li><tt>TQVariant::Size</tt> - a <a href="tqsize.html">TQSize</a> <li><tt>TQVariant::SizePolicy</tt> - a <a href="tqsizepolicy.html">TQSizePolicy</a> <li><tt>TQVariant::String</tt> - a <a href="tqstring.html">TQString</a> -<li><tt>TQVariant::CString</tt> - a <a href="ntqcstring.html">TQCString</a> +<li><tt>TQVariant::CString</tt> - a <a href="tqcstring.html">TQCString</a> <li><tt>TQVariant::StringList</tt> - a <a href="tqstringlist.html">TQStringList</a> <li><tt>TQVariant::Time</tt> - a <a href="tqtime.html">TQTime</a> <li><tt>TQVariant::UInt</tt> - an unsigned int @@ -316,12 +316,12 @@ Reads the variant from the data stream, <em>s</em>. </h3> Constructs a new variant with a string value, <em>val</em>. -<h3 class=fn><a name="TQVariant-5"></a>TQVariant::TQVariant ( const <a href="ntqcstring.html">TQCString</a> & val ) +<h3 class=fn><a name="TQVariant-5"></a>TQVariant::TQVariant ( const <a href="tqcstring.html">TQCString</a> & val ) </h3> Constructs a new variant with a C-string value, <em>val</em>. -<p> If you want to modify the <a href="ntqcstring.html">TQCString</a> after you've passed it to this +<p> If you want to modify the <a href="tqcstring.html">TQCString</a> after you've passed it to this constructor, we recommend passing a <a href="shclass.html#deep-copy">deep copy</a> (see -<a href="ntqcstring.html#copy">TQCString::copy</a>()). +<a href="tqcstring.html#copy">TQCString::copy</a>()). <h3 class=fn><a name="TQVariant-6"></a>TQVariant::TQVariant ( const char * val ) </h3> @@ -390,7 +390,7 @@ intend changing the point array you've passed later on. </h3> Constructs a new variant with a region value, <em>val</em>. -<h3 class=fn><a name="TQVariant-l"></a>TQVariant::TQVariant ( const <a href="ntqbitmap.html">TQBitmap</a> & val ) +<h3 class=fn><a name="TQVariant-l"></a>TQVariant::TQVariant ( const <a href="tqbitmap.html">TQBitmap</a> & val ) </h3> Constructs a new variant with a bitmap value, <em>val</em>. @@ -410,11 +410,11 @@ Constructs a new variant with a time value, <em>val</em>. </h3> Constructs a new variant with a date/time value, <em>val</em>. -<h3 class=fn><a name="TQVariant-q"></a>TQVariant::TQVariant ( const <a href="qbytearray.html">TQByteArray</a> & val ) +<h3 class=fn><a name="TQVariant-q"></a>TQVariant::TQVariant ( const <a href="tqbytearray.html">TQByteArray</a> & val ) </h3> Constructs a new variant with a bytearray value, <em>val</em>. -<h3 class=fn><a name="TQVariant-r"></a>TQVariant::TQVariant ( const <a href="ntqbitarray.html">TQBitArray</a> & val ) +<h3 class=fn><a name="TQVariant-r"></a>TQVariant::TQVariant ( const <a href="tqbitarray.html">TQBitArray</a> & val ) </h3> Constructs a new variant with a bitarray value, <em>val</em>. @@ -458,15 +458,15 @@ the destructor to call clear(). This destructor calls clear(), but because it is the destructor, <a href="#clear">TQVariant::clear</a>() is called rather than a subclass's clear(). -<h3 class=fn><a href="ntqbitarray.html">TQBitArray</a> & <a name="asBitArray"></a>TQVariant::asBitArray () +<h3 class=fn><a href="tqbitarray.html">TQBitArray</a> & <a name="asBitArray"></a>TQVariant::asBitArray () </h3> -<p> Tries to convert the variant to hold a <a href="ntqbitarray.html">TQBitArray</a> value. If that is +<p> Tries to convert the variant to hold a <a href="tqbitarray.html">TQBitArray</a> value. If that is not possible then the variant is set to an empty bitarray. <p> Returns a reference to the stored bitarray. <p> <p>See also <a href="#toBitArray">toBitArray</a>(). -<h3 class=fn><a href="ntqbitmap.html">TQBitmap</a> & <a name="asBitmap"></a>TQVariant::asBitmap () +<h3 class=fn><a href="tqbitmap.html">TQBitmap</a> & <a name="asBitmap"></a>TQVariant::asBitmap () </h3> <p> Tries to convert the variant to hold a bitmap value. If that is @@ -486,15 +486,15 @@ possible the variant is set to a default black brush. <p> Returns a reference to the stored brush. <p> <p>See also <a href="#toBrush">toBrush</a>(). -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> & <a name="asByteArray"></a>TQVariant::asByteArray () +<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> & <a name="asByteArray"></a>TQVariant::asByteArray () </h3> -<p> Tries to convert the variant to hold a <a href="qbytearray.html">TQByteArray</a> value. If that +<p> Tries to convert the variant to hold a <a href="tqbytearray.html">TQByteArray</a> value. If that is not possible then the variant is set to an empty bytearray. <p> Returns a reference to the stored bytearray. <p> <p>See also <a href="#toByteArray">toByteArray</a>(). -<h3 class=fn><a href="ntqcstring.html">TQCString</a> & <a name="asCString"></a>TQVariant::asCString () +<h3 class=fn><a href="tqcstring.html">TQCString</a> & <a name="asCString"></a>TQVariant::asCString () </h3> <p> Tries to convert the variant to hold a string value. If that is @@ -856,15 +856,15 @@ variant's type is StringList; otherwise returns a null iterator. <p> Returns the end iterator for the list if the variant's type is StringList; otherwise returns a null iterator. -<h3 class=fn>const <a href="ntqbitarray.html">TQBitArray</a> <a name="toBitArray"></a>TQVariant::toBitArray () const +<h3 class=fn>const <a href="tqbitarray.html">TQBitArray</a> <a name="toBitArray"></a>TQVariant::toBitArray () const </h3> -Returns the variant as a <a href="ntqbitarray.html">TQBitArray</a> if the variant has <a href="#type">type</a>() +Returns the variant as a <a href="tqbitarray.html">TQBitArray</a> if the variant has <a href="#type">type</a>() BitArray; otherwise returns an empty bitarray. <p> <p>See also <a href="#asBitArray">asBitArray</a>(). -<h3 class=fn>const <a href="ntqbitmap.html">TQBitmap</a> <a name="toBitmap"></a>TQVariant::toBitmap () const +<h3 class=fn>const <a href="tqbitmap.html">TQBitmap</a> <a name="toBitmap"></a>TQVariant::toBitmap () const </h3> -Returns the variant as a <a href="ntqbitmap.html">TQBitmap</a> if the variant has <a href="#type">type</a>() Bitmap; +Returns the variant as a <a href="tqbitmap.html">TQBitmap</a> if the variant has <a href="#type">type</a>() Bitmap; otherwise returns a null TQBitmap. <p> <p>See also <a href="#asBitmap">asBitmap</a>(). @@ -884,15 +884,15 @@ Returns the variant as a <a href="ntqbrush.html">TQBrush</a> if the variant has otherwise returns a default brush (with all black colors). <p> <p>See also <a href="#asBrush">asBrush</a>(). -<h3 class=fn>const <a href="qbytearray.html">TQByteArray</a> <a name="toByteArray"></a>TQVariant::toByteArray () const +<h3 class=fn>const <a href="tqbytearray.html">TQByteArray</a> <a name="toByteArray"></a>TQVariant::toByteArray () const </h3> -Returns the variant as a <a href="qbytearray.html">TQByteArray</a> if the variant can be cast to +Returns the variant as a <a href="tqbytearray.html">TQByteArray</a> if the variant can be cast to a ByteArray; otherwise returns an empty bytearray. <p> <p>See also <a href="#asByteArray">asByteArray</a>() and <a href="#canCast">canCast</a>(). -<h3 class=fn>const <a href="ntqcstring.html">TQCString</a> <a name="toCString"></a>TQVariant::toCString () const +<h3 class=fn>const <a href="tqcstring.html">TQCString</a> <a name="toCString"></a>TQVariant::toCString () const </h3> -Returns the variant as a <a href="ntqcstring.html">TQCString</a> if the variant can be cast to a +Returns the variant as a <a href="tqcstring.html">TQCString</a> if the variant can be cast to a CString; otherwise returns 0. <p> <p>See also <a href="#asCString">asCString</a>() and <a href="#canCast">canCast</a>(). |