libdrmconf  0.11.0
A library to program DMR radios.
Public Member Functions | List of all members
RadioLimitDMRId Class Reference

Represents a DMR ID. More...

#include <radiolimits.hh>

Inheritance diagram for RadioLimitDMRId:
Inheritance graph
[legend]
Collaboration diagram for RadioLimitDMRId:
Collaboration graph
[legend]

Public Member Functions

 RadioLimitDMRId (QObject *parent=nullptr)
 Constructor. More...
 
- Public Member Functions inherited from RadioLimitUInt
 RadioLimitUInt (qint64 minValue=-1, qint64 maxValue=-1, qint64 defValue=-1, QObject *parent=nullptr)
 Constructor. More...
 
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.
 

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.
 
- Protected Attributes inherited from RadioLimitUInt
qint64 _minValue
 Holds the minimum value. More...
 
qint64 _maxValue
 Holds the maximum value. More...
 
qint64 _defValue
 Holds the default value. More...
 

Detailed Description

Represents a DMR ID.

That is an uint between 1 and 16777215 without any default value.

Constructor & Destructor Documentation

◆ RadioLimitDMRId()

RadioLimitDMRId::RadioLimitDMRId ( QObject *  parent = nullptr)
explicit

Constructor.

Parameters
parentSpecifies the QObject parent.

The documentation for this class was generated from the following files: