#include <qstringlist.h>
This is a very incomplete implementation, but I have little call for anything more. If you want more, email me.
Public Member Functions | |
QStringList (const QStringList &l) | |
FXString & | operator[] (size_type i) |
const FXString & | operator[] (size_type i) const |
QStringList & | operator+= (const FXString &d) |
FXString | join (const FXString &sep) const |
void | remove (const type &d) |
std::list< type >::iterator | remove (typename std::list< type >::iterator it) |
uint | removeAllOf (const type &d) |
bool | isEmpty () const |
std::list< type >::iterator | append (const type &d) |
std::list< type >::iterator | append (const QValueList &l) |
std::list< type >::iterator | prepend (const type &d) |
std::list< type >::iterator | at (typename std::list< type >::size_type i) |
std::list< type >::const_iterator | at (typename std::list< type >::size_type i) const |
type & | operator[] (typename std::list< type >::size_type i) |
const type & | operator[] (typename std::list< type >::size_type i) const |
std::list< type >::iterator | find (const type &d) |
std::list< type >::const_iterator | find (const type &d) const |
std::list< type >::iterator | find (typename std::list< type >::iterator it, const type &d) |
std::list< type >::const_iterator | find (typename std::list< type >::const_iterator it, const type &d) const |
int | findIndex (const type &d) const |
std::list< type >::size_type | contains (const type &d) const |
std::list< type >::size_type | count () const |
QValueList< type > & | operator+= (const type &d) |
Joins together the members of the list separated by sep.