A widget used to define the main property items that can be used to describe a se object. More...
#include <AbstractPropertyItem.h>
  
 Public Slots | |
| virtual void | valueChanged (QtProperty *p, int value) | 
| virtual void | valueChanged (QtProperty *p, double 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 QPointF &value) | 
Public Member Functions | |
Initializer Methods  | |
Methods related to instantiation and destruction.  | |
| AbstractPropertyItem (QtTreePropertyBrowser *pb, QColor c=QColor()) | |
| Constructor.  More... | |
| ~AbstractPropertyItem () | |
| Destructor.  More... | |
Protected Member Functions | |
| void | addProperty (QtProperty *property, const QString &id, QColor c) | 
| void | setExpandedStatus (QtBrowserItem *item, bool status) | 
Protected Attributes | |
| QColor | m_colorParent | 
| QMap< QString, QtProperty * > | m_idToProperty | 
| QtTreePropertyBrowser * | m_propertyBrowser | 
| QMap< QtProperty *, QString > | m_propertyToId | 
A widget used to define the main property items that can be used to describe a se object.
Definition at line 54 of file AbstractPropertyItem.h.
| te::qt::widgets::AbstractPropertyItem::AbstractPropertyItem | ( | QtTreePropertyBrowser * | pb, | 
| QColor | c = QColor()  | 
        ||
| ) | 
Constructor.
Definition at line 33 of file AbstractPropertyItem.cpp.
References te::common::Singleton< AbstractPropertyManager >::getInstance(), m_propertyBrowser, and valueChanged().
| te::qt::widgets::AbstractPropertyItem::~AbstractPropertyItem | ( | ) | 
Destructor.
Definition at line 49 of file AbstractPropertyItem.cpp.
      
  | 
  protected | 
Definition at line 53 of file AbstractPropertyItem.cpp.
Referenced by te::qt::widgets::BasicFillPropertyItem::BasicFillPropertyItem(), te::qt::widgets::BasicStrokePropertyItem::BasicStrokePropertyItem(), te::qt::widgets::GlyphMarkPropertyItem::GlyphMarkPropertyItem(), te::qt::widgets::GraphicPropertyItem::GraphicPropertyItem(), te::qt::widgets::LayerPropertiesInfo::LayerPropertiesInfo(), te::qt::widgets::LocalImagePropertyItem::LocalImagePropertyItem(), and te::qt::widgets::WellKnownMarkPropertyItem::WellKnownMarkPropertyItem().
      
  | 
  protected | 
Definition at line 70 of file AbstractPropertyItem.cpp.
      
  | 
  virtualslot | 
Definition at line 82 of file AbstractPropertyItem.cpp.
Referenced by AbstractPropertyItem().
      
  | 
  virtualslot | 
Definition at line 86 of file AbstractPropertyItem.cpp.
      
  | 
  virtualslot | 
Definition at line 90 of file AbstractPropertyItem.cpp.
      
  | 
  virtualslot | 
Definition at line 94 of file AbstractPropertyItem.cpp.
      
  | 
  virtualslot | 
Definition at line 98 of file AbstractPropertyItem.cpp.
      
  | 
  virtualslot | 
Definition at line 102 of file AbstractPropertyItem.cpp.
      
  | 
  virtualslot | 
Definition at line 106 of file AbstractPropertyItem.cpp.
      
  | 
  protected | 
Definition at line 95 of file AbstractPropertyItem.h.
      
  | 
  protected | 
Definition at line 93 of file AbstractPropertyItem.h.
      
  | 
  protected | 
Definition at line 90 of file AbstractPropertyItem.h.
Referenced by AbstractPropertyItem(), and te::qt::widgets::WellKnownMarkPropertyItem::WellKnownMarkPropertyItem().
      
  | 
  protected | 
Definition at line 92 of file AbstractPropertyItem.h.