From 6dec101d43dcbd4195c47d54bd388db1a8d7230e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 17 Jun 2012 17:28:28 -0500 Subject: Automated update from Qt3 --- doc/html/ntqlocale.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'doc/html/ntqlocale.html') 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.
  • ushort toUShort ( const TQString & s, bool * ok = 0 ) const
  • int toInt ( const TQString & s, bool * ok = 0 ) const
  • uint toUInt ( const TQString & s, bool * ok = 0 ) const
  • -
  • Q_LONG toLong ( const TQString & s, bool * ok = 0 ) const
  • -
  • Q_ULONG toULong ( const TQString & s, bool * ok = 0 ) const
  • -
  • Q_LLONG toLongLong ( const TQString & s, bool * ok = 0 ) const
  • -
  • Q_ULLONG toULongLong ( const TQString & s, bool * ok = 0 ) const
  • +
  • TQ_LONG toLong ( const TQString & s, bool * ok = 0 ) const
  • +
  • TQ_ULONG toULong ( const TQString & s, bool * ok = 0 ) const
  • +
  • TQ_LLONG toLongLong ( const TQString & s, bool * ok = 0 ) const
  • +
  • TQ_ULLONG toULongLong ( const TQString & s, bool * ok = 0 ) const
  • float toFloat ( const TQString & s, bool * ok = 0 ) const
  • double toDouble ( const TQString & s, bool * ok = 0 ) const
  • TQString toString ( short i ) const
  • TQString toString ( ushort i ) const
  • TQString toString ( int i ) const
  • TQString toString ( uint i ) const
  • -
  • TQString toString ( Q_LONG i ) const
  • -
  • TQString toString ( Q_ULONG i ) const
  • -
  • TQString toString ( Q_LLONG i ) const
  • -
  • TQString toString ( Q_ULLONG i ) const
  • +
  • TQString toString ( TQ_LONG i ) const
  • +
  • TQString toString ( TQ_ULONG i ) const
  • +
  • TQString toString ( TQ_LLONG i ) const
  • +
  • TQString toString ( TQ_ULLONG i ) const
  • TQString toString ( float i, char f = 'g', int prec = 6 ) const
  • TQString toString ( double i, char f = 'g', int prec = 6 ) const
  • @@ -718,7 +718,7 @@ success by setting *ok to true.

    This function ignores leading and trailing whitespace.

    See also toString(). -

    Q_LONG TQLocale::toLong ( const TQString & s, bool * ok = 0 ) const +

    TQ_LONG TQLocale::toLong ( const TQString & s, bool * ok = 0 ) const

    Returns the long int represented by the localized string s, or 0 if the conversion failed. @@ -727,7 +727,7 @@ Returns the long int represented by the localized string s, or

    This function ignores leading and trailing whitespace.

    See also toString(). -

    Q_LLONG TQLocale::toLongLong ( const TQString & s, bool * ok = 0 ) const +

    TQ_LLONG TQLocale::toLongLong ( const TQString & s, bool * ok = 0 ) const

    Returns the long long int represented by the localized string s, or 0 if the conversion failed.

    If ok is not 0, reports failure by setting @@ -744,7 +744,7 @@ Returns the short int represented by the localized string s, or

    This function ignores leading and trailing whitespace.

    See also toString(). -

    TQString TQLocale::toString ( Q_LLONG i ) const +

    TQString TQLocale::toString ( TQ_LLONG i ) const

    Returns a localized string representation of i.

    See also toLongLong(). @@ -773,19 +773,19 @@ Returns a localized string representation of i.

    This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

    See also toUInt(). -

    TQString TQLocale::toString ( Q_LONG i ) const +

    TQString TQLocale::toString ( TQ_LONG i ) const

    This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

    See also toLong(). -

    TQString TQLocale::toString ( Q_ULONG i ) const +

    TQString TQLocale::toString ( TQ_ULONG i ) const

    This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

    See also toULong(). -

    TQString TQLocale::toString ( Q_ULLONG i ) const +

    TQString TQLocale::toString ( TQ_ULLONG i ) const

    This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

    See also toULongLong(). @@ -812,7 +812,7 @@ or 0 if the conversion failed.

    This function ignores leading and trailing whitespace.

    See also toString(). -

    Q_ULONG TQLocale::toULong ( const TQString & s, bool * ok = 0 ) const +

    TQ_ULONG TQLocale::toULong ( const TQString & s, bool * ok = 0 ) const

    Returns the unsigned long int represented by the localized string s, or 0 if the conversion failed. @@ -821,7 +821,7 @@ Returns the unsigned long int represented by the localized string

    This function ignores leading and trailing whitespace.

    See also toString(). -

    Q_ULLONG TQLocale::toULongLong ( const TQString & s, bool * ok = 0 ) const +

    TQ_ULLONG TQLocale::toULongLong ( const TQString & s, bool * ok = 0 ) const

    Returns the unsigned long long int represented by the localized string s, or 0 if the conversion failed. -- cgit v1.2.1