diff options
Diffstat (limited to 'include/cru/ui/mapper/style/StyleRuleMapper.hpp')
| -rw-r--r-- | include/cru/ui/mapper/style/StyleRuleMapper.hpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/cru/ui/mapper/style/StyleRuleMapper.hpp b/include/cru/ui/mapper/style/StyleRuleMapper.hpp deleted file mode 100644 index ce5ccf00..00000000 --- a/include/cru/ui/mapper/style/StyleRuleMapper.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#pragma once -#include "../Mapper.hpp" -#include "cru/common/ClonablePtr.hpp" -#include "cru/ui/style/StyleRule.hpp" -#include "cru/xml/XmlNode.hpp" - -namespace cru::ui::mapper::style { -class CRU_UI_API StyleRuleMapper : public BasicPtrMapper<ui::style::StyleRule> { - public: - CRU_DEFAULT_CONSTRUCTOR_DESTRUCTOR(StyleRuleMapper) - - public: - bool SupportMapFromXml() override { return true; } - bool XmlElementIsOfThisType(xml::XmlElementNode* node) override; - - protected: - ClonablePtr<ui::style::StyleRule> DoMapFromXml( - xml::XmlElementNode* node) override; -}; -} // namespace cru::ui::mapper::style |
