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
00326.06.27.21.0407.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/interface/KeystoneTagFieldControl.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<KeystoneTagFieldControl*> fields;
27
33
void
AddField(
KeystoneTagFieldControl
* field);
34
35
public
:
36
guerilla_theme_preview
(QWidget *parent = Q_NULLPTR);
37
~guerilla_theme_preview
();
38
};
KeystoneTagFieldControl
Interface used as a base for all tag field controls.
Definition:
KeystoneTagFieldControl.h:9
guerilla_theme_preview::~guerilla_theme_preview
~guerilla_theme_preview()
Definition:
guerilla_theme_preview.cpp:12
KeystoneTagFieldControl.h
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
keystone
components
ui
guerilla
windows
theme_preview
guerilla_theme_preview.h
Generated on Sun Jun 27 2021 04:36:43 for Blamite Game Engine - Keystone by
1.8.17