A SvgParameter refers to an SVG/CSS graphical-formatting parameter.
More...
#include <SvgParameter.h>
A SvgParameter refers to an SVG/CSS graphical-formatting parameter.
The parameter is identified using the "name" attribute and the content of the element gives the SVG/CSS-coded value.
- See also
- ParameterValue
Definition at line 48 of file SvgParameter.h.
◆ SvgParameter() [1/3]
te::se::SvgParameter::SvgParameter |
( |
const std::string & |
name | ) |
|
◆ SvgParameter() [2/3]
te::se::SvgParameter::SvgParameter |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
It initializes a new SvgParameter with the given value.
- Parameters
-
name | SVG parameter name. |
value | SVG parameter value. |
◆ SvgParameter() [3/3]
te::se::SvgParameter::SvgParameter |
( |
const SvgParameter & |
rhs | ) |
|
Copy constructor.
- Parameters
-
rhs | The other svg parameter. |
◆ ~SvgParameter()
te::se::SvgParameter::~SvgParameter |
( |
| ) |
|
◆ add() [1/2]
void te::se::ParameterValue::add |
( |
const std::string & |
value | ) |
|
|
inherited |
◆ add() [2/2]
void te::se::ParameterValue::add |
( |
Parameter * |
p | ) |
|
|
inherited |
◆ clone()
It creates a new copy of this object.
◆ getName()
std::string te::se::SvgParameter::getName |
( |
| ) |
const |
◆ getNParameters()
size_t te::se::ParameterValue::getNParameters |
( |
| ) |
const |
|
inherited |
◆ getParameter()
const Parameter * te::se::ParameterValue::getParameter |
( |
size_t |
i | ) |
const |
|
inherited |
◆ setName()
void te::se::SvgParameter::setName |
( |
const std::string & |
name | ) |
|
◆ m_name
std::string te::se::SvgParameter::m_name |
|
private |
◆ m_parameters
std::vector<Parameter*> te::se::ParameterValue::m_parameters |
|
privateinherited |
Regular text may be mixed and WFS-Filter expressions to give values for SE graphic parameters. (Optional)
Definition at line 120 of file ParameterValue.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/se/SvgParameter.h