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


Protected Member Functions | |
| RadioLimitValue (QObject *parent=nullptr) | |
| Hidden constructor. | |
Protected Member Functions inherited from RadioLimitElement | |
| RadioLimitElement (QObject *parent=nullptr) | |
| Hidden constructor. | |
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. More... | |
| virtual | ~RadioLimitElement () |
| Destructor. | |
Base class to verify values.
That is, the verification of strings, integers, floats, etc.