#include <STItemDelegate.h>
 | 
| QStyledItemDelegate *  | findDecorator (QStyledItemDelegate *decorated) | 
|   | Returns the Decorator that decorates this item.  More...
  | 
|   | 
| QStyledItemDelegate *  | getDecorated () | 
|   | Returns the pointer of decorated object.  More...
  | 
|   | 
| void  | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const  | 
|   | 
| QStyledItemDelegate *  | removeDecorator (QStyledItemDelegate *decorated) | 
|   | Removes The decorator of the decorated.  More...
  | 
|   | 
|   | STItemDelegate (QStyledItemDelegate *decorated, QObject *parent=0) | 
|   | 
|   | ~STItemDelegate () | 
|   | 
Definition at line 42 of file STItemDelegate.h.
 
      
        
          | te::qt::plugins::st::STItemDelegate::STItemDelegate  | 
          ( | 
          QStyledItemDelegate *  | 
          decorated,  | 
        
        
           | 
           | 
          QObject *  | 
          parent = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | te::qt::plugins::st::STItemDelegate::~STItemDelegate  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | QStyledItemDelegate * te::common::Decorator< QStyledItemDelegate  >::findDecorator  | 
          ( | 
          QStyledItemDelegate  *  | 
          decorated | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
Returns the Decorator that decorates this item. 
- Parameters
 - 
  
    | decorated | The decorated item that we are looking for. | 
  
   
- Returns
 - The Decorator we are looking for or this if there's no decorators or 0 if not found. 
 
 
 
Returns the pointer of decorated object. 
 
 
      
        
          | void te::qt::plugins::st::STItemDelegate::paint  | 
          ( | 
          QPainter *  | 
          painter,  | 
        
        
           | 
           | 
          const QStyleOptionViewItem &  | 
          option,  | 
        
        
           | 
           | 
          const QModelIndex &  | 
          index  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
  
  
      
        
          | QStyledItemDelegate * te::common::Decorator< QStyledItemDelegate  >::removeDecorator  | 
          ( | 
          QStyledItemDelegate  *  | 
          decorated | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
Removes The decorator of the decorated. 
- Parameters
 - 
  
    | decorated | The item that we are searching for the decorator. | 
  
   
- Returns
 - The new item to be used as new Delegate or NULL. 
 
 
 
If true, also delete decorated pointer. 
Definition at line 99 of file Decorator.h.
 
 
  
  
      
        
          | QIcon te::qt::plugins::st::STItemDelegate::m_obsIcon | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | QIcon te::qt::plugins::st::STItemDelegate::m_tmsIcon | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | QIcon te::qt::plugins::st::STItemDelegate::m_trjIcon | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/qt/plugins/st/STItemDelegate.h