27 #include "../../../../core/logger/Logger.h" 28 #include "../../../../common/TerraLib.h" 29 #include "../../../../core/translator/Translator.h" 30 #include "../Config.h"
#define TE_V8_JSI_MODULE_NAME
Module()
The singleton constructor is not callable outside the class.
static void initialize()
This is the startup function for the TerraLib V8-API module.
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.
This is a singleton that defines the TerraLib JavaScript-API module entry.
void add(const Module &m)
It registers the module in the TerraLib Platform.
#define TE_V8JSI_TEXT_DOMAIN
It contains the name of the text domain used in the translation of messages in TerraLib JavaScript AP...
#define TE_V8JSI_TEXT_DOMAIN_DIR
#define TE_LOG_TRACE(message)
Use this tag in order to log a message to the TerraLib default logger with the TRACE level...
This internal structure is used to model the basic information about a TerraLib module.
static void finalize()
This is the cleanup function for the TerraLib V8-API module.
#define TR_V8JSI(message)
It marks a string in order to get translated. This is a special mark used in the Vector Geometry modu...