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
00307.01.26.21.0804.blamite
A library that enables the use of Qt in Blamite's editing tools.
explorer_bar.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QDockWidget>
4
#include <Strings/components/settings/config/config.h>
5
6
#include "ui_explorer_bar.h"
7
11
class
explorer_bar
:
public
QDockWidget
12
{
13
Q_OBJECT
14
15
private
:
16
Ui::explorer_bar ui;
17
BlamConfigurationFile* guerilla_config;
18
19
public
:
25
explorer_bar
(BlamConfigurationFile* _guerilla_config, QWidget *parent = Q_NULLPTR);
26
~explorer_bar
();
27
31
void
RebuildTagTree
();
32
};
explorer_bar::explorer_bar
explorer_bar(BlamConfigurationFile *_guerilla_config, QWidget *parent=Q_NULLPTR)
Initializes the Explorer Bar.
Definition:
explorer_bar.cpp:5
explorer_bar::~explorer_bar
~explorer_bar()
Definition:
explorer_bar.cpp:14
explorer_bar
The Guerilla Explorer Bar.
Definition:
explorer_bar.h:11
explorer_bar::RebuildTagTree
void RebuildTagTree()
Rebuilds the tag tree.
Definition:
explorer_bar.cpp:19
keystone
components
ui
guerilla
windows
explorer_bar
explorer_bar.h
Generated on Tue Jan 26 2021 08:26:52 for Blamite Game Engine - Keystone by
1.8.17