LibDMRConf  0.5.0
A library to program DMR radios.
Signals | Public Member Functions | Protected Attributes | List of all members
Zone Class Reference

Represents a zone within the generic configuration. More...

#include <zone.hh>

Inheritance diagram for Zone:

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 ZoneChannelListA () const
 Retruns the list of channels for VFO A in this zone.
 
ZoneChannelListA ()
 Retruns the list of channels for VFO A in this zone.
 
const ZoneChannelListB () const
 Retruns the list of channels for VFO B in this zone.
 
ZoneChannelListB ()
 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.
 

Detailed Description

Represents a zone within the generic configuration.


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