te::sa::KernelRatioDialog Class Reference

#include <KernelRatioDialog.h>

Inheritance diagram for te::sa::KernelRatioDialog:
QDialog

Public Member Functions

te::map::AbstractLayerPtr getOutputLayer ()
 
 KernelRatioDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 
void setLayers (std::list< te::map::AbstractLayerPtr > layers)
 Set the layer that can be used. More...
 
 ~KernelRatioDialog ()
 

Protected Slots

void onInputLayerComboBoxActivated (int index)
 
void onOkPushButtonClicked ()
 
void onTargetFileToolButtonPressed ()
 

Protected Member Functions

void fillKernelParameters ()
 

Private Attributes

te::map::AbstractLayerPtr m_outputLayer
 Generated Layer. More...
 
std::unique_ptr< Ui::KernelRatioDialogForm > m_ui
 

Detailed Description

Definition at line 50 of file KernelRatioDialog.h.

Constructor & Destructor Documentation

te::sa::KernelRatioDialog::KernelRatioDialog ( QWidget parent = 0,
Qt::WindowFlags  f = 0 
)
te::sa::KernelRatioDialog::~KernelRatioDialog ( )
default

Referenced by Q_DECLARE_METATYPE().

Member Function Documentation

te::map::AbstractLayerPtr te::sa::KernelRatioDialog::getOutputLayer ( )
void te::sa::KernelRatioDialog::onTargetFileToolButtonPressed ( )
protectedslot

Definition at line 373 of file KernelRatioDialog.cpp.

References m_ui.

void te::sa::KernelRatioDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

Definition at line 85 of file KernelRatioDialog.cpp.

References m_ui, and onInputLayerComboBoxActivated().

Referenced by te::qt::plugins::sa::KernelRatioAction::onActionActivated().

Member Data Documentation

te::map::AbstractLayerPtr te::sa::KernelRatioDialog::m_outputLayer
private

Generated Layer.

Definition at line 85 of file KernelRatioDialog.h.

Referenced by getOutputLayer(), and onOkPushButtonClicked().

std::unique_ptr<Ui::KernelRatioDialogForm> te::sa::KernelRatioDialog::m_ui
private

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