![]() |
Blamite Game Engine - Keystone
00321.06.22.21.0037.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
General-purpose utilities for use within Keystone. More...
Functions | |
| KEYSTONE void | SetGraphicsViewImage (QGraphicsView *graphics_view, std::string image_path, Qt::AspectRatioMode aspect_ratio_mode) |
| Applies an image to a graphics view, without the need for extra scene/pixmap management. More... | |
General-purpose utilities for use within Keystone.
| void BlamKeystone::Utils::SetGraphicsViewImage | ( | QGraphicsView * | graphics_view, |
| std::string | image_path, | ||
| Qt::AspectRatioMode | aspect_ratio_mode | ||
| ) |
Applies an image to a graphics view, without the need for extra scene/pixmap management.
| graphics_view | - The graphics view to set the image for. |
| image_path | - The path to the image file. |