Pyrogenesis  trunk
Functions
JSI_UserReport Namespace Reference

Functions

bool IsUserReportEnabled ()
 
void SetUserReportEnabled (bool enabled)
 
std::string GetUserReportStatus ()
 
std::string GetUserReportLogPath ()
 
std::string GetUserReportConfigPath ()
 
void RegisterScriptFunctions (const ScriptRequest &rq)
 Registers the functions of the JavaScript interface for internationalization and localization into the specified JavaScript context. More...
 

Function Documentation

◆ GetUserReportConfigPath()

std::string JSI_UserReport::GetUserReportConfigPath ( )

◆ GetUserReportLogPath()

std::string JSI_UserReport::GetUserReportLogPath ( )

◆ GetUserReportStatus()

std::string JSI_UserReport::GetUserReportStatus ( )

◆ IsUserReportEnabled()

bool JSI_UserReport::IsUserReportEnabled ( )

◆ RegisterScriptFunctions()

void JSI_UserReport::RegisterScriptFunctions ( const ScriptRequest rq)

Registers the functions of the JavaScript interface for internationalization and localization into the specified JavaScript context.

Parameters
ScriptRequestScript Request where RegisterScriptFunctions() registers the functions.
See also
GuiScriptingInit()

◆ SetUserReportEnabled()

void JSI_UserReport::SetUserReportEnabled ( bool  enabled)