|
qHexWalker 0.0.1
Hexagonal Grid Pathfinding & Maze Visualization on Interactive Maps
|
#include <iH3Data.h>
Inheritance diagram for IH3Data:
Collaboration diagram for IH3Data:Public Member Functions | |
| IH3Data (QObject *parent=nullptr) | |
| ~IH3Data () override | |
| 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 | res_ {} |
| quint64 | index_ {} |
| QColor | color_ {} |
| QVariantList | path_ |
|
explicit |
Definition at line 3 of file iH3Data.cpp.
|
overridedefault |
|
noexcept |
Definition at line 9 of file iH3Data.cpp.
References color_.
Referenced by setColor().
Here is the caller graph for this function:| void IH3Data::colorChanged | ( | ) |
|
noexcept |
Definition at line 8 of file iH3Data.cpp.
References index_.
Referenced by setIndex().
Here is the caller graph for this function:| void IH3Data::indexChanged | ( | ) |
| QVariantList IH3Data::path | ( | ) | const |
Definition at line 10 of file iH3Data.cpp.
References path_.
Referenced by setPath().
Here is the caller graph for this function:| void IH3Data::pathChanged | ( | ) |
|
noexcept |
Definition at line 7 of file iH3Data.cpp.
References res_.
Referenced by setRes().
Here is the caller graph for this function:| public::void IH3Data::resChanged | ( | ) |
| void IH3Data::setColor | ( | const QColor & | color | ) |
Definition at line 25 of file iH3Data.cpp.
References color(), color_, and colorChanged().
Here is the call graph for this function:| void IH3Data::setIndex | ( | quint64 | index | ) |
Definition at line 19 of file iH3Data.cpp.
References index(), index_, and indexChanged().
Here is the call graph for this function:| void IH3Data::setPath | ( | const QVariantList & | path | ) |
Definition at line 32 of file iH3Data.cpp.
References path(), path_, and pathChanged().
Here is the call graph for this function:| void IH3Data::setRes | ( | quint8 | res | ) |
Definition at line 12 of file iH3Data.cpp.
References res(), res_, and resChanged().
Here is the call graph for this function:
|
private |
Definition at line 36 of file iH3Data.h.
Referenced by color(), and setColor().
|
private |
Definition at line 35 of file iH3Data.h.
Referenced by index(), and setIndex().
|
private |
|
private |