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
00355.06.11.22.0220.blamite
A library that enables the use of Qt in Blamite's editing tools.
comment.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "../generic/BlamEditorInstanceField_Generic.h"
4
5
class
BlamEditorInstanceField_Comment
:
public
BlamEditorInstanceField_Generic
6
{
7
private
:
8
std::string title =
""
;
9
std::string explanation =
""
;
10
11
public
:
12
BlamEditorInstanceField_Comment
(std::string title, std::string explanation);
13
};
BlamEditorInstanceField_Generic
Definition:
BlamEditorInstanceField_Generic.h:16
BlamEditorInstanceField_Comment::BlamEditorInstanceField_Comment
BlamEditorInstanceField_Comment(std::string title, std::string explanation)
Definition:
comment.cpp:8
BlamEditorInstanceField_Comment
Definition:
comment.h:5
keystone
components
ui
shared
controls
property_fields
fields
comment
comment.h
Generated on Sat Jun 11 2022 04:37:29 for Blamite Game Engine - Keystone by
1.8.17