The QSArgumentList class provides a QValueList of QSArguments with some convenience constructors. More...
#include <qsargument.h>
The QSArgumentList class provides a QValueList of QSArguments with some convenience constructors.
This class inherits QValueList
Creates an empty QSArgumentList.
Converts the list l of QVariants into a QSArgumentList.
Creates a QSArgumentList and appends v to it.
Creates a QSArgumentList and appends o to it.
Creates a QSArgumentList and appends p to it.
Member Function Documentation
QSArgumentList::QSArgumentList ()
QSArgumentList::QSArgumentList ( const QValueList<QVariant> & l )
QSArgumentList::QSArgumentList ( const QVariant & v )
QSArgumentList::QSArgumentList ( QObject * o )
QSArgumentList::QSArgumentList ( void * p )