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;
    76             void registerActions();
    82             void unRegisterActions();
   103 #endif //__TE_QT_PLUGINS_ATTRIBUTEFILL_INTERNAL_PLUGIN_H This class register the contrast action into Attribute Fill Plugin. 
 
VectorToRasterAction * m_vectorToRaster
VectorToRaster Attribute Fill Action. 
 
A base class for application events. 
 
Configuration flags for the attributefill Qt Widget plugin. 
 
Basic information about a plugin. 
 
QMenu * m_attributefillMenu
Attribute Fill Sub Menu registered. 
 
The base class for C++ plugins. 
 
This class register the contrast action into Attribute Fill Plugin. 
 
This class register the contrast action into Attribute Fill Plugin. 
 
VectorToVectorAction * m_vectorToVector
VectorToVector Attribute Fill Action. 
 
QAction * m_popupAction
Attribute Fill pop up action registered. 
 
RasterToVectorAction * m_rasterToVector
RasterToVector Attribute Fill Action.