Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | List of all members
PointRepXML Class Reference

A singleton class that is does XML serialization and de-serialization of derived classes of RepBase. More...

#include <PointRepXML.h>

Inheritance diagram for PointRepXML:
Inheritance graph
[legend]
Collaboration diagram for PointRepXML:
Collaboration graph
[legend]

Public Member Functions

XmlElementcreateElement ()
 Creates a new element node. More...
 
XmlElementcreateElement (const RepBase &rep)
 Returns a newly created XML element for the RepBase object. More...
 
RepBasecreateObject (const XmlElement *element)
 Creates an object derived from RepBase from information in the XmlElement. More...
 
void fillNodeList (const XmlElement *element, std::list< XmlElement * > &nodelist)
 Fills the nodelist with immediate child nodes of element with nodes that can be handled by this object. More...
 
const XmlElementgetNode (const XmlElement *element) const
 Returns the single child node of element of the type that can be handled by this object. More...
 
 PointRepXML (XmlController *)
 The only public constructor. More...
 
virtual const std::string & tagName () const
 Returns the tag name used by this class. More...
 
 ~PointRepXML ()
 The destructor. More...
 

Protected Types

typedef std::list< XmlElement *> NodeList_t
 The container type for element nodes. More...
 

Protected Member Functions

void setId (XmlElement &tag, int id)
 Sets the unique identification of the object. More...
 

Protected Attributes

XmlControllerm_controller
 The singleton XML controller object. More...
 
const std::string m_id
 The attribute name for the identification of the object. More...
 
const std::string m_tagname
 The tag name used for elements created by this class. More...
 
const std::string m_type
 The attribute name for the type of object. More...
 

Private Member Functions

 PointRepXML (const PointRepXML &)
 A private copy constructor in order to avoid copying. More...
 
void setAttributes (XmlElement &tag, const RepBase &rep)
 Sets the attributes of a PointRep element tag. More...
 

Private Attributes

std::string a_size
 The size attribute name. More...
 
std::string a_style
 The style attribute name. More...
 
std::string a_text
 The text attribute name. More...
 
std::string a_value_transform
 The type of value transform. More...
 
std::string a_xerror
 The x error attribute name. More...
 
std::string a_yerror
 The y error attribute name. More...
 
BinToColorXMLm_bintocolor_xml
 The BinToColorXML instance used by this object. More...
 
ColorXMLm_color_xml
 The ColorXML instance used by this object. More...
 

Detailed Description

A singleton class that is does XML serialization and de-serialization of derived classes of RepBase.

Author
Paul F. Kunz Paul_.nosp@m.Kunz.nosp@m.@slac.nosp@m..sta.nosp@m.nford.nosp@m..edu

Definition at line 30 of file PointRepXML.h.

Member Typedef Documentation

◆ NodeList_t

typedef std::list< XmlElement * > NodeList_t
protectedinherited

The container type for element nodes.

Definition at line 47 of file BaseXML.h.

Constructor & Destructor Documentation

◆ PointRepXML() [1/2]

PointRepXML ( const PointRepXML )
private

A private copy constructor in order to avoid copying.

◆ PointRepXML() [2/2]

PointRepXML ( XmlController controller)

The only public constructor.

Definition at line 36 of file PointRepXML.cxx.

References PointRepXML::m_bintocolor_xml, PointRepXML::m_color_xml, and PointRepXML::~PointRepXML().

◆ ~PointRepXML()

The destructor.

Definition at line 50 of file PointRepXML.cxx.

References PointRepXML::m_bintocolor_xml, and PointRepXML::m_color_xml.

Referenced by PointRepXML::PointRepXML().

Member Function Documentation

◆ createElement() [1/2]

XmlElement * createElement ( )
inherited

◆ createElement() [2/2]

XmlElement * createElement ( const RepBase rep)

◆ createObject()

RepBase * createObject ( const XmlElement element)

◆ fillNodeList()

void fillNodeList ( const XmlElement element,
std::list< XmlElement * > &  nodelist 
)
inherited

◆ getNode()

const XmlElement * getNode ( const XmlElement element) const
inherited

Returns the single child node of element of the type that can be handled by this object.

If no such node exists, returns a null pointer.

Definition at line 53 of file BaseXML.cxx.

References XmlElement::getNode(), and BaseXML::m_tagname.

Referenced by PointRepXML::createObject(), DataRepXML::createObject(), BinningProjectorXML::getObject(), PlotterBaseXML::getObject(), ViewBaseXML::getObjects(), and BinningProjectorXML::setBins().

◆ setAttributes()

void setAttributes ( XmlElement tag,
const RepBase rep 
)
private

◆ setId()

void setId ( XmlElement tag,
int  id 
)
protectedinherited

◆ tagName()

const string & tagName ( ) const
virtualinherited

Returns the tag name used by this class.

Definition at line 48 of file BaseXML.cxx.

References BaseXML::m_tagname.

Member Data Documentation

◆ a_size

std::string a_size
private

The size attribute name.

Definition at line 44 of file PointRepXML.h.

Referenced by PointRepXML::createObject(), and PointRepXML::setAttributes().

◆ a_style

std::string a_style
private

The style attribute name.

Definition at line 48 of file PointRepXML.h.

Referenced by PointRepXML::createObject(), and PointRepXML::setAttributes().

◆ a_text

std::string a_text
private

The text attribute name.

Definition at line 60 of file PointRepXML.h.

Referenced by PointRepXML::createObject(), and PointRepXML::setAttributes().

◆ a_value_transform

std::string a_value_transform
private

The type of value transform.

Definition at line 64 of file PointRepXML.h.

Referenced by PointRepXML::createObject().

◆ a_xerror

std::string a_xerror
private

The x error attribute name.

Definition at line 52 of file PointRepXML.h.

Referenced by PointRepXML::createObject(), and PointRepXML::setAttributes().

◆ a_yerror

std::string a_yerror
private

The y error attribute name.

Definition at line 56 of file PointRepXML.h.

Referenced by PointRepXML::createObject(), and PointRepXML::setAttributes().

◆ m_bintocolor_xml

BinToColorXML* m_bintocolor_xml
private

The BinToColorXML instance used by this object.

Definition at line 40 of file PointRepXML.h.

Referenced by PointRepXML::createElement(), PointRepXML::createObject(), PointRepXML::PointRepXML(), and PointRepXML::~PointRepXML().

◆ m_color_xml

ColorXML* m_color_xml
private

The ColorXML instance used by this object.

Definition at line 36 of file PointRepXML.h.

Referenced by PointRepXML::createElement(), PointRepXML::createObject(), PointRepXML::PointRepXML(), and PointRepXML::~PointRepXML().

◆ m_controller

XmlController* m_controller
protectedinherited

◆ m_id

const std::string m_id
protectedinherited

The attribute name for the identification of the object.

Definition at line 57 of file BaseXML.h.

Referenced by BaseXML::setId().

◆ m_tagname

const std::string m_tagname
protectedinherited

The tag name used for elements created by this class.

Definition at line 50 of file BaseXML.h.

Referenced by BaseXML::createElement(), BaseXML::fillNodeList(), BaseXML::getNode(), and BaseXML::tagName().

◆ m_type

const std::string m_type
protectedinherited

The documentation for this class was generated from the following files:

Generated for HippoDraw Class Library by doxygen