A widget used to define the polygon symbolizer properties, such as: More...
#include <LineSymbolizerProperty.h>
  
 Signals | |
| void | symbolizerChanged () | 
Public Member Functions | |
| te::se::Symbolizer * | getSymbolizer () const | 
| Gets the configured line symbolizer element.  More... | |
| void | setSymbolizer (te::se::LineSymbolizer *symb) | 
| Sets a line symbolizer element to this widget.  More... | |
Initializer Methods  | |
Methods related to instantiation and destruction.  | |
| LineSymbolizerProperty (QWidget *parent) | |
| Constructor.  More... | |
| ~LineSymbolizerProperty () | |
| Destructor.  More... | |
Protected Slots | |
| void | onStrokeChanged () | 
Protected Attributes | |
| te::qt::widgets::BasicStrokePropertyItem * | m_bs | 
| te::se::LineSymbolizer * | m_symb | 
| Line symbolizer element that will be configured by this widget.  More... | |
A widget used to define the polygon symbolizer properties, such as:
Definition at line 61 of file LineSymbolizerProperty.h.
| te::qt::widgets::LineSymbolizerProperty::LineSymbolizerProperty | ( | QWidget * | parent | ) | 
Constructor.
Definition at line 44 of file LineSymbolizerProperty.cpp.
References m_bs, and onStrokeChanged().
| te::qt::widgets::LineSymbolizerProperty::~LineSymbolizerProperty | ( | ) | 
Destructor.
Definition at line 67 of file LineSymbolizerProperty.cpp.
| te::se::Symbolizer * te::qt::widgets::LineSymbolizerProperty::getSymbolizer | ( | ) | const | 
Gets the configured line symbolizer element.
Definition at line 79 of file LineSymbolizerProperty.cpp.
      
  | 
  protectedslot | 
Definition at line 84 of file LineSymbolizerProperty.cpp.
Referenced by LineSymbolizerProperty().
| void te::qt::widgets::LineSymbolizerProperty::setSymbolizer | ( | te::se::LineSymbolizer * | symb | ) | 
Sets a line symbolizer element to this widget.
| symb | A valid line symbolizer element. | 
Definition at line 71 of file LineSymbolizerProperty.cpp.
References te::se::LineSymbolizer::setStroke().
      
  | 
  signal | 
This signal is emitted when the internal line symbolizer element is changed.
      
  | 
  protected | 
Definition at line 112 of file LineSymbolizerProperty.h.
Referenced by LineSymbolizerProperty().
      
  | 
  protected | 
Line symbolizer element that will be configured by this widget.
Definition at line 114 of file LineSymbolizerProperty.h.