![]() |
![]() |
![]() |
LibRepTool Reference Manual | ![]() |
---|---|---|---|---|
RptObjEllipse; RptObject* rpt_obj_ellipse_new (const gchar *name, RptPoint position); RptObject* rpt_obj_ellipse_new_from_xml (xmlNode *xnode); void rpt_obj_ellipse_get_xml (RptObject *rpt_object, xmlNode *xnode);
RptObject* rpt_obj_ellipse_new (const gchar *name, RptPoint position);
Creates a new RptObjEllipse object and sets its position to position
.
name : |
the RptObjEllipse's name. |
position : |
an RptPoint. |
Returns : | the newly created RptObject object. |
RptObject* rpt_obj_ellipse_new_from_xml (xmlNode *xnode);
xnode : |
|
Returns : | the newly created RptObject object. |
void rpt_obj_ellipse_get_xml (RptObject *rpt_object, xmlNode *xnode);
rpt_object : |
|
xnode : |