Suppose you want to reverse engineer the file omreactive.cpp. It has the following included files:
#include <oxf.h> #include <omoutput.h> #include <omreactive.h> #include <state.h> #include <omthread.h> #include <aommacro.h>
The tool analyzes omreactive.h and ignores the other files included in the omreactive.cpp file. In the browser the oxf package displays with the OMReactive class and some of its data members. The OMReactive class has Usage dependencies to externally referenced classes and inherits from the IOxfReactive superclass.