30 #include "../../../../core/translator/Translator.h" 31 #include "../../../../core/logger/Logger.h" 32 #include "../../../../dataaccess/datasource/DataSourceInfoManager.h" 33 #include "../../../../qt/widgets/datasource/core/DataSourceTypeManager.h" 34 #include "../qt/WCSType.h" 38 :
te::core::CppPlugin(pluginInfo)
51 TE_LOG_TRACE(
TE_TR(
"TerraLib Qt OGC Web Coverage Service (WCS) widget startup!"));
64 TE_LOG_TRACE(
TE_TR(
"TerraLib Qt OGC Web Coverage Service (WCS) widget shutdown!"));
Plugin implementation for the OGC Web Coverage Service (WCS) data source widget.
Basic information about a plugin.
#define TE_TR(message)
It marks a string in order to get translated.
static DataSourceTypeManager & getInstance()
It returns a reference to the singleton instance.
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality.
#define TERRALIB_PLUGIN_CALL_BACK_IMPL(PLUGIN_CLASS_NAME)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
#define TE_LOG_TRACE(message)
Use this tag in order to log a message to the TerraLib default logger with the TRACE level...
void startup()
This method will be called by applications to startup some plugin's functionality.
Plugin(const te::core::PluginInfo &pluginInfo)