Home
last modified time | relevance | path

Searched refs:QgsSQLComposerDialog (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/qgis/qgis-3.22.3/tests/src/gui/
H A Dtestqgssqlcomposerdialog.cpp163 QgsSQLComposerDialog d; in testReciprocalEditorsUpdate()
192 QgsSQLComposerDialog d; in testSelectTable()
226 QgsSQLComposerDialog d; in testSelectColumn()
279 QgsSQLComposerDialog d; in testSelectFunction()
283 QgsSQLComposerDialog::Function f; in testSelectFunction()
288 QgsSQLComposerDialog::Function f; in testSelectFunction()
294 QgsSQLComposerDialog::Function f; in testSelectFunction()
301 QgsSQLComposerDialog::Function f; in testSelectFunction()
364 QgsSQLComposerDialog d; in testSelectSpatialPredicate()
390 QgsSQLComposerDialog d; in testSelectOperator()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/gui/
H A Dtestqgssqlcomposerdialog.cpp163 QgsSQLComposerDialog d; in testReciprocalEditorsUpdate()
192 QgsSQLComposerDialog d; in testSelectTable()
226 QgsSQLComposerDialog d; in testSelectColumn()
279 QgsSQLComposerDialog d; in testSelectFunction()
283 QgsSQLComposerDialog::Function f; in testSelectFunction()
288 QgsSQLComposerDialog::Function f; in testSelectFunction()
294 QgsSQLComposerDialog::Function f; in testSelectFunction()
301 QgsSQLComposerDialog::Function f; in testSelectFunction()
364 QgsSQLComposerDialog d; in testSelectSpatialPredicate()
390 QgsSQLComposerDialog d; in testSelectOperator()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgssqlcomposerdialog.cpp31 QgsSQLComposerDialog::QgsSQLComposerDialog( QWidget *parent, Qt::WindowFlags fl ) in QgsSQLComposerDialog() function in QgsSQLComposerDialog
32 : QgsSQLComposerDialog( nullptr, parent, fl ) in QgsSQLComposerDialog()
35 QgsSQLComposerDialog::QgsSQLComposerDialog( QgsVectorLayer *layer, QWidget *parent, Qt::WindowFlags… in QgsSQLComposerDialog() function in QgsSQLComposerDialog
60 this, &QgsSQLComposerDialog::reset ); in QgsSQLComposerDialog()
126 QgsSQLComposerDialog::~QgsSQLComposerDialog() in ~QgsSQLComposerDialog()
208 QString QgsSQLComposerDialog::sql() const in sql()
213 void QgsSQLComposerDialog::accept() in accept()
237 void QgsSQLComposerDialog::buildSQLFromFields() in buildSQLFromFields()
279 void QgsSQLComposerDialog::splitSQLIntoFields() in splitSQLIntoFields()
762 void QgsSQLComposerDialog::reset() in reset()
[all …]
H A Dqgssqlcomposerdialog.h41 class GUI_EXPORT QgsSQLComposerDialog : public QgsSubsetStringEditorInterface, private Ui::QgsSQLCo…
114 …explicit QgsSQLComposerDialog( QWidget *parent = nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalD…
122QgsSQLComposerDialog( QgsVectorLayer *layer, QWidget *parent = nullptr, Qt::WindowFlags fl = QgsGu…
124 ~QgsSQLComposerDialog() override;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgssqlcomposerdialog.cpp30 QgsSQLComposerDialog::QgsSQLComposerDialog( QWidget *parent, Qt::WindowFlags fl ) in QgsSQLComposerDialog() function in QgsSQLComposerDialog
54 this, &QgsSQLComposerDialog::reset ); in QgsSQLComposerDialog()
69 this, &QgsSQLComposerDialog::showHelp ); in QgsSQLComposerDialog()
120 QgsSQLComposerDialog::~QgsSQLComposerDialog() in ~QgsSQLComposerDialog()
202 QString QgsSQLComposerDialog::sql() const in sql()
207 void QgsSQLComposerDialog::accept() in accept()
227 void QgsSQLComposerDialog::buildSQLFromFields() in buildSQLFromFields()
269 void QgsSQLComposerDialog::splitSQLIntoFields() in splitSQLIntoFields()
720 void QgsSQLComposerDialog::mAddJoinButton_clicked() in mAddJoinButton_clicked()
752 void QgsSQLComposerDialog::reset() in reset()
[all …]
H A Dqgssqlcomposerdialog.h38 class GUI_EXPORT QgsSQLComposerDialog : public QDialog, private Ui::QgsSQLComposerDialogBase
111 …explicit QgsSQLComposerDialog( QWidget *parent = nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalD…
112 ~QgsSQLComposerDialog() override;
/dports/graphics/qgis/qgis-3.22.3/src/providers/wfs/
H A Dqgswfssubsetstringeditor.cpp35 QgsSQLComposerDialog *d = new QgsSQLComposerDialog( layer, parent, fl ); in create()
50 QList< QgsSQLComposerDialog::PairNameTitle > tablenames; in create()
51 tablenames << QgsSQLComposerDialog::PairNameTitle( in create()
65 tablenames << QgsSQLComposerDialog::PairNameTitle( in create()
72 QList< QgsSQLComposerDialog::Function> functionList; in create()
75 QgsSQLComposerDialog::Function dialogF; in create()
82 dialogF.argumentList << QgsSQLComposerDialog::Argument( arg.name, arg.type ); in create()
88 QList< QgsSQLComposerDialog::Function> spatialPredicateList; in create()
91 QgsSQLComposerDialog::Function dialogF; in create()
104 QList< QgsSQLComposerDialog::PairNameType> fieldList; in create()
[all …]
H A Dqgswfssubsetstringeditor.h36 class QgsWFSValidatorCallback: public QObject, public QgsSQLComposerDialog::SQLValidatorCallback
51 class QgsWFSTableSelectedCallback: public QObject, public QgsSQLComposerDialog::TableSelectedCallba…
56 QgsWFSTableSelectedCallback( QgsSQLComposerDialog *dialog,
62 QgsSQLComposerDialog *mDialog = nullptr;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/wfs/
H A Dqgswfssourceselect.h48 class QgsWFSValidatorCallback: public QObject, public QgsSQLComposerDialog::SQLValidatorCallback
94 QgsSQLComposerDialog *mSQLComposerDialog = nullptr;
143 class QgsWFSTableSelectedCallback: public QObject, public QgsSQLComposerDialog::TableSelectedCallba…
148 QgsWFSTableSelectedCallback( QgsSQLComposerDialog *dialog,
154 QgsSQLComposerDialog *mDialog = nullptr;
H A Dqgswfssourceselect.cpp592 QList< QgsSQLComposerDialog::PairNameType> fieldList; in tableSelected()
598 fieldList << QgsSQLComposerDialog::PairNameType( fieldName, field.typeName() ); in tableSelected()
684 QgsSQLComposerDialog *d = new QgsSQLComposerDialog( this ); in buildQuery()
699 QList< QgsSQLComposerDialog::PairNameTitle > tablenames; in buildQuery()
700 tablenames << QgsSQLComposerDialog::PairNameTitle( in buildQuery()
714 tablenames << QgsSQLComposerDialog::PairNameTitle( in buildQuery()
721 QList< QgsSQLComposerDialog::Function> functionList; in buildQuery()
724 QgsSQLComposerDialog::Function dialogF; in buildQuery()
737 QList< QgsSQLComposerDialog::Function> spatialPredicateList; in buildQuery()
740 QgsSQLComposerDialog::Function dialogF; in buildQuery()
[all …]
/dports/graphics/qgis/qgis-3.22.3/i18n/
H A Dqgis_tr.ts119780 <name>QgsSQLComposerDialog</name>
H A Dqgis_el.ts119719 <name>QgsSQLComposerDialog</name>
H A Dqgis_sl.ts119801 <name>QgsSQLComposerDialog</name>
H A Dqgis_zh-Hant.ts119910 <name>QgsSQLComposerDialog</name>
H A Dqgis_sc.ts119728 <name>QgsSQLComposerDialog</name>
H A Dqgis_ky.ts119899 <name>QgsSQLComposerDialog</name>
H A Dqgis_vi.ts119950 <name>QgsSQLComposerDialog</name>
H A Dqgis_ar.ts119880 <name>QgsSQLComposerDialog</name>
H A Dqgis_lv.ts119767 <name>QgsSQLComposerDialog</name>
H A Dqgis_id.ts119873 <name>QgsSQLComposerDialog</name>
H A Dqgis_is.ts119933 <name>QgsSQLComposerDialog</name>
H A Dqgis_ja.ts120929 <name>QgsSQLComposerDialog</name>
H A Dqgis_fa.ts119765 <name>QgsSQLComposerDialog</name>
H A Dqgis_fi.ts120100 <name>QgsSQLComposerDialog</name>
H A Dqgis_bs.ts120007 <name>QgsSQLComposerDialog</name>

123