|
Graphviz 14.0.5~dev.20251117.1017
|
#include "cdt.h"#include "gvcommon.h"#include "gvcjob.h"#include "gvplugin.h"#include "color.h"#include <stdbool.h>Go to the source code of this file.
Data Structures | |
| struct | gvplugin_active_layout_s |
| struct | gvplugin_active_textlayout_s |
| struct | gvplugin_package_s |
| struct | gvplugin_available_s |
| struct | GVG_s |
| struct | GVC_s |
Macros | |
| #define | GVCINT_API /* nothing */ |
| #define | MAXNEST 4 |
| #define | ELEM(x) +1 |
Typedefs | |
| typedef struct gvplugin_active_layout_s | gvplugin_active_layout_t |
| typedef struct gvplugin_active_textlayout_s | gvplugin_active_textlayout_t |
| typedef struct gvplugin_package_s | gvplugin_package_t |
Functions | |
| GVCINT_API GVC_t * | gvCloneGVC (GVC_t *) |
| GVCINT_API void | gvFreeCloneGVC (GVC_t *) |
| typedef struct gvplugin_active_layout_s gvplugin_active_layout_t |
| typedef struct gvplugin_active_textlayout_s gvplugin_active_textlayout_t |
| typedef struct gvplugin_package_s gvplugin_package_t |
| GVCINT_API GVC_t * gvCloneGVC | ( | GVC_t * | gvc0 | ) |
Definition at line 99 of file gvcontext.c.
References GVC_s::api, GVC_s::apis, GVC_s::common, gv_alloc(), gvc, and GVC_s::packages.
Referenced by json_begin_graph().
| GVCINT_API void gvFreeCloneGVC | ( | GVC_t * | gvc | ) |
Definition at line 111 of file gvcontext.c.
References free(), gvc, and gvjobs_delete().
Referenced by json_begin_graph().