te::qt::widgets::DataPropertiesDialog Class Reference

A dialog used to configure the properties of a new textual file based layer. More...

#include <DataPropertiesDialog.h>

Inheritance diagram for te::qt::widgets::DataPropertiesDialog:

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

DatapPropertiesWidgetm_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...
 

Detailed Description

A dialog used to configure the properties of a new textual file based layer.

Definition at line 59 of file DataPropertiesDialog.h.

Constructor & Destructor Documentation

te::qt::widgets::DataPropertiesDialog::DataPropertiesDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

Constructor.

Parameters
parentthis widget's parent
fWindow flags used to configure this dialog
te::qt::widgets::DataPropertiesDialog::~DataPropertiesDialog ( )

Destructor.

Member Function Documentation

te::map::DataSetAdapterLayerPtr te::qt::widgets::DataPropertiesDialog::getDataSetAdapterLayer ( )

Returns a new DataSetAdapterLayer.

Returns
A DataSetAdapterLayerPtr with it's DataSetAdapter.
Note
The caller will take ownership of the returned pointer.
void te::qt::widgets::DataPropertiesDialog::onOkPushButtonClicked ( )
protectedslot

Member Data Documentation

DatapPropertiesWidget* te::qt::widgets::DataPropertiesDialog::m_dataPropertiesWidget
private

The widget used to import and configure a textual file.

Definition at line 94 of file DataPropertiesDialog.h.

te::map::DataSetAdapterLayerPtr te::qt::widgets::DataPropertiesDialog::m_DataSetAdapterLayer
private

The new Layer.

Definition at line 95 of file DataPropertiesDialog.h.

std::auto_ptr<Ui::DataPropertiesDialogForm> te::qt::widgets::DataPropertiesDialog::m_ui
private

The dialog form.

Definition at line 93 of file DataPropertiesDialog.h.


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