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
00390.07.02.23.1947.blamite
A library that enables the use of Qt in Blamite's editing tools.
theme_changing_dialog.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QDialog>
4
#include "ui_theme_changing_dialog.h"
5
14
class
theme_changing_dialog
:
public
QDialog
15
{
16
Q_OBJECT
17
18
public
:
19
theme_changing_dialog
(QString new_theme_name, QWidget *parent = Q_NULLPTR);
20
~theme_changing_dialog
();
21
22
private
:
23
Ui::theme_changing_dialog ui;
24
};
themes.h
theme_changing_dialog::theme_changing_dialog
theme_changing_dialog(QString new_theme_name, QWidget *parent=Q_NULLPTR)
Definition:
theme_changing_dialog.cpp:7
BlamKeystone::Themes::GetActiveTheme
KEYSTONE BlamEditorTheme * GetActiveTheme()
Retrieves the currently selected theme.
Definition:
themes.cpp:335
theme_changing_dialog.h
theme_changing_dialog
A theme changing notice dialog.
Definition:
theme_changing_dialog.h:14
theme_changing_dialog::~theme_changing_dialog
~theme_changing_dialog()
Definition:
theme_changing_dialog.cpp:20
keystone
components
ui
shared
dialogs
theme_changing
theme_changing_dialog.h
Generated on Sun Jul 2 2023 23:06:38 for Blamite Game Engine - Keystone by
1.8.17