26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_IMAGEOUTLINEWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_IMAGEOUTLINEWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   34 #include <QtGui/QGridLayout>  
   42 namespace Ui { 
class ImageOutlineWidgetForm; }
 
   57       class PolygonSymbolizerWidget;
 
   58       class SymbolPreviewWidget;
 
   95           void deleteInterfaces();
 
   99           void onNoneSymbolizerClicked();
 
  101           void onPolygonSymbolizerClicked();
 
  103           void onPolygonSymbolizerCreated();
 
  111           std::auto_ptr<Ui::ImageOutlineWidgetForm> 
m_ui;             
 
  126 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_IMAGEOUTLINEWIDGET_H 
ImageOutline specifies how individual source rasters in a multi-raster set (such as a set of satellit...
 
std::auto_ptr< Ui::ImageOutlineWidgetForm > m_ui
Dialog form. 
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::se::ImageOutline * m_io
SE Image Outline element. 
 
te::qt::widgets::SymbolPreviewWidget * m_preview
Preview Widget used to visualize the symbol. 
 
A widget used to build a polygon symbolizer element. 
 
A dialog used to build a ImageOutlineWidget element. 
 
te::qt::widgets::PolygonSymbolizerWidget * m_psWidget
Polygon Symbolizer UI. 
 
A widget used to preview symbol elements. 
 
QGridLayout * m_layout
Qt Layout object.