![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
Namespaces | |
| namespace | internal |
Functions | |
| QFuture< std::filesystem::path > | importImageFromURL (const QString url, const RecordID record_id) |
| QFuture< std::filesystem::path > | importImage (const std::filesystem::path &path, const RecordID game_id) |
Stores the image located at path in the data folder. | |
| QFuture< std::filesystem::path > | importPixmap (const QPixmap pixmap, const RecordID game_id) |
| QFuture< QPixmap > | loadScaledPixmap (const QSize target_size, const SCALE_TYPE scale_type, const std::filesystem::path &path) |
| QFuture< QPixmap > | loadPixmap (const std::filesystem::path &path) |
| QFuture< QPixmap > | thumbnail (const std::filesystem::path &path) |
| QFuture< QPixmap > | scaledThumbnail (const QSize size, const SCALE_TYPE scale_type, const std::filesystem::path &path) |
|
nodiscard |
Stores the image located at path in the data folder.
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
| QFuture< QPixmap > atlas::images::async::scaledThumbnail | ( | const QSize | size, |
| const SCALE_TYPE | scale_type, | ||
| const std::filesystem::path & | path ) |
| QFuture< QPixmap > atlas::images::async::thumbnail | ( | const std::filesystem::path & | path | ) |