#include <notes.h>
Inheritance diagram for libsvx::Notes:

Public Methods | |
| Notes (TiXmlElement &Element) | |
| Create an SVX Notes Element based on an XML element. | |
| Notes (const Notes &a_notes) | |
| Construct a clone of the class Notes. More... | |
| ~Notes () | |
| 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. | |
| bool | operator!= (const Notes &the_object_to_compare) const |
Definition at line 57 of file notes.h.
|
|
Construct a clone of the class Notes. Construct a clone of the class Notes |
1.2.15