Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la Clase QSArgumentList

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

#include <qsargument.h>

Diagrama de herencias de QSArgumentList
QValueList< QSArgument >

Lista de todos los miembros.

Métodos públicos

 QSArgumentList ()
 QSArgumentList (const QValueList< QVariant > &l)
 QSArgumentList (const QVariant &v)
 QSArgumentList (QObject *o)
 QSArgumentList (void *p)

Descripción detallada

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.


Documentación del constructor y destructor

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.


La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'