![]() |
Blamite Game Engine - Keystone
00386.06.16.23.0646.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include "components/editor_data/tool_window/BlamEditorToolWindow.h"
#include "components/editor_data/document/BlamEditorDocument.h"
Go to the source code of this file.
Classes | |
struct | BlamEditorWorkspace_WindowInfo |
struct | BlamEditorWorkspace_DocumentInfo |
class | BlamEditorWorkspace |
Namespaces | |
BlamKeystone | |
Namespace for anything within the Keystone library. | |
BlamKeystone::EditorData | |
Namespace contianing functions for accessing common editor data. | |
BlamKeystone::EditorData::Workspace | |
Functions | |
KEYSTONE BlamEditorDocumentType | BlamKeystone::EditorData::Workspace::ConvertStringToDocumentType (std::string value) |
KEYSTONE BlamEditorToolWindowType | BlamKeystone::EditorData::Workspace::ConvertStringToToolWindowType (std::string value) |
KEYSTONE Qt::DockWidgetArea | BlamKeystone::EditorData::Workspace::ConvertStringToDockWidgetArea (std::string value) |
KEYSTONE std::string | BlamKeystone::EditorData::Workspace::ConvertDocumentTypeToString (BlamEditorDocumentType document_type) |
KEYSTONE std::string | BlamKeystone::EditorData::Workspace::ConvertToolWindowTypeToString (BlamEditorToolWindowType window_type) |
KEYSTONE std::string | BlamKeystone::EditorData::Workspace::ConvertDockWidgetAreaToString (Qt::DockWidgetArea dock_position) |