 |
Blamite Game Engine - Keystone
00367.02.08.23.1815.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
KeystoneDialogResult
Enumerator containing all possible generic dialog results.
Definition: keystone_api.h:30
KeystoneMessageBoxButtons
Enumerator containing different possible button combinations.
Definition: qt_message_box.h:23
KEYSTONE uint32_t ConvertQtVirtKeyToSDLScancode(int key)
Definition: utils.cpp:256
KEYSTONE KeystoneDialogResult ShowMessageBox(std::string message)
Definition: utils.cpp:279
KeystoneMessageBoxType
Enumerator containing different possible message box types, primarily used to control the icon that i...
Definition: qt_message_box.h:10
#define KEYSTONE
Definition: utils.h:10
KEYSTONE KeystoneDialogResult ShowErrorDialog(bool allow_safemode, bool allow_continue, std::string text)
Shows an error dialog that allows the user to continue execution, continue in 'safe mode',...
Definition: utils.cpp:271
General-purpose utilities for use within Keystone.
Definition: utils.h:16
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.
Definition: utils.cpp:221
KEYSTONE uint32_t ConvertQtVirtKeyToSDLVirtKey(int key)
Definition: utils.cpp:241