#include <improvement.h>
Inheritance diagram for libsvx::Improvement:
Public Methods | |
Improvement (TiXmlElement &Element) | |
Create an SVX Improvement Element based on an XML element. | |
Improvement (const Improvement &a_improvement) | |
Construct a clone of the class Improvement. More... | |
~Improvement () | |
destructor, free all the sub-informations. | |
bool | IsValid () const |
There must be at least one text. | |
TiXmlElement & | XmlElement () |
a method to get the informations of the element into an XML element. |
Definition at line 54 of file improvement.h.
|
Construct a clone of the class Improvement. Construct a clone of the class Improvement Definition at line 61 of file improvement.cxx. |