26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_SYMBOLTABLEWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_SYMBOLTABLEWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   85           void updatePreview(
Symbol* symbol);
 
   92           void selectSymbolizer(
const int& index);
 
   99           QSize sizeHint() 
const;
 
  103           void onPreviewTableItemSelectionChanged();
 
  112           void symbolizerClicked(
int index);
 
  124 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_SYMBOLTABLEWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
QSize m_size
Preview size. 
 
A widget used to preview a symbol as separated layers. 
 
This class represents a symbol. TODO: More description! 
 
QTableWidget * m_previewTable
Qt element that will be used to visualize preview results.