|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
Query Builder for layers. More...
#include <qgspointcloudquerybuilder.h>

Public Slots | |
| void | accept () override |
| void | reject () override |
Public Member Functions | |
| QgsPointCloudQueryBuilder (QgsPointCloudLayer *layer, QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
| This constructor is used when the query builder is called from the layer properties dialog. More... | |
| void | setSubsetString (const QString &subsetString) override |
| Sets a subset string into the dialog. More... | |
| void | showEvent (QShowEvent *event) override |
| QString | subsetString () const override |
| Returns the subset string entered in the dialog. More... | |
Public Member Functions inherited from QgsSubsetStringEditorInterface | |
| 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... | |
Query Builder for layers.
The query builder allows interactive creation of an expression for limiting the points displayed in a point cloud layer. The point attributes are displayed and value ranges can be viewed to aid in constructing the expression. A test function checks that the typed expression is valid.
Definition at line 41 of file qgspointcloudquerybuilder.h.
| QgsPointCloudQueryBuilder::QgsPointCloudQueryBuilder | ( | QgsPointCloudLayer * | layer, |
| QWidget * | parent = nullptr, |
||
| Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags |
||
| ) |
This constructor is used when the query builder is called from the layer properties dialog.
| layer | existing point cloud layer |
| parent | Parent widget |
| fl | dialog flags |
Definition at line 32 of file qgspointcloudquerybuilder.cpp.
|
overrideslot |
Definition at line 245 of file qgspointcloudquerybuilder.cpp.
|
overrideslot |
Definition at line 259 of file qgspointcloudquerybuilder.cpp.
|
inlineoverridevirtual |
Sets a subset string into the dialog.
Implements QgsSubsetStringEditorInterface.
Definition at line 59 of file qgspointcloudquerybuilder.h.
|
override |
Definition at line 81 of file qgspointcloudquerybuilder.cpp.
|
inlineoverridevirtual |
Returns the subset string entered in the dialog.
Implements QgsSubsetStringEditorInterface.
Definition at line 58 of file qgspointcloudquerybuilder.h.