te::qt::plugins::vp::PolygonToLineAction Class Reference

This class register the polygon to line action into VP Plugin. More...

#include <PolygonToLineAction.h>

Inheritance diagram for te::qt::plugins::vp::PolygonToLineAction:
te::qt::plugins::vp::AbstractAction QObject

Signals

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

Public Member Functions

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

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 configSettings ()
 
void createAction (std::string name, std::string pixmap="")
 Create and set the actions parameters. More...
 
void createSpatialIndex (te::map::AbstractLayerPtr layer)
 
std::list< te::map::AbstractLayerPtrgetLayers ()
 Get the list of layers from app. More...
 
bool hasShapeFileSpatialIndex (const QString &path)
 

Protected Attributes

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

Detailed Description

This class register the polygon to line action into VP Plugin.

Definition at line 47 of file PolygonToLineAction.h.

Constructor & Destructor Documentation

te::qt::plugins::vp::PolygonToLineAction::PolygonToLineAction ( QMenu *  menu)
te::qt::plugins::vp::PolygonToLineAction::~PolygonToLineAction ( )
virtualdefault

Referenced by PolygonToLineAction().

Member Function Documentation

void te::qt::plugins::vp::AbstractAction::configSettings ( )
protectedinherited
void te::qt::plugins::vp::AbstractAction::createSpatialIndex ( te::map::AbstractLayerPtr  layer)
protectedinherited
QAction* te::qt::plugins::vp::AbstractAction::getAction ( )
inlineinherited

Definition at line 126 of file vp/AbstractAction.h.

Referenced by te::qt::plugins::vp::Plugin::registerActions().

bool te::qt::plugins::vp::AbstractAction::hasShapeFileSpatialIndex ( const QString &  path)
protectedinherited

Member Data Documentation

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

Parent Menu.

Definition at line 133 of file vp/AbstractAction.h.

Referenced by te::qt::plugins::vp::AbstractAction::createAction().


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