#include <element_text.h>
Inheritance diagram for libsvx::ElementText:
Public Methods | |
ElementText (TiXmlElement &Element, const std::string the_name) | |
Create an Element containing a SVX text elements based on a XML element. | |
ElementText (const ElementText &a_element) | |
Construct a clone of the class ElementText. | |
~ElementText () | |
destructor, free all the sub-informations. | |
virtual bool | IsValid () const |
Always valid. | |
virtual TiXmlElement & | XmlElement ()=0 |
a method to get the informations of the element into an XML element. | |
void | XmlElement (TiXmlElement &the_element_to_fill) |
a method to fill an XML element with the specified element informations. | |
Text * | FindText (const Text &the_item) const |
Find the specified Text in the ElementText list. | |
bool | operator!= (const ElementText &the_object_to_compare) const |
ElementText & | operator+= (const ElementText &the_object_to_add) |
Protected Attributes | |
Mvector< Text > | m_List_Text |
The list of texts describing in many languages the element. |
Definition at line 59 of file element_text.h.
|
Definition at line 165 of file element_text.cxx. References IsValid(). |