27 #include "../../../common/Config.h" 
   28 #include "../../../common/Translator.h" 
   29 #include "../../../common/Logger.h" 
   30 #include "../../af/ApplicationController.h" 
   33 #ifdef TE_QT_PLUGIN_SLIDER_HAVE_SLIDER 
   42   : te::plugin::
Plugin(pluginInfo), m_sliderMenu(0)
 
   63   m_sliderMenu->setTitle(
TE_TR(
"Slider"));
 
   84   m_initialized = 
false;
 
   89 #ifdef TE_QT_PLUGIN_SLIDER_HAVE_SLIDER 
   96 #ifdef TE_QT_PLUGIN_SLIDER_HAVE_SLIDER 
   97     delete m_sliderAction;
 
#define TE_LOG_TRACE(msg)
Use this tag in order to log a message to a specified logger with the TRACE level. 
void startup()
Do nothing! Just set plugin as started. 
void unRegisterActions()
Function used to unregister all raster processing actions. 
#define TE_TR(message)
It marks a string in order to get translated. 
~Plugin()
Virtual destructor. 
#define PLUGIN_CALL_BACK_IMPL(PLUGIN_CLASS_NAME)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
static ApplicationController & getInstance()
It returns a reference to the singleton instance. 
void shutdown()
Do nothing! Just set plugin as stopped. 
Plugin(const te::plugin::PluginInfo &pluginInfo)
The basic information about a plugin. 
void registerActions()
Function used to register all raster processing actions.