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_
#define MDL_HIPPOPLOT_API
std::string m_y
Attribute name for the Y coordinate.
A pure virtual base class of XML element wrapper.
std::string m_x
Attribute name for the X coordinate.
A class XML creation and parsing of XmlElement for ViewBase class.
std::string m_w
Attribute name for the width.
PlotterBaseXML * m_plotter_xml
The PlotterBaseXML instance used by this object.
The abstract base class for views.
std::string m_h
Attribute name for the height.
A base class of XML element controllers.
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.