A widget used to define the scale values.
More...
#include <ScalePropertyItem.h>
|
virtual void | valueChanged (QtProperty *p, int 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 QSize &value) |
|
virtual void | valueChanged (QtProperty *p, const QSizeF &value) |
|
virtual void | valueChanged (QtProperty *p, const QPointF &value) |
|
A widget used to define the scale values.
Definition at line 47 of file ScalePropertyItem.h.
◆ ScalePropertyItem()
te::qt::widgets::ScalePropertyItem::ScalePropertyItem |
( |
QtTreePropertyBrowser * |
pb, |
|
|
QColor |
c = QColor() |
|
) |
| |
◆ ~ScalePropertyItem()
te::qt::widgets::ScalePropertyItem::~ScalePropertyItem |
( |
| ) |
|
◆ addProperty()
void te::qt::widgets::AbstractPropertyItem::addProperty |
( |
QtProperty * |
property, |
|
|
const QString & |
id, |
|
|
QColor |
c |
|
) |
| |
|
protectedinherited |
◆ getMaxScaleDenominator()
double te::qt::widgets::ScalePropertyItem::getMaxScaleDenominator |
( |
| ) |
|
◆ getMinScaleDenominator()
double te::qt::widgets::ScalePropertyItem::getMinScaleDenominator |
( |
| ) |
|
◆ scaleMaxChanged
void te::qt::widgets::ScalePropertyItem::scaleMaxChanged |
( |
| ) |
|
|
signal |
◆ scaleMinChanged
void te::qt::widgets::ScalePropertyItem::scaleMinChanged |
( |
| ) |
|
|
signal |
This signal is emitted when the internal fill element is changed.
◆ setExpandedStatus()
void te::qt::widgets::AbstractPropertyItem::setExpandedStatus |
( |
QtBrowserItem * |
item, |
|
|
bool |
status |
|
) |
| |
|
protectedinherited |
◆ setMaxScaleDenominator()
void te::qt::widgets::ScalePropertyItem::setMaxScaleDenominator |
( |
const double & |
value | ) |
|
◆ setMinScaleDenominator()
void te::qt::widgets::ScalePropertyItem::setMinScaleDenominator |
( |
const double & |
value | ) |
|
◆ valueChanged [1/9]
virtual void te::qt::widgets::AbstractPropertyItem::valueChanged |
( |
QtProperty * |
p, |
|
|
int |
value |
|
) |
| |
|
virtualslotinherited |
◆ valueChanged [2/9]
virtual void te::qt::widgets::ScalePropertyItem::valueChanged |
( |
QtProperty * |
p, |
|
|
double |
value |
|
) |
| |
|
virtualslot |
◆ valueChanged [3/9]
virtual void te::qt::widgets::AbstractPropertyItem::valueChanged |
( |
QtProperty * |
p, |
|
|
bool |
value |
|
) |
| |
|
virtualslotinherited |
◆ valueChanged [4/9]
virtual void te::qt::widgets::AbstractPropertyItem::valueChanged |
( |
QtProperty * |
p, |
|
|
const QString & |
value |
|
) |
| |
|
virtualslotinherited |
◆ valueChanged [5/9]
virtual void te::qt::widgets::AbstractPropertyItem::valueChanged |
( |
QtProperty * |
p, |
|
|
const QColor & |
value |
|
) |
| |
|
virtualslotinherited |
◆ valueChanged [6/9]
virtual void te::qt::widgets::AbstractPropertyItem::valueChanged |
( |
QtProperty * |
p, |
|
|
const QFont & |
value |
|
) |
| |
|
virtualslotinherited |
◆ valueChanged [7/9]
virtual void te::qt::widgets::AbstractPropertyItem::valueChanged |
( |
QtProperty * |
p, |
|
|
const QSize & |
value |
|
) |
| |
|
virtualslotinherited |
◆ valueChanged [8/9]
virtual void te::qt::widgets::AbstractPropertyItem::valueChanged |
( |
QtProperty * |
p, |
|
|
const QSizeF & |
value |
|
) |
| |
|
virtualslotinherited |
◆ valueChanged [9/9]
virtual void te::qt::widgets::AbstractPropertyItem::valueChanged |
( |
QtProperty * |
p, |
|
|
const QPointF & |
value |
|
) |
| |
|
virtualslotinherited |
◆ m_colorParent
QColor te::qt::widgets::AbstractPropertyItem::m_colorParent |
|
protectedinherited |
◆ m_idToProperty
QMap<QString, QtProperty *> te::qt::widgets::AbstractPropertyItem::m_idToProperty |
|
protectedinherited |
◆ m_maxScale
double te::qt::widgets::ScalePropertyItem::m_maxScale |
|
protected |
◆ m_maxScaleProperty
QtProperty* te::qt::widgets::ScalePropertyItem::m_maxScaleProperty |
|
protected |
◆ m_minScale
double te::qt::widgets::ScalePropertyItem::m_minScale |
|
protected |
◆ m_minScaleProperty
QtProperty* te::qt::widgets::ScalePropertyItem::m_minScaleProperty |
|
protected |
◆ m_propertyBrowser
QtTreePropertyBrowser* te::qt::widgets::AbstractPropertyItem::m_propertyBrowser |
|
protectedinherited |
◆ m_propertyToId
QMap<QtProperty *, QString> te::qt::widgets::AbstractPropertyItem::m_propertyToId |
|
protectedinherited |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/qt/widgets/se/ScalePropertyItem.h