|
| const std::string | atlas::images::pixmapKey (const QSize target_size, const SCALE_TYPE scale_type, const std::filesystem::path &path) |
| |
| QPixmap | atlas::images::scalePixmap (QPixmap img, const QSize target_size, const SCALE_TYPE scale_type) |
| |
| QPixmap | atlas::images::loadPixmap (const std::filesystem::path &path) |
| |
| 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) |
| |
| void | atlas::images::internal::loadPixmap (QPromise< QPixmap > &promise, const std::filesystem::path &path) |
| |
| void | atlas::images::internal::loadScaledPixmap (QPromise< QPixmap > &promise, const QSize target_size, const SCALE_TYPE scale_type, 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) |
| |