11 enum class Type : schar {
25 SmallSquareWhite = 13,
48 ::ll::TypedStorage<8, 32, ::std::string> mLabel;
49 ::ll::TypedStorage<1, 1, ::MapDecoration::Type> mImage;
50 ::ll::TypedStorage<1, 1, schar> mX;
51 ::ll::TypedStorage<1, 1, schar> mY;
52 ::ll::TypedStorage<1, 1, schar> mRotation;
53 ::ll::TypedStorage<4, 16, ::mce::Color> mColor;
64 ::MapDecoration::Type img,
68 ::std::string
const& label,
72 MCFOLD ::mce::Color
const& getColor()
const;
74 MCFOLD ::MapDecoration::Type getImg()
const;
76 MCFOLD ::std::string
const& getLabel()
const;
78 MCFOLD schar getRot()
const;
80 MCFOLD schar getX()
const;
82 MCFOLD schar getY()
const;
85 MCAPI
bool isRenderedOnFrame()
const;
88 MCAPI ~MapDecoration();
95 ::MapDecoration::Type img,
99 ::std::string
const& label,