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.
int.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <HEKGuerilla/components/tags/fields/int/int.h>
4
5
#include "
components/interface/KeystoneTagFieldControl.h
"
6
#include "../generic/generic.h"
7
13
class
ui_int_field
:
public
ui_generic_field
14
{
15
private
slots:
21
void
textChanged(QString text);
22
23
private
:
24
QLineEdit* input_control =
nullptr
;
25
26
public
:
32
ui_int_field
(BlamTagField_Int* _field);
33
39
ui_int_field
(BlamPluginField* _template);
40
41
~ui_int_field
();
42
};
ui_int_field::ui_int_field
ui_int_field(BlamTagField_Int *_field)
Initializes a new Int field.
Definition:
int.cpp:5
ui_int_field::~ui_int_field
~ui_int_field()
Definition:
int.cpp:29
ui_int_field
An integer input field.
Definition:
int.h:13
KeystoneTagFieldControl.h
ui_generic_field
A generic tag field control template.
Definition:
generic.h:15
keystone
components
ui
shared
controls
tag_fields
int
int.h
Generated on Sun Jun 27 2021 04:36:43 for Blamite Game Engine - Keystone by
1.8.17