QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Class that represents an error 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 |
Class that represents an error during mesh editing.
Definition at line 42 of file qgsmesheditor.h.
QgsMeshEditingError::QgsMeshEditingError | ( | ) |
Constructor of the default error, that is NoError.
Definition at line 1217 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 1219 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.