A class that is does XML serialization and deserialization of derived classes of FontBase. More...
#include <FontXML.h>


Public Member Functions | |
| XmlElement * | createElement () |
| Creates a new element node. 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... | |
| FontXML (XmlController *controller) | |
| The only public constructor. More... | |
| hippodraw::Axes::Type | getAxis (const XmlElement *element, const std::string &tagname) |
| Returns the axis on which the FontBase object was used. More... | |
| const XmlElement * | getNode (const XmlElement *element) const |
| Returns the single child node of element of the type that can be handled by this object. More... | |
| void | setAttributes (XmlElement &, const FontBase &) |
| Sets the attributes of the element from FontBase object. More... | |
| void | setAttributes (const XmlElement *element, FontBase *font) |
| Creates an objected derived from FontBase and sets it attributes. More... | |
| virtual const std::string & | tagName () const |
| Returns the tag name used by this class. 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 | |
| XmlController * | m_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 | |
| FontXML (const FontXML &) | |
| A private copy constructor in order to avoid copying. More... | |
Private Attributes | |
| std::string | m_family |
| The family attribute name. More... | |
| std::string | m_italic |
| The italic attribute name. More... | |
| std::string | m_size |
| The point size attribute name. More... | |
| std::string | m_weight |
| The font weight attribute name. More... | |
Static Private Attributes | |
| static FontXML * | s_instance |
| The pointer to the singleton object. More... | |
A class that is does XML serialization and deserialization of derived classes of FontBase.
|
protectedinherited |
| 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.
|
inherited |
Creates a new element node.
Uses the current document as determined by the XMLController.
Definition at line 43 of file BaseXML.cxx.
References XmlDocument::createElement(), BaseXML::m_tagname, and XmlController::m_xml_doc.
Referenced by PlotterBaseXML::createAxisModel(), BinningProjectorXML::createChildren(), AxisModelXML::createChildren(), DataRepXML::createChildren(), NTupleXML::createChildren2D(), PlotterBaseXML::createCutChildren(), TransformXML::createElement(), FunctionProjectorXML::createElement(), HiNTupleXML::createElement(), NTupleProjectorXML::createElement(), BinsBaseXML::createElement(), BinToColorXML::createElement(), ColorXML::createElement(), BinnerAxisXML::createElement(), BinningProjectorXML::createElement(), ViewBaseXML::createElement(), MapMatrixProjectorXML::createElement(), NTupleXML::createElement(), PointRepXML::createElement(), TupleCutXML::createElement(), DataRepXML::createElement(), PlotterBaseXML::createElement(), PlotterBaseXML::createFontElement(), and PlotterBaseXML::createFontElements().
|
inherited |
Fills the nodelist with immediate child nodes of element with nodes that can be handled by this object.
Definition at line 58 of file BaseXML.cxx.
References XmlElement::fillNodeList(), and BaseXML::m_tagname.
Referenced by ViewBaseXML::connectPlotters(), PlotterBaseXML::createAxisModels(), AxisModelXML::createChildren(), PlotterBaseXML::createFontObjects(), BinToColorXML::createObject(), BinsBaseXML::createObject(), XmlController::getDataReps(), PlotterBaseXML::getObject(), TupleCutXML::getObjects(), XmlController::getTupleCuts(), XmlController::getViews(), PlotterBaseXML::handleCutPlotter(), XmlController::openNTuples(), and TupleCutXML::setAttributes().
| 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(), and ok.
|
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 | ||
| ) |
Sets the attributes of the element from FontBase object.
Definition at line 35 of file FontXML.cxx.
References FontBase::family(), FontBase::italic(), FontXML::m_family, FontXML::m_italic, FontXML::m_size, FontXML::m_weight, FontBase::pointSize(), XmlElement::setAttribute(), num_util::size(), and FontBase::weight().
| 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, ok, and num_util::size().
|
protectedinherited |
Sets the unique identification of the object.
Definition at line 64 of file BaseXML.cxx.
References BaseXML::m_id, and XmlElement::setAttribute().
Referenced by FunctionProjectorXML::createElement(), HiNTupleXML::createElement(), NTupleProjectorXML::createElement(), BinningProjectorXML::createElement(), ViewBaseXML::createElement(), MapMatrixProjectorXML::createElement(), TupleCutXML::createElement(), DataRepXML::createElement(), PlotterBaseXML::createElement(), NTupleXML::setAttributes(), and PointRepXML::setAttributes().
|
virtualinherited |
Returns the tag name used by this class.
Definition at line 48 of file BaseXML.cxx.
References BaseXML::m_tagname.
|
protectedinherited |
The singleton XML controller object.
Definition at line 60 of file BaseXML.h.
Referenced by ViewBaseXML::connectPlotters(), NTupleProjectorXML::createChildren(), PlotterBaseXML::createCutChildren(), DataRepXML::createDataRep(), FunctionProjectorXML::createElement(), NTupleProjectorXML::createElement(), HiNTupleXML::createElement(), BinningProjectorXML::createElement(), ViewBaseXML::createElement(), MapMatrixProjectorXML::createElement(), TupleCutXML::createElement(), DataRepXML::createElement(), PlotterBaseXML::createElement(), PlotterBaseXML::createFontObjects(), DataRepXML::createFunctionTargetChild(), DataRepXML::createObject(), PlotterBaseXML::createPlotter(), PlotterBaseXML::createTextChildren(), PlotterBaseXML::getCutTargets(), PlotterBaseXML::getObject(), ViewBaseXML::getObjects(), PlotterBaseXML::handleCutPlotter(), PlotterBaseXML::handleFunction(), PlotterBaseXML::handleTextPlotter(), NTupleXML::setAttributes(), and PointRepXML::setAttributes().
|
private |
The family attribute name.
Definition at line 40 of file FontXML.h.
Referenced by FontXML::setAttributes().
|
protectedinherited |
The attribute name for the identification of the object.
Definition at line 57 of file BaseXML.h.
Referenced by BaseXML::setId().
|
private |
The italic attribute name.
Definition at line 44 of file FontXML.h.
Referenced by FontXML::setAttributes().
|
private |
The point size attribute name.
Definition at line 48 of file FontXML.h.
Referenced by FontXML::setAttributes().
|
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().
|
protectedinherited |
The attribute name for the type of object.
Used to create object from one of the classes derived from Factory.
Definition at line 54 of file BaseXML.h.
Referenced by DataRepXML::createDataRep(), TransformXML::createElement(), BinToColorXML::createElement(), BinsBaseXML::createElement(), DataRepXML::createElement(), PlotterBaseXML::createElement(), TransformXML::createObject(), BinToColorXML::createObject(), BinsBaseXML::createObject(), BinnerAxisXML::createObject(), PointRepXML::createObject(), DataRepXML::createObject(), PlotterBaseXML::createPlotter(), BinnerAxisXML::setAttributes(), and PointRepXML::setAttributes().
|
private |
The font weight attribute name.
Definition at line 52 of file FontXML.h.
Referenced by FontXML::setAttributes().
|
staticprivate |