LibDMRConf
0.5.2
A library to program DMR radios.
|
This is the complete list of members for ContactList, including all inherited members.
_contacts | ContactList | protected |
addContact(Contact *contact, int row=-1) | ContactList | |
clear() | ContactList | |
columnCount(const QModelIndex &index) const | ContactList | |
contact(int idx) const | ContactList | |
ContactList(QObject *parent=nullptr) | ContactList | explicit |
count() const | ContactList | |
data(const QModelIndex &index, int role=Qt::DisplayRole) const | ContactList | |
digitalContact(int idx) const | ContactList | |
digitalCount() const | ContactList | |
dtmfContact(int idx) const | ContactList | |
dtmfCount() const | ContactList | |
findDigitalContact(uint number) const | ContactList | |
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const | ContactList | |
indexOf(Contact *contact) const | ContactList | |
indexOfDigital(DigitalContact *contact) const | ContactList | |
indexOfDTMF(DTMFContact *contact) const | ContactList | |
modified() | ContactList | signal |
moveDown(int row) | ContactList | |
moveUp(int row) | ContactList | |
onContactDeleted(QObject *contact) | ContactList | protectedslot |
onContactEdited() | ContactList | protectedslot |
remContact(int idx) | ContactList | |
remContact(Contact *contact) | ContactList | |
rowCount(const QModelIndex &index) const | ContactList |