Graphviz
2.41.20171026.1811
|
#include <gvplugin.h>
Data Fields | |
int | id |
const char * | type |
int | quality |
void * | engine |
void * | features |
Definition at line 33 of file gvplugin.h.
void* gvplugin_installed_t::engine |
Definition at line 44 of file gvplugin.h.
Referenced by gvlayout_select(), gvrender_select(), and gvtextlayout_select().
void* gvplugin_installed_t::features |
Definition at line 45 of file gvplugin.h.
Referenced by gvlayout_select(), and gvrender_select().
int gvplugin_installed_t::id |
Definition at line 34 of file gvplugin.h.
Referenced by gvlayout_select(), and gvrender_select().
int gvplugin_installed_t::quality |
Definition at line 42 of file gvplugin.h.
Referenced by gvconfig_plugin_install_from_library().
const char* gvplugin_installed_t::type |
Definition at line 39 of file gvplugin.h.
Referenced by gvconfig_plugin_install_from_library(), gvlayout_select(), and gvplugin_load().