JustAnotherDnDGame 0.1.0
Jeu de rôle tactique au d20, vue de dessus, en C++/Qt
Loading...
Searching...
No Matches
ThumbnailGeometry.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
18
19namespace hmi {
20
32[[nodiscard]] int thumbnailPixelSize(int logicalSize, double scaleFactor) noexcept;
33
34} // namespace hmi
Definition AudioEngine.cpp:15
int thumbnailPixelSize(int logicalSize, double scaleFactor) noexcept
Taille en pixels réels pour une taille logique et un facteur d'échelle d'affichage donnés.
Definition ThumbnailGeometry.cpp:11