class ffw::GuiXmlParser::Registry

Class List > ffw :: GuiXmlParser :: Registry

Public Functions

Type Name
Registry () = default
virtual ~Registry () = default
virtual const GuiImage * getImage (const std::string & key) const
virtual const GuiFont * getFont (const std::string & key) const
void addImage (const std::string & key, const GuiImage * image)
void addFont (const std::string & key, const GuiFont * font)

Public Functions Documentation

function Registry

ffw::GuiXmlParser::Registry::Registry () = default

function ~Registry

virtual ffw::GuiXmlParser::Registry::~Registry () = default

function getImage

virtual const GuiImage * ffw::GuiXmlParser::Registry::getImage (
    const std::string & key
) const

function getFont

virtual const GuiFont * ffw::GuiXmlParser::Registry::getFont (
    const std::string & key
) const

function addImage

void ffw::GuiXmlParser::Registry::addImage (
    const std::string & key,
    const GuiImage * image
)

function addFont

void ffw::GuiXmlParser::Registry::addFont (
    const std::string & key,
    const GuiFont * font
)

The documentation for this class was generated from the following file: include/ffw/gui/guixmlparser.h