Elaztek Developer Hub
Blamite Game Engine - Keystone  00305.01.23.21.0442.blamite
A library that enables the use of Qt in Blamite's editing tools.
guerilla_window.h File Reference
#include <QMainWindow>
#include <qmdisubwindow.h>
#include <Strings/components/settings/config/config.h>
#include "../windows/explorer_bar/explorer_bar.h"
#include "../widgets/menubar/guerilla_menubar.h"
#include "../windows/console_output/guerilla_console_output.h"
#include "components/ui/shared/controls/mdi_area/SkinnableMdiArea.h"
#include "components/ui/shared/controls/tag_editor/tag_editor.h"
#include "ui_guerilla_window.h"

Go to the source code of this file.

Classes

class  guerilla_window
 The main Guerilla window. More...
 

Enumerations

enum  GuerillaLayoutType { GuerillaLayoutType::GuerillaLayout_MDI, GuerillaLayoutType::GuerillaLayout_Tabs }
 Enumerator used to specify the layout method Guerilla should use. More...
 

Enumeration Type Documentation

◆ GuerillaLayoutType

enum GuerillaLayoutType
strong

Enumerator used to specify the layout method Guerilla should use.

Enumerator
GuerillaLayout_MDI 

Indicates Guerilla should display tags using MDI (Multiple Document Interface).

GuerillaLayout_Tabs 

Indicates Guerilla should display tags using tabs, similar to more modern editing tools.