| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
description of server functions More...
#include <qgssqlcomposerdialog.h>
Public Member Functions | |
| Function ()=default | |
| Function (const QString &nameIn, int args) | |
| constructor with name and fixed number of arguments   | |
| Function (const QString &nameIn, int minArgs, int maxArgsIn) | |
| constructor with name and min,max number of arguments   | |
Public Attributes | |
| QList< Argument > | argumentList | 
| list of arguments. May be empty despite minArgs > 0   | |
| int | maxArgs = -1 | 
| maximum number of argument (or -1 if unknown)   | |
| int | minArgs = -1 | 
| minimum number of argument (or -1 if unknown)   | |
| QString | name | 
| name   | |
| QString | returnType | 
| Returns type, or empty if unknown.   | |
description of server functions
Definition at line 92 of file qgssqlcomposerdialog.h.
      
  | 
  inline | 
constructor with name and fixed number of arguments
Definition at line 106 of file qgssqlcomposerdialog.h.
      
  | 
  inline | 
constructor with name and min,max number of arguments
Definition at line 109 of file qgssqlcomposerdialog.h.
      
  | 
  default | 
| QList<Argument> QgsSQLComposerDialog::Function::argumentList | 
list of arguments. May be empty despite minArgs > 0
Definition at line 103 of file qgssqlcomposerdialog.h.
| int QgsSQLComposerDialog::Function::maxArgs = -1 | 
maximum number of argument (or -1 if unknown)
Definition at line 101 of file qgssqlcomposerdialog.h.
| int QgsSQLComposerDialog::Function::minArgs = -1 | 
minimum number of argument (or -1 if unknown)
Definition at line 99 of file qgssqlcomposerdialog.h.
| QString QgsSQLComposerDialog::Function::name | 
name
Definition at line 95 of file qgssqlcomposerdialog.h.
| QString QgsSQLComposerDialog::Function::returnType | 
Returns type, or empty if unknown.
Definition at line 97 of file qgssqlcomposerdialog.h.