#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, char *name, char *value) |
void(* | del )(GVJ_t *job) |
void(* | read )(GVJ_t *job, char *filename, char *layout) |
void(* | layout )(GVJ_t *job, char *layout) |
void(* | render )(GVJ_t *job, char *format, char *filename) |
Definition at line 157 of file gvcjob.h.
void(* gvdevice_callbacks_s::refresh)(GVJ_t *job) |
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::motion)(GVJ_t *job, pointf pointer) |
void(* gvdevice_callbacks_s::modify)(GVJ_t *job, char *name, char *value) |
void(* gvdevice_callbacks_s::del)(GVJ_t *job) |
void(* gvdevice_callbacks_s::read)(GVJ_t *job, char *filename, char *layout) |
void(* gvdevice_callbacks_s::layout)(GVJ_t *job, char *layout) |
void(* gvdevice_callbacks_s::render)(GVJ_t *job, char *format, char *filename) |