26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_ALTERDATADIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_ALTERDATADIALOG_H 
   29 #include "../Config.h" 
   40   class AlterDataDialogForm;
 
   59           void setSelectedColumn(
const QString& colName);
 
   61           void setDataColumns(
const std::vector<QString>& cols);
 
   65           QString getExpression();
 
   73           void multiplyPressed();
 
   77           void columnChanged(
const QString& col);
 
   81           std::auto_ptr<Ui::AlterDataDialogForm> 
m_ui; 
 
   87 #endif //__TERRALIB_QT_WIDGETS_INTERNAL_ALTERDATADIALOG_H