#include <ProfileDialog.h>
Public Member Functions | |
te::map::AbstractLayerPtr | getLayer () |
ProfileDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
void | setLayers (std::list< te::map::AbstractLayerPtr > layers) |
~ProfileDialog () | |
Protected Slots | |
void | DrawSelected (const std::vector< te::gm::LineString * > visadas, const std::vector< te::color::RGBAColor >color) |
void | onClearSelectionClicked () |
void | onInputComboBoxChanged (int index) |
void | onOkPushButtonClicked () |
void | onRasterInputComboBoxChanged (int index) |
void | onSelectGeometryClicked () |
void | onVectorInputComboBoxChanged (int index) |
Private Attributes | |
std::auto_ptr< te::da::DataSetType > | m_dsType |
double | m_dummy |
te::map::AbstractLayerPtr | m_inputLayer |
mntType | m_inputType |
Input type (TIN, GRID) More... | |
std::list< te::map::AbstractLayerPtr > | m_layers |
te::map::AbstractLayerPtr | m_outputLayer |
te::map::AbstractLayerPtr | m_rasterinputLayer |
int | m_srid |
std::auto_ptr< Ui::ProfileDialogForm > | m_ui |
te::map::AbstractLayerPtr | m_vectorinputLayer |
Definition at line 50 of file ProfileDialog.h.
te::mnt::ProfileDialog::ProfileDialog | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
te::mnt::ProfileDialog::~ProfileDialog | ( | ) |
|
protectedslot |
te::map::AbstractLayerPtr te::mnt::ProfileDialog::getLayer | ( | ) |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
void te::mnt::ProfileDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) |
|
private |
Definition at line 87 of file ProfileDialog.h.
|
private |
Definition at line 86 of file ProfileDialog.h.
|
private |
Definition at line 82 of file ProfileDialog.h.
|
private |
Input type (TIN, GRID)
Definition at line 84 of file ProfileDialog.h.
|
private |
Definition at line 83 of file ProfileDialog.h.
|
private |
Definition at line 80 of file ProfileDialog.h.
|
private |
Definition at line 88 of file ProfileDialog.h.
|
private |
Definition at line 85 of file ProfileDialog.h.
|
private |
Definition at line 78 of file ProfileDialog.h.
|
private |
Definition at line 89 of file ProfileDialog.h.