te::qt::plugins::attributefill::VectorToRasterAction Class Reference

This class register the contrast action into Attribute Fill Plugin. More...

#include <VectorToRasterAction.h>

Inheritance diagram for te::qt::plugins::attributefill::VectorToRasterAction:
te::qt::plugins::attributefill::AbstractAction QObject

Signals

void triggered (te::qt::af::evt::Event *e)
 

Public Member Functions

QAction * getAction ()
 
 VectorToRasterAction (QMenu *menu)
 
virtual ~VectorToRasterAction ()
 

Protected Slots

virtual void onActionActivated (bool checked)
 

Protected Member Functions

void addNewLayer (te::map::AbstractLayerPtr layer)
 Add a new layer into layer explorer widget. More...
 
void createAction (std::string name, std::string pixmap="")
 Create and set the actions parameters. More...
 
std::list< te::map::AbstractLayerPtrgetLayers ()
 Get the list of layers from app. More...
 

Protected Attributes

QAction * m_action
 Action used to call the process. More...
 
QMenu * m_menu
 Parent Menu. More...
 

Detailed Description

This class register the contrast action into Attribute Fill Plugin.

Definition at line 47 of file VectorToRasterAction.h.

Constructor & Destructor Documentation

te::qt::plugins::attributefill::VectorToRasterAction::VectorToRasterAction ( QMenu *  menu)
te::qt::plugins::attributefill::VectorToRasterAction::~VectorToRasterAction ( )
virtualdefault

Referenced by VectorToRasterAction().

Member Function Documentation

void te::qt::plugins::attributefill::AbstractAction::addNewLayer ( te::map::AbstractLayerPtr  layer)
protectedinherited

Add a new layer into layer explorer widget.

Parameters
layerThe layer auto pointer

Definition at line 56 of file attributefill/AbstractAction.cpp.

References te::qt::plugins::attributefill::AbstractAction::triggered().

void te::qt::plugins::attributefill::AbstractAction::createAction ( std::string  name,
std::string  pixmap = "" 
)
protectedinherited
QAction* te::qt::plugins::attributefill::AbstractAction::getAction ( )
inlineinherited

Member Data Documentation

QMenu* te::qt::plugins::attributefill::AbstractAction::m_menu
protectedinherited

The documentation for this class was generated from the following files: