Represents the user information within the UserDatabase
.
More...
#include <userdatabase.hh>
|
| User () |
| Empty constructor.
|
|
| User (const QJsonObject &obj) |
| Constructs entry from JSON object.
|
|
bool | isValid () const |
| Returns true if the entry is valid.
|
|
unsigned | distance (unsigned id) const |
| Returns the "distance" between this user and the given ID.
|
|
|
unsigned | id |
| The DMR ID of the user.
|
|
QString | call |
| The callsign of the user.
|
|
QString | name |
| The name of the user.
|
|
QString | surname |
| The surname of the user.
|
|
QString | city |
| The city of the user.
|
|
QString | state |
| The state of the user.
|
|
QString | country |
| The country of the user.
|
|
QString | comment |
| Some arbitrary comment or text.
|
|
Represents the user information within the UserDatabase
.
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/userdatabase.hh
- /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/userdatabase.cc