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 | 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 Member Functions | |
void | addPages () |
bool | execute () |
bool | executeDimensionClipping () |
bool | executeLayerClipping () |
bool | executeLayerExtentClipping () |
Private Attributes | |
std::auto_ptr< te::qt::widgets::ClippingWizardPage > | m_clippingPage |
std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
std::vector< te::map::AbstractLayerPtr > | m_outputLayer |
std::auto_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 56 of file ClippingWizard.h.
te::qt::widgets::ClippingWizard::ClippingWizard | ( | QWidget * | parent | ) |
te::qt::widgets::ClippingWizard::~ClippingWizard | ( | ) |
|
signal |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
std::vector<te::map::AbstractLayerPtr> te::qt::widgets::ClippingWizard::getOutputLayers | ( | ) |
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 98 of file ClippingWizard.h.
|
private |
Definition at line 99 of file ClippingWizard.h.
|
private |
Definition at line 102 of file ClippingWizard.h.
|
private |
Definition at line 100 of file ClippingWizard.h.