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::auto_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 57 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, and onOkPushButtonClicked().
| te::qt::widgets::DataPropertiesDialog::~DataPropertiesDialog | ( | ) | 
Destructor.
Definition at line 83 of file DataPropertiesDialog.cpp.
| te::map::DataSetAdapterLayerPtr te::qt::widgets::DataPropertiesDialog::getDataSetAdapterLayer | ( | ) | 
Returns a new DataSetAdapterLayer.
Definition at line 127 of file DataPropertiesDialog.cpp.
Referenced by te::qt::af::BaseApplication::onAddTabularLayerTriggered().
      
  | 
  protectedslot | 
Definition at line 88 of file DataPropertiesDialog.cpp.
References computeDataSetEnvelope(), te::se::CreateFeatureTypeStyle(), te::da::GetExtent(), te::da::GetFirstGeomProperty(), te::gm::GeometryProperty::getGeometryType(), te::dt::Property::getName(), te::gm::GeometryProperty::getSRID(), and te::map::NOT_VISIBLE.
Referenced by DataPropertiesDialog().
      
  | 
  private | 
The widget used to import and configure a textual file.
Definition at line 92 of file DataPropertiesDialog.h.
Referenced by DataPropertiesDialog().
      
  | 
  private | 
The new Layer.
Definition at line 93 of file DataPropertiesDialog.h.
      
  | 
  private | 
The dialog form.
Definition at line 91 of file DataPropertiesDialog.h.
Referenced by DataPropertiesDialog().