A widget used to define the general properties of a se object.  
 More...
#include <GraphicPropertyItem.h>
 | 
| virtual void  | valueChanged (QtProperty *p, bool value) | 
|   | 
| virtual void  | valueChanged (QtProperty *p, const QString &value) | 
|   | 
| virtual void  | valueChanged (QtProperty *p, const QColor &value) | 
|   | 
| virtual void  | valueChanged (QtProperty *p, const QFont &value) | 
|   | 
| virtual void  | valueChanged (QtProperty *p, const QSize &value) | 
|   | 
| virtual void  | valueChanged (QtProperty *p, const QSizeF &value) | 
|   | 
| virtual void  | valueChanged (QtProperty *p, int value) | 
|   | 
| virtual void  | valueChanged (QtProperty *p, double value) | 
|   | 
| virtual void  | valueChanged (QtProperty *p, const QPointF &value) | 
|   | 
 | 
| void  | updateUi () | 
|   | Updates the widget form based on internal graphic element.  More...
  | 
|   | 
A widget used to define the general properties of a se object. 
Definition at line 52 of file GraphicPropertyItem.h.
 
      
        
          | te::qt::widgets::GraphicPropertyItem::GraphicPropertyItem  | 
          ( | 
          QtTreePropertyBrowser *  | 
          pb,  | 
        
        
           | 
           | 
          QColor  | 
          c = QColor()  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | te::qt::widgets::GraphicPropertyItem::~GraphicPropertyItem  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | void te::qt::widgets::AbstractPropertyItem::addProperty  | 
          ( | 
          QtProperty *  | 
          property,  | 
         
        
           | 
           | 
          const QString &  | 
          id,  | 
         
        
           | 
           | 
          QColor  | 
          c  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protectedinherited   | 
  
 
 
      
        
          | te::se::Graphic* te::qt::widgets::GraphicPropertyItem::getGraphic  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
  
  
      
        
          | void te::qt::widgets::GraphicPropertyItem::graphicChanged  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
This signal is emitted when the internal graphic element is changed. 
 
 
  
  
      
        
          | void te::qt::widgets::AbstractPropertyItem::setExpandedStatus  | 
          ( | 
          QtBrowserItem *  | 
          item,  | 
         
        
           | 
           | 
          bool  | 
          status  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protectedinherited   | 
  
 
 
      
        
          | bool te::qt::widgets::GraphicPropertyItem::setGraphic  | 
          ( | 
          const te::se::Graphic *  | 
          graphic | ) | 
           | 
        
      
 
 
  
  
      
        
          | void te::qt::widgets::GraphicPropertyItem::updateUi  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Updates the widget form based on internal graphic element. 
 
 
  
  
      
        
          | virtual void te::qt::widgets::AbstractPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          bool  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
  
  
      
        
          | virtual void te::qt::widgets::AbstractPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          const QString &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
  
  
      
        
          | virtual void te::qt::widgets::AbstractPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          const QColor &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
  
  
      
        
          | virtual void te::qt::widgets::AbstractPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          const QFont &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
  
  
      
        
          | virtual void te::qt::widgets::AbstractPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          const QSize &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
  
  
      
        
          | virtual void te::qt::widgets::AbstractPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          const QSizeF &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
  
  
      
        
          | virtual void te::qt::widgets::GraphicPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          int  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslot   | 
  
 
 
  
  
      
        
          | virtual void te::qt::widgets::GraphicPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          double  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslot   | 
  
 
 
  
  
      
        
          | virtual void te::qt::widgets::GraphicPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          const QPointF &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslot   | 
  
 
 
  
  
      
        
          | QtProperty* te::qt::widgets::GraphicPropertyItem::m_angleProperty | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | QColor te::qt::widgets::AbstractPropertyItem::m_colorParent | 
         
       
   | 
  
protectedinherited   | 
  
 
 
  
  
      
        
          | QMap<QString, QtProperty *> te::qt::widgets::AbstractPropertyItem::m_idToProperty | 
         
       
   | 
  
protectedinherited   | 
  
 
 
  
  
      
        
          | QtProperty* te::qt::widgets::GraphicPropertyItem::m_opacityProperty | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | QtTreePropertyBrowser* te::qt::widgets::AbstractPropertyItem::m_propertyBrowser | 
         
       
   | 
  
protectedinherited   | 
  
 
 
  
  
      
        
          | QMap<QtProperty *, QString> te::qt::widgets::AbstractPropertyItem::m_propertyToId | 
         
       
   | 
  
protectedinherited   | 
  
 
 
  
  
      
        
          | bool te::qt::widgets::GraphicPropertyItem::m_setLocalGraphic | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | QtProperty* te::qt::widgets::GraphicPropertyItem::m_sizeProperty | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/qt/widgets/se/GraphicPropertyItem.h