A Text may contain 1 or more Text Elements.  
 More...
#include <Text.h>
A Text may contain 1 or more Text Elements. 
Definition at line 51 of file Text.h.
 
  
  
      
        
          | te::at::Text::Text  | 
          ( | 
          const Text &  | 
          rhs | ) | 
           | 
         
       
   | 
  
private   | 
  
 
No copy constructor allowed. 
- Parameters
 - 
  
  
 
 
 
      
        
          | void te::at::Text::add  | 
          ( | 
          Element *  | 
          element | ) | 
           | 
        
      
 
It adds the element. 
- Parameters
 - 
  
    | element | The element to be added. | 
  
   
- Note
 - The Text will become owner of the element. 
 
 
 
      
        
          | Text* te::at::Text::clone  | 
          ( | 
           | ) | 
           | 
        
      
 
It clones the Text. 
- Returns
 - A copy of the given Text.
 
- Note
 - The caller of this method will take the ownership of the returned Text. 
 
 
 
      
        
          | const std::vector<Element*>& te::at::Text::getElements  | 
          ( | 
           | ) | 
           const | 
        
      
 
It returns the elements. 
- Returns
 - The elements. 
 
 
 
It returns the envelope. 
- Returns
 - The envelope. 
 
 
 
  
  
      
        
          | Text& te::at::Text::operator=  | 
          ( | 
          const Text &  | 
          rhs | ) | 
           | 
         
       
   | 
  
private   | 
  
 
No assignment operator allowed. 
- Parameters
 - 
  
  
 
- Returns
 - A reference for this. 
 
 
 
      
        
          | void te::at::Text::setElements  | 
          ( | 
          const std::vector< Element * >  | 
          elements | ) | 
           | 
        
      
 
It sets the elements. 
- Parameters
 - 
  
  
 
- Note
 - The Text will become owner of elements. 
 
 
 
It sets the envelope. 
- Parameters
 - 
  
  
 
 
 
  
  
      
        
          | std::vector<Element*> te::at::Text::m_elements | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/annotationtext/Text.h