Eneboo - Documentación para desarrolladores
|
The QSArgumentList class provides a QValueList of QSArguments with some convenience constructors. Más...
#include <qsargument.h>
Métodos públicos | |
QSArgumentList () | |
QSArgumentList (const QValueList< QVariant > &l) | |
QSArgumentList (const QVariant &v) | |
QSArgumentList (QObject *o) | |
QSArgumentList (void *p) |
The QSArgumentList class provides a QValueList of QSArguments with some convenience constructors.
This class inherits QValueList<QSArgument>, so the API of QValueList applies for this class. In addition, this class offers convenience constructors which make working with this class more comfortable.
QSArgumentList::QSArgumentList | ( | ) | [inline] |
Creates an empty QSArgumentList.
QSArgumentList::QSArgumentList | ( | const QValueList< QVariant > & | l | ) | [inline] |
Converts the list l of QVariants into a QSArgumentList.
QSArgumentList::QSArgumentList | ( | const QVariant & | v | ) | [inline] |
Creates a QSArgumentList and appends v to it.
QSArgumentList::QSArgumentList | ( | QObject * | o | ) | [inline] |
Creates a QSArgumentList and appends o to it.
QSArgumentList::QSArgumentList | ( | void * | p | ) | [inline] |
Creates a QSArgumentList and appends p to it.