Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
callbacks.h File Reference
#include <gtk/gtk.h>
#include "toolboxcallbacks.h"
#include "gui.h"
Include dependency graph for callbacks.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _BB
 

Functions

_BB void save_as_graph_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void remove_graph_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void btn_dot_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void btn_neato_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void btn_twopi_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void btn_circo_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void btn_fdp_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void graph_select_change (GtkWidget *widget, gpointer user_data)
 
_BB void mGraphPropertiesSlot (GtkWidget *widget, gpointer user_data)
 
_BB void on_clearconsolebtn_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void on_hideconsolebtn_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void on_consoledecbtn_clicked (GtkWidget *widget, gpointer user_data)
 
_BB void on_consoleincbtn_clicked (GtkWidget *widget, gpointer user_data)
 

Macro Definition Documentation

◆ _BB

#define _BB

Definition at line 20 of file callbacks.h.

Function Documentation

◆ btn_circo_clicked()

_BB void btn_circo_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 80 of file callbacks.c.

References btn_clicked(), and GVK_CIRCO.

Here is the call graph for this function:

◆ btn_dot_clicked()

_BB void btn_dot_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 59 of file callbacks.c.

References btn_clicked(), and GVK_DOT.

Here is the call graph for this function:

◆ btn_fdp_clicked()

_BB void btn_fdp_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 87 of file callbacks.c.

References btn_clicked(), and GVK_FDP.

Here is the call graph for this function:

◆ btn_neato_clicked()

_BB void btn_neato_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 66 of file callbacks.c.

References btn_clicked(), and GVK_NEATO.

Here is the call graph for this function:

◆ btn_twopi_clicked()

_BB void btn_twopi_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 73 of file callbacks.c.

References btn_clicked(), and GVK_TWOPI.

Here is the call graph for this function:

◆ graph_select_change()

_BB void graph_select_change ( GtkWidget *  widget,
gpointer  user_data 
)

◆ mGraphPropertiesSlot()

_BB void mGraphPropertiesSlot ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 197 of file menucallbacks.c.

References _ViewInfo::activeGraph, load_graph_properties(), view, and xml.

Here is the call graph for this function:

◆ on_clearconsolebtn_clicked()

_BB void on_clearconsolebtn_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 95 of file callbacks.c.

References xml.

◆ on_consoledecbtn_clicked()

_BB void on_consoledecbtn_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 114 of file callbacks.c.

References xml.

◆ on_consoleincbtn_clicked()

_BB void on_consoleincbtn_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 131 of file callbacks.c.

References xml.

◆ on_hideconsolebtn_clicked()

_BB void on_hideconsolebtn_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 106 of file callbacks.c.

References xml.

◆ remove_graph_clicked()

_BB void remove_graph_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 45 of file callbacks.c.

◆ save_as_graph_clicked()

_BB void save_as_graph_clicked ( GtkWidget *  widget,
gpointer  user_data 
)

Definition at line 20 of file callbacks.c.

References _ViewInfo::activeGraph, _ViewInfo::g, NULL, save_graph_with_file_name(), and view.

Here is the call graph for this function: