26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_GRAPHICSELECTORWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_GRAPHICSELECTORWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   42 namespace Ui { 
class GraphicSelectorWidgetForm; }
 
  107           QIcon getGraphicIcon(
const QSize& size);
 
  111           void onGraphicTypeComboBoxCurrentIndexChanged(
int index);
 
  113           void onGraphicChanged();
 
  118           void graphicChanged();
 
  122           std::auto_ptr<Ui::GraphicSelectorWidgetForm> 
m_ui; 
 
  130 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_GRAPHICSELECTORWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
QStackedWidget * m_graphicWidgets
Set of Graphic Widgets that can be used to configure the graphic element. 
 
std::auto_ptr< Ui::GraphicSelectorWidgetForm > m_ui
Widget form. 
 
A widget used to select a graphic element. 
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.