26 I_ASSIGN(m_centerXAttrPtr,
"X",
"X-Position of the circle center",
true, 0);
27 I_ASSIGN(m_centerYAttrPtr,
"Y",
"Y-Position of the circle center",
true, 0);
28 I_ASSIGN(m_radiusAttrPtr,
"Radius",
"Radius of the circle",
true, 0);
36 I_ATTR(
double, m_centerXAttrPtr);
37 I_ATTR(
double, m_centerYAttrPtr);
38 I_ATTR(
double, m_radiusAttrPtr);
Implementation of a circle as a component.
TObject2dCompWrap< CCircle > BaseClass
virtual void OnComponentCreated() override
Definition of graphical circle object.
Definition of graphical point object.
Base class for all components implementing 2D objects.