Graphviz 13.0.0~dev.20241222.1117
|
#include <smyrnadefs.h>
Data Fields | ||
size_t | Nodecount | |
struct { | ||
int active | ||
reposition_t repos | ||
levelparms_t level | ||
hierparms_t hier | ||
Hierarchy * h | ||
int animate | ||
glCompColor srcColor | ||
glCompColor tarColor | ||
focus_t * fs | ||
} | fisheyeParams | |
graph_data | Graphdata | |
float | maxedgelen | |
float | minedgelen | |
float | fitin_zoom | |
xdot * | xDot | |
double | global_z | |
attr_list * | attributes | |
topviewcache | cache | |
selection | sel | |
Definition at line 219 of file smyrnadefs.h.
int topview::active |
Definition at line 222 of file smyrnadefs.h.
Referenced by apply_actions(), get_mode(), glexpose_drawgraph(), initSmGraph(), and menu_switch_to_fisheye().
int topview::animate |
Definition at line 227 of file smyrnadefs.h.
Referenced by changetopfishfocus(), get_active_frame(), get_temp_coords(), gl_main_expose(), and prepare_topological_fisheye().
attr_list* topview::attributes |
Definition at line 239 of file smyrnadefs.h.
Referenced by doApply(), filter_attributes(), initSmGraph(), and on_attrAddBtn_clicked().
topviewcache topview::cache |
Definition at line 241 of file smyrnadefs.h.
Referenced by cacheEdgeLabels(), cacheEdges(), cacheNodeLabels(), cacheNodes(), cacheSelectedEdges(), cacheSelectedNodes(), initSmGraph(), and renderSmGraph().
struct { ... } topview::fisheyeParams |
float topview::fitin_zoom |
Definition at line 236 of file smyrnadefs.h.
Referenced by btnToolFit_clicked(), graph_zoom(), pick_object(), and renderSmGraph().
focus_t* topview::fs |
Definition at line 230 of file smyrnadefs.h.
Referenced by changetopfishfocus(), init_viewport(), and prepare_topological_fisheye().
double topview::global_z |
Definition at line 238 of file smyrnadefs.h.
Referenced by draw_xdot(), DrawBezier(), DrawBeziers(), drawCircle(), DrawEllipse(), DrawPolygon(), DrawPolyline(), EmbedText(), Render_Contour2(), and updateSmGraph().
graph_data topview::Graphdata |
Definition at line 233 of file smyrnadefs.h.
Referenced by init_viewport(), load_graph_properties(), loadGraph(), save_graph(), save_graph_with_file_name(), and update_graph_params().
Hierarchy* topview::h |
Definition at line 226 of file smyrnadefs.h.
Referenced by changetopfishfocus(), drawtopfishedges(), drawtopfishnodes(), get_temp_coords(), initSmGraph(), menu_switch_to_fisheye(), prepare_topological_fisheye(), and refresh_old_values().
hierparms_t topview::hier |
Definition at line 225 of file smyrnadefs.h.
Referenced by changetopfishfocus(), init_viewport(), and prepare_topological_fisheye().
levelparms_t topview::level |
Definition at line 224 of file smyrnadefs.h.
Referenced by changetopfishfocus(), init_viewport(), and prepare_topological_fisheye().
float topview::maxedgelen |
Definition at line 234 of file smyrnadefs.h.
Referenced by object_color(), and updateSmGraph().
float topview::minedgelen |
Definition at line 235 of file smyrnadefs.h.
Referenced by updateSmGraph().
size_t topview::Nodecount |
Definition at line 220 of file smyrnadefs.h.
Referenced by prepare_topological_fisheye(), and updateSmGraph().
reposition_t topview::repos |
Definition at line 223 of file smyrnadefs.h.
Referenced by changetopfishfocus(), init_viewport(), and prepare_topological_fisheye().
selection topview::sel |
Definition at line 242 of file smyrnadefs.h.
Referenced by apply_actions(), appmouse_key_release(), glexpose_main(), initSmGraph(), motion_notify_event(), pick_objects_in_rect(), selectedges(), selectnodes(), and updateSmGraph().
glCompColor topview::srcColor |
Definition at line 228 of file smyrnadefs.h.
Referenced by changetopfishfocus(), drawtopfishedges(), drawtopfishnodes(), and prepare_topological_fisheye().
glCompColor topview::tarColor |
Definition at line 229 of file smyrnadefs.h.
Referenced by changetopfishfocus(), drawtopfishedges(), drawtopfishnodes(), and prepare_topological_fisheye().
xdot* topview::xDot |
Definition at line 237 of file smyrnadefs.h.
Referenced by init_viewport().