Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - Keystone
00326.06.27.21.0407.blamite
A library that enables the use of Qt in Blamite's editing tools.
error_dialog.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QWidget>
4
#include "ui_error_dialog.h"
5
6
class
ErrorDialog
:
public
QMainWindow
7
{
8
Q_OBJECT
9
10
public
:
11
ErrorDialog
(QWidget* parent = Q_NULLPTR);
12
~ErrorDialog
();
13
14
void
SetErrorInfo
(
bool
allow_safemode,
bool
allow_continue,
const
char
* text);
15
16
private
:
17
Ui::error_notice_qt ui;
18
19
private
slots:
20
void
btn_continue_Click();
21
};
ErrorDialog::ErrorDialog
ErrorDialog(QWidget *parent=Q_NULLPTR)
Definition:
error_dialog.cpp:3
ErrorDialog::SetErrorInfo
void SetErrorInfo(bool allow_safemode, bool allow_continue, const char *text)
Definition:
error_dialog.cpp:15
ErrorDialog::~ErrorDialog
~ErrorDialog()
Definition:
error_dialog.cpp:10
ErrorDialog
Definition:
error_dialog.h:6
keystone
components
ui
shared
dialogs
error_dialog
error_dialog.h
Generated on Sun Jun 27 2021 04:36:43 for Blamite Game Engine - Keystone by
1.8.17