ManaPlus
src
navigationmanager.h
Go to the documentation of this file.
1
/*
2
* The ManaPlus Client
3
* Copyright (C) 2013-2019 The ManaPlus Developers
4
* Copyright (C) 2019-2021 Andrei Karas
5
*
6
* This file is part of The ManaPlus Client.
7
*
8
* This program is free software; you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License as published by
10
* the Free Software Foundation; either version 2 of the License, or
11
* any later version.
12
*
13
* This program is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* You should have received a copy of the GNU General Public License
19
* along with this program. If not, see <http://www.gnu.org/licenses/>.
20
*/
21
22
#ifndef NAVIGATIONMANAGER_H
23
#define NAVIGATIONMANAGER_H
24
25
#include "
localconsts.h
"
26
27
class
Map
;
28
class
Resource
;
29
30
struct
MetaTile
;
31
32
class
NavigationManager
final
33
{
34
public
:
35
NavigationManager
();
36
37
A_DELETE_COPY
(
NavigationManager
)
38
39
~NavigationManager
();
40
41
#ifndef DYECMD
42
static
Resource
*
loadWalkLayer
(
const
Map
*
const
map);
43
#endif
// DYECMD
44
45
private
:
46
#ifndef DYECMD
47
static
bool
findWalkableTile
(
int
&x1,
int
&y1,
48
const
int
width,
49
const
int
height,
50
const
MetaTile
*
const
tiles,
51
const
int
*
const
data
)
A_NONNULL
(5, 6);
52
53
static
void
fillNum
(
int
x
,
int
y
,
54
const
int
width,
55
const
int
height,
56
const
int
num,
57
const
MetaTile
*
const
tiles,
58
int
*
const
data
)
A_NONNULL
(6, 7);
59
#endif
// DYECMD
60
};
61
62
#endif
// NAVIGATIONMANAGER_H
Map
Definition:
map.h:75
NavigationManager
Definition:
navigationmanager.h:33
NavigationManager::findWalkableTile
static bool findWalkableTile(int &x1, int &y1, const int width, const int height, const MetaTile *const tiles, const int *const data)
Definition:
navigationmanager.cpp:156
NavigationManager::fillNum
static void fillNum(int x, int y, const int width, const int height, const int num, const MetaTile *const tiles, int *const data)
Definition:
navigationmanager.cpp:92
NavigationManager::~NavigationManager
~NavigationManager()
Definition:
navigationmanager.cpp:59
NavigationManager::loadWalkLayer
static Resource * loadWalkLayer(const Map *const map)
Definition:
navigationmanager.cpp:64
NavigationManager::NavigationManager
NavigationManager()
Definition:
navigationmanager.cpp:55
Resource
Definition:
resource.h:35
y
y
Definition:
graphics_calcImageRect.hpp:73
x
x
Definition:
graphics_calcImageRect.hpp:73
localconsts.h
A_NONNULL
#define A_NONNULL(...)
Definition:
localconsts.h:168
final
#define final
Definition:
localconsts.h:46
A_DELETE_COPY
#define A_DELETE_COPY(func)
Definition:
localconsts.h:53
data
uint32_t data
Definition:
maptypeproperty2.h:1
MetaTile
Definition:
metatile.h:35
Generated on Wed Mar 17 2021 19:19:08 for ManaPlus by
1.9.1