Go to the documentation of this file.
26 #ifndef __TE_QT_PLUGINS_ATTRIBUTEFILL_INTERNAL_PLUGIN_H
27 #define __TE_QT_PLUGINS_ATTRIBUTEFILL_INTERNAL_PLUGIN_H
30 #include "../../../core/plugin/CppPlugin.h"
50 namespace attributefill
52 class RasterToVectorAction;
53 class VectorToRasterAction;
54 class VectorToVectorAction;
103 #endif //__TE_QT_PLUGINS_ATTRIBUTEFILL_INTERNAL_PLUGIN_H
This class register the contrast action into Attribute Fill Plugin.
QMenu * m_attributefillMenu
Attribute Fill Sub Menu registered.
VectorToVectorAction * m_vectorToVector
VectorToVector Attribute Fill Action.
This class register the contrast action into Attribute Fill Plugin.
void startup()
This method will be called by applications to startup some plugin's functionality.
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality.
void registerActions()
Function used to register all attributefill actions.
A base class for application events.
Basic information about a plugin.
QAction * m_popupAction
Attribute Fill pop up action registered.
void triggered(te::qt::af::evt::Event *e)
Plugin(const te::core::PluginInfo &pluginInfo)
The base class for C++ plugins.
This class register the contrast action into Attribute Fill Plugin.
void unRegisterActions()
Function used to unregister all attributefill actions.
VectorToRasterAction * m_vectorToRaster
VectorToRaster Attribute Fill Action.
Proxy configuration file for TerraView (see terraview_config.h).
RasterToVectorAction * m_rasterToVector
RasterToVector Attribute Fill Action.