QGIS API Documentation 3.43.0-Master (ebb4087afc0)
|
An undo command subclass for changing point attribute values in a point cloud index. More...
#include <qgspointcloudlayerundocommand.h>
Public Member Functions | |
QgsPointCloudLayerUndoCommandChangeAttribute (QgsPointCloudLayer *layer, const QgsPointCloudNodeId &n, const QVector< int > &points, const QgsPointCloudAttribute &attribute, double value) | |
Constructor for QgsPointCloudLayerUndoCommandChangeAttribute. | |
void | redo () override |
void | undo () override |
Additional Inherited Members | |
![]() | |
QgsPointCloudLayerUndoCommand (QgsPointCloudLayer *layer) | |
Ctor. | |
![]() | |
QgsPointCloudLayer * | mLayer |
An undo command subclass for changing point attribute values in a point cloud index.
Definition at line 51 of file qgspointcloudlayerundocommand.h.
QgsPointCloudLayerUndoCommandChangeAttribute::QgsPointCloudLayerUndoCommandChangeAttribute | ( | QgsPointCloudLayer * | layer, |
const QgsPointCloudNodeId & | n, | ||
const QVector< int > & | points, | ||
const QgsPointCloudAttribute & | attribute, | ||
double | value | ||
) |
Constructor for QgsPointCloudLayerUndoCommandChangeAttribute.
layer | associated point cloud layer |
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 27 of file qgspointcloudlayerundocommand.cpp.
|
override |
Definition at line 71 of file qgspointcloudlayerundocommand.cpp.
|
override |
Definition at line 66 of file qgspointcloudlayerundocommand.cpp.