te::qt::widgets::BasicFillPropertyItem Class Reference

A widget used to define the basic fill se object. More...

#include <BasicFillPropertyItem.h>

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

Public Slots

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

 BasicFillPropertyItem (QtTreePropertyBrowser *pb, QColor c=QColor())
 Constructor. More...
 
 ~BasicFillPropertyItem ()
 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_colorProperty
 
QtProperty * m_opacityProperty
 
QColor m_color
 
te::se::Fillm_fill
 Fill element that will be configured by this widget. More...
 
bool m_update
 
bool setFill (const te::se::Fill *fill)
 
te::se::FillgetFill () const
 
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 QColor &value)
 
void fillChanged ()
 

Detailed Description

A widget used to define the basic fill se object.

Definition at line 52 of file BasicFillPropertyItem.h.

Constructor & Destructor Documentation

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

Constructor.

te::qt::widgets::BasicFillPropertyItem::~BasicFillPropertyItem ( )

Destructor.

Member Function Documentation

void te::qt::widgets::AbstractPropertyItem::addProperty ( QtProperty *  property,
const QString &  id,
QColor  c 
)
protectedinherited
void te::qt::widgets::BasicFillPropertyItem::fillChanged ( )
signal

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

te::se::Fill* te::qt::widgets::BasicFillPropertyItem::getFill ( ) const
void te::qt::widgets::AbstractPropertyItem::setExpandedStatus ( QtBrowserItem *  item,
bool  status 
)
protectedinherited
bool te::qt::widgets::BasicFillPropertyItem::setFill ( const te::se::Fill fill)
void te::qt::widgets::BasicFillPropertyItem::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,
const QString &  value 
)
virtualslotinherited
virtual void te::qt::widgets::BasicFillPropertyItem::valueChanged ( QtProperty *  p,
int  value 
)
virtualslot
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::BasicFillPropertyItem::valueChanged ( QtProperty *  p,
const QColor &  value 
)
virtualslot
virtual void te::qt::widgets::AbstractPropertyItem::valueChanged ( QtProperty *  p,
const QPointF &  value 
)
virtualslotinherited

Member Data Documentation

QColor te::qt::widgets::BasicFillPropertyItem::m_color
protected

Definition at line 97 of file BasicFillPropertyItem.h.

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

Definition at line 95 of file AbstractPropertyItem.h.

QtProperty* te::qt::widgets::BasicFillPropertyItem::m_colorProperty
protected

Definition at line 94 of file BasicFillPropertyItem.h.

te::se::Fill* te::qt::widgets::BasicFillPropertyItem::m_fill
protected

Fill element that will be configured by this widget.

Definition at line 99 of file BasicFillPropertyItem.h.

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

Definition at line 93 of file AbstractPropertyItem.h.

QtProperty* te::qt::widgets::BasicFillPropertyItem::m_opacityProperty
protected

Definition at line 95 of file BasicFillPropertyItem.h.

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

Definition at line 90 of file AbstractPropertyItem.h.

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

Definition at line 92 of file AbstractPropertyItem.h.

bool te::qt::widgets::BasicFillPropertyItem::m_update
protected

Definition at line 101 of file BasicFillPropertyItem.h.


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