aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/mapper/MeasureLengthMapper.h
blob: b7ef8e97dc5fe6597138babb61e8aea193e14e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
#include "../render/MeasureRequirement.h"
#include "Mapper.h"

namespace cru::ui::mapper {
class CRU_UI_API MeasureLengthMapper
    : public BasicMapper<render::MeasureLength> {
  CRU_UI_DECLARE_CAN_MAP_FROM_STRING(render::MeasureLength)
  CRU_UI_DECLARE_CAN_MAP_FROM_XML_ELEMENT_TAG(MeasureLength,
                                              render::MeasureLength)
};
}  // namespace cru::ui::mapper