Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
loader.hpp File Reference
#include <QFuture>
#include <QPixmap>
#include <filesystem>
#include "core/config/config.hpp"

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)
 

Macro Definition Documentation

◆ ATLASGAMEMANAGER_LOADE_HPP

#define ATLASGAMEMANAGER_LOADE_HPP