28 #include "../core/plugin/CppPlugin.h" 29 #include "../qt/af/ApplicationController.h" 39 :
te::core::CppPlugin(pluginInfo),
40 m_codeEditorDialog(nullptr),
41 m_codeEditorAction(nullptr)
Basic information about a plugin.
te::ce::CodeEditorDialog * m_codeEditorDialog
void startup()
This method will be called by applications to startup some plugin's functionality.
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...
void onCodeEditorActionClicked(bool)
Plugin(const te::core::PluginInfo &pluginInfo)
Plugin interface for dynamic loading of the Code Editor.
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality.
QAction * m_codeEditorAction