|
libdrmconf
0.10.4
A library to program DMR radios.
|
Notifies the user that a string gets ignored. More...
#include <radiolimits.hh>


Public Member Functions | |
| RadioLimitStringIgnored (RadioLimitIssue::Severity severity=RadioLimitIssue::Hint, QObject *parent=nullptr) | |
| Constructor. | |
| bool | verify (const ConfigItem *item, const QMetaProperty &prop, RadioLimitContext &context) const |
| Verifies the given property of the specified item. More... | |
Public Member Functions inherited from RadioLimitElement | |
| virtual | ~RadioLimitElement () |
| Destructor. | |
Protected Attributes | |
| RadioLimitIssue::Severity | _severity |
| Holds the severity of the message. | |
Additional Inherited Members | |
Public Types inherited from RadioLimitElement | |
| typedef std::initializer_list< std::pair< QString, RadioLimitElement * > > | PropList |
| Initializer lists of ConfigItem properties. | |
Protected Member Functions inherited from RadioLimitValue | |
| RadioLimitValue (QObject *parent=nullptr) | |
| Hidden constructor. | |
Protected Member Functions inherited from RadioLimitElement | |
| RadioLimitElement (QObject *parent=nullptr) | |
| Hidden constructor. | |
Notifies the user that a string gets ignored.
This is usually the case, when named elements are referenced within the codeplug by index.
|
virtual |
Verifies the given property of the specified item.
This method gets implemented by the specialized classes to implement the actual verification.
Implements RadioLimitElement.