From 74bb9cd27242b9320f99ff4d2b50c3051576cc14 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 8 Feb 2022 16:53:51 +0800 Subject: ... --- include/cru/ui/mapper/style/IStylerMapper.hpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 include/cru/ui/mapper/style/IStylerMapper.hpp (limited to 'include/cru/ui/mapper/style/IStylerMapper.hpp') diff --git a/include/cru/ui/mapper/style/IStylerMapper.hpp b/include/cru/ui/mapper/style/IStylerMapper.hpp deleted file mode 100644 index d00f39be..00000000 --- a/include/cru/ui/mapper/style/IStylerMapper.hpp +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once -#include "../../Base.hpp" -#include "cru/common/ClonablePtr.hpp" -#include "cru/ui/mapper/Mapper.hpp" -#include "cru/ui/style/Styler.hpp" -#include "cru/xml/XmlNode.hpp" - -namespace cru::ui::mapper::style { -struct CRU_UI_API IStylerMapper : virtual Interface { - bool XmlElementIsOfThisType(xml::XmlElementNode* node) { - return dynamic_cast(this)->XmlElementIsOfThisType(node); - } - - virtual ClonablePtr MapStylerFromXml( - xml::XmlElementNode* node) = 0; -}; -} // namespace cru::ui::mapper::style -- cgit v1.2.3