![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
Go to the source code of this file.
Namespaces | |
| namespace | atlas |
| namespace | atlas::images |
| namespace | atlas::images::async |
Macros | |
| #define | ATLASGAMEMANAGER_LOADE_HPP |
Functions | |
| QPixmap | atlas::images::scalePixmap (QPixmap img, const QSize target_size, const SCALE_TYPE scale_type) |
| QPixmap | atlas::images::loadScaledPixmap (const QSize target_size, const SCALE_TYPE scale_type, const std::filesystem::path &path) |
| QImage | atlas::images::loadImage (const std::filesystem::path &path) |
| QPixmap | atlas::images::loadPixmap (const std::filesystem::path &path) |
| QFuture< QPixmap > | atlas::images::async::loadScaledPixmap (const QSize target_size, const SCALE_TYPE scale_type, const std::filesystem::path &path) |
| QFuture< QPixmap > | atlas::images::async::loadPixmap (const std::filesystem::path &path) |
| #define ATLASGAMEMANAGER_LOADE_HPP |