This file contains utility functions for dealing with Symbology Enconding and Qt concepts. More...
Go to the source code of this file.
Namespaces | |
| te | |
| URI C++ Library.  | |
| te::qt | |
| Namespace for the Qt module of TerraLib.  | |
| te::qt::widgets | |
| Namespace for the Qt Widgets module of TerraLib.  | |
| te::se | |
| Namespace for the Symbology Encoding module of TerraLib.  | |
| te::xml | |
| Namespace for the XML module of TerraLib.  | |
Functions | |
| TEQTWIDGETSEXPORT void | te::qt::widgets::Config (QPen &pen, const te::se::Stroke *stroke) | 
| It configs the given pen based on Symbology Enconding Stroke element.  More... | |
| TEQTWIDGETSEXPORT void | te::qt::widgets::Config (QBrush &brush, const te::se::Fill *fill) | 
| It configs the given brush based on Symbology Enconding Fill element.  More... | |
| TEQTWIDGETSEXPORT Symbol * | te::qt::widgets::ReadSymbol (te::xml::Reader &reader) | 
| It reads a symbol using the given reader.  More... | |
| TEQTWIDGETSEXPORT void | te::qt::widgets::ReadSymbolLibrary (const std::string &path) | 
| It reads a symbol library file and put the result on SymbolLibraryManager.  More... | |