26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_STYLECONTROLLERWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_STYLECONTROLLERWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   41 namespace Ui { 
class StyleControllerWidgetForm; }
 
  105           void onAddSymbolizerClicked();
 
  107           void onRemoveSymbolizerClicked();
 
  109           void onUpSymbolizerClicked();
 
  111           void onDownSymbolizerClicked();
 
  113           void onMapRefreshClicked();
 
  115           void changeLegendIconSize(
int size);
 
  123           std::auto_ptr<Ui::StyleControllerWidgetForm> 
m_ui; 
 
  131 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_STYLECONTROLLERWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A widget used to controll the style se element. 
 
A widget used to explore a style. 
 
te::qt::widgets::StyleExplorer * m_explorer
A style explorer used to explore the style. 
 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
std::auto_ptr< Ui::StyleControllerWidgetForm > m_ui
Widget form.