26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_DATAPROPERTIESDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_DATAPROPERTIESDIALOG_H 
   31 #include "../../../maptools/DataSetAdapterLayer.h" 
   32 #include "../Config.h" 
   35 #include <QtGui/QDialog> 
   40 namespace Ui { 
class DataPropertiesDialogForm; }
 
   50     class  DatapPropertiesWidget;
 
   87           void onOkPushButtonClicked();
 
   91         std::auto_ptr<Ui::DataPropertiesDialogForm>  
m_ui;                    
 
   99 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_DATAPROPERTIESDIALOG_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::map::DataSetAdapterLayerPtr m_DataSetAdapterLayer
The new Layer. 
 
A class to represent a chart display. 
 
std::auto_ptr< Ui::DataPropertiesDialogForm > m_ui
The dialog form. 
 
boost::intrusive_ptr< DataSetAdapterLayer > DataSetAdapterLayerPtr
 
DatapPropertiesWidget * m_dataPropertiesWidget
The widget used to import and configure a textual file. 
 
A dialog used to configure the properties of a new textual file based layer.