26 #ifndef __TERRALIB_QT_PLUGINS_RP_RASTERCONFIGWIDGET_H    27 #define __TERRALIB_QT_PLUGINS_RP_RASTERCONFIGWIDGET_H    30 #include "../../af/Config.h"    33 #include "../../af/settings/AbstractSettingWidget.h"    41   class RasterConfigWidgetForm;
    71            void getHelpInformations(QString& ns, QString& helpFile);
    77            void fillInterpolator();
    81            void onInterpolatorComboBoxChanged(
int index);
    83            void onLevelChanged(
int value);
    85            void onQuestionChecked(
bool checked);
    87            void onSetMultiResolutionDefaultChecked(
bool checked);
    91            std::unique_ptr<Ui::RasterConfigWidgetForm> 
m_ui;
    99 #endif  // __TERRALIB_QT_PLUGINS_RP_RASTERCONFIGWIDGET_H