Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | Static Private Attributes
FontXML Class Reference

A class that is does XML serialization and deserialization of derived classes of FontBase. More...

#include <FontXML.h>

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

List of all members.

Public Member Functions

XmlElementcreateElement ()
 Creates a new element node.
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.
 FontXML (XmlController *controller)
 The only public constructor.
hippodraw::Axes::Type getAxis (const XmlElement *element, const std::string &tagname)
 Returns the axis on which the FontBase object was used.
const XmlElementgetNode (const XmlElement *element) const
 Returns the single child node of element of the type that can be handled by this object.
void setAttributes (XmlElement &, const FontBase &)
 Sets the attributes of the element from FontBase object.
void setAttributes (const XmlElement *element, FontBase *font)
 Creates an objected derived from FontBase and sets it attributes.
virtual const std::string & tagName () const
 Returns the tag name used by this class.

Protected Types

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

Protected Member Functions

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

Protected Attributes

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

Private Member Functions

 FontXML (const FontXML &)
 A private copy constructor in order to avoid copying.

Private Attributes

std::string m_family
 The family attribute name.
std::string m_italic
 The italic attribute name.
std::string m_size
 The point size attribute name.
std::string m_weight
 The font weight attribute name.

Static Private Attributes

static FontXMLs_instance
 The pointer to the singleton object.

Detailed Description

A class that is does XML serialization and deserialization of derived classes of FontBase.

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 FontXML.h.


Member Typedef Documentation

typedef std::list< XmlElement * > NodeList_t [protected, inherited]

The container type for element nodes.

Definition at line 47 of file BaseXML.h.


Constructor & Destructor Documentation

FontXML ( const FontXML ) [private]

A private copy constructor in order to avoid copying.

FontXML ( XmlController controller)

The only public constructor.

The parameter controller must object of class derived from XMLController.

Definition at line 24 of file FontXML.cxx.


Member Function Documentation

XmlElement * createElement ( ) [inherited]
void fillNodeList ( const XmlElement element,
std::list< XmlElement * > &  nodelist 
) [inherited]
Axes::Type getAxis ( const XmlElement element,
const std::string &  tagname 
)

Returns the axis on which the FontBase object was used.

Definition at line 75 of file FontXML.cxx.

References hippodraw::Axes::convert().

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().

void setAttributes ( XmlElement tag,
const FontBase font 
)
void setAttributes ( const XmlElement element,
FontBase font 
)

Creates an objected derived from FontBase and sets it attributes.

Definition at line 52 of file FontXML.cxx.

References FontXML::m_family, FontXML::m_italic, FontXML::m_size, FontXML::m_weight, and num_util::size().

void setId ( XmlElement tag,
int  id 
) [protected, inherited]
const string & tagName ( ) const [virtual, inherited]

Returns the tag name used by this class.

Definition at line 48 of file BaseXML.cxx.

References BaseXML::m_tagname.


Member Data Documentation

XmlController* m_controller [protected, inherited]
std::string m_family [private]

The family attribute name.

Definition at line 40 of file FontXML.h.

Referenced by FontXML::setAttributes().

const std::string m_id [protected, inherited]

The attribute name for the identification of the object.

Definition at line 57 of file BaseXML.h.

Referenced by BaseXML::setId().

std::string m_italic [private]

The italic attribute name.

Definition at line 44 of file FontXML.h.

Referenced by FontXML::setAttributes().

std::string m_size [private]

The point size attribute name.

Definition at line 48 of file FontXML.h.

Referenced by FontXML::setAttributes().

const std::string m_tagname [protected, inherited]

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().

const std::string m_type [protected, inherited]
std::string m_weight [private]

The font weight attribute name.

Definition at line 52 of file FontXML.h.

Referenced by FontXML::setAttributes().

FontXML* s_instance [static, private]

The pointer to the singleton object.

Definition at line 36 of file FontXML.h.


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

Generated for HippoDraw Class Library by doxygen