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
00378.04.17.23.1319.blamite
A library that enables the use of Qt in Blamite's editing tools.
open_scenario.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QDialog>
4
#include <HEKGuerilla/components/projects/projects.h>
5
6
#include "ui_open_scenario.h"
7
8
class
open_scenario
:
public
QDialog
9
{
10
Q_OBJECT
11
12
private
:
13
Ui::open_scenario ui;
14
15
public
:
16
open_scenario
(QWidget *parent = Q_NULLPTR);
17
~open_scenario
();
18
19
bool
do_scenario_load
=
false
;
20
std::string
scenario_path_to_load
=
""
;
21
BlamProject*
project_to_load
=
nullptr
;
22
23
private
slots:
24
void
ProjectsPane_SelectionChanged();
25
26
void
ButtonOpen_Clicked();
27
28
void
ButtonCancel_Clicked();
29
};
open_scenario::do_scenario_load
bool do_scenario_load
Definition:
open_scenario.h:19
open_scenario::open_scenario
open_scenario(QWidget *parent=Q_NULLPTR)
Definition:
open_scenario.cpp:8
open_scenario
Definition:
open_scenario.h:8
open_scenario::project_to_load
BlamProject * project_to_load
Definition:
open_scenario.h:21
open_scenario::scenario_path_to_load
std::string scenario_path_to_load
Definition:
open_scenario.h:20
open_scenario::~open_scenario
~open_scenario()
Definition:
open_scenario.cpp:28
keystone
components
ui
sapien
windows
open_scenario
open_scenario.h
Generated on Mon Apr 17 2023 13:46:40 for Blamite Game Engine - Keystone by
1.8.17