te::qt::widgets::PointPlacementPropertyItem Class Reference

A widget used to define the PointPlacement se object. More...

#include <PointPlacementPropertyItem.h>

Inheritance diagram for te::qt::widgets::PointPlacementPropertyItem:
te::qt::widgets::AbstractPropertyItem

Public Slots

virtual void valueChanged (QtProperty *p, double value)
 
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 QSizeF &value)
 
virtual void valueChanged (QtProperty *p, const QPointF &value)
 

Public Member Functions

Initializer Methods

Methods related to instantiation and destruction.

 PointPlacementPropertyItem (QtTreePropertyBrowser *pb, QColor c=QColor())
 Constructor. More...
 
 ~PointPlacementPropertyItem ()
 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
 

Re-implementation of Pure Virtual Method

AbstractFillWidget methods.

QtProperty * m_anchorProperty
 
QtProperty * m_displacementProperty
 
QtProperty * m_rotationProperty
 
te::se::PointPlacementm_pointPlacement
 Fill element that will be configured by this widget. More...
 
bool m_update
 
void setPointPlacement (const te::se::PointPlacement *pp)
 
te::se::PointPlacementgetPointPlacement () const
 
void resetPointPlacement ()
 
void updateUi ()
 Updates the widget form based on internal fill element. More...
 
virtual void valueChanged (QtProperty *p, int value)
 
virtual void valueChanged (QtProperty *p, const QSize &value)
 
void pointPlacementChanged ()
 

Detailed Description

A widget used to define the PointPlacement se object.

Definition at line 52 of file PointPlacementPropertyItem.h.

Constructor & Destructor Documentation

te::qt::widgets::PointPlacementPropertyItem::PointPlacementPropertyItem ( QtTreePropertyBrowser *  pb,
QColor  c = QColor() 
)

Constructor.

te::qt::widgets::PointPlacementPropertyItem::~PointPlacementPropertyItem ( )

Destructor.

Member Function Documentation

void te::qt::widgets::AbstractPropertyItem::addProperty ( QtProperty *  property,
const QString &  id,
QColor  c 
)
protectedinherited
te::se::PointPlacement* te::qt::widgets::PointPlacementPropertyItem::getPointPlacement ( ) const
void te::qt::widgets::PointPlacementPropertyItem::pointPlacementChanged ( )
signal

This signal is emitted when the internal fill element is changed.

void te::qt::widgets::PointPlacementPropertyItem::resetPointPlacement ( )
void te::qt::widgets::AbstractPropertyItem::setExpandedStatus ( QtBrowserItem *  item,
bool  status 
)
protectedinherited
void te::qt::widgets::PointPlacementPropertyItem::setPointPlacement ( const te::se::PointPlacement pp)
void te::qt::widgets::PointPlacementPropertyItem::updateUi ( )

Updates the widget form based on internal fill element.

virtual void te::qt::widgets::AbstractPropertyItem::valueChanged ( QtProperty *  p,
double  value 
)
virtualslotinherited
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::PointPlacementPropertyItem::valueChanged ( QtProperty *  p,
int  value 
)
virtualslot
virtual void te::qt::widgets::AbstractPropertyItem::valueChanged ( QtProperty *  p,
const QSizeF &  value 
)
virtualslotinherited
virtual void te::qt::widgets::PointPlacementPropertyItem::valueChanged ( QtProperty *  p,
const QSize &  value 
)
virtualslot
virtual void te::qt::widgets::AbstractPropertyItem::valueChanged ( QtProperty *  p,
const QPointF &  value 
)
virtualslotinherited

Member Data Documentation

QtProperty* te::qt::widgets::PointPlacementPropertyItem::m_anchorProperty
protected

Definition at line 97 of file PointPlacementPropertyItem.h.

QColor te::qt::widgets::AbstractPropertyItem::m_colorParent
protectedinherited

Definition at line 97 of file AbstractPropertyItem.h.

QtProperty* te::qt::widgets::PointPlacementPropertyItem::m_displacementProperty
protected

Definition at line 98 of file PointPlacementPropertyItem.h.

QMap<QString, QtProperty *> te::qt::widgets::AbstractPropertyItem::m_idToProperty
protectedinherited

Definition at line 95 of file AbstractPropertyItem.h.

te::se::PointPlacement* te::qt::widgets::PointPlacementPropertyItem::m_pointPlacement
protected

Fill element that will be configured by this widget.

Definition at line 101 of file PointPlacementPropertyItem.h.

QtTreePropertyBrowser* te::qt::widgets::AbstractPropertyItem::m_propertyBrowser
protectedinherited

Definition at line 92 of file AbstractPropertyItem.h.

QMap<QtProperty *, QString> te::qt::widgets::AbstractPropertyItem::m_propertyToId
protectedinherited

Definition at line 94 of file AbstractPropertyItem.h.

QtProperty* te::qt::widgets::PointPlacementPropertyItem::m_rotationProperty
protected

Definition at line 99 of file PointPlacementPropertyItem.h.

bool te::qt::widgets::PointPlacementPropertyItem::m_update
protected

Definition at line 103 of file PointPlacementPropertyItem.h.


The documentation for this class was generated from the following file: