Pyrogenesis  trunk
Namespaces | Functions
JSInterface_ConfigDB.h File Reference
#include "scriptinterface/ScriptInterface.h"
#include "ps/ConfigDB.h"
Include dependency graph for JSInterface_ConfigDB.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 JSI_ConfigDB
 

Functions

bool JSI_ConfigDB::GetConfigNamespace (const std::wstring &cfgNsString, EConfigNamespace &cfgNs)
 
bool JSI_ConfigDB::HasChanges (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &cfgNsString)
 
bool JSI_ConfigDB::SetChanges (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &cfgNsString, bool value)
 
std::string JSI_ConfigDB::GetValue (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &cfgNsString, const std::string &name)
 
bool JSI_ConfigDB::CreateValue (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &cfgNsString, const std::string &name, const std::string &value)
 
bool JSI_ConfigDB::RemoveValue (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &cfgNsString, const std::string &name)
 
bool JSI_ConfigDB::WriteFile (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &cfgNsString, const Path &path)
 
bool JSI_ConfigDB::WriteValueToFile (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &cfgNsString, const std::string &name, const std::string &value, const Path &path)
 
bool JSI_ConfigDB::Reload (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &cfgNsString)
 
bool JSI_ConfigDB::SetFile (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &cfgNsString, const Path &path)
 
void JSI_ConfigDB::RegisterScriptFunctions (ScriptInterface &scriptInterface)
 Registers the functions of the JavaScript interface for internationalization and localization into the specified JavaScript context. More...