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.
tool_gui_window.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QMainWindow>
4
5
#include "
components/interface/BlamEditorWindow.h
"
6
#include "ui_tool_gui_window.h"
7
17
class
tool_gui_window
:
public
BlamEditorWindow
18
{
19
Q_OBJECT
20
21
public
:
22
tool_gui_window
(QWidget *parent = Q_NULLPTR);
23
~tool_gui_window
();
24
25
private
:
26
Ui::tool_gui_window ui;
27
};
tool_gui_window::tool_gui_window
tool_gui_window(QWidget *parent=Q_NULLPTR)
Definition:
tool_gui_window.cpp:3
tool_gui_window
The main window for Tool's GUI.
Definition:
tool_gui_window.h:17
BlamEditorWindow.h
tool_gui_window::~tool_gui_window
~tool_gui_window()
Definition:
tool_gui_window.cpp:8
BlamEditorWindow
Interface class that all main editing tool windows inherit from.
Definition:
BlamEditorWindow.h:47
keystone
components
ui
tool
main_window
tool_gui_window.h
Generated on Sun Jun 27 2021 04:36:43 for Blamite Game Engine - Keystone by
1.8.17