14 #ifndef _ViewBaseXML_H_ 15 #define _ViewBaseXML_H_ 71 bool areDataSourcesSaved (
const ViewBase & view );
75 virtual void getObjects (
const XmlElement * element );
79 void connectPlotters (
const XmlElement * root );
85 #endif // _ViewBaseXML_H_ A class that is does XML serialization and de-serialization of derived classes of PlotterBase...
A base class that is the interface between GUI and the XML serialization and deserialization.
A base class of XML element controllers.
std::string m_y
Attribute name for the Y coordinate.
std::string m_w
Attribute name for the width.
#define MDL_HIPPOPLOT_API
A pure virtual base class of XML element wrapper.
A class XML creation and parsing of XmlElement for ViewBase class.
The abstract base class for views.
PlotterBaseXML * m_plotter_xml
The PlotterBaseXML instance used by this object.
std::string m_x
Attribute name for the X coordinate.
std::string m_h
Attribute name for the height.