QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsSQLComposerDialog::Argument Struct Reference

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

Detailed Description

argument of a function

Definition at line 80 of file qgssqlcomposerdialog.h.

Constructor & Destructor Documentation

◆ Argument()

QgsSQLComposerDialog::Argument::Argument ( const QString & nameIn = QString(),
const QString & typeIn = QString() )
inline

constructor

Definition at line 88 of file qgssqlcomposerdialog.h.

Member Data Documentation

◆ name

QString QgsSQLComposerDialog::Argument::name

name

Definition at line 83 of file qgssqlcomposerdialog.h.

◆ type

QString QgsSQLComposerDialog::Argument::type

type, or empty if unknown

Definition at line 85 of file qgssqlcomposerdialog.h.


The documentation for this struct was generated from the following file: