|
libosmscout 1.1.1
|
#include <libosmscout-client-qt/include/osmscoutclientqt/LocationEntry.h>


Public Member Functions | |
| LocationEntry (LocationInfo::Type type, const QString &label, const QString &altName, const QString &objectType, const QList< AdminRegionInfoRef > &adminRegionList, const QString database, const osmscout::GeoCoord coord, const osmscout::GeoBox bbox, QObject *parent=nullptr) | |
| LocationEntry (const QString &label, const osmscout::GeoCoord &coord, QObject *parent=nullptr) | |
| LocationEntry (const LocationInfo &info) | |
| LocationEntry (QObject *parent=nullptr) | |
| LocationEntry (const LocationEntry &other) | |
| copy constructor copies Qt ownership | |
| LocationEntry (LocationEntry &&other) | |
| move constructor copies Qt ownership | |
| ~LocationEntry () override=default | |
| LocationEntry & | operator= (const LocationEntry &other) |
| copy assignment, Qt ownership is not changed | |
| LocationEntry & | operator= (LocationEntry &&other) |
| move assignment copies Qt ownership | |
| void | addReference (const osmscout::ObjectFileRef reference) |
| void | mergeWith (const LocationEntry &location) |
| Q_INVOKABLE double | distanceTo (double lat, double lon) const |
| LocationInfo::Type | getType () const |
| QString | getTypeString () const |
| QString | getObjectType () const |
| QString | getLabel () const |
| QString | getDebugString () const |
| QString | getAltName () const |
| QList< AdminRegionInfoRef > | getAdminRegionList () const |
| QString | getDatabase () const |
| osmscout::GeoCoord | getCoord () const |
| osmscout::GeoBox | getBBox () const |
| const QList< osmscout::ObjectFileRef > & | getReferences () const |
| double | getLat () const |
| double | getLon () const |
Properties | |
| QString | label |
| QString | altName |
| QString | type |
| QString | objectType |
| double | lat |
| double | lon |
Qt abstraction for various objects on map, used for search and routing
| osmscout::LocationEntry::LocationEntry | ( | LocationInfo::Type | type, |
| const QString & | label, | ||
| const QString & | altName, | ||
| const QString & | objectType, | ||
| const QList< AdminRegionInfoRef > & | adminRegionList, | ||
| const QString | database, | ||
| const osmscout::GeoCoord | coord, | ||
| const osmscout::GeoBox | bbox, | ||
| QObject * | parent = nullptr ) |
| osmscout::LocationEntry::LocationEntry | ( | const QString & | label, |
| const osmscout::GeoCoord & | coord, | ||
| QObject * | parent = nullptr ) |
|
explicit |
|
explicit |
| osmscout::LocationEntry::LocationEntry | ( | const LocationEntry & | other | ) |
copy constructor copies Qt ownership
| osmscout::LocationEntry::LocationEntry | ( | LocationEntry && | other | ) |
move constructor copies Qt ownership
|
overridedefault |
| void osmscout::LocationEntry::addReference | ( | const osmscout::ObjectFileRef | reference | ) |
| Q_INVOKABLE double osmscout::LocationEntry::distanceTo | ( | double | lat, |
| double | lon ) const |
| QList< AdminRegionInfoRef > osmscout::LocationEntry::getAdminRegionList | ( | ) | const |
| QString osmscout::LocationEntry::getAltName | ( | ) | const |
| osmscout::GeoBox osmscout::LocationEntry::getBBox | ( | ) | const |
| osmscout::GeoCoord osmscout::LocationEntry::getCoord | ( | ) | const |
| QString osmscout::LocationEntry::getDatabase | ( | ) | const |
| QString osmscout::LocationEntry::getDebugString | ( | ) | const |
| QString osmscout::LocationEntry::getLabel | ( | ) | const |
| double osmscout::LocationEntry::getLat | ( | ) | const |
| double osmscout::LocationEntry::getLon | ( | ) | const |
| QString osmscout::LocationEntry::getObjectType | ( | ) | const |
| const QList< osmscout::ObjectFileRef > & osmscout::LocationEntry::getReferences | ( | ) | const |
| LocationInfo::Type osmscout::LocationEntry::getType | ( | ) | const |
| QString osmscout::LocationEntry::getTypeString | ( | ) | const |
| void osmscout::LocationEntry::mergeWith | ( | const LocationEntry & | location | ) |
| LocationEntry & osmscout::LocationEntry::operator= | ( | const LocationEntry & | other | ) |
copy assignment, Qt ownership is not changed
| LocationEntry & osmscout::LocationEntry::operator= | ( | LocationEntry && | other | ) |
move assignment copies Qt ownership
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |