#include <element_downloadable.h>
Inheritance diagram for libsvx::ElementDownloadable:

Public Methods | |
| ElementDownloadable (TiXmlElement &Element, const std::string the_name) | |
| Create an Element containing a SVX text elements based on a XML element. | |
| ElementDownloadable (const ElementDownloadable &a_element) | |
| Construct a clone of the class ElementDownloadable. | |
| ~ElementDownloadable () | |
| 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. | |
| Mirrors * | FindMirrors (const Mirrors &the_item) const |
| Find the specified Mirrors in the ElementDownloadable list. | |
| bool | operator!= (const ElementDownloadable &the_object_to_compare) const |
| ElementDownloadable & | operator+= (const ElementDownloadable &the_object_to_add) |
Protected Attributes | |
| Mvector< Mirrors > | m_List_Mirrors |
| The list of mirrors possible to download the downloadable element. | |
Definition at line 60 of file element_downloadable.h.
|
|
Definition at line 168 of file element_downloadable.cxx. References IsValid(). |
1.2.15