Graphviz 13.0.0~dev.20241220.2304
|
#include <gvplugin_device.h>
Data Fields | |
void(* | initialize )(GVJ_t *firstjob) |
void(* | format )(GVJ_t *firstjob) |
void(* | finalize )(GVJ_t *firstjob) |
Definition at line 24 of file gvplugin_device.h.
void(* gvdevice_engine_s::finalize) (GVJ_t *firstjob) |
Definition at line 27 of file gvplugin_device.h.
Referenced by gvdevice_finalize().
void(* gvdevice_engine_s::format) (GVJ_t *firstjob) |
Definition at line 26 of file gvplugin_device.h.
Referenced by gvdevice_format().
void(* gvdevice_engine_s::initialize) (GVJ_t *firstjob) |
Definition at line 25 of file gvplugin_device.h.
Referenced by gvdevice_initialize().