 |
Blamite Game Engine - Keystone
00390.07.02.23.1947.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
4 #include <qgraphicsscene.h>
6 #include <qgraphicsitem.h>
9 #include "ui_alert_widget.h"
19 QGraphicsScene* scene =
nullptr;
20 QGraphicsPixmapItem* pixmap_item =
nullptr;
Definition: scenario_loading.h:8
std::string GetApplicationTitle()
Definition: BlamEditorWindow.cpp:406
@ Error
Dialog icon will be a red circle with an X.
void SetScenarioParams(std::string _project_name, std::string _tag_path)
Definition: ScenarioLoadingDialog_Loader.cpp:10
ScenarioLoadingDialog(QWidget *parent=Q_NULLPTR)
Definition: ScenarioLoadingDialog.cpp:14
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
void showEvent(QShowEvent *event)
Definition: ScenarioLoadingDialog.cpp:38
void RefreshIcon()
Definition: ScenarioLoadingDialog.cpp:134
void LoadScenario(std::string _project_name, std::string _tag_path)
Definition: ScenarioLoadingDialog.cpp:44
@ Warning
Dialog icon will be a yellow triangle with an exclamation mark.
KEYSTONE BlamEditorTheme * GetActiveTheme()
Retrieves the currently selected theme.
Definition: themes.cpp:335
void ProgressStageChanged(int stage)
KEYSTONE BlamEditorWindow * GetMainEditorWindow()
Retrieves the main editor window.
Definition: editor_data.cpp:32
void ScenarioLoadFinished()
Definition: ScenarioLoadingDialog.cpp:129
@ None
The dialog will not contain an icon.
void LoadScenario()
Definition: ScenarioLoadingDialog_Loader.cpp:16
void UpdateProgressStage(int stage)
Definition: ScenarioLoadingDialog.cpp:65
~ScenarioLoadingDialog()
Definition: ScenarioLoadingDialog.cpp:26