Graphviz  2.41.20171026.1811
Data Fields
gvdevice_callbacks_s Struct Reference

#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)
 

Detailed Description

Definition at line 156 of file gvcjob.h.

Field Documentation

void(* gvdevice_callbacks_s::button_press)(GVJ_t *job, int button, pointf pointer)

Definition at line 158 of file gvcjob.h.

Referenced by on_drawingarea1_button_press_event(), and on_drawingarea1_scroll_event().

void(* gvdevice_callbacks_s::button_release)(GVJ_t *job, int button, pointf pointer)

Definition at line 159 of file gvcjob.h.

Referenced by on_drawingarea1_button_release_event().

void(* gvdevice_callbacks_s::del)(GVJ_t *job)

Definition at line 162 of file gvcjob.h.

void(* gvdevice_callbacks_s::layout)(GVJ_t *job, const char *layout)

Definition at line 164 of file gvcjob.h.

void(* gvdevice_callbacks_s::modify)(GVJ_t *job, const char *name, const char *value)

Definition at line 161 of file gvcjob.h.

void(* gvdevice_callbacks_s::motion)(GVJ_t *job, pointf pointer)

Definition at line 160 of file gvcjob.h.

Referenced by on_drawingarea1_expose_event(), and on_drawingarea2_expose_event().

void(* gvdevice_callbacks_s::read)(GVJ_t *job, const char *filename, const char *layout)

Definition at line 163 of file gvcjob.h.

Referenced by on_new1_activate().

void(* gvdevice_callbacks_s::refresh)(GVJ_t *job)

Definition at line 157 of file gvcjob.h.

Referenced by on_drawingarea1_expose_event(), and on_drawingarea2_expose_event().

void(* gvdevice_callbacks_s::render)(GVJ_t *job, const char *format, const char *filename)

Definition at line 165 of file gvcjob.h.


The documentation for this struct was generated from the following file: