Use OOBR(OO-Browser)
OORB shows class structures etc., when you make a program with the language which has classes like C++.
After you execute M-x oobr, you should answer the following questions. The directory under which source (header) files are, the directory under which library header files are, and the path of files such as OOBR, OOBR-FTR. The emacs window is divided after OOBR file is made. Frankly speaking, I am not familiar with OOBR yet. But I think you can use it with the following commands.
- v : Show the definition of class.
- e : Edit class.
- m : Search class with the regular expression.
- c : Show the list of child classes.
- p : Show the list of parent classes.
- t : Show the list of top classes.
No comments:
Post a Comment