PIPS
gpips_view_menu_layout.h
Go to the documentation of this file.
1 /*
2 
3  $Id: gpips_view_menu_layout.h 23065 2016-03-02 09:05:50Z coelho $
4 
5  Copyright 1989-2016 MINES ParisTech
6 
7  This file is part of PIPS.
8 
9  PIPS is free software: you can redistribute it and/or modify it
10  under the terms of the GNU General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  any later version.
13 
14  PIPS is distributed in the hope that it will be useful, but WITHOUT ANY
15  WARRANTY; without even the implied warranty of MERCHANTABILITY or
16  FITNESS FOR A PARTICULAR PURPOSE.
17 
18  See the GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with PIPS. If not, see <http://www.gnu.org/licenses/>.
22 
23 */
24 /* The following description of the ``View'' menu is automatically generated from ``pipsmake-rc.tex'' through \verb|./generate_all_menu_documentation|. */
25 
26 { "Sequential View", "PRINTED_FILE", gpips_display_plain_file, "sequential" },
27 { "User View", "PARSED_PRINTED_FILE", gpips_display_plain_file, "user" },
28 { "Alias View", "ALIAS_FILE", gpips_display_plain_file, "-" },
29 { "Control Graph Sequential View", "GRAPH_PRINTED_FILE", gpips_display_graph_file_display, "-" },
30 { "", "", NULL, "" },
31 { "Dependence Graph View", "DG_FILE", gpips_display_plain_file, "DG" },
32 { "", "", NULL, "" },
33 { "Callgraph View", "CALLGRAPH_FILE", gpips_display_plain_file, "callgraph" },
34 { "Graphical Call Graph", "DVCG_FILE", gpips_display_graph_file_display, "callgraph" },
35 { "ICFG View", "ICFG_FILE", gpips_display_plain_file, "ICFG" },
36 { "", "", NULL, "" },
37 { "Parallel View", "PARALLELPRINTED_FILE", gpips_display_plain_file, "parallel" },
38 { "", "", NULL, "" },
39 { "Flint View", "FLINTED_FILE", gpips_display_plain_file, "-" },
void gpips_display_graph_file_display(gpips_view_menu_layout_line *menu_line)
Use daVinci to display a graph information:
Definition: gtk_edit2.c:329
void gpips_display_plain_file(gpips_view_menu_layout_line *menu_line)
Use some text viewer to display the resource:
Definition: gtk_edit2.c:346