A widget used to preview a symbol as separated layers.  
 More...
#include <SymbolTableWidget.h>
A widget used to preview a symbol as separated layers. 
Definition at line 52 of file SymbolTableWidget.h.
 
      
        
          | te::qt::widgets::SymbolTableWidget::SymbolTableWidget  | 
          ( | 
          const QSize &  | 
          size,  | 
        
        
           | 
           | 
          QWidget *  | 
          parent = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructs a symbol table widget with fixed size, which is a child of parent, with widget flags set to f. 
- Parameters
 - 
  
    | size | The preview size.  | 
    | parent | The widget's parent.  | 
  
   
 
 
      
        
          | te::qt::widgets::SymbolTableWidget::~SymbolTableWidget  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | void te::qt::widgets::SymbolTableWidget::onPreviewTableItemSelectionChanged  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
      
        
          | void te::qt::widgets::SymbolTableWidget::selectSymbolizer  | 
          ( | 
          const int &  | 
          index | ) | 
           | 
        
      
 
Selects the given index on symbol table layer. 
- Parameters
 - 
  
    | index | The symbolizer index of symbol.  | 
  
   
 
 
      
        
          | QSize te::qt::widgets::SymbolTableWidget::sizeHint  | 
          ( | 
           | ) | 
           const | 
        
      
 
Return the size hint to this widget. 
- Returns
 - The size hint. 
 
 
 
  
  
      
        
          | void te::qt::widgets::SymbolTableWidget::symbolizerClicked  | 
          ( | 
          int  | 
          index | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
This signal is emitted when a symbolizer of the symbol is clicked. 
- Parameters
 - 
  
    | index | The symbolizer index.  | 
  
   
 
 
      
        
          | void te::qt::widgets::SymbolTableWidget::updatePreview  | 
          ( | 
          Symbol *  | 
          symbol | ) | 
           | 
        
      
 
Preview a symbol element. 
- Parameters
 - 
  
    | symb | A valid symbol element. | 
  
   
- Note
 - The widget will NOT take the ownership of the given symbol. 
 
 
 
  
  
      
        
          | QTableWidget* te::qt::widgets::SymbolTableWidget::m_previewTable | 
         
       
   | 
  
private   | 
  
 
Qt element that will be used to visualize preview results. 
Definition at line 116 of file SymbolTableWidget.h.
 
 
  
  
      
        
          | QSize te::qt::widgets::SymbolTableWidget::m_size | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/qt/widgets/se/SymbolTableWidget.h