diff options
Diffstat (limited to 'doc/html/ntqlocale.html')
-rw-r--r-- | doc/html/ntqlocale.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/html/ntqlocale.html b/doc/html/ntqlocale.html index 9f675f2ea..9dafb6398 100644 --- a/doc/html/ntqlocale.html +++ b/doc/html/ntqlocale.html @@ -53,20 +53,20 @@ string representations in various languages. <li class=fn>ushort <a href="#toUShort"><b>toUShort</b></a> ( const TQString & s, bool * ok = 0 ) const</li> <li class=fn>int <a href="#toInt"><b>toInt</b></a> ( const TQString & s, bool * ok = 0 ) const</li> <li class=fn>uint <a href="#toUInt"><b>toUInt</b></a> ( const TQString & s, bool * ok = 0 ) const</li> -<li class=fn>Q_LONG <a href="#toLong"><b>toLong</b></a> ( const TQString & s, bool * ok = 0 ) const</li> -<li class=fn>Q_ULONG <a href="#toULong"><b>toULong</b></a> ( const TQString & s, bool * ok = 0 ) const</li> -<li class=fn>Q_LLONG <a href="#toLongLong"><b>toLongLong</b></a> ( const TQString & s, bool * ok = 0 ) const</li> -<li class=fn>Q_ULLONG <a href="#toULongLong"><b>toULongLong</b></a> ( const TQString & s, bool * ok = 0 ) const</li> +<li class=fn>TQ_LONG <a href="#toLong"><b>toLong</b></a> ( const TQString & s, bool * ok = 0 ) const</li> +<li class=fn>TQ_ULONG <a href="#toULong"><b>toULong</b></a> ( const TQString & s, bool * ok = 0 ) const</li> +<li class=fn>TQ_LLONG <a href="#toLongLong"><b>toLongLong</b></a> ( const TQString & s, bool * ok = 0 ) const</li> +<li class=fn>TQ_ULLONG <a href="#toULongLong"><b>toULongLong</b></a> ( const TQString & s, bool * ok = 0 ) const</li> <li class=fn>float <a href="#toFloat"><b>toFloat</b></a> ( const TQString & s, bool * ok = 0 ) const</li> <li class=fn>double <a href="#toDouble"><b>toDouble</b></a> ( const TQString & s, bool * ok = 0 ) const</li> <li class=fn>TQString <a href="#toString-2"><b>toString</b></a> ( short i ) const</li> <li class=fn>TQString <a href="#toString-3"><b>toString</b></a> ( ushort i ) const</li> <li class=fn>TQString <a href="#toString-4"><b>toString</b></a> ( int i ) const</li> <li class=fn>TQString <a href="#toString-5"><b>toString</b></a> ( uint i ) const</li> -<li class=fn>TQString <a href="#toString-6"><b>toString</b></a> ( Q_LONG i ) const</li> -<li class=fn>TQString <a href="#toString-7"><b>toString</b></a> ( Q_ULONG i ) const</li> -<li class=fn>TQString <a href="#toString"><b>toString</b></a> ( Q_LLONG i ) const</li> -<li class=fn>TQString <a href="#toString-8"><b>toString</b></a> ( Q_ULLONG i ) const</li> +<li class=fn>TQString <a href="#toString-6"><b>toString</b></a> ( TQ_LONG i ) const</li> +<li class=fn>TQString <a href="#toString-7"><b>toString</b></a> ( TQ_ULONG i ) const</li> +<li class=fn>TQString <a href="#toString"><b>toString</b></a> ( TQ_LLONG i ) const</li> +<li class=fn>TQString <a href="#toString-8"><b>toString</b></a> ( TQ_ULLONG i ) const</li> <li class=fn>TQString <a href="#toString-9"><b>toString</b></a> ( float i, char f = 'g', int prec = 6 ) const</li> <li class=fn>TQString <a href="#toString-a"><b>toString</b></a> ( double i, char f = 'g', int prec = 6 ) const</li> </ul> @@ -718,7 +718,7 @@ success by setting *ok to true. <p> This function ignores leading and trailing whitespace. <p> <p>See also <a href="#toString">toString</a>(). -<h3 class=fn>Q_LONG <a name="toLong"></a>TQLocale::toLong ( const <a href="ntqstring.html">TQString</a> & s, bool * ok = 0 ) const +<h3 class=fn>TQ_LONG <a name="toLong"></a>TQLocale::toLong ( const <a href="ntqstring.html">TQString</a> & s, bool * ok = 0 ) const </h3> Returns the long int represented by the localized string <em>s</em>, or 0 if the conversion failed. @@ -727,7 +727,7 @@ Returns the long int represented by the localized string <em>s</em>, or <p> This function ignores leading and trailing whitespace. <p> <p>See also <a href="#toString">toString</a>(). -<h3 class=fn>Q_LLONG <a name="toLongLong"></a>TQLocale::toLongLong ( const <a href="ntqstring.html">TQString</a> & s, bool * ok = 0 ) const +<h3 class=fn>TQ_LLONG <a name="toLongLong"></a>TQLocale::toLongLong ( const <a href="ntqstring.html">TQString</a> & s, bool * ok = 0 ) const </h3> Returns the long long int represented by the localized string <em>s</em>, or 0 if the conversion failed. <p> If <em>ok</em> is not 0, reports failure by setting @@ -744,7 +744,7 @@ Returns the short int represented by the localized string <em>s</em>, or <p> This function ignores leading and trailing whitespace. <p> <p>See also <a href="#toString">toString</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString"></a>TQLocale::toString ( Q_LLONG i ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString"></a>TQLocale::toString ( TQ_LLONG i ) const </h3> Returns a localized string representation of <em>i</em>. <p> <p>See also <a href="#toLongLong">toLongLong</a>(). @@ -773,19 +773,19 @@ Returns a localized string representation of <em>i</em>. <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <p>See also <a href="#toUInt">toUInt</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-6"></a>TQLocale::toString ( Q_LONG i ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-6"></a>TQLocale::toString ( TQ_LONG i ) const </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <p>See also <a href="#toLong">toLong</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-7"></a>TQLocale::toString ( Q_ULONG i ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-7"></a>TQLocale::toString ( TQ_ULONG i ) const </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <p>See also <a href="#toULong">toULong</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-8"></a>TQLocale::toString ( Q_ULLONG i ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-8"></a>TQLocale::toString ( TQ_ULLONG i ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <p>See also <a href="#toULongLong">toULongLong</a>(). @@ -812,7 +812,7 @@ or 0 if the conversion failed. <p> This function ignores leading and trailing whitespace. <p> <p>See also <a href="#toString">toString</a>(). -<h3 class=fn>Q_ULONG <a name="toULong"></a>TQLocale::toULong ( const <a href="ntqstring.html">TQString</a> & s, bool * ok = 0 ) const +<h3 class=fn>TQ_ULONG <a name="toULong"></a>TQLocale::toULong ( const <a href="ntqstring.html">TQString</a> & s, bool * ok = 0 ) const </h3> Returns the unsigned long int represented by the localized string <em>s</em>, or 0 if the conversion failed. @@ -821,7 +821,7 @@ Returns the unsigned long int represented by the localized string <p> This function ignores leading and trailing whitespace. <p> <p>See also <a href="#toString">toString</a>(). -<h3 class=fn>Q_ULLONG <a name="toULongLong"></a>TQLocale::toULongLong ( const <a href="ntqstring.html">TQString</a> & s, bool * ok = 0 ) const +<h3 class=fn>TQ_ULLONG <a name="toULongLong"></a>TQLocale::toULongLong ( const <a href="ntqstring.html">TQString</a> & s, bool * ok = 0 ) const </h3> Returns the unsigned long long int represented by the localized string <em>s</em>, or 0 if the conversion failed. |