QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Struct for QgsReadWriteContext error or warning messages. More...
#include <qgsreadwritecontext.h>
Public Member Functions | |
ReadWriteMessage (const QString &message=QString(), Qgis::MessageLevel level=Qgis::MessageLevel::Warning, const QStringList &categories=QStringList()) | |
Construct a container for QgsReadWriteContext error or warning messages. More... | |
QStringList | categories () const |
Returns the stack of categories of the message. More... | |
Qgis::MessageLevel | level () const |
Returns the message level. More... | |
QString | message () const |
Returns the message string. More... | |
bool | operator!= (const QgsReadWriteContext::ReadWriteMessage &other) const |
bool | operator== (const QgsReadWriteContext::ReadWriteMessage &other) const |
Struct for QgsReadWriteContext error or warning messages.
Definition at line 42 of file qgsreadwritecontext.h.
|
inline |
Construct a container for QgsReadWriteContext error or warning messages.
Definition at line 45 of file qgsreadwritecontext.h.
|
inline |
Returns the stack of categories of the message.
Definition at line 58 of file qgsreadwritecontext.h.
|
inline |
Returns the message level.
Definition at line 55 of file qgsreadwritecontext.h.
|
inline |
Returns the message string.
Definition at line 52 of file qgsreadwritecontext.h.
|
inline |
Definition at line 65 of file qgsreadwritecontext.h.
|
inline |
Definition at line 60 of file qgsreadwritecontext.h.