16#ifndef QGSPOINTCLOUDATTRIBUTECOMBOBOX_H 
   17#define QGSPOINTCLOUDATTRIBUTECOMBOBOX_H 
   40    Q_PROPERTY( 
bool allowEmptyAttributeName READ allowEmptyAttributeName WRITE setAllowEmptyAttributeName )
 
   65    void setAllowEmptyAttributeName( 
bool allowEmpty );
 
   71    bool allowEmptyAttributeName() 
const;
 
   74    QString currentAttribute() 
const;
 
  115    void setAttribute( 
const QString &name );
 
  118    void indexChanged( 
int i );
 
 
Base class for all map layer types.
 
A collection of point cloud attributes.
 
A combobox which displays the list of attributes of a given point cloud layer.
 
void attributeChanged(const QString &name)
Emitted when the currently selected attribute changes.
 
A model for display of available attributes from a point cloud.
 
A proxy model for filtering available attributes from a point cloud attribute model.
 
Filters filters() const
Returns the filters controlling displayed attributes.
 
Represents a map layer supporting display of point clouds.