|
| QgsSQLComposerDialog (QgsVectorLayer *layer, QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) |
| This constructor is used on an existing layer. More...
|
|
| QgsSQLComposerDialog (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) |
| constructor More...
|
|
| ~QgsSQLComposerDialog () override |
|
void | addApis (const QStringList &list) |
| add a list of API for autocompletion More...
|
|
void | addColumnNames (const QList< PairNameType > &list, const QString &tableName) |
| add a list of column names More...
|
|
void | addColumnNames (const QStringList &list, const QString &tableName) |
| add a list of column names More...
|
|
void | addFunctions (const QList< Function > &list) |
| add a list of functions More...
|
|
void | addFunctions (const QStringList &list) |
| add a list of functions More...
|
|
void | addOperators (const QStringList &list) |
| add a list of operators More...
|
|
void | addSpatialPredicates (const QList< Function > &list) |
| add a list of spatial predicates More...
|
|
void | addSpatialPredicates (const QStringList &list) |
| add a list of spatial predicates More...
|
|
void | addTableNames (const QList< PairNameTitle > &listNameTitle) |
| add a list of table names More...
|
|
void | addTableNames (const QStringList &list) |
| add a list of table names More...
|
|
void | setSql (const QString &sql) |
| initialize the SQL statement More...
|
|
void | setSQLValidatorCallback (SQLValidatorCallback *sqlValidatorCallback) |
| Set a callback that will be called when the OK button is pushed. More...
|
|
void | setSubsetString (const QString &subsetString) override |
| Sets a subset string into the dialog. More...
|
|
void | setSupportMultipleTables (bool bMultipleTables, const QString &mainTypename=QString()) |
| Sets if multiple tables/joins are supported. Default is false . More...
|
|
void | setTableSelectedCallback (TableSelectedCallback *tableSelectedCallback) |
| Set a callback that will be called when a new table is selected, so that new column names can be added typically. More...
|
|
QString | sql () const |
| Gets the SQL statement. More...
|
|
QString | subsetString () const override |
| Returns the subset string entered in the dialog. More...
|
|
| QgsSubsetStringEditorInterface (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) |
| Constructor. More...
|
|
virtual void | setSubsetString (const QString &subsetString)=0 |
| Sets a subset string into the dialog. More...
|
|
virtual QString | subsetString () const =0 |
| Returns the subset string entered in the dialog. More...
|
|