add(const Widget *widget) override | XmlWidgetSerializer | virtual |
add_property(const std::string &name, const std::string &value, const Attributes &attrs={}) override | XmlWidgetSerializer | virtual |
add_property(const std::string &name, const Pattern &value, const Attributes &attrs={}) override | XmlWidgetSerializer | virtual |
add_property(const std::string &name, const std::string &value, const Attributes &attrs={})=0 | XmlWidgetSerializer | virtual |
add_property(const std::string &name, const char *value, const Attributes &attrs={}) | XmlWidgetSerializer | inline |
add_property(const std::string &name, int value, const Attributes &attrs={}) | XmlWidgetSerializer | |
add_property(const std::string &name, unsigned int value, const Attributes &attrs={}) | XmlWidgetSerializer | |
add_property(const std::string &name, const AlignFlags &value, const Attributes &attrs={}) | XmlWidgetSerializer | |
add_property(const std::string &name, float value, const Attributes &attrs={}) | XmlWidgetSerializer | |
add_property(const std::string &name, double value, const Attributes &attrs={}) | XmlWidgetSerializer | |
add_property(const std::string &name, const Pattern &value, const Attributes &attrs={})=0 | XmlWidgetSerializer | virtual |
add_property(const std::string &name, bool value, const Attributes &attrs={}) | XmlWidgetSerializer | |
Attributes typedef | Serializer | |
begin_child(const std::string &nodename) override | XmlWidgetSerializer | virtual |
Context typedef | Serializer | |
end_child(Context *context) override | XmlWidgetSerializer | virtual |
operator=(const XmlWidgetSerializer &)=delete | XmlWidgetSerializer | |
operator=(XmlWidgetSerializer &&) noexcept=default | XmlWidgetSerializer | |
egt::v1::Serializer::operator=(const Serializer &)=default | Serializer | |
egt::v1::Serializer::operator=(Serializer &&) noexcept=default | Serializer | |
Properties typedef | Serializer | |
reset() | XmlWidgetSerializer | |
Serializer() noexcept=default | Serializer | |
Serializer(const Serializer &)=default | Serializer | |
Serializer(Serializer &&) noexcept=default | Serializer | |
write(const std::string &filename) | XmlWidgetSerializer | |
write(std::ostream &out) override | XmlWidgetSerializer | virtual |
XmlWidgetSerializer() | XmlWidgetSerializer | |
XmlWidgetSerializer(const XmlWidgetSerializer &)=delete | XmlWidgetSerializer | |
XmlWidgetSerializer(XmlWidgetSerializer &&) noexcept=default | XmlWidgetSerializer | |
~Serializer() noexcept=default | Serializer | virtual |
~XmlWidgetSerializer() noexcept override | XmlWidgetSerializer | |