JustAnotherDnDGame 0.1.0
Jeu de rôle tactique au d20, vue de dessus, en C++/Qt
Loading...
Searching...
No Matches
EditorTool.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 Valentin Eloy
2// SPDX-License-Identifier: GPL-3.0-or-later
3
4#pragma once
5
6#include <cstddef>
7
12
13namespace hmi {
14
36
41inline constexpr std::size_t EDITOR_TOOL_COUNT = 6;
42
43} // namespace hmi
Definition AudioEngine.cpp:15
EditorTool
Outil actif dans la grille de l'éditeur, changé via Tab ou la barre d'outils (hmi::EditorActions).
Definition EditorTool.h:35
@ Paint
Definition EditorTool.h:35
@ Selection
Definition EditorTool.h:35
@ Link
Definition EditorTool.h:35
@ TextureAssign
Definition EditorTool.h:35
@ Rectangle
Definition EditorTool.h:35
@ CameraZone
Definition EditorTool.h:35
constexpr std::size_t EDITOR_TOOL_COUNT
Nombre d'outils d'édition, déclaré au plus près de l'énumération qu'il compte.
Definition EditorTool.h:41