Graphviz 13.0.0~dev.20241222.1117
|
#include "smyrnadefs.h"
Go to the source code of this file.
Macros | |
#define | ATTR_NOTEBOOK_IDX 6 |
Functions | |
_BB void | on_txtAttr_changed (GtkWidget *widget, void *user_data) |
_BB void | on_attrApplyBtn_clicked (GtkWidget *widget, void *user_data) |
_BB void | on_attrAddBtn_clicked (GtkWidget *widget, void *user_data) |
_BB void | on_attrSearchBtn_clicked (GtkWidget *widget, void *user_data) |
_BB void | on_attrRB0_clicked (GtkWidget *widget, void *user_data) |
_BB void | on_attrProg_toggled (GtkWidget *widget, void *user_data) |
attr_list * | load_attr_list (Agraph_t *g) |
void | showAttrsWidget (void) |
#define ATTR_NOTEBOOK_IDX 6 |
Definition at line 15 of file frmobjectui.h.
Definition at line 477 of file frmobjectui.c.
References _ViewInfo::activeGraph, AGEDGE, AGNODE, agnxtattr(), AGRAPH, attr_list_add(), attr_list_new(), binarySearch(), attr_t::defValE, attr_t::defValG, attr_t::defValN, _ViewInfo::g, get_attr_data_type(), gv_strdup(), attr_t::index, attr_t::name, new_attr(), new_attr_with_ref(), NULL, attr_t::objType, set_attr_object_type(), smyrnaPath(), attr_t::type, and view.
Referenced by initSmGraph().
_BB void on_attrAddBtn_clicked | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 423 of file frmobjectui.c.
References _ViewInfo::activeGraph, agattr(), AGEDGE, AGNODE, AGRAPH, attr_alpha, attr_list_add(), topview::attributes, binarySearch(), attr_t::defValE, attr_t::defValG, attr_t::defValN, filter_attributes(), _ViewInfo::g, get_object_type(), gv_strdup(), attr_t::index, attr_t::name, new_attr(), NULL, attr_t::objType, attr_t::propagate, safestrdup(), _ViewInfo::Topview, attr_t::type, attr_t::value, view, attr_t::widget, and xml.
_BB void on_attrApplyBtn_clicked | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 398 of file frmobjectui.c.
References doApply().
_BB void on_attrProg_toggled | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 417 of file frmobjectui.c.
_BB void on_attrRB0_clicked | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 405 of file frmobjectui.c.
References filter_attributes(), _ViewInfo::Topview, view, and xml.
_BB void on_attrSearchBtn_clicked | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 623 of file frmobjectui.c.
References get_object_type(), gvpr_select(), and xml.
_BB void on_txtAttr_changed | ( | GtkWidget * | widget, |
void * | user_data | ||
) |
Definition at line 337 of file frmobjectui.c.
References filter_attributes(), _ViewInfo::Topview, and view.
|
extern |
Definition at line 584 of file frmobjectui.c.
References ATTR_NOTEBOOK_IDX, filter_attributes(), set_header_text(), _ViewInfo::Topview, view, and xml.
Referenced by attrList(), and mAttributesSlot().