Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

libsvx::ElementText Class Reference

a virtual class for elements holding Text lists. More...

#include <element_text.h>

Inheritance diagram for libsvx::ElementText:

libsvx::ElementGeneric libsvx::Element libsvx::Description libsvx::ElementEvolution libsvx::License libsvx::Notes libsvx::Package libsvx::Bugfix libsvx::Feature libsvx::Improvement List of all members.

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.

TextFindText (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< Textm_List_Text
 The list of texts describing in many languages the element.


Detailed Description

a virtual class for elements holding Text lists.

Definition at line 59 of file element_text.h.


Member Function Documentation

bool ElementText::operator!= const ElementText &    the_object_to_compare const
 

Todo:
For each element of the list we should have the same text items (?)

Definition at line 165 of file element_text.cxx.

References IsValid().


The documentation for this class was generated from the following files:
Generated on Sat Apr 13 22:56:50 2002 for libsvx by doxygen1.2.15