Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

List of All Members for QString

This is the complete list of members for QString, including inherited members.

  • class Null
  • QString ( const QChar * unicode, int size )
  • QString ( QChar ch )
  • QString ( int size, QChar ch )
  • QString ( const QLatin1String & str )
  • QString ( const QString & other )
  • QString ( const char * str )
  • QString ( const QByteArray & ba )
  • QString ( const std::string & str )
  • QString & append ( const QString & str )
  • QString & append ( const QLatin1String & str )
  • QString & append ( const QByteArray & ba )
  • QString & append ( const std::string & str )
  • QString & append ( const char * str )
  • QString & append ( QChar ch )
  • QString arg ( const QString & a, int fieldWidth = 0, const QChar & fillChar = QLatin1Char( ' ' ) ) const
  • QString arg ( const QString & a1, const QString & a2 ) const
  • QString arg ( const QString & a1, const QString & a2, const QString & a3 ) const
  • QString arg ( const QString & a1, const QString & a2, const QString & a3, const QString & a4 ) const
  • QString arg ( int a, int fieldWidth = 0, int base = 10, const QChar & fillChar = QLatin1Char( ' ' ) ) const
  • QString arg ( uint a, int fieldWidth = 0, int base = 10, const QChar & fillChar = QLatin1Char( ' ' ) ) const
  • QString arg ( long a, int fieldWidth = 0, int base = 10, const QChar & fillChar = QLatin1Char( ' ' ) ) const
  • QString arg ( ulong a, int fieldWidth = 0, int base = 10, const QChar & fillChar = QLatin1Char( ' ' ) ) const
  • QString arg ( Q_LONGLONG a, int fieldWidth = 0, int base = 10, const QChar & fillChar = QLatin1Char( ' ' ) ) const
  • QString arg ( Q_ULONGLONG a, int fieldWidth = 0, int base = 10, const QChar & fillChar = QLatin1Char( ' ' ) ) const
  • QString arg ( short a, int fieldWidth = 0, int base = 10, const QChar & fillChar = QLatin1Char( ' ' ) ) const
  • QString arg ( ushort a, int fieldWidth = 0, int base = 10, const QChar & fillChar = QLatin1Char( ' ' ) ) const
  • QString arg ( QChar a, int fieldWidth = 0, const QChar & fillChar = QLatin1Char( ' ' ) ) const
  • QString arg ( char a, int fieldWidth = 0, const QChar & fillChar = QLatin1Char( ' ' ) ) const
  • QString arg ( double a, int fieldWidth = 0, char fmt = 'g', int prec = -1, const QChar & fillChar = QLatin1Char( ' ' ) ) const
  • const char * ascii () const
  • const QChar at ( int i ) const
  • int capacity () const
  • void chop ( int n )
  • void clear ()
  • int compare ( const QString & s1, const QString & s2 )
  • int compare ( const QString & other ) const
  • const QChar * constData () const
  • bool contains ( const QString & str, Qt::CaseSensitivity cs = Qt::CaseSensitive ) const
  • bool contains ( QChar ch, Qt::CaseSensitivity cs = Qt::CaseSensitive ) const
  • bool contains ( const QRegExp & rx ) const
  • int count ( const QString & str, Qt::CaseSensitivity cs = Qt::CaseSensitive ) const
  • int count ( QChar ch, Qt::CaseSensitivity cs = Qt::CaseSensitive ) const
  • int count ( const QRegExp & rx ) const
  • int count () const
  • QChar * data ()
  • const QChar * data () const
  • bool endsWith ( const QString & s, Qt::CaseSensitivity cs = Qt::CaseSensitive ) const
  • QString & fill ( QChar ch, int size = -1 )
  • QString fromAscii ( const char * str, int size = -1 )
  • QString fromLatin1 ( const char * str, int size = -1 )
  • QString fromLocal8Bit ( const char * str, int size = -1 )
  • QString fromRawData ( const QChar * unicode, int size )
  • QString fromUtf16 ( const ushort * unicode, int size = -1 )
  • QString fromUtf8 ( const char * str, int size = -1 )
  • int indexOf ( const QString & str, int from = 0, Qt::CaseSensitivity cs = Qt::CaseSensitive ) const
  • int indexOf ( QChar ch, int from = 0, Qt::CaseSensitivity cs = Qt::CaseSensitive ) const
  • int indexOf ( const QRegExp & rx, int from = 0 ) const
  • QString & insert ( int i, const QString & str )
  • QString & insert ( int i, const QLatin1String & str )
  • QString & insert ( int i, const QChar * unicode, int size )
  • QString & insert ( int i, QChar ch )
  • bool isEmpty () const
  • bool isNull () const
  • int lastIndexOf ( const QString & str, int from = -1, Qt::CaseSensitivity cs = Qt::CaseSensitive ) const
  • int lastIndexOf ( QChar ch, int from = -1, Qt::CaseSensitivity cs = Qt::CaseSensitive ) const
  • int lastIndexOf ( const QRegExp & rx, int from = -1 ) const
  • const char * latin1 () const
  • QString left ( int len ) const
  • QString leftJustified ( int width, QChar fill = QLatin1Char( ' ' ), bool truncate = false ) const
  • int length () const
  • const char * local8Bit () const
  • int localeAwareCompare ( const QString & s1, const QString & s2 )
  • int localeAwareCompare ( const QString & other ) const
  • QString mid ( int i, int len = -1 ) const
  • QString number ( long n, int base = 10 )
  • QString number ( ulong n, int base = 10 )
  • QString number ( int n, int base = 10 )
  • QString number ( uint n, int base = 10 )
  • QString number ( Q_LONGLONG n, int base = 10 )
  • QString number ( Q_ULONGLONG n, int base = 10 )
  • QString number ( double n, char f = 'g', int prec = 6 )
  • QString & prepend ( const QString & str )
  • QString & prepend ( const QLatin1String & str )
  • QString & prepend ( const QByteArray & ba )
  • QString & prepend ( const std::string & str )
  • QString & prepend ( const char * str )
  • QString & prepend ( QChar ch )
  • void push_back ( const QString & other )
  • void push_back ( const std::string & str )
  • void push_back ( QChar ch )
  • void push_front ( const QString & other )
  • void push_front ( const std::string & str )
  • void push_front ( QChar ch )
  • QString & remove ( int pos, int len )
  • QString & remove ( const QString & str, Qt::CaseSensitivity cs = Qt::CaseSensitive )
  • QString & remove ( QChar ch, Qt::CaseSensitivity cs = Qt::CaseSensitive )
  • QString & remove ( const QRegExp & rx )
  • QString & replace ( int pos, int len, const QString & after )
  • QString & replace ( int pos, int len, const QChar * unicode, int size )
  • QString & replace ( int pos, int len, QChar after )
  • QString & replace ( const QString & before, const QString & after, Qt::CaseSensitivity cs = Qt::CaseSensitive )
  • QString & replace ( QChar ch, const QString & after, Qt::CaseSensitivity cs = Qt::CaseSensitive )
  • QString & replace ( QChar before, QChar after, Qt::CaseSensitivity cs = Qt::CaseSensitive )
  • QString & replace ( const QRegExp & rx, const QString & after )
  • void reserve ( int size )
  • void resize ( int size )
  • QString right ( int len ) const
  • QString rightJustified ( int width, QChar fill = QLatin1Char( ' ' ), bool truncate = false ) const
  • QString section ( QChar sep, int start, int end = -1, int flags = SectionDefault ) const
  • QString section ( const QString & sep, int start, int end = -1, int flags = SectionDefault ) const
  • QString section ( const QRegExp & reg, int start, int end = -1, int flags = SectionDefault ) const
  • QString & setNum ( int n, int base = 10 )
  • QString & setNum ( uint n, int base = 10 )
  • QString & setNum ( long n, int base = 10 )
  • QString & setNum ( ulong n, int base = 10 )
  • QString & setNum ( Q_LONGLONG n, int base = 10 )
  • QString & setNum ( Q_ULONGLONG n, int base = 10 )
  • QString & setNum ( short n, int base = 10 )
  • QString & setNum ( ushort n, int base = 10 )
  • QString & setNum ( double n, char f = 'g', int prec = 6 )
  • QString & setNum ( float n, char f = 'g', int prec = 6 )
  • QString & setUnicode ( const QChar * unicode, int size )
  • QString & setUtf16 ( const ushort * unicode, int size )
  • QString simplified () const
  • int size () const
  • QStringList split ( const QString & sep, SplitBehavior behavior = KeepEmptyParts ) const
  • QStringList split ( const QChar & sep, SplitBehavior behavior = KeepEmptyParts ) const
  • QStringList split ( const QRegExp & rx, SplitBehavior behavior = KeepEmptyParts ) const
  • QString & sprintf ( const char * cformat, ... )
  • void squeeze ()
  • bool startsWith ( const QString & s, Qt::CaseSensitivity cs = Qt::CaseSensitive ) const
  • QByteArray toAscii () const
  • double toDouble ( bool * ok = 0 ) const
  • float toFloat ( bool * ok = 0 ) const
  • int toInt ( bool * ok = 0, int base = 10 ) const
  • QByteArray toLatin1 () const
  • QByteArray toLocal8Bit () const
  • long toLong ( bool * ok = 0, int base = 10 ) const
  • Q_LONGLONG toLongLong ( bool * ok = 0, int base = 10 ) const
  • QString toLower () const
  • short toShort ( bool * ok = 0, int base = 10 ) const
  • uint toUInt ( bool * ok = 0, int base = 10 ) const
  • ulong toULong ( bool * ok = 0, int base = 10 ) const
  • Q_ULONGLONG toULongLong ( bool * ok = 0, int base = 10 ) const
  • ushort toUShort ( bool * ok = 0, int base = 10 ) const
  • QString toUpper () const
  • QByteArray toUtf8 () const
  • QString trimmed () const
  • void truncate ( int pos )
  • const QChar * unicode () const
  • const ushort * utf16 () const
  • const char * utf8 () const
  • bool operator!= ( const QString & other ) const
  • bool operator!= ( const QLatin1String & other ) const
  • bool operator!= ( const QByteArray & other ) const
  • bool operator!= ( const char * other ) const
  • QString & operator+= ( const QString & other )
  • QString & operator+= ( const QLatin1String & str )
  • QString & operator+= ( const QByteArray & ba )
  • QString & operator+= ( const std::string & str )
  • QString & operator+= ( const char * str )
  • QString & operator+= ( QChar ch )
  • bool operator< ( const QString & other ) const
  • bool operator< ( const QLatin1String & other ) const
  • bool operator< ( const QByteArray & other ) const
  • bool operator< ( const char * other ) const
  • bool operator<= ( const QString & other ) const
  • bool operator<= ( const QLatin1String & other ) const
  • bool operator<= ( const QByteArray & other ) const
  • bool operator<= ( const char * other ) const
  • QString & operator= ( const QString & other )
  • QString & operator= ( const QLatin1String & str )
  • QString & operator= ( const QByteArray & ba )
  • QString & operator= ( const std::string & str )
  • QString & operator= ( const char * str )
  • QString & operator= ( QChar ch )
  • bool operator== ( const QString & other ) const
  • bool operator== ( const QLatin1String & other ) const
  • bool operator== ( const QByteArray & other ) const
  • bool operator== ( const char * other ) const
  • bool operator> ( const QString & other ) const
  • bool operator> ( const QLatin1String & other ) const
  • bool operator> ( const QByteArray & other ) const
  • bool operator> ( const char * other ) const
  • bool operator>= ( const QString & other ) const
  • bool operator>= ( const QLatin1String & other ) const
  • bool operator>= ( const QByteArray & other ) const
  • bool operator>= ( const char * other ) const
  • QCharRef operator[] ( int i )
  • const QChar operator[] ( int i ) const
  • QCharRef operator[] ( uint i )
  • const QChar operator[] ( uint i ) const


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp2