|
Graphviz 14.0.3~dev.20251103.0542
|
#include "gui/gui.h"Go to the source code of this file.
Functions | |
| void | tv_show_all (void) |
| void | tv_hide_all (void) |
| int | tv_save_as (int) |
| void | setup_tree (Agraph_t *g) |
| void setup_tree | ( | Agraph_t * | g | ) |
Definition at line 349 of file tvnodes.c.
References agget(), populate_data(), tree, update_columns(), and update_tree().
Referenced by mNodeListSlot().
| void tv_hide_all | ( | void | ) |
Definition at line 108 of file tvnodes.c.
References _ViewInfo::activeGraph, _ViewInfo::g, set_visibility(), _ViewInfo::Topview, updateSmGraph(), and view.
Referenced by btnTVHideAll_clicked_cb().
| int tv_save_as | ( | int | withEdges | ) |
Definition at line 113 of file tvnodes.c.
References create_save_subgraph_from_filter(), and NULL.
Referenced by btnTVSaveAs_clicked_cb(), and btnTVSaveWith_clicked_cb().
| void tv_show_all | ( | void | ) |
Definition at line 103 of file tvnodes.c.
References _ViewInfo::activeGraph, _ViewInfo::g, set_visibility(), _ViewInfo::Topview, updateSmGraph(), and view.
Referenced by btnTVShowAll_clicked_cb().