Pyrogenesis  trunk
Namespaces | Functions
JSInterface_Debug.cpp File Reference
#include "precompiled.h"
#include "JSInterface_Debug.h"
#include "i18n/L10n.h"
#include "lib/svn_revision.h"
#include "lib/debug.h"
#include "scriptinterface/FunctionWrapper.h"
#include "scriptinterface/ScriptRequest.h"
#include <ctime>
#include <string>
Include dependency graph for JSInterface_Debug.cpp:

Namespaces

 JSI_Debug
 

Functions

double JSI_Debug::GetMicroseconds ()
 Microseconds since the epoch. More...
 
int JSI_Debug::Crash ()
 
void JSI_Debug::DebugWarn ()
 
void JSI_Debug::DisplayErrorDialog (const std::wstring &msg)
 
std::wstring JSI_Debug::GetBuildDate ()
 
double JSI_Debug::GetBuildTimestamp ()
 
std::wstring JSI_Debug::GetBuildRevision ()
 
void JSI_Debug::RegisterScriptFunctions (const ScriptRequest &rq)
 Registers the functions of the JavaScript interface for internationalization and localization into the specified JavaScript context. More...