QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
description of server functions More...
#include <qgssqlcomposerdialog.h>
Public Member Functions | |
Function (const QString &nameIn, int args) | |
constructor with name and fixed number of arguments More... | |
Function (const QString &nameIn, int minArgs, int maxArgsIn) | |
constructor with name and min,max number of arguments More... | |
Function () | |
default constructor More... | |
Public Attributes | |
QList< Argument > | argumentList |
list of arguments. May be empty despite minArgs > 0 More... | |
int | maxArgs |
maximum number of argument (or -1 if unknown) More... | |
int | minArgs |
minimum number of argument (or -1 if unknown) More... | |
QString | name |
name More... | |
QString | returnType |
return type, or empty if unknown More... | |
description of server functions
Definition at line 84 of file qgssqlcomposerdialog.h.
|
inline |
constructor with name and fixed number of arguments
Definition at line 98 of file qgssqlcomposerdialog.h.
|
inline |
constructor with name and min,max number of arguments
Definition at line 100 of file qgssqlcomposerdialog.h.
|
inline |
default constructor
Definition at line 102 of file qgssqlcomposerdialog.h.
list of arguments. May be empty despite minArgs > 0
Definition at line 95 of file qgssqlcomposerdialog.h.
int QgsSQLComposerDialog::Function::maxArgs |
maximum number of argument (or -1 if unknown)
Definition at line 93 of file qgssqlcomposerdialog.h.
int QgsSQLComposerDialog::Function::minArgs |
minimum number of argument (or -1 if unknown)
Definition at line 91 of file qgssqlcomposerdialog.h.
QString QgsSQLComposerDialog::Function::name |
name
Definition at line 87 of file qgssqlcomposerdialog.h.
QString QgsSQLComposerDialog::Function::returnType |
return type, or empty if unknown
Definition at line 89 of file qgssqlcomposerdialog.h.