26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_OVERLAPBEHAVIORWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_OVERLAPBEHAVIORWIDGET_H 
   30 #include "../Config.h" 
   31 #include "../../../se.h" 
   34 #include <QtGui/QWidget> 
   42 namespace Ui { 
class OverlapBehaviorWidgetForm; }
 
   49     class RasterSymbolizer;
 
   97           void onValueChanged(QString value);
 
  101           std::auto_ptr<Ui::OverlapBehaviorWidgetForm> 
m_ui;             
 
  102           std::map<te::se::RasterSymbolizer::OverlapBehavior, QString> 
m_obNames;
 
  111 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_OVERLAPBEHAVIORWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::map< te::se::RasterSymbolizer::OverlapBehavior, QString > m_obNames
 
std::auto_ptr< Ui::OverlapBehaviorWidgetForm > m_ui
Dialog form. 
 
A dialog used to build a OverlapBehaviorWidget element. 
 
te::se::RasterSymbolizer::OverlapBehavior m_ob
 
OverlapBehavior
OverlapBehavior tells a system how to behave when multiple raster images in a layer overlap each othe...