26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_GRAPHICDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_GRAPHICDIALOG_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QDialog> 
   41 namespace Ui { 
class GraphicDialogForm; }
 
   56       class GraphicSelectorWidget;
 
  128           QIcon getGraphicIcon(
const QSize& size);
 
  132           std::auto_ptr<Ui::GraphicDialogForm> 
m_ui; 
 
  140 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_GRAPHICDIALOG_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
GraphicSelectorWidget * m_graphicSelector
Graphic selector widget used to select the graphic. 
 
std::auto_ptr< Ui::GraphicDialogForm > m_ui
Dialog form. 
 
A widget used to select a graphic element. 
 
A dialog used to build a graphic element. If you want to use this dialog, you can use commands like: ...
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.