| QGIS API Documentation 3.99.0-Master (f78f5286a64)
    | 
Represents an error which occurred during mesh editing. More...
#include <qgsmesheditor.h>
| Public Member Functions | |
| QgsMeshEditingError () | |
| Constructor of the default error, that is NoError. | |
| QgsMeshEditingError (Qgis::MeshEditingErrorType type, int elementIndex) | |
| Constructor with eht error type and the index of the element elementIndex. | |
| bool | operator!= (const QgsMeshEditingError &other) const | 
| bool | operator== (const QgsMeshEditingError &other) const | 
| Public Attributes | |
| int | elementIndex = -1 | 
| Qgis::MeshEditingErrorType | errorType = Qgis::MeshEditingErrorType::NoError | 
Represents an error which occurred during mesh editing.
Definition at line 42 of file qgsmesheditor.h.
| QgsMeshEditingError::QgsMeshEditingError | ( | ) | 
Constructor of the default error, that is NoError.
Definition at line 1228 of file qgsmesheditor.cpp.
| QgsMeshEditingError::QgsMeshEditingError | ( | Qgis::MeshEditingErrorType | type, | 
| int | elementIndex | ||
| ) | 
Constructor with eht error type and the index of the element elementIndex.
Definition at line 1230 of file qgsmesheditor.cpp.
| 
 | inline | 
Definition at line 57 of file qgsmesheditor.h.
| 
 | inline | 
Definition at line 56 of file qgsmesheditor.h.
| int QgsMeshEditingError::elementIndex = -1 | 
Definition at line 54 of file qgsmesheditor.h.
| Qgis::MeshEditingErrorType QgsMeshEditingError::errorType = Qgis::MeshEditingErrorType::NoError | 
Definition at line 52 of file qgsmesheditor.h.