Graphviz 13.0.0~dev.20241220.2304
|
ingroup plugin_api More...
#include <gvplugin.h>
Data Fields | |
int | id |
const char * | type |
int | quality |
void * | engine |
void * | features |
Definition at line 35 of file gvplugin.h.
void* gvplugin_installed_t::engine |
Definition at line 46 of file gvplugin.h.
Referenced by gvlayout_select(), gvloadimage_select(), gvrender_select(), and gvtextlayout_select().
void* gvplugin_installed_t::features |
Definition at line 47 of file gvplugin.h.
Referenced by gvlayout_select(), and gvrender_select().
int gvplugin_installed_t::id |
Definition at line 36 of file gvplugin.h.
Referenced by gvlayout_select(), gvloadimage_select(), and gvrender_select().
int gvplugin_installed_t::quality |
Definition at line 44 of file gvplugin.h.
Referenced by gvconfig_plugin_install_from_library().
const char* gvplugin_installed_t::type |
Definition at line 41 of file gvplugin.h.
Referenced by gvconfig_plugin_install_from_library(), gvlayout_select(), and gvplugin_load().