Go to the source code of this file.
Classes | |
struct | svg2code_ex |
Typedefs | |
typedef struct svg2code_ex | svg2code_ex_t |
Functions | |
svg2code_ex_t * | svg2code_ex_new (redraw_man_t *rdman, coord_t *parent_coord) |
void | svg2code_ex_free (svg2code_ex_t *obj) |
typedef struct svg2code_ex svg2code_ex_t |
Definition at line 4 of file svg2code_ex.h.
void svg2code_ex_free | ( | svg2code_ex_t * | obj | ) |
Definition at line 311 of file svg2code_ex.c.
svg2code_ex_t* svg2code_ex_new | ( | redraw_man_t * | rdman, | |
coord_t * | parent_coord | |||
) |
Definition at line 10 of file svg2code_ex.c.