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);
    63           void setHelpLabelText(
const QString& text);
    67           QString getExpression();
    75           void multiplyPressed();
    79           void columnChanged(
const QString& col);
    83           std::auto_ptr<Ui::AlterDataDialogForm> 
m_ui; 
    89 #endif //__TERRALIB_QT_WIDGETS_INTERNAL_ALTERDATADIALOG_H