All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 57 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

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.

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.

Definition at line 127 of file DataPropertiesDialog.cpp.

Referenced by te::qt::af::BaseApplication::onAddTabularLayerTriggered().

Member Data Documentation

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

The widget used to import and configure a textual file.

Definition at line 92 of file DataPropertiesDialog.h.

Referenced by DataPropertiesDialog().

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

The new Layer.

Definition at line 93 of file DataPropertiesDialog.h.

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

The dialog form.

Definition at line 91 of file DataPropertiesDialog.h.

Referenced by DataPropertiesDialog().


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