 |
Blamite Game Engine - Keystone
00427.01.12.25.2146.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
4 #include <qdockwidget.h>
5 #include <Strings/components/settings/config/config.h>
49 Qt::DockWidgetArea
dock_position = Qt::DockWidgetArea::LeftDockWidgetArea;
54 BlamConfigurationFile*
config =
nullptr;
KEYSTONE BlamEditorWindowType GetEditorWindowType()
Definition: editor_data.cpp:86
@ Unspecified
Indicates that the editor window type is unknown. This should never happen.
@ Sapien
The editor window is the main window for Sapien (see #sapien_main_window).
Class representing a Blamite Editor Theme.
Definition: themes.h:45
void CloseToolWindow(BlamEditorToolWindowType tool_type)
Closes the specified tool window.
Definition: BlamEditorWindow.cpp:317
BlamEditorWindowType
Enumerator used to identify the type of the main editor window.
Definition: keystone_api.h:53
KEYSTONE BlamEditorWindow * GetMainEditorWindow()
Retrieves the main editor window.
Definition: editor_data.cpp:34
@ Foundry
The editor window is the main window for Foundry (see foundry_main_window).
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:34
@ Tool
The editor window is the GUI for Tool (see tool_gui_window).
@ Guerilla
The editor window is the main window for Guerilla (see guerilla_window).