1 #ifndef OriginalXmlLabel_h 2 #define OriginalXmlLabel_h 27 #include <QDomDocument> void WriteInit()
Prepare to write the label out.
const QDomDocument & ReturnLabels() const
Returns the original Xml label.
File name manipulation and expansion.
Read and store original Xml labels.
OriginalXmlLabel()
Constructors a default OriginalXmlLabel with an empty label.
QDomDocument m_originalLabel
Original Xml Label.
void WriteData(std::fstream &os)
Write the label out to a stream.
void ReadData(std::istream &stream)
Read the xml file data from an input stream.
Namespace for ISIS/Bullet specific routines.
void readFromXmlFile(const FileName &xmlFileName)
Read the original label from an Xml file.
~OriginalXmlLabel()
Destructor.