te::gm::Envelope m_envelope
 
Text & operator=(const Text &rhs)
No assignment operator allowed. 
 
void setEnvelope(const te::gm::Envelope &envelope)
It sets the envelope. 
 
An Text Element consists of a string, location, leader line and may have attribute. 
 
A Text may contain 1 or more Text Elements. 
 
void setElements(const std::vector< Element * > elements)
It sets the elements. 
 
const std::vector< Element * > & getElements() const 
It returns the elements. 
 
const te::gm::Envelope & getEnvelope()
It returns the envelope. 
 
std::vector< Element * > m_elements
 
void add(Element *element)
It adds the element. 
 
An Text Element consists of a string, location, leader line and may have attribute.