QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
argument of a function More...
#include <qgssqlcomposerdialog.h>
Public Member Functions | |
Argument (const QString &nameIn=QString(), const QString &typeIn=QString()) | |
constructor | |
Public Attributes | |
QString | name |
name | |
QString | type |
type, or empty if unknown | |
argument of a function
Definition at line 80 of file qgssqlcomposerdialog.h.
|
inline |
constructor
Definition at line 88 of file qgssqlcomposerdialog.h.
QString QgsSQLComposerDialog::Argument::name |
name
Definition at line 83 of file qgssqlcomposerdialog.h.
QString QgsSQLComposerDialog::Argument::type |
type, or empty if unknown
Definition at line 85 of file qgssqlcomposerdialog.h.