A dialog used to configure the properties of a new textual file based layer. More...
#include <DataPropertiesDialog.h>
Public Member Functions | |
| DataPropertiesDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. More... | |
| te::map::DataSetAdapterLayerPtr | getDataSetAdapterLayer () |
| Returns a new DataSetAdapterLayer. More... | |
| ~DataPropertiesDialog () | |
| Destructor. More... | |
Protected Slots | |
| void | onOkPushButtonClicked () |
Private Attributes | |
| DatapPropertiesWidget * | m_dataPropertiesWidget |
| The widget used to import and configure a textual file. More... | |
| te::map::DataSetAdapterLayerPtr | m_DataSetAdapterLayer |
| The new Layer. More... | |
| std::unique_ptr< Ui::DataPropertiesDialogForm > | m_ui |
| The dialog form. More... | |
A dialog used to configure the properties of a new textual file based layer.
Definition at line 59 of file DataPropertiesDialog.h.
| te::qt::widgets::DataPropertiesDialog::DataPropertiesDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
| parent | this widget's parent |
| f | Window flags used to configure this dialog |
Definition at line 62 of file DataPropertiesDialog.cpp.
References m_dataPropertiesWidget, m_ui, onOkPushButtonClicked(), and ~DataPropertiesDialog().
|
default |
Destructor.
Referenced by DataPropertiesDialog().
| te::map::DataSetAdapterLayerPtr te::qt::widgets::DataPropertiesDialog::getDataSetAdapterLayer | ( | ) |
Returns a new DataSetAdapterLayer.
Definition at line 124 of file DataPropertiesDialog.cpp.
References m_DataSetAdapterLayer.
Referenced by TerraView::onAddTabularLayerTriggered().
|
protectedslot |
Definition at line 85 of file DataPropertiesDialog.cpp.
References computeDataSetEnvelope(), te::se::CreateFeatureTypeStyle(), te::qt::widgets::DatapPropertiesWidget::getConverter(), te::qt::widgets::DatapPropertiesWidget::getDataSetType(), te::qt::widgets::DatapPropertiesWidget::getDataSource(), te::da::GetExtent(), te::da::GetFirstGeomProperty(), te::gm::GeometryProperty::getGeometryType(), te::da::DataSource::getId(), te::dt::Property::getName(), te::gm::GeometryProperty::getSRID(), te::da::DataSetType::getTitle(), m_dataPropertiesWidget, m_DataSetAdapterLayer, and te::map::NOT_VISIBLE.
Referenced by DataPropertiesDialog().
|
private |
The widget used to import and configure a textual file.
Definition at line 94 of file DataPropertiesDialog.h.
Referenced by DataPropertiesDialog(), and onOkPushButtonClicked().
|
private |
The new Layer.
Definition at line 95 of file DataPropertiesDialog.h.
Referenced by getDataSetAdapterLayer(), and onOkPushButtonClicked().
|
private |
The dialog form.
Definition at line 93 of file DataPropertiesDialog.h.
Referenced by DataPropertiesDialog().