|
QGIS API Documentation 4.0.0-Norrköping (1ddcee3d0e4)
|
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 1200 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 1203 of file qgsmesheditor.cpp.
|
inline |
Definition at line 56 of file qgsmesheditor.h.
|
inline |
Definition at line 55 of file qgsmesheditor.h.
| int QgsMeshEditingError::elementIndex = -1 |
Definition at line 53 of file qgsmesheditor.h.
| Qgis::MeshEditingErrorType QgsMeshEditingError::errorType = Qgis::MeshEditingErrorType::NoError |
Definition at line 51 of file qgsmesheditor.h.