Graphviz 13.0.0~dev.20241220.2304
|
#include "gui.h"
Go to the source code of this file.
Functions | |
int | tv_show_all (void) |
int | tv_hide_all (void) |
int | tv_save_as (int) |
void | setup_tree (Agraph_t *g) |
void setup_tree | ( | Agraph_t * | g | ) |
Definition at line 358 of file tvnodes.c.
References agget(), populate_data(), tree, update_columns(), and update_tree().
Referenced by mNodeListSlot().
int tv_hide_all | ( | void | ) |
Definition at line 114 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 122 of file tvnodes.c.
References create_save_subgraph_from_filter(), and NULL.
Referenced by btnTVSaveAs_clicked_cb(), and btnTVSaveWith_clicked_cb().
int tv_show_all | ( | void | ) |
Definition at line 107 of file tvnodes.c.
References _ViewInfo::activeGraph, _ViewInfo::g, set_visibility(), _ViewInfo::Topview, updateSmGraph(), and view.
Referenced by btnTVShowAll_clicked_cb().