Elaztek Developer Hub
Blamite Game Engine - Keystone  00402.09.29.23.0627.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 
6 #include "ui_tool_gui_window.h"
7 
18 {
19  Q_OBJECT
20 
21 public:
22  tool_gui_window(QWidget *parent = Q_NULLPTR);
24 
25 private:
26  Ui::tool_gui_window ui;
27 };
BlamEditorWindowType::Tool
@ Tool
The editor window is the GUI for Tool (see tool_gui_window).
BlamEditorWindowType
BlamEditorWindowType
Enumerator used to identify the type of the main editor window.
Definition: BlamEditorWindow.h:33
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:48
tool_gui_window.h