This class register the contrast action into Attribute Fill Plugin. More...
#include <VectorToRasterAction.h>
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::AbstractLayerPtr > | getLayers () |
| 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... | |
This class register the contrast action into Attribute Fill Plugin.
Definition at line 47 of file VectorToRasterAction.h.
| te::qt::plugins::attributefill::VectorToRasterAction::VectorToRasterAction | ( | QMenu * | menu | ) |
Definition at line 39 of file VectorToRasterAction.cpp.
References te::qt::plugins::attributefill::AbstractAction::createAction(), te::qt::plugins::attributefill::AbstractAction::m_action, and ~VectorToRasterAction().
|
virtualdefault |
Referenced by VectorToRasterAction().
|
protectedinherited |
Add a new layer into layer explorer widget.
| layer | The layer auto pointer |
Definition at line 56 of file attributefill/AbstractAction.cpp.
References te::qt::plugins::attributefill::AbstractAction::triggered().
|
protectedinherited |
Create and set the actions parameters.
| name | The action name. |
| pixmap | The action pixmap name. |
Definition at line 40 of file attributefill/AbstractAction.cpp.
References te::qt::plugins::attributefill::AbstractAction::m_action, te::qt::plugins::attributefill::AbstractAction::m_menu, te::qt::plugins::attributefill::AbstractAction::onActionActivated(), and te::qt::plugins::attributefill::AbstractAction::triggered().
Referenced by te::qt::plugins::attributefill::RasterToVectorAction::RasterToVectorAction(), VectorToRasterAction(), and te::qt::plugins::attributefill::VectorToVectorAction::VectorToVectorAction().
|
inlineinherited |
Definition at line 120 of file attributefill/AbstractAction.h.
Referenced by te::qt::plugins::attributefill::Plugin::startup().
|
protectedinherited |
Get the list of layers from app.
Definition at line 63 of file attributefill/AbstractAction.cpp.
References te::qt::af::evt::GetLayerSelected::m_layer, te::qt::af::evt::GetAvailableLayers::m_layers, and te::qt::plugins::attributefill::AbstractAction::triggered().
Referenced by te::qt::plugins::attributefill::RasterToVectorAction::onActionActivated(), te::qt::plugins::attributefill::VectorToVectorAction::onActionActivated(), and onActionActivated().
|
protectedvirtualslot |
Definition at line 49 of file VectorToRasterAction.cpp.
References te::common::Singleton< ApplicationController >::getInstance(), te::attributefill::VectorToRasterDialog::getLayer(), te::qt::plugins::attributefill::AbstractAction::getLayers(), te::attributefill::VectorToRasterDialog::setLayers(), and te::qt::plugins::attributefill::AbstractAction::triggered().
|
signalinherited |
Referenced by te::qt::plugins::attributefill::AbstractAction::addNewLayer(), te::qt::plugins::attributefill::AbstractAction::createAction(), te::qt::plugins::attributefill::AbstractAction::getLayers(), te::qt::plugins::attributefill::RasterToVectorAction::onActionActivated(), onActionActivated(), and te::qt::plugins::attributefill::VectorToVectorAction::onActionActivated().
|
protectedinherited |
Action used to call the process.
Definition at line 128 of file attributefill/AbstractAction.h.
Referenced by te::qt::plugins::attributefill::AbstractAction::createAction(), te::qt::plugins::attributefill::RasterToVectorAction::RasterToVectorAction(), VectorToRasterAction(), and te::qt::plugins::attributefill::VectorToVectorAction::VectorToVectorAction().
|
protectedinherited |
Parent Menu.
Definition at line 127 of file attributefill/AbstractAction.h.
Referenced by te::qt::plugins::attributefill::AbstractAction::createAction().