A widget used to build a point symbolizer element. More...
#include <PointSymbolizerWidget.h>
Initializer Methods | |
Methods related to instantiation and destruction. | |
| GraphicSelectorWidget * | m_graphicSelector |
| Graphic selector use to select the point symbolizer graphic element. | |
| te::se::PointSymbolizer * | m_symb |
| Point symbolizer element that will be configured by this widget. | |
| PointSymbolizerWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructs a point symbolizer widget which is a child of parent, with widget flags set to f. | |
| ~PointSymbolizerWidget () | |
| Destructor. | |
| void | setSymbolizer (const te::se::PointSymbolizer *symb) |
| Sets a point symbolizer element to this widget. | |
| te::se::Symbolizer * | getSymbolizer () const |
| Gets the configured point symbolizer element. | |
| void | updateUi () |
| Updates the widget form based on internal point symbolizer element. | |
| void | onGraphicChanged () |
| void | symbolizerChanged () |
A widget used to build a point symbolizer element.
Definition at line 56 of file PointSymbolizerWidget.h.
| te::qt::widgets::PointSymbolizerWidget::PointSymbolizerWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 ) |
Constructs a point symbolizer widget which is a child of parent, with widget flags set to f.
| te::qt::widgets::PointSymbolizerWidget::~PointSymbolizerWidget | ( | ) |
Destructor.
| te::se::Symbolizer * te::qt::widgets::PointSymbolizerWidget::getSymbolizer | ( | ) | const |
Gets the configured point symbolizer element.
|
protectedslot |
| void te::qt::widgets::PointSymbolizerWidget::setSymbolizer | ( | const te::se::PointSymbolizer * | symb | ) |
Sets a point symbolizer element to this widget.
| symb | A valid point symbolizer element. |
|
signal |
This signal is emitted when the internal point symbolizer element is changed.
|
protected |
Updates the widget form based on internal point symbolizer element.
References slots.
|
private |
Graphic selector use to select the point symbolizer graphic element.
Definition at line 112 of file PointSymbolizerWidget.h.
|
private |
Point symbolizer element that will be configured by this widget.
Definition at line 113 of file PointSymbolizerWidget.h.