QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsMeshEditingError Class Reference

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

Detailed Description

Represents an error which occurred during mesh editing.

Since
QGIS 3.22

Definition at line 42 of file qgsmesheditor.h.

Constructor & Destructor Documentation

◆ QgsMeshEditingError() [1/2]

QgsMeshEditingError::QgsMeshEditingError ( )

Constructor of the default error, that is NoError.

Definition at line 1228 of file qgsmesheditor.cpp.

◆ QgsMeshEditingError() [2/2]

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.

Member Function Documentation

◆ operator!=()

bool QgsMeshEditingError::operator!= ( const QgsMeshEditingError & other) const
inline

Definition at line 57 of file qgsmesheditor.h.

◆ operator==()

bool QgsMeshEditingError::operator== ( const QgsMeshEditingError & other) const
inline

Definition at line 56 of file qgsmesheditor.h.

Member Data Documentation

◆ elementIndex

int QgsMeshEditingError::elementIndex = -1

Definition at line 54 of file qgsmesheditor.h.

◆ errorType

Definition at line 52 of file qgsmesheditor.h.


The documentation for this class was generated from the following files: