QSArgumentList Class Reference

The QSArgumentList class provides a QValueList of QSArguments with some convenience constructors. More...

#include <qsargument.h>

List of all member functions.

Public Members


Detailed Description

The QSArgumentList class provides a QValueList of QSArguments with some convenience constructors.

This class inherits QValueList, so the API of QValueList applies for this class. In addition, this class offers convenience constructors which make working with this class more comfortable.


Member Function Documentation

QSArgumentList::QSArgumentList ()

Creates an empty QSArgumentList.

QSArgumentList::QSArgumentList ( const QValueList<QVariant> & l )

Converts the list l of QVariants into a QSArgumentList.

QSArgumentList::QSArgumentList ( const QVariant & v )

Creates a QSArgumentList and appends v to it.

QSArgumentList::QSArgumentList ( QObject * o )

Creates a QSArgumentList and appends o to it.

QSArgumentList::QSArgumentList ( void * p )

Creates a QSArgumentList and appends p to it.