Graphviz 13.0.0~dev.20241222.1117
|
#include <smyrnadefs.h>
Data Fields | |
size_t | index |
char * | name |
char * | value |
char * | defValG |
char * | defValN |
char * | defValE |
attr_data_type | type |
int | objType [3] |
GtkWidget * | widget |
int | propagate |
Definition at line 63 of file smyrnadefs.h.
char* attr_t::defValE |
Definition at line 69 of file smyrnadefs.h.
Referenced by load_attr_list(), new_attr_ref(), new_attr_with_ref(), and on_attrAddBtn_clicked().
char* attr_t::defValG |
Definition at line 67 of file smyrnadefs.h.
Referenced by load_attr_list(), new_attr_ref(), new_attr_with_ref(), and on_attrAddBtn_clicked().
char* attr_t::defValN |
Definition at line 68 of file smyrnadefs.h.
Referenced by load_attr_list(), new_attr_ref(), new_attr_with_ref(), and on_attrAddBtn_clicked().
size_t attr_t::index |
Definition at line 64 of file smyrnadefs.h.
Referenced by create_filtered_list(), load_attr_list(), and on_attrAddBtn_clicked().
char * attr_t::name |
Definition at line 65 of file smyrnadefs.h.
Referenced by cmp(), create_filtered_list(), load_attr_list(), new_attr_ref(), new_attr_with_ref(), and on_attrAddBtn_clicked().
int attr_t::objType[3] |
Definition at line 71 of file smyrnadefs.h.
Referenced by create_filtered_list(), load_attr_list(), new_attr_with_ref(), and on_attrAddBtn_clicked().
int attr_t::propagate |
Definition at line 73 of file smyrnadefs.h.
Referenced by doApply(), and on_attrAddBtn_clicked().
attr_data_type attr_t::type |
Definition at line 70 of file smyrnadefs.h.
Referenced by load_attr_list(), and on_attrAddBtn_clicked().
char * attr_t::value |
Definition at line 66 of file smyrnadefs.h.
Referenced by new_attr_ref(), and on_attrAddBtn_clicked().
GtkWidget* attr_t::widget |
Definition at line 72 of file smyrnadefs.h.
Referenced by on_attrAddBtn_clicked().