26 #ifndef __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_PROPERTYCONVERTERDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_PROPERTYCONVERTERDIALOG_H 
   30 #include "../../../dataaccess/dataset/AttributeConverters.h" 
   31 #include "../Config.h" 
   34 #include <QtGui/QDialog> 
   35 #include <QtGui/QGridLayout> 
   40 namespace Ui { 
class PropertyConverterDialogForm; }
 
   46     class DataSetTypeConverter;
 
   54       class NewPropertyWidget;
 
   75           void set(std::string dataSourceId);
 
   81           void onOkPushButtonClicked();
 
   89           std::auto_ptr<Ui::PropertyConverterDialogForm> 
m_ui;
 
   98 #endif  // __TERRALIB_QT_WIDGETS_PROPERTY_INTERNAL_PROPERTYCONVERTERDIALOG_H 
std::map< int, std::string > m_typeMap
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::qt::widgets::NewPropertyWidget * m_propWidget
 
An converter for DataSetType. 
 
te::da::DataSetType * m_dsType
 
void buidTypeMap(std::map< int, std::string > &typeMap)
 
A dialog for creating a adaptor property converter. 
 
std::auto_ptr< Ui::PropertyConverterDialogForm > m_ui
 
A class that models the description of a dataset.