A widget used to define the point symbolizer properties, such as: More...
#include <PointSymbolizerProperty.h>
  
 Signals | |
| void | symbolizerChanged () | 
Public Member Functions | |
| te::se::Symbolizer * | getSymbolizer () const | 
| Gets the configured point symbolizer element.  More... | |
| void | setSymbolizer (te::se::PointSymbolizer *symb) | 
| Sets a point symbolizer element to this widget.  More... | |
Initializer Methods  | |
Methods related to instantiation and destruction.  | |
| PointSymbolizerProperty (QWidget *parent) | |
| Constructor.  More... | |
| ~PointSymbolizerProperty () | |
| Destructor.  More... | |
Protected Slots | |
| void | onGraphicChanged () | 
Protected Attributes | |
| te::qt::widgets::GraphicProperty * | m_graphProp | 
| bool | m_setLocalSymbol | 
| te::se::PointSymbolizer * | m_symb | 
| Point symbolizer element that will be configured by this widget.  More... | |
A widget used to define the point symbolizer properties, such as:
Definition at line 69 of file PointSymbolizerProperty.h.
| te::qt::widgets::PointSymbolizerProperty::PointSymbolizerProperty | ( | QWidget * | parent | ) | 
Constructor.
Definition at line 47 of file PointSymbolizerProperty.cpp.
References te::qt::widgets::GraphicProperty::getGraphic(), m_graphProp, m_symb, onGraphicChanged(), and te::se::PointSymbolizer::setGraphic().
| te::qt::widgets::PointSymbolizerProperty::~PointSymbolizerProperty | ( | ) | 
Destructor.
Definition at line 64 of file PointSymbolizerProperty.cpp.
| te::se::Symbolizer * te::qt::widgets::PointSymbolizerProperty::getSymbolizer | ( | ) | const | 
Gets the configured point symbolizer element.
Definition at line 79 of file PointSymbolizerProperty.cpp.
      
  | 
  protectedslot | 
Definition at line 84 of file PointSymbolizerProperty.cpp.
Referenced by PointSymbolizerProperty().
| void te::qt::widgets::PointSymbolizerProperty::setSymbolizer | ( | te::se::PointSymbolizer * | symb | ) | 
Sets a point symbolizer element to this widget.
| symb | A valid point symbolizer element. | 
Definition at line 68 of file PointSymbolizerProperty.cpp.
References te::se::PointSymbolizer::setGraphic().
      
  | 
  signal | 
This signal is emitted when the internal point symbolizer element is changed.
      
  | 
  protected | 
Definition at line 117 of file PointSymbolizerProperty.h.
Referenced by PointSymbolizerProperty().
      
  | 
  protected | 
Definition at line 119 of file PointSymbolizerProperty.h.
      
  | 
  protected | 
Point symbolizer element that will be configured by this widget.
Definition at line 121 of file PointSymbolizerProperty.h.
Referenced by PointSymbolizerProperty().