QGIS API Documentation 3.41.0-Master (f75d66fa9f9)
|
An undo command subclass for changing point attribute values in a point cloud index. More...
#include <qgspointcloudlayerundocommand.h>
Public Member Functions | |
QgsPointCloudLayerUndoCommandChangeAttribute (QgsPointCloudIndex index, const QgsPointCloudNodeId &n, const QVector< int > &points, const QgsPointCloudAttribute &attribute, double value) | |
Constructor for QgsPointCloudLayerUndoCommandChangeAttribute. | |
void | redo () override |
void | undo () override |
Additional Inherited Members | |
Protected Member Functions inherited from QgsPointCloudLayerUndoCommand | |
QgsPointCloudLayerUndoCommand (QgsPointCloudIndex index) | |
Ctor. | |
Protected Attributes inherited from QgsPointCloudLayerUndoCommand | |
QgsPointCloudIndex | mIndex |
An undo command subclass for changing point attribute values in a point cloud index.
Definition at line 49 of file qgspointcloudlayerundocommand.h.
QgsPointCloudLayerUndoCommandChangeAttribute::QgsPointCloudLayerUndoCommandChangeAttribute | ( | QgsPointCloudIndex | index, |
const QgsPointCloudNodeId & | n, | ||
const QVector< int > & | points, | ||
const QgsPointCloudAttribute & | attribute, | ||
double | value | ||
) |
Constructor for QgsPointCloudLayerUndoCommandChangeAttribute.
index | associated point cloud index |
n | the node id whose points will be modified |
points | the list of points to be modified |
attribute | the attribute whose value will be modified |
value | the new value for the modified attribure |
Definition at line 26 of file qgspointcloudlayerundocommand.cpp.
|
override |
Definition at line 52 of file qgspointcloudlayerundocommand.cpp.
|
override |
Definition at line 47 of file qgspointcloudlayerundocommand.cpp.