|
libdrmconf 0.13.3
A library to program DMR radios.
|
Base class to verify values. More...
#include <radiolimits.hh>


Protected Member Functions | |
| RadioLimitValue (RadioLimitIssue::Severity severity=RadioLimitIssue::Severity::Hint, QObject *parent=nullptr) | |
| Hidden constructor. | |
Protected Member Functions inherited from RadioLimitElement | |
| RadioLimitElement (QObject *parent=nullptr) | |
| Hidden constructor. | |
Protected Attributes | |
| RadioLimitIssue::Severity | _severity |
| The severity of the issue, if the test fails. | |
Additional Inherited Members | |
Public Types inherited from RadioLimitElement | |
| typedef std::initializer_list< std::pair< QString, RadioLimitElement * > > | PropList |
| Initializer lists of ConfigItem properties. | |
Public Member Functions inherited from RadioLimitElement | |
| virtual bool | verify (const ConfigItem *item, const QMetaProperty &prop, RadioLimitContext &context) const =0 |
| Verifies the given property of the specified item. | |
| virtual | ~RadioLimitElement () |
| Destructor. | |
Base class to verify values.
That is, the verification of strings, integers, floats, etc.