qHexWalker
0.0.1
Hexagonal Grid Pathfinding & Maze Visualization on Interactive Maps
Loading...
Searching...
No Matches
h3Cell.h
Go to the documentation of this file.
1
#ifndef Q_HEX_WALKER_H3CELL_H
2
#define Q_HEX_WALKER_H3CELL_H
3
4
#include "
iH3Data.h
"
5
6
class
H3Cell
final :
public
IH3Data
{
7
Q_OBJECT
8
Q_DISABLE_COPY_MOVE(
H3Cell
)
9
public
:
10
explicit
H3Cell
(QObject *parent =
nullptr
);
11
~H3Cell
()
override
;
12
};
13
14
#endif
// Q_HEX_WALKER_H3CELL_H
H3Cell
Definition
h3Cell.h:6
H3Cell::~H3Cell
~H3Cell() override
IH3Data
Definition
iH3Data.h:4
iH3Data.h
src
models
h3Cell.h
Generated by
1.9.8