#include <VolumeDialog.h>
Public Member Functions | |
| te::map::AbstractLayerPtr | getLayer () |
| void | release () |
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) |
| Set the layer that can be used. More... | |
| VolumeDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~VolumeDialog () | |
Protected Slots | |
| void | onCancelPushButtonClicked () |
| void | onDummyLineEditEditingFinished () |
| void | onInputRasterToolButtonClicked () |
| void | onInputVectorToolButtonClicked () |
| void | onOkPushButtonClicked () |
| void | onRasterInputComboBoxChanged (int index) |
| void | onVectorInputComboBoxChanged (int index) |
Private Attributes | |
| std::list< te::map::AbstractLayerPtr > | m_layers |
| List of layers. More... | |
| te::map::AbstractLayerPtr | m_rasterinputLayer |
| Input layer. More... | |
| std::unique_ptr< Ui::VolumeDialogForm > | m_ui |
| te::map::AbstractLayerPtr | m_vectorinputLayer |
| Input layer. More... | |
Definition at line 50 of file VolumeDialog.h.
| te::mnt::VolumeDialog::VolumeDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 55 of file VolumeDialog.cpp.
References m_ui, onCancelPushButtonClicked(), onDummyLineEditEditingFinished(), onInputRasterToolButtonClicked(), onInputVectorToolButtonClicked(), onOkPushButtonClicked(), onRasterInputComboBoxChanged(), onVectorInputComboBoxChanged(), and ~VolumeDialog().
|
default |
Referenced by VolumeDialog().
| te::map::AbstractLayerPtr te::mnt::VolumeDialog::getLayer | ( | ) |
|
protectedslot |
Definition at line 297 of file VolumeDialog.cpp.
Referenced by VolumeDialog().
|
protectedslot |
Definition at line 162 of file VolumeDialog.cpp.
Referenced by VolumeDialog().
|
protectedslot |
Definition at line 118 of file VolumeDialog.cpp.
References te::mnt::LayerSearchDialog::getLayer(), te::mnt::GRID, m_layers, m_ui, te::mnt::LayerSearchDialog::setActive(), and te::mnt::LayerSearchDialog::setLayers().
Referenced by VolumeDialog().
|
protectedslot |
Definition at line 166 of file VolumeDialog.cpp.
References te::mnt::LayerSearchDialog::getLayer(), m_layers, m_ui, te::mnt::LayerSearchDialog::setActive(), te::mnt::LayerSearchDialog::setLayers(), and te::mnt::TIN.
Referenced by VolumeDialog().
|
protectedslot |
Definition at line 207 of file VolumeDialog.cpp.
References te::map::AbstractLayer::getDataSetName(), te::da::GetDataSource(), te::map::AbstractLayer::getDataSourceId(), m_rasterinputLayer, m_ui, m_vectorinputLayer, TE_TR, and te::common::Volume.
Referenced by VolumeDialog().
|
protectedslot |
Definition at line 136 of file VolumeDialog.cpp.
References te::map::GetRaster(), m_layers, m_rasterinputLayer, and m_ui.
Referenced by VolumeDialog().
|
protectedslot |
Definition at line 183 of file VolumeDialog.cpp.
References m_layers, m_ui, and m_vectorinputLayer.
Referenced by VolumeDialog().
| void te::mnt::VolumeDialog::release | ( | ) |
Definition at line 114 of file VolumeDialog.cpp.
Referenced by te::qt::plugins::mnt::VolumeAction::onActionActivated().
| void te::mnt::VolumeDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) |
Set the layer that can be used.
| layers | List of AbstractLayerPtr |
Definition at line 85 of file VolumeDialog.cpp.
References te::mnt::getMNTType(), te::mnt::GRID, m_layers, m_ui, and te::mnt::TIN.
Referenced by te::qt::plugins::mnt::VolumeAction::onActionActivated().
|
private |
List of layers.
Definition at line 83 of file VolumeDialog.h.
Referenced by onInputRasterToolButtonClicked(), onInputVectorToolButtonClicked(), onRasterInputComboBoxChanged(), onVectorInputComboBoxChanged(), and setLayers().
|
private |
Input layer.
Definition at line 84 of file VolumeDialog.h.
Referenced by onOkPushButtonClicked(), and onRasterInputComboBoxChanged().
|
private |
Definition at line 81 of file VolumeDialog.h.
Referenced by onInputRasterToolButtonClicked(), onInputVectorToolButtonClicked(), onOkPushButtonClicked(), onRasterInputComboBoxChanged(), onVectorInputComboBoxChanged(), setLayers(), and VolumeDialog().
|
private |
Input layer.
Definition at line 85 of file VolumeDialog.h.
Referenced by onOkPushButtonClicked(), and onVectorInputComboBoxChanged().