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