![]() |
![]() |
![]() |
GOffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Known Implementations |
GOPersist; GOPersistClass; #define GO_PARAM_PERSISTENT void go_persist_prep_sax (GOPersist *gp
,GsfXMLIn *xin
,xmlChar const **attrs
); void go_persist_sax_save (GOPersist const *gp
,GsfXMLOut *output
);
GOPersist is implemented by GODistribution, GOStyle, GogAxis, GogAxisColorMap, GogErrorBar, GogGraph, GogStyle and GogTheme.
typedef struct { GTypeInterface base; void (*prep_sax) (GOPersist *gp, GsfXMLIn *xin, xmlChar const **attrs); void (*sax_save) (GOPersist const *gp, GsfXMLOut *output); } GOPersistClass;
GTypeInterface |
base interface. |
loads the persistent object from a GsfXMLIn. | |
saves the persistent object to a GsfXMLOut. |
void go_persist_prep_sax (GOPersist *gp
,GsfXMLIn *xin
,xmlChar const **attrs
);
|
|
|
|
|
void go_persist_sax_save (GOPersist const *gp
,GsfXMLOut *output
);
|
|
|