TransformXML.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _TransformXML_H_
15 #define _TransformXML_H_
16 
17 #include "BaseXML.h"
18 
19 namespace hippodraw {
20 
21 class TransformBase;
22 
29 {
30 
31 private:
32 
34  TransformXML ( const TransformXML & );
35 
36 public:
37 
41 
44  XmlElement * createElement ( const TransformBase & view );
45 
48  virtual TransformBase * createObject ( const XmlElement * element );
49 
50 };
51 
52 } // namespace hippodraw
53 
54 #endif // _TransformXML_H_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
A transform that transforms coordinates from one coordinate system to another.
Definition: TransformBase.h:35
BaseXML class interface.
A pure virtual base class of XML element wrapper.
Definition: XmlElement.h:30
A class XML creation and parsing of XmlElement for Transform class.
Definition: TransformXML.h:28
A base class of XML element controllers.
Definition: BaseXML.h:35
A base class that is the interface between GUI and the XML serialization and deserialization.
Definition: XmlController.h:53

Generated for HippoDraw Class Library by doxygen