#include <bugfix.h>
Inheritance diagram for libsvx::Bugfix:

Public Methods | |
| Bugfix (TiXmlElement &Element) | |
| Create an SVX Bugfix Element based on a XML element. | |
| Bugfix (const Bugfix &a_bugfix) | |
| Construct a clone of the class Bugfix. More... | |
| ~Bugfix () | |
| 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. | |
| Bugfix & | operator+= (const Bugfix &the_object_to_add) |
| bool | operator!= (const Bugfix &the_object_to_compare) const |
Protected Attributes | |
| Attribute * | m_A_idb |
| The bug ID (usefull to link to a bug tracking system). | |
Definition at line 57 of file bugfix.h.
|
|
Construct a clone of the class Bugfix. Construct a clone of the class Bugfix Definition at line 70 of file bugfix.cxx. References m_A_idb. |
1.2.15