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
00373.04.16.23.1650.blamite
A library that enables the use of Qt in Blamite's editing tools.
guerilla_theme_preview.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QWidget>
4
#include <vector>
5
6
#include "
components/ui/shared/controls/tag_fields/tag_fields.h
"
7
#include "ui_guerilla_theme_preview.h"
8
16
class
guerilla_theme_preview
:
public
QWidget
17
{
18
Q_OBJECT
19
20
private
slots:
21
void
btn_close_Click();
22
23
private
:
24
Ui::guerilla_theme_preview ui;
25
26
std::vector<BlamEditorTagFieldControl*> fields;
27
33
void
AddField(
BlamEditorTagFieldControl
* field);
34
35
public
:
36
guerilla_theme_preview
(QWidget *parent = Q_NULLPTR);
37
~guerilla_theme_preview
();
38
};
guerilla_theme_preview::~guerilla_theme_preview
~guerilla_theme_preview()
Definition:
guerilla_theme_preview.cpp:12
BlamEditorTagFieldControl
Interface used as a base for all tag field controls.
Definition:
tag_fields.h:15
guerilla_theme_preview::guerilla_theme_preview
guerilla_theme_preview(QWidget *parent=Q_NULLPTR)
Definition:
guerilla_theme_preview.cpp:3
guerilla_theme_preview
The Guerilla theme preview dialog.
Definition:
guerilla_theme_preview.h:16
tag_fields.h
keystone
components
ui
guerilla
windows
theme_preview
guerilla_theme_preview.h
Generated on Sun Apr 16 2023 17:08:18 for Blamite Game Engine - Keystone by
1.8.17