QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
QStringList | categories () const |
Returns the stack of categories of the message. | |
Qgis::MessageLevel | level () const |
Returns the message level. | |
QString | message () const |
Returns the message string. | |
bool | operator!= (const QgsReadWriteContext::ReadWriteMessage &other) const |
bool | operator== (const QgsReadWriteContext::ReadWriteMessage &other) const |
Struct for QgsReadWriteContext error or warning messages.
Definition at line 41 of file qgsreadwritecontext.h.
|
inline |
Construct a container for QgsReadWriteContext error or warning messages.
Definition at line 44 of file qgsreadwritecontext.h.
|
inline |
Returns the stack of categories of the message.
Definition at line 57 of file qgsreadwritecontext.h.
|
inline |
Returns the message level.
Definition at line 54 of file qgsreadwritecontext.h.
|
inline |
Returns the message string.
Definition at line 51 of file qgsreadwritecontext.h.
|
inline |
Definition at line 66 of file qgsreadwritecontext.h.
|
inline |
Definition at line 61 of file qgsreadwritecontext.h.