| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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.   | |
| void | setSubsetString (const QString &subsetString) override | 
| Sets a subset string into the dialog.   | |
| void | showEvent (QShowEvent *event) override | 
| QString | subsetString () const override | 
| Returns the subset string entered in the dialog.   | |
  Public Member Functions inherited from QgsSubsetStringEditorInterface | |
| QgsSubsetStringEditorInterface (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
| Constructor.   | |
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 33 of file qgspointcloudquerybuilder.cpp.
      
  | 
  overrideslot | 
Definition at line 242 of file qgspointcloudquerybuilder.cpp.
      
  | 
  overrideslot | 
Definition at line 250 of file qgspointcloudquerybuilder.cpp.
      
  | 
  inlineoverridevirtual | 
Sets a subset string into the dialog.
Implements QgsSubsetStringEditorInterface.
Definition at line 57 of file qgspointcloudquerybuilder.h.
      
  | 
  override | 
Definition at line 78 of file qgspointcloudquerybuilder.cpp.
      
  | 
  inlineoverridevirtual | 
Returns the subset string entered in the dialog.
Implements QgsSubsetStringEditorInterface.
Definition at line 56 of file qgspointcloudquerybuilder.h.