 |
Blamite Game Engine - Keystone
00402.09.29.23.0627.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
7 #include "ui_error_dialog.h"
17 Ui::error_notice_qt ui;
29 ErrorDialog(
bool allow_safemode,
bool allow_continue, std::string text, QWidget* parent = Q_NULLPTR);
44 void btn_continue_Click();
49 void btn_safe_mode_Click();
54 void btn_exit_Click();
@ Default_NotSet
The dialog result has not yet been set.
KeystoneDialogResult
Enumerator containing all possible generic dialog results.
Definition: keystone_api.h:30
@ Exit
Indicates the user choosed the "Exit" option.
ErrorDialog(bool allow_safemode, bool allow_continue, std::string text, QWidget *parent=Q_NULLPTR)
Constructs a new error dialog.
Definition: error_dialog.cpp:3
@ SafeMode
Indicates the user choosed the "Continue in Safe Mode" option.
~ErrorDialog()
Definition: error_dialog.cpp:16
GUI for the Qt-based error dialog box.
Definition: error_dialog.h:12
@ Continue
Indicates the user choosed the "Continue" option.
KeystoneDialogResult GetResult()
Retrieves the result of the dialog.
Definition: error_dialog.cpp:21