mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
These are implementation details only, and should not be part of the stable API. We need the flexibility to change these at any stage without being bound by any API contract.
54 lines
1.7 KiB
Plaintext
54 lines
1.7 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgssearchquerybuilder.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsSearchQueryBuilder : QDialog
|
|
{
|
|
%Docstring
|
|
Query Builder for search strings
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgssearchquerybuilder.h"
|
|
%End
|
|
public:
|
|
QgsSearchQueryBuilder( QgsVectorLayer *layer,
|
|
QWidget *parent /TransferThis/ = 0,
|
|
Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
|
%Docstring
|
|
Constructor - takes pointer to vector layer as a parameter
|
|
%End
|
|
|
|
QString searchString();
|
|
%Docstring
|
|
returns newly created search string
|
|
:rtype: str
|
|
%End
|
|
|
|
void setSearchString( const QString &searchString );
|
|
%Docstring
|
|
change search string shown in text field
|
|
%End
|
|
|
|
public slots:
|
|
|
|
void saveQuery();
|
|
void loadQuery();
|
|
|
|
};
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgssearchquerybuilder.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|