|
qHexWalker 0.0.1
Hexagonal Grid Pathfinding & Maze Visualization on Interactive Maps
|
#include <h3Target.h>
Inheritance diagram for H3Target:
Collaboration diagram for H3Target:Public Member Functions | |
| H3Target (QObject *parent=nullptr) | |
| ~H3Target () override | |
| quint8 | zoom () const noexcept |
| quint16 | order () const noexcept |
| QGeoCoordinate | coordinate () const noexcept |
| void | setZoom (quint8 zoom) |
| void | setOrder (quint16 order) |
| void | setCoordinate (const QGeoCoordinate &coordinate) |
| public::void | zoomChanged () |
| void | orderChanged () |
| void | coordinateChanged () |
| quint8 | res () const noexcept |
| quint64 | index () const noexcept |
| QColor | color () const noexcept |
| QVariantList | path () const |
| void | setRes (quint8 res) |
| void | setIndex (quint64 index) |
| void | setColor (const QColor &color) |
| void | setPath (const QVariantList &path) |
| public::void | resChanged () |
| void | indexChanged () |
| void | colorChanged () |
| void | pathChanged () |
Private Attributes | |
| quint8 | zoom_ {} |
| quint16 | order_ {} |
| QGeoCoordinate | coordinate_ {} |
| quint8 | res_ {} |
| quint64 | index_ {} |
| QColor | color_ {} |
| QVariantList | path_ |
Definition at line 6 of file h3Target.h.
|
explicit |
Definition at line 3 of file h3Target.cpp.
|
overridedefault |
|
noexceptinherited |
Definition at line 9 of file iH3Data.cpp.
References IH3Data::color_.
Referenced by IH3Data::setColor().
Here is the caller graph for this function:
|
inherited |
|
noexcept |
Definition at line 9 of file h3Target.cpp.
References coordinate_.
Referenced by setCoordinate().
Here is the caller graph for this function:| void H3Target::coordinateChanged | ( | ) |
|
noexceptinherited |
Definition at line 8 of file iH3Data.cpp.
References IH3Data::index_.
Referenced by IH3Data::setIndex().
Here is the caller graph for this function:
|
inherited |
|
noexcept |
Definition at line 8 of file h3Target.cpp.
References order_.
Referenced by setOrder().
Here is the caller graph for this function:| void H3Target::orderChanged | ( | ) |
|
inherited |
Definition at line 10 of file iH3Data.cpp.
References IH3Data::path_.
Referenced by IH3Data::setPath().
Here is the caller graph for this function:
|
inherited |
|
noexceptinherited |
Definition at line 7 of file iH3Data.cpp.
References IH3Data::res_.
Referenced by IH3Data::setRes().
Here is the caller graph for this function:
|
inherited |
|
inherited |
Definition at line 25 of file iH3Data.cpp.
References IH3Data::color(), IH3Data::color_, and IH3Data::colorChanged().
Here is the call graph for this function:| void H3Target::setCoordinate | ( | const QGeoCoordinate & | coordinate | ) |
Definition at line 24 of file h3Target.cpp.
References coordinate(), coordinate_, and coordinateChanged().
Here is the call graph for this function:
|
inherited |
Definition at line 19 of file iH3Data.cpp.
References IH3Data::index(), IH3Data::index_, and IH3Data::indexChanged().
Here is the call graph for this function:| void H3Target::setOrder | ( | quint16 | order | ) |
Definition at line 17 of file h3Target.cpp.
References order(), order_, and orderChanged().
Here is the call graph for this function:
|
inherited |
Definition at line 32 of file iH3Data.cpp.
References IH3Data::path(), IH3Data::path_, and IH3Data::pathChanged().
Here is the call graph for this function:
|
inherited |
Definition at line 12 of file iH3Data.cpp.
References IH3Data::res(), IH3Data::res_, and IH3Data::resChanged().
Here is the call graph for this function:| void H3Target::setZoom | ( | quint8 | zoom | ) |
Definition at line 11 of file h3Target.cpp.
References zoom(), zoom_, and zoomChanged().
Here is the call graph for this function:
|
noexcept |
Definition at line 7 of file h3Target.cpp.
References zoom_.
Referenced by setZoom().
Here is the caller graph for this function:| public::void H3Target::zoomChanged | ( | ) |
|
privateinherited |
Definition at line 36 of file iH3Data.h.
Referenced by IH3Data::color(), and IH3Data::setColor().
|
private |
Definition at line 34 of file h3Target.h.
Referenced by coordinate(), and setCoordinate().
|
privateinherited |
Definition at line 35 of file iH3Data.h.
Referenced by IH3Data::index(), and IH3Data::setIndex().
|
private |
Definition at line 33 of file h3Target.h.
Referenced by order(), and setOrder().
|
privateinherited |
Definition at line 37 of file iH3Data.h.
Referenced by IH3Data::path(), and IH3Data::setPath().
|
privateinherited |
Definition at line 34 of file iH3Data.h.
Referenced by IH3Data::res(), and IH3Data::setRes().
|
private |
Definition at line 32 of file h3Target.h.