|
Graphviz 14.0.3~dev.20251028.0232
|
#include <smyrnadefs.h>
Data Fields | ||
| size_t | Nodecount | |
| struct { | ||
| int active | ||
| reposition_t repos | ||
| levelparms_t level | ||
| bool dist2_limit | ||
| Hierarchy * h | ||
| int animate | ||
| glCompColor srcColor | ||
| glCompColor tarColor | ||
| focus_t * fs | ||
| } | fisheyeParams | |
| graph_data | Graphdata | |
| float | maxedgelen | |
| double | fitin_zoom | |
| xdot * | xDot | |
| double | global_z | |
| attr_list * | attributes | |
| topviewcache | cache | |
| selection | sel | |
Definition at line 213 of file smyrnadefs.h.
| int topview::active |
Definition at line 216 of file smyrnadefs.h.
Referenced by apply_actions(), get_mode(), glexpose_drawgraph(), initSmGraph(), and menu_switch_to_fisheye().
| int topview::animate |
Definition at line 223 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 234 of file smyrnadefs.h.
Referenced by doApply(), filter_attributes(), initSmGraph(), and on_attrAddBtn_clicked().
| topviewcache topview::cache |
Definition at line 236 of file smyrnadefs.h.
Referenced by cacheEdgeLabels(), cacheEdges(), cacheNodeLabels(), cacheNodes(), cacheSelectedEdges(), cacheSelectedNodes(), initSmGraph(), and renderSmGraph().
| bool topview::dist2_limit |
if dist2_limit true, don’t contract nodes of distance larger than 2 if false then also distance 3 is possible
Definition at line 221 of file smyrnadefs.h.
Referenced by changetopfishfocus(), init_viewport(), and prepare_topological_fisheye().
| struct { ... } topview::fisheyeParams |
| double topview::fitin_zoom |
Definition at line 231 of file smyrnadefs.h.
Referenced by btnToolFit_clicked(), graph_zoom(), pick_object(), and renderSmGraph().
| focus_t* topview::fs |
Definition at line 226 of file smyrnadefs.h.
Referenced by changetopfishfocus(), init_viewport(), and prepare_topological_fisheye().
| double topview::global_z |
Definition at line 233 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 229 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 222 of file smyrnadefs.h.
Referenced by changetopfishfocus(), drawtopfishedges(), drawtopfishnodes(), get_temp_coords(), initSmGraph(), menu_switch_to_fisheye(), prepare_topological_fisheye(), and refresh_old_values().
| levelparms_t topview::level |
Definition at line 218 of file smyrnadefs.h.
Referenced by changetopfishfocus(), init_viewport(), and prepare_topological_fisheye().
| float topview::maxedgelen |
Definition at line 230 of file smyrnadefs.h.
Referenced by object_color(), and updateSmGraph().
| size_t topview::Nodecount |
Definition at line 214 of file smyrnadefs.h.
Referenced by prepare_topological_fisheye(), and updateSmGraph().
| reposition_t topview::repos |
Definition at line 217 of file smyrnadefs.h.
Referenced by changetopfishfocus(), init_viewport(), and prepare_topological_fisheye().
| selection topview::sel |
Definition at line 237 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 224 of file smyrnadefs.h.
Referenced by changetopfishfocus(), drawtopfishedges(), drawtopfishnodes(), and prepare_topological_fisheye().
| glCompColor topview::tarColor |
Definition at line 225 of file smyrnadefs.h.
Referenced by changetopfishfocus(), drawtopfishedges(), drawtopfishnodes(), and prepare_topological_fisheye().
| xdot* topview::xDot |
Definition at line 232 of file smyrnadefs.h.
Referenced by init_viewport().