QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Stores metadata about one point cloud renderer class. More...
#include <qgspointcloudrendererregistry.h>
Public Member Functions | |
QgsPointCloudRendererAbstractMetadata (const QString &name, const QString &visibleName, const QIcon &icon=QIcon()) | |
Constructor for QgsPointCloudRendererAbstractMetadata, with the specified name. More... | |
virtual | ~QgsPointCloudRendererAbstractMetadata ()=default |
virtual QgsPointCloudRenderer * | createRenderer (QDomElement &elem, const QgsReadWriteContext &context)=0 |
Returns new instance of the renderer given the DOM element. More... | |
virtual QgsPointCloudRendererWidget * | createRendererWidget (QgsPointCloudLayer *layer, QgsStyle *style, QgsPointCloudRenderer *oldRenderer) |
Returns new instance of settings widget for the renderer. More... | |
QIcon | icon () const |
Returns an icon representing the renderer. More... | |
QString | name () const |
Returns the unique name of the renderer. More... | |
void | setIcon (const QIcon &icon) |
Sets an icon representing the renderer. More... | |
QString | visibleName () const |
Returns a friendly display name of the renderer. More... | |
Protected Attributes | |
QIcon | mIcon |
icon to be shown in the renderer properties dialog More... | |
QString | mName |
name used within QGIS for identification (the same what renderer's type() returns) More... | |
QString | mVisibleName |
name visible for users (translatable) More... | |
Stores metadata about one point cloud renderer class.
Definition at line 45 of file qgspointcloudrendererregistry.h.
|
inline |
Constructor for QgsPointCloudRendererAbstractMetadata, with the specified name.
The visibleName argument gives a translated, user friendly string identifying the renderer type.
The icon argument can be used to specify an icon representing the renderer.
Definition at line 56 of file qgspointcloudrendererregistry.h.
|
virtualdefault |
|
pure virtual |
Returns new instance of the renderer given the DOM element.
Returns nullptr
on error. Pure virtual function: must be implemented in derived classes.
Implemented in QgsPointCloudRendererMetadata.
|
inlinevirtual |
Returns new instance of settings widget for the renderer.
Returns nullptr
on error.
The oldRenderer argument may refer to previously used renderer (or it is nullptr
). If not nullptr
, it may be used to initialize GUI of the widget from the previous settings. The old renderer does not have to be of the same type as returned by createRenderer().
Reimplemented in QgsPointCloudRendererMetadata.
Definition at line 104 of file qgspointcloudrendererregistry.h.
|
inline |
Returns an icon representing the renderer.
Definition at line 79 of file qgspointcloudrendererregistry.h.
|
inline |
Returns the unique name of the renderer.
This value is not translated.
Definition at line 67 of file qgspointcloudrendererregistry.h.
|
inline |
Sets an icon representing the renderer.
Definition at line 85 of file qgspointcloudrendererregistry.h.
|
inline |
Returns a friendly display name of the renderer.
This value is translated.
Definition at line 73 of file qgspointcloudrendererregistry.h.
|
protected |
icon to be shown in the renderer properties dialog
Definition at line 114 of file qgspointcloudrendererregistry.h.
|
protected |
name used within QGIS for identification (the same what renderer's type() returns)
Definition at line 110 of file qgspointcloudrendererregistry.h.
|
protected |
name visible for users (translatable)
Definition at line 112 of file qgspointcloudrendererregistry.h.