Graphviz 13.0.0~dev.20241222.1117
|
#include "menucallbacks.h"
#include "viewport.h"
#include "tvnodes.h"
#include "gvprpipe.h"
#include "topviewsettings.h"
#include "gltemplate.h"
#include <common/const.h>
#include <assert.h>
#include <ctype.h>
#include <glib.h>
#include <stdlib.h>
#include "frmobjectui.h"
#include <util/agxbuf.h>
Go to the source code of this file.
Functions | |
void | mAttributesSlot (GtkWidget *widget, void *user_data) |
void | mOpenSlot (GtkWidget *widget, void *user_data) |
void | mSaveSlot (GtkWidget *widget, void *user_data) |
void | mSaveAsSlot (GtkWidget *widget, void *user_data) |
void | mCloseSlot (GtkWidget *widget, void *user_data) |
void | mOptionsSlot (GtkWidget *widget, void *user_data) |
void | mQuitSlot (GtkWidget *widget, void *user_data) |
void | mCutSlot (GtkWidget *widget, void *user_data) |
void | mCopySlot (GtkWidget *widget, void *user_data) |
void | mPasteSlot (GtkWidget *widget, void *user_data) |
void | mDeleteSlot (GtkWidget *widget, void *user_data) |
void | mTopviewSettingsSlot (GtkWidget *widget, void *user_data) |
void | mShowToolBoxSlot (GtkWidget *widget, void *user_data) |
void | mShowConsoleSlot (GtkWidget *widget, void *user_data) |
void | mNodeListSlot (GtkWidget *widget, void *user_data) |
void | mNewNodeSlot (GtkWidget *widget, void *user_data) |
void | mNewEdgeSlot (GtkWidget *widget, void *user_data) |
void | mNewClusterSlot (GtkWidget *widget, void *user_data) |
void | mGraphPropertiesSlot (GtkWidget *widget, void *user_data) |
void | mNodeFindSlot (GtkWidget *widget, void *user_data) |
static void | mPropertiesSlot (void) |
void | mClusterPropertiesSlot (GtkWidget *widget, void *user_data) |
void | mNodePropertiesSlot (GtkWidget *widget, void *user_data) |
void | mEdgePropertiesSlot (GtkWidget *widget, void *user_data) |
void | mShowCodeSlot (GtkWidget *widget, void *user_data) |
void | mAbout (GtkWidget *widget, void *user_data) |
void | change_cursor (GdkCursorType C) |
void | mTestgvpr (GtkWidget *widget, void *user_data) |
void | on_gvprbuttonload_clicked (GtkWidget *widget, void *user_data) |
void | on_gvprbuttonsave_clicked (GtkWidget *widget, void *user_data) |
void change_cursor | ( | GdkCursorType | C | ) |
Definition at line 242 of file menucallbacks.c.
References C, _ViewInfo::drawing_area, and view.
Referenced by windowedMode().
void mAbout | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 237 of file menucallbacks.c.
void mAttributesSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 26 of file menucallbacks.c.
References showAttrsWidget().
void mCloseSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 77 of file menucallbacks.c.
References _ViewInfo::activeGraph, close_graph(), and view.
void mClusterPropertiesSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 211 of file menucallbacks.c.
References mPropertiesSlot().
void mCopySlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 104 of file menucallbacks.c.
void mCutSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 99 of file menucallbacks.c.
void mDeleteSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 114 of file menucallbacks.c.
void mEdgePropertiesSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 225 of file menucallbacks.c.
References mPropertiesSlot().
void mGraphPropertiesSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 179 of file menucallbacks.c.
References _ViewInfo::activeGraph, load_graph_properties(), view, and xml.
void mNewClusterSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 174 of file menucallbacks.c.
void mNewEdgeSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 169 of file menucallbacks.c.
void mNewNodeSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 164 of file menucallbacks.c.
void mNodeFindSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 200 of file menucallbacks.c.
void mNodeListSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 156 of file menucallbacks.c.
References _ViewInfo::activeGraph, _ViewInfo::g, setup_tree(), view, and xml.
void mNodePropertiesSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 218 of file menucallbacks.c.
References mPropertiesSlot().
void mOpenSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 33 of file menucallbacks.c.
References add_graph_to_viewport_from_file(), and NULL.
void mOptionsSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 85 of file menucallbacks.c.
void mPasteSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 109 of file menucallbacks.c.
|
static |
Definition at line 205 of file menucallbacks.c.
References _ViewInfo::activeGraph, view, and xml.
Referenced by mClusterPropertiesSlot(), mEdgePropertiesSlot(), and mNodePropertiesSlot().
void mQuitSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 90 of file menucallbacks.c.
References close_graph(), and view.
Referenced by windowedMode().
void mSaveAsSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 70 of file menucallbacks.c.
References save_as_graph().
void mSaveSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 63 of file menucallbacks.c.
References save_graph().
void mShowCodeSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 232 of file menucallbacks.c.
void mShowConsoleSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 135 of file menucallbacks.c.
References xml.
void mShowToolBoxSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 125 of file menucallbacks.c.
References configure_gl(), _ViewInfo::drawing_area, view, and xml.
void mTestgvpr | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 251 of file menucallbacks.c.
References _ViewInfo::activeGraph, cloneGraph(), _ViewInfo::g, run_gvpr(), view, and xml.
void mTopviewSettingsSlot | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 118 of file menucallbacks.c.
References show_settings_form().
void on_gvprbuttonload_clicked | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 321 of file menucallbacks.c.
References agxbfree(), agxbput(), agxbuse(), NULL, openfiledlg(), show_gui_warning(), str, xbuf, and xml.
void on_gvprbuttonsave_clicked | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 361 of file menucallbacks.c.
References free(), NULL, savefiledlg(), and xml.