diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-17 17:28:28 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-17 17:28:28 -0500 |
commit | 6dec101d43dcbd4195c47d54bd388db1a8d7230e (patch) | |
tree | 7c336cbed3a93807a34cd4df39b2f92a7d48a141 /doc/html/ntqstring.html | |
parent | f27c2533f735d53c6b555f387c6390c0690cc246 (diff) | |
download | tqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.tar.gz tqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/ntqstring.html')
-rw-r--r-- | doc/html/ntqstring.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/html/ntqstring.html b/doc/html/ntqstring.html index e6c5edfe8..e15ba9ba0 100644 --- a/doc/html/ntqstring.html +++ b/doc/html/ntqstring.html @@ -61,8 +61,8 @@ and the classic C '\0'-terminated char array. <li class=fn>TQString copy () const <em>(obsolete)</em></li> <li class=fn>TQString <a href="#arg-2"><b>arg</b></a> ( long a, int fieldWidth = 0, int base = 10 ) const</li> <li class=fn>TQString <a href="#arg-3"><b>arg</b></a> ( ulong a, int fieldWidth = 0, int base = 10 ) const</li> -<li class=fn>TQString <a href="#arg-4"><b>arg</b></a> ( Q_LLONG a, int fieldWidth = 0, int base = 10 ) const</li> -<li class=fn>TQString <a href="#arg-5"><b>arg</b></a> ( Q_ULLONG a, int fieldWidth = 0, int base = 10 ) const</li> +<li class=fn>TQString <a href="#arg-4"><b>arg</b></a> ( TQ_LLONG a, int fieldWidth = 0, int base = 10 ) const</li> +<li class=fn>TQString <a href="#arg-5"><b>arg</b></a> ( TQ_ULLONG a, int fieldWidth = 0, int base = 10 ) const</li> <li class=fn>TQString <a href="#arg-6"><b>arg</b></a> ( int a, int fieldWidth = 0, int base = 10 ) const</li> <li class=fn>TQString <a href="#arg-7"><b>arg</b></a> ( uint a, int fieldWidth = 0, int base = 10 ) const</li> <li class=fn>TQString <a href="#arg-8"><b>arg</b></a> ( short a, int fieldWidth = 0, int base = 10 ) const</li> @@ -144,8 +144,8 @@ and the classic C '\0'-terminated char array. <li class=fn>uint <a href="#toUInt"><b>toUInt</b></a> ( bool * ok = 0, int base = 10 ) const</li> <li class=fn>long <a href="#toLong"><b>toLong</b></a> ( bool * ok = 0, int base = 10 ) const</li> <li class=fn>ulong <a href="#toULong"><b>toULong</b></a> ( bool * ok = 0, int base = 10 ) const</li> -<li class=fn>Q_LLONG <a href="#toLongLong"><b>toLongLong</b></a> ( bool * ok = 0, int base = 10 ) const</li> -<li class=fn>Q_ULLONG <a href="#toULongLong"><b>toULongLong</b></a> ( bool * ok = 0, int base = 10 ) const</li> +<li class=fn>TQ_LLONG <a href="#toLongLong"><b>toLongLong</b></a> ( bool * ok = 0, int base = 10 ) const</li> +<li class=fn>TQ_ULLONG <a href="#toULongLong"><b>toULongLong</b></a> ( bool * ok = 0, int base = 10 ) const</li> <li class=fn>float <a href="#toFloat"><b>toFloat</b></a> ( bool * ok = 0 ) const</li> <li class=fn>double <a href="#toDouble"><b>toDouble</b></a> ( bool * ok = 0 ) const</li> <li class=fn>TQString & <a href="#setNum-2"><b>setNum</b></a> ( short n, int base = 10 )</li> @@ -154,8 +154,8 @@ and the classic C '\0'-terminated char array. <li class=fn>TQString & <a href="#setNum-5"><b>setNum</b></a> ( uint n, int base = 10 )</li> <li class=fn>TQString & <a href="#setNum-6"><b>setNum</b></a> ( long n, int base = 10 )</li> <li class=fn>TQString & <a href="#setNum-7"><b>setNum</b></a> ( ulong n, int base = 10 )</li> -<li class=fn>TQString & <a href="#setNum"><b>setNum</b></a> ( Q_LLONG n, int base = 10 )</li> -<li class=fn>TQString & <a href="#setNum-8"><b>setNum</b></a> ( Q_ULLONG n, int base = 10 )</li> +<li class=fn>TQString & <a href="#setNum"><b>setNum</b></a> ( TQ_LLONG n, int base = 10 )</li> +<li class=fn>TQString & <a href="#setNum-8"><b>setNum</b></a> ( TQ_ULLONG n, int base = 10 )</li> <li class=fn>TQString & <a href="#setNum-9"><b>setNum</b></a> ( float n, char f = 'g', int prec = 6 )</li> <li class=fn>TQString & <a href="#setNum-a"><b>setNum</b></a> ( double n, char f = 'g', int prec = 6 )</li> <li class=fn>void setExpand ( uint index, TQChar c ) <em>(obsolete)</em></li> @@ -199,8 +199,8 @@ and the classic C '\0'-terminated char array. <ul> <li class=fn>TQString <a href="#number"><b>number</b></a> ( long n, int base = 10 )</li> <li class=fn>TQString <a href="#number-2"><b>number</b></a> ( ulong n, int base = 10 )</li> -<li class=fn>TQString <a href="#number-3"><b>number</b></a> ( Q_LLONG n, int base = 10 )</li> -<li class=fn>TQString <a href="#number-4"><b>number</b></a> ( Q_ULLONG n, int base = 10 )</li> +<li class=fn>TQString <a href="#number-3"><b>number</b></a> ( TQ_LLONG n, int base = 10 )</li> +<li class=fn>TQString <a href="#number-4"><b>number</b></a> ( TQ_ULLONG n, int base = 10 )</li> <li class=fn>TQString <a href="#number-5"><b>number</b></a> ( int n, int base = 10 )</li> <li class=fn>TQString <a href="#number-6"><b>number</b></a> ( uint n, int base = 10 )</li> <li class=fn>TQString <a href="#number-7"><b>number</b></a> ( double n, char f = 'g', int prec = 6 )</li> @@ -507,14 +507,14 @@ This is an overloaded member function, provided for convenience. It behaves esse be between 2 and 36. If <em>base</em> is 10, the '%L' syntax can be used to produce localized strings. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="arg-4"></a>TQString::arg ( Q_LLONG a, int fieldWidth = 0, int base = 10 ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="arg-4"></a>TQString::arg ( TQ_LLONG a, int fieldWidth = 0, int base = 10 ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <em>a</em> is expressed in base <em>base</em>, which is 10 by default and must be between 2 and 36. If <em>base</em> is 10, the '%L' syntax can be used to produce localized strings. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="arg-5"></a>TQString::arg ( Q_ULLONG a, int fieldWidth = 0, int base = 10 ) const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="arg-5"></a>TQString::arg ( TQ_ULLONG a, int fieldWidth = 0, int base = 10 ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <em>a</em> is expressed in base <em>base</em>, which is 10 by default and must @@ -1183,12 +1183,12 @@ between 2 and 36. The returned string is in "C" locale. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <p>See also <a href="#setNum">setNum</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="number-3"></a>TQString::number ( Q_LLONG n, int base = 10 )<tt> [static]</tt> +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="number-3"></a>TQString::number ( TQ_LLONG n, int base = 10 )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <p>See also <a href="#setNum">setNum</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="number-4"></a>TQString::number ( Q_ULLONG n, int base = 10 )<tt> [static]</tt> +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="number-4"></a>TQString::number ( TQ_ULLONG n, int base = 10 )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> <p>See also <a href="#setNum">setNum</a>(). @@ -1780,7 +1780,7 @@ string, and sets the length of the string to <em>newLen</em>. Any new space allocated contains arbitrary data. <p> <p>See also <a href="#reserve">reserve</a>() and <a href="#truncate">truncate</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> & <a name="setNum"></a>TQString::setNum ( Q_LLONG n, int base = 10 ) +<h3 class=fn><a href="ntqstring.html">TQString</a> & <a name="setNum"></a>TQString::setNum ( TQ_LLONG n, int base = 10 ) </h3> Sets the string to the printed value of <em>n</em> in base <em>base</em> and returns a reference to the string. The returned string is in "C" locale. @@ -1833,7 +1833,7 @@ returns a reference to the string. <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<h3 class=fn><a href="ntqstring.html">TQString</a> & <a name="setNum-8"></a>TQString::setNum ( Q_ULLONG n, int base = 10 ) +<h3 class=fn><a href="ntqstring.html">TQString</a> & <a name="setNum-8"></a>TQString::setNum ( TQ_ULLONG n, int base = 10 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the string to the printed value of <em>n</em> in base <em>base</em> and @@ -2072,7 +2072,7 @@ FALSE; otherwise <em>*ok</em> is set to TRUE. localized input, see <a href="#toDouble">toDouble</a>(). <p> <p>See also <a href="#number">number</a>(). -<h3 class=fn>Q_LLONG <a name="toLongLong"></a>TQString::toLongLong ( bool * ok = 0, int base = 10 ) const +<h3 class=fn>TQ_LLONG <a name="toLongLong"></a>TQString::toLongLong ( bool * ok = 0, int base = 10 ) const </h3> Returns the string converted to a <tt>long long</tt> using base <em>base</em>, which is 10 by default and must be between 2 and 36 or 0. If <em>base</em> is 0, the base is determined automatically using the @@ -2148,7 +2148,7 @@ FALSE; otherwise <em>*ok</em> is set to TRUE. localized input, see <a href="#toDouble">toDouble</a>(). <p> <p>See also <a href="#number">number</a>(). -<h3 class=fn>Q_ULLONG <a name="toULongLong"></a>TQString::toULongLong ( bool * ok = 0, int base = 10 ) const +<h3 class=fn>TQ_ULLONG <a name="toULongLong"></a>TQString::toULongLong ( bool * ok = 0, int base = 10 ) const </h3> Returns the string converted to an <tt>unsigned long long</tt> using base <em>base</em>, which is 10 by default and must be between 2 and 36 or 0. If <em>base</em> is 0, the base is determined automatically using the |