![]() |
Blamite Game Engine - Keystone
00353.03.29.22.0004.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include <BlamEditorWorkspace.h>
Public Member Functions | |
| void | ApplyWorkspace () |
| void | StoreWorkspaceFromWindow () |
| void | SaveToDisk () |
| bool | LoadFromDisk (std::string file_path) |
Public Attributes | |
| std::string | workspace_name = "Default" |
| void BlamEditorWorkspace::ApplyWorkspace | ( | ) |
| bool BlamEditorWorkspace::LoadFromDisk | ( | std::string | file_path | ) |
| void BlamEditorWorkspace::SaveToDisk | ( | ) |
| void BlamEditorWorkspace::StoreWorkspaceFromWindow | ( | ) |
| std::string BlamEditorWorkspace::workspace_name = "Default" |