To aid porting of Qt programs to FOX, this file defines a QPtrList & QList via the STL
#include "qvaluelist.h"
#include "FXException.h"
#include "FXStream.h"
Namespaces | |
namespace | FX |
Classes | |
class | FX::QPtrList< type > |
A thunk of Qt's QPtrList to the STL. More... | |
class | FX::QPtrListIterator< type > |
An iterator for a QPtrList. More... | |
class | FX::QQuickList< type > |
A FX::QPtrList with move semantics. More... | |
class | FX::QQuickListIterator< type > |
An iterator for a FX::QQuickList. More... | |
Defines | |
#define | QList |
#define | QListIterator |
Functions | |
template<class type> | |
FXStream & | FX::operator<< (FXStream &s, const QPtrList< type > &i) |
template<class type> | |
FXStream & | FX::operator>> (FXStream &s, QPtrList< type > &i) |
#define QList |
For Qt 2.x compatibility.
#define QListIterator |
For Qt 2.x compatibility.