DiagnosticMessage Class
(CPlusPlus::Document::DiagnosticMessage)Public Types
enum | Level { Warning, Error, Fatal } |
Public Functions
DiagnosticMessage(int level, const QString &fileName, unsigned line, unsigned column, const QString &text, unsigned length = 0) | |
unsigned | column() const |
QString | fileName() const |
bool | isError() const |
bool | isFatal() const |
bool | isWarning() const |
unsigned | length() const |
int | level() const |
unsigned | line() const |
QString | text() const |
bool | operator!=(const DiagnosticMessage &other) const |
bool | operator==(const DiagnosticMessage &other) const |
Member Function Documentation
DiagnosticMessage::DiagnosticMessage(int level, const QString &fileName, unsigned line, unsigned column, const QString &text, unsigned length = 0)
Default constructs an instance of DiagnosticMessage.