A concrete renderer based on Qt4 for conversion of Symbology Enconding External Graphic elements to an image pattern. More...
#include <ExternalGraphicRenderer.h>
  
 Public Member Functions | |
| ExternalGraphicRenderer () | |
| Constructor.  More... | |
| te::color::RGBAColor ** | render (const te::se::ExternalGraphic *eg, std::size_t height, std::size_t &width) | 
| It generates the image pattern from the given Symbology Enconding External Graphic element.  More... | |
| ~ExternalGraphicRenderer () | |
| Destructor.  More... | |
A concrete renderer based on Qt4 for conversion of Symbology Enconding External Graphic elements to an image pattern.
Definition at line 46 of file ExternalGraphicRenderer.h.
| te::qt::widgets::ExternalGraphicRenderer::ExternalGraphicRenderer | ( | ) | 
Constructor.
Definition at line 35 of file ExternalGraphicRenderer.cpp.
| te::qt::widgets::ExternalGraphicRenderer::~ExternalGraphicRenderer | ( | ) | 
Destructor.
Definition at line 40 of file ExternalGraphicRenderer.cpp.
      
  | 
  virtual | 
It generates the image pattern from the given Symbology Enconding External Graphic element.
| eg | The Symbology Enconding External Graphic element that will be used to build the image pattern. | 
| height | The height of image pattern that will be generated. | 
| width | An output parameter that will be filled with the width of generated image pattern. | 
Implements te::map::AbstractExternalGraphicRenderer.
Definition at line 44 of file ExternalGraphicRenderer.cpp.
References te::xl::SimpleLink::getHref(), te::qt::widgets::GetImage(), and te::se::ExternalGraphic::getOnlineResource().