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


Public Member Functions | |
| OverlayWay (QObject *parent=Q_NULLPTR) | |
| OverlayWay (const std::vector< osmscout::Point > &nodes, QString typeName="_route", QObject *parent=Q_NULLPTR) | |
| ~OverlayWay () override | |
| osmscout::RefType | getObjectType () const override |
| bool | toWay (osmscout::WayRef &way, const osmscout::TypeConfig &typeConfig) const |
| Public Member Functions inherited from osmscout::OverlayObject | |
| OverlayObject (QObject *parent=Q_NULLPTR) | |
| OverlayObject (const std::vector< osmscout::Point > &nodes, QString typeName="_route", QObject *parent=Q_NULLPTR) | |
| OverlayObject (const OverlayObject &o) | |
| ~OverlayObject () override | |
| QString | getObjectTypeStr () const |
| QString | getTypeName () const |
| void | setTypeName (const QString &name) |
| size_t | getSize () |
| qint8 | getLayer () const |
| void | setLayer (qint8 l) |
| QString | getName () const |
| void | setName (const QString &n) |
| QString | getColor () const |
| void | setColor (const QString &c) |
| void | setColorValue (Color &c) |
| LocationEntry * | getBBoxAsLocation () const |
| osmscout::GeoBox | boundingBox () const |
| std::vector< osmscout::GeoCoord > | getCoords () const |
| std::vector< osmscout::Point > | getPoints () const |
Additional Inherited Members | |
| Public Slots inherited from osmscout::OverlayObject | |
| void | clear () |
| void | addPoint (double lat, double lon) |
| Signals inherited from osmscout::OverlayObject | |
| void | bboxChanged () |
| Protected Member Functions inherited from osmscout::OverlayObject | |
| void | setupFeatures (const osmscout::TypeInfoRef &type, osmscout::FeatureValueBuffer &features) const |
| osmscout::GeoBox | boundingBoxInternal () const |
| std::vector< SegmentGeoBox > | segments () const |
| Protected Attributes inherited from osmscout::OverlayObject | |
| QString | typeName |
| std::vector< osmscout::Point > | nodes |
| std::vector< SegmentGeoBox > | segmentsBoxes |
| osmscout::GeoBox | box |
| int8_t | layer {std::numeric_limits<int8_t>::max()} |
| QMutex | lock |
| std::optional< osmscout::Color > | colorValue |
| Properties inherited from osmscout::OverlayObject | |
| QString | type |
| int | size |
| QString | objectType |
| qint8 | layer |
| QString | name |
| QString | color |
| LocationEntry * | boundingBox |
|
explicit |
|
explicit |
|
override |
|
inlineoverridevirtual |
Reimplemented from osmscout::OverlayObject.
| bool osmscout::OverlayWay::toWay | ( | osmscout::WayRef & | way, |
| const osmscout::TypeConfig & | typeConfig ) const |