Callback code for the xgtk plug-in. More...
#include <gtk/gtk.h>#include <graphviz/gvplugin_device.h>#include "types.h"#include "gvplugin.h"#include "gvcjob.h"#include <graphviz/gvplugin.h>#include <graphviz/gvc.h>#include "gvcommon.h"#include "color.h"#include <graphviz/types.h>#include <graphviz/graph.h>#include <iostream>#include <mtt/tree.hh>#include <mtt/types_declaration.h>#include <boost/format.hpp>#include <mtt/graph_wrapper.h>

Go to the source code of this file.
| Functions | |
| int | agrelabel_node (Agnode_t *n, char *newname) | 
| gboolean | DrawingareaButtonPressEvent (GtkWidget *widget, GdkEventButton *event, gpointer user_data) | 
| gboolean | DrawingareaConfigureEvent (GtkWidget *widget, GdkEventConfigure *event, gpointer user_data) | 
| gboolean | DrawingareaExposeEvent (GtkWidget *widget, GdkEventExpose *event, gpointer user_data) | 
| gboolean | DrawingareaMotionNotifyEvent (GtkWidget *widget, GdkEventMotion *event, gpointer user_data) | 
| gboolean | DrawingareaScrollEvent (GtkWidget *widget, GdkEventScroll *event, gpointer user_data) | 
| ostream & | operator<< (ostream &o, const boxf &i) | 
| ostream & | operator<< (ostream &o, const pointf &i) | 
| gboolean | WindowDeleteEvent (GtkWidget *widget, GdkEvent *event, gpointer user_data) | 
| Variables | |
| tree< t_nodePtr > | global_tree | 
| External variable linking to the main tree pointer in pmht.cpp. | |
| GVGraph * | graph_context | 
| External variable linking to the main graph context created in the mht main source code pmht.cpp. | |
Callback code for the xgtk plug-in.
Definition in file callbacks.cpp.
| int agrelabel_node | ( | Agnode_t * | n, | |
| char * | newname | |||
| ) | 
| gboolean DrawingareaButtonPressEvent | ( | GtkWidget * | widget, | |
| GdkEventButton * | event, | |||
| gpointer | user_data | |||
| ) | 
Definition at line 156 of file callbacks.cpp.
| gboolean DrawingareaConfigureEvent | ( | GtkWidget * | widget, | |
| GdkEventConfigure * | event, | |||
| gpointer | user_data | |||
| ) | 
Definition at line 266 of file callbacks.cpp.
| gboolean DrawingareaExposeEvent | ( | GtkWidget * | widget, | |
| GdkEventExpose * | event, | |||
| gpointer | user_data | |||
| ) | 
Definition at line 81 of file callbacks.cpp.
| gboolean DrawingareaMotionNotifyEvent | ( | GtkWidget * | widget, | |
| GdkEventMotion * | event, | |||
| gpointer | user_data | |||
| ) | 
Definition at line 175 of file callbacks.cpp.
| gboolean DrawingareaScrollEvent | ( | GtkWidget * | widget, | |
| GdkEventScroll * | event, | |||
| gpointer | user_data | |||
| ) | 
Definition at line 232 of file callbacks.cpp.
| ostream& operator<< | ( | ostream & | o, | |
| const boxf & | i | |||
| ) | 
Definition at line 76 of file callbacks.cpp.
| ostream& operator<< | ( | ostream & | o, | |
| const pointf & | i | |||
| ) | 
Definition at line 71 of file callbacks.cpp.
| gboolean WindowDeleteEvent | ( | GtkWidget * | widget, | |
| GdkEvent * | event, | |||
| gpointer | user_data | |||
| ) | 
Definition at line 260 of file callbacks.cpp.