Graphviz 13.0.0~dev.20241222.1117
|
#include "smyrnadefs.h"
Go to the source code of this file.
Functions | |
_BB void | on_settingsOKBtn_clicked (GtkWidget *widget, void *user_data) |
_BB void | on_settingsCancelBtn_clicked (GtkWidget *widget, void *user_data) |
_BB void | on_settingsApplyBtn_clicked (GtkWidget *widget, void *user_data) |
_BB void | size_change_request (GtkWidget *widget, void *user_data) |
_BB void | on_dlgSettings_close (GtkWidget *widget, void *user_data) |
void | load_settings_from_graph (void) |
void | update_graph_from_settings (Agraph_t *g) |
void | show_settings_form (void) |
|
extern |
Definition at line 246 of file topviewsettings.c.
References agget(), agnxtattr(), AGRAPH, systemgraphs::attrs_widgets, Agsym_s::name, NULL, set_checkbox_widget(), set_color_button_widget(), set_combobox_widget(), set_scalebtn_widget_to_attribute(), set_spinbtn_widget(), set_text_widget(), startswith(), _ViewInfo::systemGraphs, and view.
Referenced by refreshViewport(), and show_settings_form().
_BB void on_dlgSettings_close | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 38 of file topviewsettings.c.
References xml.
_BB void on_settingsApplyBtn_clicked | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 29 of file topviewsettings.c.
References _ViewInfo::activeGraph, _ViewInfo::g, set_viewport_settings_from_template(), _ViewInfo::Topview, update_graph_from_settings(), updateSmGraph(), and view.
Referenced by on_settingsOKBtn_clicked().
_BB void on_settingsCancelBtn_clicked | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 45 of file topviewsettings.c.
References xml.
_BB void on_settingsOKBtn_clicked | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 24 of file topviewsettings.c.
References on_settingsApplyBtn_clicked(), and xml.
|
extern |
Definition at line 302 of file topviewsettings.c.
References _ViewInfo::activeGraph, load_settings_from_graph(), NULL, view, and xml.
Referenced by mTopviewSettingsSlot().
_BB void size_change_request | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 19 of file topviewsettings.c.
|
extern |
Definition at line 272 of file topviewsettings.c.
References agget(), agnxtattr(), AGRAPH, systemgraphs::attrs_widgets, get_checkbox_widget_to_attribute(), get_color_button_widget_to_attribute(), get_combobox_widget_to_attribute(), get_scalebtn_widget_to_attribute(), get_spinbtn_widget_to_attribute(), get_text_widget_to_attribute(), Agsym_s::name, NULL, startswith(), _ViewInfo::systemGraphs, and view.
Referenced by on_settingsApplyBtn_clicked(), refreshViewport(), and run_gvpr().