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