libdrmconf
0.10.4
A library to program DMR radios.
|
Represents a single issue found during verification. More...
#include <radiolimits.hh>
Public Types | |
enum | Severity { Silent , Hint , Warning , Critical } |
Defines the possible severity levels. More... | |
Public Member Functions | |
RadioLimitIssue (Severity severity, const QStringList &stack) | |
Constructs an empty message for the specified severity at the specified point of the verification. | |
RadioLimitIssue (const RadioLimitIssue &other) | |
Copy constructor. | |
RadioLimitIssue & | operator= (const RadioLimitIssue &other) |
Copy assignment. | |
RadioLimitIssue & | operator= (const QString &message) |
Set message. | |
Severity | severity () const |
Returns the severity of the issue. | |
const QString & | message () const |
Returns the text message. | |
QString | format () const |
Formats the message. | |
Protected Attributes | |
Severity | _severity |
Holds the severity of the issue. | |
QStringList | _stack |
Holds the item-stack (where the issue occurred). | |
QString | _message |
Holds the text message. | |
Represents a single issue found during verification.
Defines the possible severity levels.