diff options
Diffstat (limited to 'doc/html/ntqvariant.html')
-rw-r--r-- | doc/html/ntqvariant.html | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/html/ntqvariant.html b/doc/html/ntqvariant.html index 52ff07030..f5a4132a0 100644 --- a/doc/html/ntqvariant.html +++ b/doc/html/ntqvariant.html @@ -253,8 +253,8 @@ contain. <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::Cursor</tt> - a <a href="ntqcursor.html">TQCursor</a> -<li><tt>TQVariant::Date</tt> - a <a href="qdate.html">TQDate</a> -<li><tt>TQVariant::DateTime</tt> - a <a href="ntqdatetime.html">TQDateTime</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::IconSet</tt> - a <a href="tqiconset.html">TQIconSet</a> @@ -277,7 +277,7 @@ contain. <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::StringList</tt> - a <a href="tqstringlist.html">TQStringList</a> -<li><tt>TQVariant::Time</tt> - a <a href="qtime.html">TQTime</a> +<li><tt>TQVariant::Time</tt> - a <a href="tqtime.html">TQTime</a> <li><tt>TQVariant::UInt</tt> - an unsigned int </ul><p> Note that TQt's definition of bool depends on the compiler. <a href="qglobal-h.html">ntqglobal.h</a> has the system-dependent definition of bool. @@ -398,15 +398,15 @@ Constructs a new variant with a bitmap value, <em>val</em>. </h3> Constructs a new variant with a cursor value, <em>val</em>. -<h3 class=fn><a name="TQVariant-n"></a>TQVariant::TQVariant ( const <a href="qdate.html">TQDate</a> & val ) +<h3 class=fn><a name="TQVariant-n"></a>TQVariant::TQVariant ( const <a href="tqdate.html">TQDate</a> & val ) </h3> Constructs a new variant with a date value, <em>val</em>. -<h3 class=fn><a name="TQVariant-o"></a>TQVariant::TQVariant ( const <a href="qtime.html">TQTime</a> & val ) +<h3 class=fn><a name="TQVariant-o"></a>TQVariant::TQVariant ( const <a href="tqtime.html">TQTime</a> & val ) </h3> Constructs a new variant with a time value, <em>val</em>. -<h3 class=fn><a name="TQVariant-p"></a>TQVariant::TQVariant ( const <a href="ntqdatetime.html">TQDateTime</a> & val ) +<h3 class=fn><a name="TQVariant-p"></a>TQVariant::TQVariant ( const <a href="tqdatetime.html">TQDateTime</a> & val ) </h3> Constructs a new variant with a date/time value, <em>val</em>. @@ -527,18 +527,18 @@ not possible the variant is set to a default arrow cursor. <p> Returns a reference to the stored cursor. <p> <p>See also <a href="#toCursor">toCursor</a>(). -<h3 class=fn><a href="qdate.html">TQDate</a> & <a name="asDate"></a>TQVariant::asDate () +<h3 class=fn><a href="tqdate.html">TQDate</a> & <a name="asDate"></a>TQVariant::asDate () </h3> -<p> Tries to convert the variant to hold a <a href="qdate.html">TQDate</a> value. If that is not +<p> Tries to convert the variant to hold a <a href="tqdate.html">TQDate</a> value. If that is not possible then the variant is set to an invalid date. <p> Returns a reference to the stored date. <p> <p>See also <a href="#toDate">toDate</a>(). -<h3 class=fn><a href="ntqdatetime.html">TQDateTime</a> & <a name="asDateTime"></a>TQVariant::asDateTime () +<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> & <a name="asDateTime"></a>TQVariant::asDateTime () </h3> -<p> Tries to convert the variant to hold a <a href="ntqdatetime.html">TQDateTime</a> value. If that is +<p> Tries to convert the variant to hold a <a href="tqdatetime.html">TQDateTime</a> value. If that is not possible then the variant is set to an invalid date/time. <p> Returns a reference to the stored date/time. <p> <p>See also <a href="#toDateTime">toDateTime</a>(). @@ -713,10 +713,10 @@ iterate over a copy, e.g. <p> <p>See also <a href="#toStringList">toStringList</a>(). -<h3 class=fn><a href="qtime.html">TQTime</a> & <a name="asTime"></a>TQVariant::asTime () +<h3 class=fn><a href="tqtime.html">TQTime</a> & <a name="asTime"></a>TQVariant::asTime () </h3> -<p> Tries to convert the variant to hold a <a href="qtime.html">TQTime</a> value. If that is not +<p> Tries to convert the variant to hold a <a href="tqtime.html">TQTime</a> value. If that is not possible then the variant is set to an invalid time. <p> Returns a reference to the stored time. <p> <p>See also <a href="#toTime">toTime</a>(). @@ -914,18 +914,18 @@ Returns the variant as a <a href="ntqcursor.html">TQCursor</a> if the variant ha otherwise returns the default arrow cursor. <p> <p>See also <a href="#asCursor">asCursor</a>(). -<h3 class=fn>const <a href="qdate.html">TQDate</a> <a name="toDate"></a>TQVariant::toDate () const +<h3 class=fn>const <a href="tqdate.html">TQDate</a> <a name="toDate"></a>TQVariant::toDate () const </h3> -Returns the variant as a <a href="qdate.html">TQDate</a> if the variant can be cast to Date; +Returns the variant as a <a href="tqdate.html">TQDate</a> if the variant can be cast to Date; otherwise returns an invalid date. <p> Note that if the <a href="#type">type</a>() is String, CString or ByteArray an invalid date will be returned if the string cannot be parsed as a TQt::ISODate format date. <p> <p>See also <a href="#asDate">asDate</a>() and <a href="#canCast">canCast</a>(). -<h3 class=fn>const <a href="ntqdatetime.html">TQDateTime</a> <a name="toDateTime"></a>TQVariant::toDateTime () const +<h3 class=fn>const <a href="tqdatetime.html">TQDateTime</a> <a name="toDateTime"></a>TQVariant::toDateTime () const </h3> -Returns the variant as a <a href="ntqdatetime.html">TQDateTime</a> if the variant can be cast to +Returns the variant as a <a href="tqdatetime.html">TQDateTime</a> if the variant can be cast to DateTime; otherwise returns an invalid TQDateTime. <p> Note that if the <a href="#type">type</a>() is String, CString or ByteArray an invalid TQDateTime will be returned if the string cannot be parsed as a @@ -1092,9 +1092,9 @@ over a copy, e.g. <p> <p>See also <a href="#asStringList">asStringList</a>(). -<h3 class=fn>const <a href="qtime.html">TQTime</a> <a name="toTime"></a>TQVariant::toTime () const +<h3 class=fn>const <a href="tqtime.html">TQTime</a> <a name="toTime"></a>TQVariant::toTime () const </h3> -Returns the variant as a <a href="qtime.html">TQTime</a> if the variant can be cast to Time; +Returns the variant as a <a href="tqtime.html">TQTime</a> if the variant can be cast to Time; otherwise returns an invalid date. <p> Note that if the <a href="#type">type</a>() is String, CString or ByteArray an invalid time will be returned if the string cannot be parsed as a |