Elaztek Developer Hub
Blamite Game Engine - Keystone  00402.09.29.23.0627.blamite
A library that enables the use of Qt in Blamite's editing tools.
BlamEditorWorkspace.h File Reference
+ Include dependency graph for BlamEditorWorkspace.h:
+ This graph shows which files directly or indirectly include this file:

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)