Elaztek Developer Hub
Blamite Game Engine - Keystone  00326.06.27.21.0407.blamite
A library that enables the use of Qt in Blamite's editing tools.
foundry_main_window.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QMainWindow>
4 #include <qlabel.h>
5 
8 #include "ui_foundry_main_window.h"
9 
14 {
15  Q_OBJECT
16 
17 private slots:
18 
19 private:
20  Ui::foundry_main_window ui;
21 
22  foundry_menubar* menubar = nullptr;
23  QLabel* status_text = nullptr;
24 
25 public:
26  foundry_main_window(QWidget *parent = Q_NULLPTR);
28 };
foundry_main_window::~foundry_main_window
~foundry_main_window()
Definition: foundry_main_window.cpp:27
foundry_menubar
The Foundry menu bar.
Definition: foundry_menubar.h:13
foundry_menubar.h
BlamEditorWindow.h
foundry_main_window
The main window for Foundry.
Definition: foundry_main_window.h:13
BlamEditorWindow
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:47
foundry_main_window::foundry_main_window
foundry_main_window(QWidget *parent=Q_NULLPTR)
Definition: foundry_main_window.cpp:6