This class is GUI used to define the clipping wizard for the RP constast operation. More...
#include <ClippingWizard.h>
Signals | |
| void | addLayer (te::map::AbstractLayerPtr layer) |
Public Member Functions | |
| ClippingWizard (QWidget *parent) | |
| std::vector< te::map::AbstractLayerPtr > | getOutputLayers () |
| void | onMapDisplayExtentChanged () |
| void | setActionGroup (QActionGroup *actionGroup) |
| void | setLayer (te::map::AbstractLayerPtr layer) |
| void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
| void | setMapDisplay (te::qt::widgets::MapDisplay *mapDisplay) |
| virtual bool | validateCurrentPage () |
| ~ClippingWizard () | |
Protected Slots | |
| void | onPageChanged (int index) |
Protected Member Functions | |
| void | addPages () |
| bool | execute () |
| bool | executeDimensionClipping () |
| bool | executeLayerClipping () |
| bool | executeLayerClippingAttribute () |
| bool | executeLayerExtentClipping () |
Private Attributes | |
| std::unique_ptr< te::qt::widgets::ClippingWizardPage > | m_clippingPage |
| std::unique_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
| std::vector< te::map::AbstractLayerPtr > | m_outputLayer |
| std::unique_ptr< te::qt::widgets::RasterInfoWizardPage > | m_rasterInfoPage |
This class is GUI used to define the clipping wizard for the RP constast operation.
Definition at line 58 of file ClippingWizard.h.
| te::qt::widgets::ClippingWizard::ClippingWizard | ( | QWidget * | parent | ) |
| te::qt::widgets::ClippingWizard::~ClippingWizard | ( | ) |
|
signal |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| std::vector<te::map::AbstractLayerPtr> te::qt::widgets::ClippingWizard::getOutputLayers | ( | ) |
| void te::qt::widgets::ClippingWizard::onMapDisplayExtentChanged | ( | ) |
|
protectedslot |
| void te::qt::widgets::ClippingWizard::setActionGroup | ( | QActionGroup * | actionGroup | ) |
| void te::qt::widgets::ClippingWizard::setLayer | ( | te::map::AbstractLayerPtr | layer | ) |
| void te::qt::widgets::ClippingWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
| void te::qt::widgets::ClippingWizard::setMapDisplay | ( | te::qt::widgets::MapDisplay * | mapDisplay | ) |
|
virtual |
|
private |
Definition at line 108 of file ClippingWizard.h.
|
private |
Definition at line 109 of file ClippingWizard.h.
|
private |
Definition at line 112 of file ClippingWizard.h.
|
private |
Definition at line 110 of file ClippingWizard.h.