RptObjEllipse

RptObjEllipse — An ellipse object.

Synopsis




                    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);

Object Hierarchy


  GObject
   +----RptObject
         +----RptObjLine
               +----RptObjRect
                     +----RptObjEllipse

Description

Details

RptObjEllipse

typedef struct _RptObjEllipse RptObjEllipse;


rpt_obj_ellipse_new ()

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.

rpt_obj_ellipse_new_from_xml ()

RptObject*          rpt_obj_ellipse_new_from_xml        (xmlNode *xnode);

xnode :
Returns : the newly created RptObject object.

rpt_obj_ellipse_get_xml ()

void                rpt_obj_ellipse_get_xml             (RptObject *rpt_object,
                                                         xmlNode *xnode);

rpt_object :
xnode :