27 I_ASSIGN(m_xAttrPtr,
"X",
"X-Position of the parallelogramm",
true, 0);
28 I_ASSIGN(m_yAttrPtr,
"Y",
"Y-Position of the parallelogramm",
true, 0);
29 I_ASSIGN(m_widthAttrPtr,
"Width",
"Width of the parallelogramm",
true, 200);
30 I_ASSIGN(m_heightAttrPtr,
"Height",
"Height of the parallelogramm",
true, 200);
38 I_ATTR(
double, m_xAttrPtr);
39 I_ATTR(
double, m_yAttrPtr);
40 I_ATTR(
double, m_widthAttrPtr);
41 I_ATTR(
double, m_heightAttrPtr);
Implementation of a parallelogram as a component.
i2d::TObject2dCompWrap< i2d::CParallelogram > BaseClass
virtual void OnComponentCreated() override
This class defines parallelogram.
Common interface for describing the 2D-objects.
Base class for all components implementing 2D objects.
Common class for all classes which objects can be archived or restored from archive.