QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
Public Member Functions | Public Attributes | List of all members
QgsSQLComposerDialog::Function Struct Reference

description of server functions More...

#include <qgssqlcomposerdialog.h>

Public Member Functions

 Function ()=default
 default constructor More...
 
 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...
 

Public Attributes

QList< ArgumentargumentList
 list of arguments. May be empty despite minArgs > 0 More...
 
int maxArgs = -1
 maximum number of argument (or -1 if unknown) More...
 
int minArgs = -1
 minimum number of argument (or -1 if unknown) More...
 
QString name
 name More...
 
QString returnType
 Returns type, or empty if unknown. More...
 

Detailed Description

description of server functions

Definition at line 92 of file qgssqlcomposerdialog.h.

Constructor & Destructor Documentation

◆ Function() [1/3]

QgsSQLComposerDialog::Function::Function ( const QString &  nameIn,
int  args 
)
inline

constructor with name and fixed number of arguments

Definition at line 106 of file qgssqlcomposerdialog.h.

◆ Function() [2/3]

QgsSQLComposerDialog::Function::Function ( const QString &  nameIn,
int  minArgs,
int  maxArgsIn 
)
inline

constructor with name and min,max number of arguments

Definition at line 108 of file qgssqlcomposerdialog.h.

◆ Function() [3/3]

QgsSQLComposerDialog::Function::Function ( )
default

default constructor

Member Data Documentation

◆ argumentList

QList<Argument> QgsSQLComposerDialog::Function::argumentList

list of arguments. May be empty despite minArgs > 0

Definition at line 103 of file qgssqlcomposerdialog.h.

◆ maxArgs

int QgsSQLComposerDialog::Function::maxArgs = -1

maximum number of argument (or -1 if unknown)

Definition at line 101 of file qgssqlcomposerdialog.h.

◆ minArgs

int QgsSQLComposerDialog::Function::minArgs = -1

minimum number of argument (or -1 if unknown)

Definition at line 99 of file qgssqlcomposerdialog.h.

◆ name

QString QgsSQLComposerDialog::Function::name

name

Definition at line 95 of file qgssqlcomposerdialog.h.

◆ returnType

QString QgsSQLComposerDialog::Function::returnType

Returns type, or empty if unknown.

Definition at line 97 of file qgssqlcomposerdialog.h.


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