|
libdrmconf 0.13.3
A library to program DMR radios.
|
Represents a DMR ID. More...
#include <radiolimits.hh>


Public Member Functions | |
| RadioLimitDMRId (RadioLimitIssue::Severity severity=RadioLimitIssue::Severity::Hint, QObject *parent=nullptr) | |
| Constructor. | |
| Public Member Functions inherited from RadioLimitUInt | |
| RadioLimitUInt (qint64 minValue=-1, qint64 maxValue=-1, qint64 defValue=-1, RadioLimitIssue::Severity severity=RadioLimitIssue::Severity::Hint, QObject *parent=nullptr) | |
| Constructor. | |
| bool | verify (const ConfigItem *item, const QMetaProperty &prop, RadioLimitContext &context) const |
| Verifies the given property of the specified item. | |
| Public Member Functions inherited from RadioLimitElement | |
| virtual | ~RadioLimitElement () |
| Destructor. | |
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 (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 inherited from RadioLimitUInt | |
| qint64 | _minValue |
| Holds the minimum value. | |
| qint64 | _maxValue |
| Holds the maximum value. | |
| qint64 | _defValue |
| Holds the default value. | |
| Protected Attributes inherited from RadioLimitValue | |
| RadioLimitIssue::Severity | _severity |
| The severity of the issue, if the test fails. | |
Represents a DMR ID.
That is an uint between 1 and 16777215 without any default value.
|
explicit |
Constructor.
| parent | Specifies the QObject parent. |