This class is GUI used to define the arithmeticOp wizard for the RP arithmeticOp operation. More...
#include <ArithmeticOpWizard.h>
Public Types | |
enum | ArithmeticOperationType { ARITH_OP_TYPE_1, ARITH_OP_TYPE_2, ARITH_OP_TYPE_3, ARITH_OP_TYPE_4, ARITH_OP_TYPE_5, ARITH_OP_TYPE_6, ARITH_OP_TYPE_USER_DEFINED } |
Public Member Functions | |
ArithmeticOpWizard (QWidget *parent) | |
te::map::AbstractLayerPtr | getOutputLayer () |
void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
virtual bool | validateCurrentPage () |
~ArithmeticOpWizard () | |
Private Attributes | |
std::auto_ptr< te::qt::widgets::ArithmeticOpWizardPage > | m_arithmeticOpPage |
std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
te::map::AbstractLayerPtr | m_outputLayer |
std::auto_ptr< te::qt::widgets::RasterInfoWizardPage > | m_rasterInfoPage |
This class is GUI used to define the arithmeticOp wizard for the RP arithmeticOp operation.
Definition at line 56 of file ArithmeticOpWizard.h.
Enumerator | |
---|---|
ARITH_OP_TYPE_1 | |
ARITH_OP_TYPE_2 | |
ARITH_OP_TYPE_3 | |
ARITH_OP_TYPE_4 | |
ARITH_OP_TYPE_5 | |
ARITH_OP_TYPE_6 | |
ARITH_OP_TYPE_USER_DEFINED |
Definition at line 59 of file ArithmeticOpWizard.h.
te::qt::widgets::ArithmeticOpWizard::ArithmeticOpWizard | ( | QWidget * | parent | ) |
te::qt::widgets::ArithmeticOpWizard::~ArithmeticOpWizard | ( | ) |
|
protected |
|
protected |
te::map::AbstractLayerPtr te::qt::widgets::ArithmeticOpWizard::getOutputLayer | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
void te::qt::widgets::ArithmeticOpWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
virtual |
|
private |
Definition at line 106 of file ArithmeticOpWizard.h.
|
private |
Definition at line 107 of file ArithmeticOpWizard.h.
|
private |
Definition at line 110 of file ArithmeticOpWizard.h.
|
private |
Definition at line 108 of file ArithmeticOpWizard.h.