Elaztek Developer Hub
Blamite Game Engine - blam!  00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
qt.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef BLAM
4 #define BLAM
5 #endif
6 
10 namespace Blam::UI::Qt
11 {
21  BLAM int ShowErrorModal(bool allow_safemode, bool allow_continue, const char* text);
22 }
Blam::UI::Qt::ShowErrorModal
BLAM int ShowErrorModal(bool allow_safemode, bool allow_continue, const char *text)
Displays an error dialog modal.
Definition: qt.cpp:5
qt.h
keystone.h
BLAM
#define BLAM
Definition: qt.h:4
Blam::Modules::Keystone::ShowErrorDialog
BLAM int ShowErrorDialog(bool allow_safemode, bool allow_continue, const char *text)
Shows a Qt-driven error dialog.
Definition: keystone.cpp:74
Blam::UI::Qt
Namespace containing functions for Qt5-based UI.
Definition: qt.h:10