#include <CEGUIFalagard_xmlHandler.h>
Inheritance diagram for CEGUI::Falagard_xmlHandler:
Public Member Functions | |
Falagard_xmlHandler (WidgetLookManager *mgr) | |
Constructor for Falagard_xmlHandler objects. | |
~Falagard_xmlHandler () | |
Destructor for Falagard_xmlHandler objects. | |
void | elementStart (const String &element, const XMLAttributes &attributes) |
Method called to notify the handler at the start of each XML element encountered. | |
void | elementEnd (const String &element) |
Method called to notify the handler at the end of each XML element encountered. |
Definition at line 55 of file CEGUIFalagard_xmlHandler.h.
|
Constructor for Falagard_xmlHandler objects.
Definition at line 107 of file CEGUIFalagard_xmlHandler.cpp. |
|
Destructor for Falagard_xmlHandler objects.
Definition at line 123 of file CEGUIFalagard_xmlHandler.cpp. |
|
|
Method called to notify the handler at the start of each XML element encountered.
Reimplemented from CEGUI::XMLHandler. Definition at line 126 of file CEGUIFalagard_xmlHandler.cpp. References CEGUI::WidgetLookFeel::addPropertyInitialiser(), CEGUI::WidgetComponent::addPropertyInitialiser(), CEGUI_LOGINSANE, CEGUI::String::empty(), CEGUI::WidgetComponent::getBaseWidgetType(), CEGUI::PropertyInitialiser::getInitialiserValue(), CEGUI::Property::getName(), CEGUI::NamedArea::getName(), CEGUI::StateImagery::getName(), CEGUI::ImagerySection::getName(), CEGUI::WidgetLookFeel::getName(), CEGUI::SectionSpecification::getSectionName(), CEGUI::Logger::getSingleton(), CEGUI::PropertyInitialiser::getTargetPropertyName(), CEGUI::XMLAttributes::getValueAsBool(), CEGUI::XMLAttributes::getValueAsFloat(), CEGUI::XMLAttributes::getValueAsInteger(), CEGUI::XMLAttributes::getValueAsString(), CEGUI::WidgetComponent::getWidgetLookName(), CEGUI::WidgetComponent::getWidgetNameSuffix(), CEGUI::Informative, CEGUI::Logger::logEvent(), CEGUI::ComponentArea::setAreaPropertySource(), CEGUI::StateImagery::setClippedToDisplay(), CEGUI::FalagardComponentBase::setColours(), CEGUI::FalagardComponentBase::setColoursPropertyIsColourRect(), CEGUI::FalagardComponentBase::setColoursPropertySource(), CEGUI::Dimension::setDimensionType(), CEGUI::TextComponent::setFont(), CEGUI::TextComponent::setHorizontalFormatting(), CEGUI::ImageryComponent::setHorizontalFormatting(), CEGUI::WidgetComponent::setHorizontalWidgetAlignemnt(), CEGUI::FalagardComponentBase::setHorzFormattingPropertySource(), CEGUI::FrameComponent::setImage(), CEGUI::ImageryComponent::setImagePropertySource(), CEGUI::ImagerySection::setMasterColours(), CEGUI::ImagerySection::setMasterColoursPropertyIsColourRect(), CEGUI::ImagerySection::setMasterColoursPropertySource(), CEGUI::SectionSpecification::setOverrideColours(), CEGUI::SectionSpecification::setOverrideColoursPropertyIsColourRect(), CEGUI::SectionSpecification::setOverrideColoursPropertySource(), CEGUI::TextComponent::setText(), CEGUI::SectionSpecification::setUsingOverrideColours(), CEGUI::FalagardComponentBase::setVertFormattingPropertySource(), CEGUI::TextComponent::setVerticalFormatting(), CEGUI::ImageryComponent::setVerticalFormatting(), CEGUI::WidgetComponent::setVerticalWidgetAlignment(), CEGUI::FalagardXMLHelper::stringToDimensionOperator(), CEGUI::FalagardXMLHelper::stringToDimensionType(), CEGUI::FalagardXMLHelper::stringToFontMetricType(), CEGUI::FalagardXMLHelper::stringToFrameImageComponent(), CEGUI::FalagardXMLHelper::stringToHorzAlignment(), CEGUI::FalagardXMLHelper::stringToHorzFormat(), CEGUI::FalagardXMLHelper::stringToHorzTextFormat(), CEGUI::FalagardXMLHelper::stringToVertAlignment(), CEGUI::FalagardXMLHelper::stringToVertFormat(), and CEGUI::FalagardXMLHelper::stringToVertTextFormat(). |