Main Page | Class Hierarchy | Class List | File List | Class Members

RectangularPadRowLayoutXML.h

00001 #ifndef GEAR_RectangularPadRowLayoutXML_H
00002 #define GEAR_RectangularPadRowLayoutXML_H 1
00003 
00004 
00005 #include "gearxml/PadRowLayout2DXML.h"
00006 
00007 #include <string>
00008 #include <map>
00009 
00010 namespace gear {
00011   
00012    
00018   class RectangularPadRowLayoutXML : public PadRowLayout2DXML {
00019     
00020   public: 
00021     
00024     virtual TiXmlElement toXML( const PadRowLayout2D* layout ) const ;
00025     
00026     
00030     virtual PadRowLayout2D* fromXML( const TiXmlElement* xmlElement) const ;
00031 
00032   }; // class
00033 } // namespace gear
00034 
00035 #endif /* ifndef GEAR_RectangularPadRowLayoutXML_H */

Generated on Tue Sep 5 11:36:29 2006 for Gear by doxygen 1.3.5