[TAU Logo]


FANCY (File ANd Class displaY)

Fancy lets you browse through the files, functions, classes and methods used in the source text of the application using a hypertext-like interface.

The main FANCY window consists of selection boxes for the HPC++ language objects: files, functions, classes (including collections), and methods.

[FANCY

Click on R in the Classes portion of the window.

After a pause while it loads browsing information from the Object Manager you get a list of methods in the class R. You can click a method to browse its definition.

Click on R method.

The FANCY file viewer appears with the selected method highlighted.

[Fancy]

You can browse around the source code as if it were hyper-linked. For example, in the R member function, we can click on the highlighted R Class to view the definition of class R.

[FANCY

Click on the highlighted call to run member function of class R in the source code.

[FANCY

You can click on the greyed out areas to highlight the source of each function or class. You can also hit the Back button to take you back to the previously browsed functions or classes.

Next, we start CLASSY from FANCY's Tools menu, leaving FANCY running.
[PREV] [Back to tutorial] [NEXT]