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

#include <qvaluelist.h>

Inheritance diagram for FX::QValueList< type >:

Inheritance graph
[legend]

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:


Public Member Functions

 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-2008 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Jun 13 22:29:03 2008 for TnFOX by doxygen v1.5.6