|
Graphviz
2.31.20130618.0446
|
#include <gvcjob.h>
Data Fields | |
| void(* | refresh )(GVJ_t *job) |
| void(* | button_press )(GVJ_t *job, int button, pointf pointer) |
| void(* | button_release )(GVJ_t *job, int button, pointf pointer) |
| void(* | motion )(GVJ_t *job, pointf pointer) |
| void(* | modify )(GVJ_t *job, const char *name, const char *value) |
| void(* | del )(GVJ_t *job) |
| void(* | read )(GVJ_t *job, const char *filename, const char *layout) |
| void(* | layout )(GVJ_t *job, const char *layout) |
| void(* | render )(GVJ_t *job, const char *format, const char *filename) |
| void(* gvdevice_callbacks_s::button_press)(GVJ_t *job, int button, pointf pointer) |
| void(* gvdevice_callbacks_s::button_release)(GVJ_t *job, int button, pointf pointer) |
| void(* gvdevice_callbacks_s::del)(GVJ_t *job) |
| void(* gvdevice_callbacks_s::layout)(GVJ_t *job, const char *layout) |
| void(* gvdevice_callbacks_s::modify)(GVJ_t *job, const char *name, const char *value) |
| void(* gvdevice_callbacks_s::motion)(GVJ_t *job, pointf pointer) |
| void(* gvdevice_callbacks_s::read)(GVJ_t *job, const char *filename, const char *layout) |
| void(* gvdevice_callbacks_s::refresh)(GVJ_t *job) |
| void(* gvdevice_callbacks_s::render)(GVJ_t *job, const char *format, const char *filename) |
1.7.5