|
LibDMRConf
0.5.0
A library to program DMR radios.
|
Represents a zone within the generic configuration. More...
#include <zone.hh>
Signals | |
| void | modified () |
| Gets emitted whenever the zone gets modified. | |
Public Member Functions | |
| Zone (const QString &name, QObject *parent=nullptr) | |
| Constructs an empty Zone with the given name. | |
| const QString & | name () const |
| Returns the name of the zone. | |
| bool | setName (const QString &name) |
| Sets the name of the zone. | |
| const ZoneChannelList * | A () const |
| Retruns the list of channels for VFO A in this zone. | |
| ZoneChannelList * | A () |
| Retruns the list of channels for VFO A in this zone. | |
| const ZoneChannelList * | B () const |
| Retruns the list of channels for VFO B in this zone. | |
| ZoneChannelList * | B () |
| Retruns the list of channels for VFO B in this zone. | |
Protected Attributes | |
| QString | _name |
| Holds the name of the zone. | |
| ZoneChannelList * | _A |
| List of channels for VFO A. | |
| ZoneChannelList * | _B |
| List of channels for VFO B. | |
Represents a zone within the generic configuration.
1.8.17