Elaztek Developer Hub
Blamite Game Engine - Keystone  00386.06.16.23.0646.blamite
A library that enables the use of Qt in Blamite's editing tools.
document_config.cpp File Reference
#include "BlamEditorDocument.h"
#include <Strings/components/utils/string/string.h>
#include <Strings/components/utils/io/io.h>
#include <Strings/components/logger/logger.h>
#include "components/editor_data/editor_data.h"
#include "components/editor_data/editor_window/BlamEditorWindow.h"
+ Include dependency graph for document_config.cpp:

Functions

void load_document_config (BlamEditorDocumentType type, std::string filename)
 

Variables

std::map< BlamEditorDocumentType, BlamConfigurationFile * > document_type_configs = std::map<BlamEditorDocumentType, BlamConfigurationFile*>()
 

Function Documentation

◆ load_document_config()

void load_document_config ( BlamEditorDocumentType  type,
std::string  filename 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ document_type_configs

std::map<BlamEditorDocumentType, BlamConfigurationFile*> document_type_configs = std::map<BlamEditorDocumentType, BlamConfigurationFile*>()