A widget used to define the graphic fill se object.  
 More...
#include <GraphicFillPropertyItem.h>
 | 
Methods related to instantiation and destruction.  
 | 
| QtTreePropertyBrowser *  | m_propertyBrowser | 
|   | 
| QColor  | m_colorParent | 
|   | 
| bool  | m_enableListeners | 
|   | 
| QtProperty *  | m_itemProperty | 
|   | 
| QtProperty *  | getItemProperty () const | 
|   | 
| void  | setPropertyColor (QtProperty *property, QColor c) | 
|   | 
| void  | addProperty (QtProperty *qProperty, const QColor &qColor) | 
|   | 
| void  | addSubProperty (QtProperty *qPropertyParent, QtProperty *qProperty, const QColor &qColor) | 
|   | 
| void  | setExpandedStatus (QtBrowserItem *item, bool status, bool applyToChildren) | 
|   | 
| void  | setExpandedStatus (bool status, bool applyToChildren) | 
|   | 
| void  | setChildrenEnabled (bool enabled) | 
|   | 
| virtual void  | valueChanged (QtProperty *p, int 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, const QPointF &value) | 
|   | 
| void  | init (QtProperty *property) | 
|   | 
| static QString  | getValueFromEnumProperty (QtProperty *enumPropertyItem) | 
|   | 
| static void  | setValueToEnumProperty (QtProperty *enumPropertyItem, const QString &value) | 
|   | 
A widget used to define the graphic fill se object. 
A widget used to define the mark well known se object.
- opacity
 
- size
 
- rotation
 
- well known
 
- glyph
 
- external graphic
 
- type
 
- fill
 
- stroke 
 
Definition at line 65 of file GraphicFillPropertyItem.h.
 
◆ GraphicFillPropertyItem()
      
        
          | te::qt::widgets::GraphicFillPropertyItem::GraphicFillPropertyItem  | 
          ( | 
          QtProperty *  | 
          parent,  | 
        
        
           | 
           | 
          QtTreePropertyBrowser *  | 
          propertyBrowser,  | 
        
        
           | 
           | 
          StylePropertyItemListener *  | 
          listener,  | 
        
        
           | 
           | 
          QColor  | 
          color,  | 
        
        
           | 
           | 
          QColor  | 
          subColor,  | 
        
        
           | 
           | 
          QString  | 
          caption = tr("Graphic Fill")  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~GraphicFillPropertyItem()
  
  
      
        
          | virtual te::qt::widgets::GraphicFillPropertyItem::~GraphicFillPropertyItem  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ addListenerToProperty()
  
  
      
        
          | void te::qt::widgets::StylePropertyItem::addListenerToProperty  | 
          ( | 
          QtProperty *  | 
          p | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
 
◆ addProperty()
  
  
      
        
          | void te::qt::widgets::AbstractPropertyItem::addProperty  | 
          ( | 
          QtProperty *  | 
          qProperty,  | 
         
        
           | 
           | 
          const QColor &  | 
          qColor  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
 
◆ addSubProperty()
  
  
      
        
          | void te::qt::widgets::AbstractPropertyItem::addSubProperty  | 
          ( | 
          QtProperty *  | 
          qPropertyParent,  | 
         
        
           | 
           | 
          QtProperty *  | 
          qProperty,  | 
         
        
           | 
           | 
          const QColor &  | 
          qColor  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
 
◆ checkedStateChanged
◆ getGraphic()
      
        
          | te::se::Graphic* te::qt::widgets::GraphicFillPropertyItem::getGraphic  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ getItemProperty()
  
  
      
        
          | QtProperty* te::qt::widgets::AbstractPropertyItem::getItemProperty  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inherited   | 
  
 
 
◆ getValueFromEnumProperty()
  
  
      
        
          | static QString te::qt::widgets::AbstractPropertyItem::getValueFromEnumProperty  | 
          ( | 
          QtProperty *  | 
          enumPropertyItem | ) | 
           | 
         
       
   | 
  
staticinherited   | 
  
 
 
◆ init()
  
  
      
        
          | void te::qt::widgets::AbstractPropertyItem::init  | 
          ( | 
          QtProperty *  | 
          property | ) | 
           | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ isChecked()
  
  
      
        
          | bool te::qt::widgets::CheckboxStylePropertyItem::isChecked  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inherited   | 
  
 
 
◆ propertyHasListener()
  
  
      
        
          | bool te::qt::widgets::StylePropertyItem::propertyHasListener  | 
          ( | 
          QtProperty *  | 
          p | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
 
◆ setCheckableProperty()
  
  
      
        
          | void te::qt::widgets::CheckboxStylePropertyItem::setCheckableProperty  | 
          ( | 
          QtProperty *  | 
          qtProperty | ) | 
           | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ setChecked()
  
  
      
        
          | void te::qt::widgets::CheckboxStylePropertyItem::setChecked  | 
          ( | 
          bool  | 
          checked | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
 
◆ setChildrenEnabled()
  
  
      
        
          | void te::qt::widgets::AbstractPropertyItem::setChildrenEnabled  | 
          ( | 
          bool  | 
          enabled | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
 
◆ setExpandedStatus() [1/2]
  
  
      
        
          | void te::qt::widgets::AbstractPropertyItem::setExpandedStatus  | 
          ( | 
          bool  | 
          status,  | 
         
        
           | 
           | 
          bool  | 
          applyToChildren  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
 
◆ setExpandedStatus() [2/2]
  
  
      
        
          | void te::qt::widgets::AbstractPropertyItem::setExpandedStatus  | 
          ( | 
          QtBrowserItem *  | 
          item,  | 
         
        
           | 
           | 
          bool  | 
          status,  | 
         
        
           | 
           | 
          bool  | 
          applyToChildren  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
 
◆ setGraphic()
      
        
          | bool te::qt::widgets::GraphicFillPropertyItem::setGraphic  | 
          ( | 
          const te::se::Graphic *  | 
          graphic | ) | 
           | 
        
      
 
 
◆ setPropertyColor()
  
  
      
        
          | void te::qt::widgets::AbstractPropertyItem::setPropertyColor  | 
          ( | 
          QtProperty *  | 
          property,  | 
         
        
           | 
           | 
          QColor  | 
          c  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
 
◆ setValueToEnumProperty()
  
  
      
        
          | static void te::qt::widgets::AbstractPropertyItem::setValueToEnumProperty  | 
          ( | 
          QtProperty *  | 
          enumPropertyItem,  | 
         
        
           | 
           | 
          const QString &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticinherited   | 
  
 
 
◆ valueChanged [1/10]
  
  
      
        
          | virtual void te::qt::widgets::CheckboxStylePropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          bool  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
◆ valueChanged [2/10]
  
  
      
        
          | virtual void te::qt::widgets::AbstractPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          const QColor &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
◆ valueChanged [3/10]
  
  
      
        
          | virtual void te::qt::widgets::AbstractPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          const QFont &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
◆ valueChanged [4/10]
  
  
      
        
          | virtual void te::qt::widgets::AbstractPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          const QPointF &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
◆ valueChanged [5/10]
  
  
      
        
          | virtual void te::qt::widgets::AbstractPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          const QSize &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
◆ valueChanged [6/10]
  
  
      
        
          | virtual void te::qt::widgets::AbstractPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          const QSizeF &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
◆ valueChanged [7/10]
  
  
      
        
          | virtual void te::qt::widgets::AbstractPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          const QString &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
◆ valueChanged [8/10]
  
  
      
        
          | virtual void te::qt::widgets::StylePropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          const QVariant &  | 
          qVariant  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
overridevirtualslotinherited   | 
  
 
 
◆ valueChanged [9/10]
  
  
      
        
          | void te::qt::widgets::GraphicFillPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          double  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ valueChanged [10/10]
  
  
      
        
          | virtual void te::qt::widgets::AbstractPropertyItem::valueChanged  | 
          ( | 
          QtProperty *  | 
          p,  | 
         
        
           | 
           | 
          int  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtualslotinherited   | 
  
 
 
◆ m_angleProperty
  
  
      
        
          | QtProperty* te::qt::widgets::GraphicFillPropertyItem::m_angleProperty | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_checkableProperty
  
  
      
        
          | QtProperty* te::qt::widgets::CheckboxStylePropertyItem::m_checkableProperty | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ m_colorParent
  
  
      
        
          | QColor te::qt::widgets::AbstractPropertyItem::m_colorParent | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ m_enableListeners
  
  
      
        
          | bool te::qt::widgets::AbstractPropertyItem::m_enableListeners | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ m_groupHandler
◆ m_itemProperty
  
  
      
        
          | QtProperty* te::qt::widgets::AbstractPropertyItem::m_itemProperty | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ m_listener
◆ m_markExternalGraphicProperty
◆ m_markGlyphProperty
◆ m_markWellKnownProperty
◆ m_opacityProperty
  
  
      
        
          | QtProperty* te::qt::widgets::GraphicFillPropertyItem::m_opacityProperty | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_propertyBrowser
  
  
      
        
          | QtTreePropertyBrowser* te::qt::widgets::AbstractPropertyItem::m_propertyBrowser | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ m_sizeProperty
  
  
      
        
          | QtProperty* te::qt::widgets::GraphicFillPropertyItem::m_sizeProperty | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_vecProperties
  
  
      
        
          | std::vector<QtProperty*> te::qt::widgets::StylePropertyItem::m_vecProperties | 
         
       
   | 
  
protectedinherited   | 
  
 
 
The documentation for this class was generated from the following file: