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
00352.03.28.22.1329.blamite
A library that enables the use of Qt in Blamite's editing tools.
ThemeChooserItem.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QWidget>
4
5
#include "
components/themes/themes.h
"
6
#include "ui_ThemeChooserItem.h"
7
8
class
ThemeChooserItem
:
public
QWidget
9
{
10
Q_OBJECT
11
12
private
:
13
Ui::ThemeChooserItem ui;
14
BlamEditorTheme
* theme =
nullptr
;
15
16
public
:
17
ThemeChooserItem
(
BlamEditorTheme
* _theme, QWidget *parent = Q_NULLPTR);
18
~ThemeChooserItem
();
19
20
private
slots:
21
void
btn_apply_Click();
22
void
btn_edit_Click();
23
};
themes.h
BlamEditorTheme
Class representing a Blamite Editor Theme.
Definition:
themes.h:47
ThemeChooserItem
Definition:
ThemeChooserItem.h:8
ThemeChooserItem::ThemeChooserItem
ThemeChooserItem(BlamEditorTheme *_theme, QWidget *parent=Q_NULLPTR)
Definition:
ThemeChooserItem.cpp:9
ThemeChooserItem::~ThemeChooserItem
~ThemeChooserItem()
Definition:
ThemeChooserItem.cpp:43
keystone
components
ui
shared
controls
theme_chooser_item
ThemeChooserItem.h
Generated on Mon Mar 28 2022 16:04:49 for Blamite Game Engine - Keystone by
1.8.17