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