27 #include "../../../core/logger/Logger.h" 28 #include "../../../common/TerraLib.h" 29 #include "../../../core/translator/Translator.h"
#define TE_V8COMMON_TEXT_DOMAIN
It contains the name of the text domain used in the translation of messages in TerraLib Java API modu...
#define TE_V8COMMON_TEXT_DOMAIN_DIR
It contains the translation catalog directory.
This singleton defines the TerraLib's Google JavaScript V8 Common Runtime module entry.
A singleton for managing JavaScript contexts.
static Module & getInstance()
It returns a reference to the singleton instance.
#define TE_ADD_TEXT_DOMAIN(domain, dir)
It adds the given text domain and its directory to the multilingual system.
void remove(const std::string &moduleName)
It removes the module entry identified by the given name.
static void initialize()
This is the startup function for the TerraLib V8 Common Runtime module.
const te::v8::common::Module & sm_module
This is a helper function that will be automatically called when the TerraLib V8 Common Rutime module...
void add(const Module &m)
It registers the module in the TerraLib Platform.
#define TE_LOG_TRACE(message)
Use this tag in order to log a message to the TerraLib default logger with the TRACE level...
Module()
The singleton constructor is not callable outside the class.
This internal structure is used to model the basic information about a TerraLib module.
#define TR_V8COMMON(message)
It marks a string in order to get translated. This is a special mark used in the Vector Geometry modu...
#define TE_V8_COMMON_MODULE_NAME
static void finalize()
This is the cleanup function for the TerraLib V8 Common Runtime module.