27 #include "../../../../common/Config.h" 28 #include "../../../../core/translator/Translator.h" 29 #include "../../../../core/logger/Logger.h" 30 #include "../../../af/ApplicationController.h" 31 #include "../../../af/events/ApplicationEvents.h" 32 #include "../../../af/Utils.h" 43 :
QObject(),
te::core::CppPlugin(pluginInfo),
76 m_showWindow =
new QAction(QIcon::fromTheme(
"tools-terralib4converter"),
"TerraLib 4 Converter...",
this);
77 m_showWindow->setObjectName(
"Tools.TerraLib 4 Converter");
113 if(dlg.exec() != QDialog::Accepted)
void triggered(te::qt::af::evt::Event *e)
A base class for application events.
QList< QAction * > m_actions
void startup()
This method will be called by applications to startup some plugin's functionality.
Basic information about a plugin.
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality.
#define TE_TR(message)
It marks a string in order to get translated.
Plugin(const te::core::PluginInfo &pluginInfo)
static ApplicationController & getInstance()
It returns a reference to the singleton instance.
#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...