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
00402.09.29.23.0627.blamite
A library that enables the use of Qt in Blamite's editing tools.
explorer_window.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QDockWidget>
4
#include "ui_explorer_window.h"
5
6
class
explorer_window
:
public
QDockWidget
7
{
8
Q_OBJECT
9
10
public
:
11
explorer_window
(QWidget *parent = Q_NULLPTR);
12
~explorer_window
();
13
14
private
:
15
Ui::explorer_window ui;
16
};
explorer_window
Definition:
explorer_window.h:6
explorer_window::~explorer_window
~explorer_window()
Definition:
explorer_window.cpp:8
explorer_window::explorer_window
explorer_window(QWidget *parent=Q_NULLPTR)
Definition:
explorer_window.cpp:3
explorer_window.h
keystone
components
ui
foundry
windows
explorer_window
explorer_window.h
Generated on Fri Sep 29 2023 10:04:22 for Blamite Game Engine - Keystone by
1.8.17