FX::QValueList< type > Class Template Reference
[Qt Template Library]

#include <qvaluelist.h>

Inheritance diagram for FX::QValueList< type >:

FX::QStringList List of all members.

Detailed Description

template<class type>
class FX::QValueList< type >

A thunk of Qt's QValueList to the STL.

To aid porting of Qt programs to FOX. Since the STL list<> is virtually identical to Qt's QValueList, I haven't bothered documenting it.

Note that the following are not quite the same:

Definition at line 57 of file qvaluelist.h.

Public Member Functions

 QValueList ()
 QValueList (const std::list< type > &l)
void remove (const type &d)
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 remove (typename std::list< type >::iterator it)
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)


The documentation for this class was generated from the following file:
(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:46 2009 for TnFOX by doxygen v1.4.7