26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_SHADEDRELIEFWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_SHADEDRELIEFWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   41 namespace Ui { 
class ShadedReliefWidgetForm; }
 
   96           void onBrightnessToggled(
bool flag);
 
   98           void onFactorChanged(
double value);
 
  106           std::auto_ptr<Ui::ShadedReliefWidgetForm> 
m_ui;             
 
  115 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_SHADEDRELIEFWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A dialog used to build a ShadedRelief element. 
 
std::auto_ptr< Ui::ShadedReliefWidgetForm > m_ui
Dialog form. 
 
te::se::ShadedRelief * m_sr
SE Shaded relief element. 
 
ShadedRelief specifies the application of relief shading (or "hill shading") to a DEM raster to give ...