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.
 
      
        
          | te::se::SvgParameter::SvgParameter  | 
          ( | 
          const std::string &  | 
          name | ) | 
           | 
        
      
 
 
      
        
          | 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.  | 
  
   
 
 
      
        
          | te::se::SvgParameter::SvgParameter  | 
          ( | 
          const SvgParameter &  | 
          rhs | ) | 
           | 
        
      
 
Copy constructor. 
- Parameters
 - 
  
    | rhs | The other svg parameter.  | 
  
   
 
 
      
        
          | te::se::SvgParameter::~SvgParameter  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | void te::se::ParameterValue::add  | 
          ( | 
          Parameter *  | 
          p | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | void te::se::ParameterValue::add  | 
          ( | 
          const std::string &  | 
          value | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
 
It creates a new copy of this object. 
 
 
      
        
          | std::string te::se::SvgParameter::getName  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
  
  
      
        
          | size_t te::se::ParameterValue::getNParameters  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | const Parameter* te::se::ParameterValue::getParameter  | 
          ( | 
          size_t  | 
          i | ) | 
           const | 
         
       
   | 
  
inherited   | 
  
 
 
      
        
          | void te::se::SvgParameter::setName  | 
          ( | 
          const std::string &  | 
          name | ) | 
           | 
        
      
 
 
  
  
      
        
          | std::string te::se::SvgParameter::m_name | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/se/SvgParameter.h