26 #ifndef __TE_QT_PLUGINS_RP_INTERNAL_PLUGIN_H 
   27 #define __TE_QT_PLUGINS_RP_INTERNAL_PLUGIN_H 
   30 #include "../../../plugin/Plugin.h" 
   34 #include <QtGui/QMenu> 
   44         class LayoutEditorAction;
 
   86 #endif //__TE_QT_PLUGINS_LAYOUT_INTERNAL_PLUGIN_H 
The basic information about a plugin. 
 
void startup()
Do nothing! Just set plugin as started. 
 
void registerActions()
Function used to register all raster processing actions. 
 
A base class for plugin types. 
 
Configuration flags for the LAYOUT Qt Widget plugin. 
 
~Plugin()
Virtual destructor. 
 
Plugin(const te::plugin::PluginInfo &pluginInfo)
 
#define PLUGIN_CALL_BACK_DECLARATION(PLUGIN_EXPORT_MACRO)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
 
void unRegisterActions()
Function used to unregister all raster processing actions. 
 
te::qt::plugins::layout::LayoutEditorAction * m_layout
Layout Process Action. 
 
void shutdown()
Do nothing! Just set plugin as stopped. 
 
#define TEQTPLUGINLAYOUTEXPORT
You can use this macro in order to export/import classes and functions from all plug-ins files...
 
QMenu * m_layoutMenu
LAYOUT Main Menu registered. 
 
This class register the contrast action into VP Plugin.