A widget used to build a line symbolizer element.
More...
#include <LineSymbolizerWidget.h>
|
void | updateUi () |
| Updates the widget form based on internal line symbolizer element. More...
|
|
A widget used to build a line symbolizer element.
Definition at line 62 of file LineSymbolizerWidget.h.
te::qt::widgets::LineSymbolizerWidget::LineSymbolizerWidget |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
Constructs a line symbolizer widget which is a child of parent, with widget flags set to f.
te::qt::widgets::LineSymbolizerWidget::~LineSymbolizerWidget |
( |
| ) |
|
Gets the configured line symbolizer element.
- Returns
- The configured line symbolizer element.
- Note
- The caller will take the ownership of the returned symbolizer.
void te::qt::widgets::LineSymbolizerWidget::onStrokeChanged |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::LineSymbolizerWidget::onStrokeGroupBoxToggled |
( |
bool |
on | ) |
|
|
protectedslot |
Sets a line symbolizer element to this widget.
- Parameters
-
symb | A valid line symbolizer element. |
- Note
- The widget will NOT take the ownership of the given symbolizer.
-
The widget form will be update based on given symbolizer parameters.
void te::qt::widgets::LineSymbolizerWidget::symbolizerChanged |
( |
| ) |
|
|
signal |
This signal is emitted when the internal line symbolizer element is changed.
void te::qt::widgets::LineSymbolizerWidget::updateUi |
( |
| ) |
|
|
protected |
Updates the widget form based on internal line symbolizer element.
Basic Stroke Widget used to configure the line symbolizer stroke element.
Definition at line 121 of file LineSymbolizerWidget.h.
std::auto_ptr<Ui::LineSymbolizerWidgetForm> te::qt::widgets::LineSymbolizerWidget::m_ui |
|
private |
The documentation for this class was generated from the following file: