#include <SymbologyPreview.h>
|
static QPixmap | build (const std::vector< te::se::Symbolizer * > &symbs, const QSize &size) |
| Generates the preview of a set of symbolizers elements.
|
|
static QPixmap | build (const std::vector< te::se::Symbolizer * > &symbs, const te::gm::Geometry *geom, const QSize &size) |
| Generates the preview of a set of symbolizers elements.
|
|
static QPixmap | build (const Symbol *symbol, const te::gm::Geometry *geom, const QSize &size) |
| Generates the preview of a symbol.
|
|
static QPixmap | build (const te::se::Rule *rule, const QSize &size) |
| Generates the preview of a set of symbolizers elements included in the given rule.
|
|
static QPixmap | build (const te::se::Rule *rule, const te::gm::Geometry *geom, const QSize &size) |
| Generates the preview of a set of symbolizers elements included in the given rule.
|
|
static QPixmap | build (const te::se::Symbolizer *symb, const QSize &size) |
| Generates the preview of given symbolizer element.
|
|
static QPixmap | build (const te::se::Symbolizer *symb, const te::gm::Geometry *geom, const QSize &size) |
| Generates the preview of given symbolizer element.
|
|
static QPixmap | buildText (const te::se::Symbolizer *symb, const QSize &size) |
| Generates the preview of given text symbolizer element.
|
|
Definition at line 60 of file SymbologyPreview.h.
◆ build() [1/7]
static QPixmap te::qt::widgets::SymbologyPreview::build |
( |
const std::vector< te::se::Symbolizer * > & |
symbs, |
|
|
const QSize & |
size |
|
) |
| |
|
static |
Generates the preview of a set of symbolizers elements.
- Parameters
-
symbs | A set of symbolizers elements. |
size | The preview size. |
- Returns
- A pixmap that represents the composite result of symbolizers preview.
- Note
- Default geometry will be created based on symbolizers type and will be used to draw the preview.
◆ build() [2/7]
Generates the preview of a set of symbolizers elements.
- Parameters
-
symbs | A set of symbolizers elements. |
geom | The geometry that will be used to draw the preview. |
size | The preview size. |
- Returns
- A pixmap that represents the composite result of symbolizers preview.
◆ build() [3/7]
static QPixmap te::qt::widgets::SymbologyPreview::build |
( |
const Symbol * |
symbol, |
|
|
const te::gm::Geometry * |
geom, |
|
|
const QSize & |
size |
|
) |
| |
|
static |
Generates the preview of a symbol.
- Parameters
-
symbol | A valid symbol. |
geom | The geometry that will be used to draw the preview. |
size | The preview size. |
- Returns
- A pixmap that represents the symbol preview.
◆ build() [4/7]
static QPixmap te::qt::widgets::SymbologyPreview::build |
( |
const te::se::Rule * |
rule, |
|
|
const QSize & |
size |
|
) |
| |
|
static |
Generates the preview of a set of symbolizers elements included in the given rule.
- Parameters
-
rule | A valid rule element that will be used to get the set of symbolizers. |
size | The preview size. |
- Returns
- A pixmap that represents the composite result of rule's symbolizers preview.
- Note
- Default geometries will be created based on symbolizers type and will be used to draw the preview.
◆ build() [5/7]
Generates the preview of a set of symbolizers elements included in the given rule.
- Parameters
-
rule | A valid rule element that will be used to get the set of symbolizers. |
geom | The geometry that will be used to draw the preview. |
size | The preview size. |
- Returns
- A pixmap that represents the composite result of rule's symbolizers preview.
◆ build() [6/7]
static QPixmap te::qt::widgets::SymbologyPreview::build |
( |
const te::se::Symbolizer * |
symb, |
|
|
const QSize & |
size |
|
) |
| |
|
static |
Generates the preview of given symbolizer element.
- Parameters
-
symb | A valid symbolizer element. |
size | The preview size. |
- Returns
- A pixmap that represents the result of symbolizer preview.
- Note
- A default geometry will be created based on symbolizer type and will be used to draw the preview.
◆ build() [7/7]
Generates the preview of given symbolizer element.
- Parameters
-
symb | A valid symbolizer element. |
geom | The geometry that will be used to draw the preview. |
size | The preview size. |
- Returns
- A pixmap that represents the result of symbolizer preview.
◆ buildText()
static QPixmap te::qt::widgets::SymbologyPreview::buildText |
( |
const te::se::Symbolizer * |
symb, |
|
|
const QSize & |
size |
|
) |
| |
|
static |
Generates the preview of given text symbolizer element.
- Parameters
-
symb | A valid symbolizer element. |
size | The preview size. |
- Returns
- A pixmap that represents the result of symbolizer preview.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/qt/widgets/se/SymbologyPreview.h